|
|
|
|
|
|
|
|
iNTROdUCTION :
hi there and wellcome to another tutorial ...
Never in ur life thinks that u r the only one who knows it all , cuz nobody is perfect , and u should have
the balls to say that i don't know no matter how simple the thing is and that alot of people know it , like what happend to me
the other day , so plz don't think that u got it all , cuz you live !! YOU LEARN!!
pROTEcTION :
o.k this prog. needs a user name and a code to register , so in tutorial we will find a code for our name !! so let's begin
|
o.k after u have installed the prog , run it , now as u can see there is 2 windows , look at the one on the right and u will see that there is a red button written on it "Click here to register" so click it , and there u have it , it gives u 2 options one is to buy a code and the other is to enter the code , so let's try the 2nd option and enter a code , in my case i wrote :
User Name : FaT[BiT] \ TNT!
Code : 1234567890
now before u click on the o.k button , fire softice [ctrl+d] and set a breakpoint like this one :
bpx hmemcpy
now press F5 button to exit softice, then press the o.k button and softice will break , so press F11 once then press F12 for 11 times and after that clear all the breakpoints "bc *" , and u will land on this code :
:0046DC31 8B45E8 mov eax, dword ptr [ebp-18] <-- eax has our name
:0046DC34 8D55FC lea edx, dword ptr [ebp-04]
:0046DC37 E8C0A2F9FF call 00407EFC
o.k now trace with the F10 button until u reach to this code :
:0046DC8D 8B45F4 mov eax, dword ptr [ebp-0C] <-- eax has our good code
:0046DC90 8B55F8 mov edx, dword ptr [ebp-08] <-- edx has our fake code
:0046DC93 E89061F9FF call 00403E28 <-- check call
:0046DC98 7545 jne 0046DCDF <-- jump if not equal to error
o.k so when u are at address 0046DC93 write "d edx" and u will see ur fake code in the data window, then write "d eax" and u will see ur good code ( wow it is a long one ) , so write it down and let's try it , press F5 to exit , then again enter ur name with ur valid code and ...
|
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 =--