Dear travelr,

    If you have stumbled upon this long lost script, then you have in your
possession one of the most valuable objects in the world..... YES, this is
more valuable than platinum, gold, or an AK47 in the middle of Compton
(the G capital of the US).

    What i'm talking about is knowledge...the following is an excerpt from
the "Diaries of a Mad Cracker"

    You should treasure this tad bit of knowlege and try to expand upon it
    once you've mastered it

   ******************************** rough draft***************************

1.  start up tickle
2.  click on the tickle menu...select register
3.  enter your name....  for example:   Mexelite
4.  type in a dummy serial number for example: Rolex....but DON'T hit enter
    or click on OK
5.  hit ctrl+d (to get inside sice)
6.  type "bpx hmemcpy".....without the ""
7.  now hit ctrl+d again to get back to the registration screen
8.  select ok
9.  sice will pop up (because hmemcpy was used to copy your name)
10. hit ctrl+d again (we need tickle to copy the dummy serial number too)
11. now when sice pops again u have to get back into the main code of the
    program.........hit f12 until we get back to msvrt.....i hit it 8 times
12. now lets disable the break point on hmemcpy we set in sice by typing....
   bd 0
13. now lets search for the dummy serial by typing "s 0 l ffffffff 'Rolex' "
    again without the ""
14. when we find it...(my address was 761f3c) we want to set a break point
    on the range of our dummy serial (range means from the first character
    to the last)....so we type: bpr 761f3c 761f4c rw  (note: i always do the
           search for my dummy serial again just in case there are other
           instances of it)
15. when u do the next search u find the serial again at 80170faa (my address)
    and since this is the part of memory that windows uses i don't set a bpr
    on it.
16. now that we have found all of our instances of our serial (just the first
    one). Let's let the program run untill the sice pops again by hitting
    ctrl+d
17. we now break on a line that looks like mov ........( i forgot to write it
     down) hehehe :(
18. the line preceding this one looks like mov ...something...eax (forgot
    again)
19. now lets type: d eax
20. and in the data window we see our serial!!!!
21. type: bd *
22. hit ctrl+d
23.  re-enter the name: mexelite ....with the serial we just got
     and POW!!! it works





