|
|
|
|
|
|
|
|
iNTROdUCTION :
hi there and wellcome to another tutorial ...
Sometimes we work hard to achive alot of things , or we sometimes think that if we want to have something we have to work
real hard for it , while it is so simple when u think of it ... but on the otherhand !! Nothin' Good Comes Easy
pROTEcTION :
o.k this prog. needs a name and a registration code to register , so in this tutorial we will learn how to register it !!
|
o.k install the prog and run it , as soon as it runs it will display a screen with 6 buttons , now one of them is labled Enter Registration Code , so click on it , now enter ur info , in my case i wrote like this :
Registration Name : FaT[BiT] \ TNT!
Registration Code : 1234567890
now before u click on the o.k button , fire softice and set a breakpoint like this one :
bpx hmemcpy
then press F5 to exit now click on the o.k button softice will break !! , press F11 button once then press the F12 button for 11 times and u will land on this code :
:0047B46D 8B45F8 mov eax, dword ptr [ebp-08] <-- eax has our name
:0047B470 E80F8BF8FF call 00403F84 <-- get the length of our name, store the result in eax
:0047B475 83F808 cmp eax, 00000008 <-- compare eax with 8
:0047B478 0F8E8A010000 jle 0047B608 <-- jump if less or equal to error
o.k now if ur name length is less or equal to 8 , then quit softice change ur name , and do the same thing again ... now continue to trace with the F10 button until u reach this code :
:0047B4D9 8B4028 mov eax, dword ptr [eax+28]
:0047B4DC E8B38BF8FF call 00404094 <-- the check call for our code
:0047B4E1 0F85EC000000 jne 0047B5D3 <-- jump if not equal to error
hehehe !! now here comes the fun part !!
when u are at address 0047B4E1 in softice write down like this :
a [enter]
nop [enter]
nop [enter]
nop [enter]
nop [enter]
nop [enter]
nop [enter]
[enter]
bc * [enter]
x [enter]
now the prog will give u this message ...Thank you for registration!!! ... and u will see ur name on the caption bar , now close the prog and run it again !! , it will stay registered ... hehehe !! so ...
|
Now if u want to do this again u will have to unregister the prog first, and to unregister it run regedit and go to this path :
[HKEY_CURRENT_USER\Control Panel\desktop\WindowProperties]
now delete the "WindowsProps" key and the prog is back to unregistered ...
|
tKC ... (for showing me the light !! )
LW2000 ... ( Thanx alot i now use my brain )
[XasX] ... (i know u work hard , this is y u r good !!)
AzmO ... (yes!! man we are different !! )
Sir dReAm ... (u r the best !! )
tabm0de ... ( thanx alot !! ur a true friend !!)
ASTAGA ... (i don't mind if u comment this tutorial)
Marilyn, VaibLitzeR , and ShaQ ... (good luck to u all !! )
and to all TNT!CRACK!TEAM! members ... (keep up the good work !!)
any comments mail me : fatzbit@gmx.net
See ya in another tut !!! Soon !!!
--= EOF =--