home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_ipst3.zip / IPSENTRY.TXT < prev    next >
Text File  |  2002-10-17  |  1KB  |  46 lines

  1. // Do you wonder what's in this file? It's for information purposes, if the crack
  2. // doesn't work properly :(
  3.  
  4.  
  5. Date Format             : *A *B *C *D *E *F *G *H
  6. (1st compare)             (-> 08h chars)
  7.  
  8. "Unknown" Format        : *I *J *K *L *M *N
  9. [2nd compare)              (-> 06h chars)
  10.  
  11.  
  12. Registration Code Format: #0 #1 #2 #3 #4 #5 #6 #7 #8 #9 #A #B #C #D 
  13.                           ( -> 0Dh chars)
  14.  
  15. where: (Hex calculations)
  16. #0= *A +012h 
  17. #1= *I +037h
  18. #2= *B +012h
  19. #3= *J +035h
  20. #4= *C +035h
  21. #5= *K +014h
  22. #6= *D +014h
  23. #7= *L +037h
  24. #8= *E +016h
  25. #9= *M +039h
  26. #A= *F +016h
  27. #B= *N +039h
  28. #C= *G +019h
  29. #D= *H +03fh
  30.  
  31.  
  32. e.g.:
  33. 1)
  34. Date   : 19991130
  35. Unknown: 000000
  36. -> RegCode: CgKenDMgGiGiLo
  37.  
  38. 2)
  39. Date   : 20001130
  40. Unknown: 000000
  41. -> RegCode: DgBeEDDgGiGiLo
  42.  
  43. Debugging hints: The prog checks first for the correct length of the registration code.
  44.                  Then the calculations with the registration codes must always be >0.
  45.                  So enter: ______________ as code. And then... put a breakpoint at:
  46.                  __vbastrcmp() ;(