home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / Code Inside / Ben_tut21.txt < prev    next >
Encoding:
Text File  |  2001-09-21  |  2.1 KB  |  67 lines

  1.                            --SmartCheck Tutorial--- 
  2.  
  3. Written by Shany
  4. Email: shanytc@yahoo.com
  5. Date written: 12.5.2001
  6.  
  7. Program Details:
  8. Name: Magic Raph's 2EZ Crackme #1
  9. Author: BenGALY
  10.  
  11. Tools Used:
  12. SmartCheck
  13.  
  14. Level:
  15. easy [x] medium [ ] hard [ ]
  16.  
  17. Hello and welcome to my 21's tutorial.
  18.  
  19. altough i dont really like VB crackMe i must make some tut's about it so...here u go.
  20. i will explain how to get a simple serial number using NeMega's VB debuger "SmartCheck".
  21. i hope u have modified smartcheck with the right configuration form eternal bliss's page.
  22. ok..so we are ready.
  23. open SmartCheck..load the crackme...
  24. enter this:
  25. name: bengaly
  26. serial: 1234567890
  27.  
  28. now press "CHECK!".."soory but your serial is incorrect" ;D
  29. aha now..we can see that smartcheck did some debuggin...here:
  30.  
  31. LEN(STRING: "bengaly") return LONG: 7 <= This checksfor our lenght of the name wich is 7 chars.
  32.  
  33. next there will be some checks for each char of our name:
  34.  
  35. MID$(STRING: "bengaly", long:1, VARIANT: interger: 1) <= check first chars
  36. asc(string: "b") returns integer: 98                  <= make it integer
  37. Left$(string: "1209821", long: 7)                     <= posible serial, 7 char long as well
  38.  
  39.  
  40. now this do a loop untill read the last char or our name..
  41. and then we see this:
  42.  
  43. Left$(string:"1493758", long: 7)   <= this is the last check bfore call the messagebox
  44. MsgBox(VARIANT:bYREf: string:..."Sorry but you serial is in correct"....)Return integer: 1
  45.  
  46. so what we see here is a last check before the msgbox is appear, so therefor the last check
  47. is our real serial that has generated from all 7 chars from our name.
  48. dont belive me??
  49.  
  50. try:
  51. name: bengaly
  52. serial: 1493758
  53.  
  54. "COUNGRATIOLATIONS DUDE, U HAVE REGGED MY LAME CRACKME!"
  55.  
  56.  
  57.  
  58. have fun ;D
  59.  
  60.                   My thanks and gratitude goes to:
  61.  
  62.                    ---ANALYST(ACiD-BUrN)--- ; for helping in cracking
  63.                       ----CODE_INSIDE----- ;for helping in cracking
  64.                      -----BLAcKgH0sT------ ;for being good friend :)
  65.                        -------FusS------   ;asm / keygenning helper
  66.  
  67.            All the writers of Cracks tutorials and CrackMes