Page 1 of 1
[RLS]CRC bypassing
Posted: Fri May 21, 2010 5:46 pm
by theworker
Code: Select all
//Name: HackShield CRC Check Bypassing CE Assembly Script.
[Enable]
alloc(HSCRCFail,256)
label(BackToOP)
OpenProcess:
jmp HSCRCFail
HSCRCFail:
mov eax, fs:[20]
cmp eax, [esp+0c]
jne BackToOP
mov fs:[34], 57
xor eax, eax
ret 000c
BackToOP:
mov edi, edi
push ebp
mov ebp, esp
jmp OpenProcess+5
[Disable]
OpenProcess:
mov edi, edi
push ebp
mov ebp, esp
dealloc(HSCRCFail)
Re: [RLS]CRC bypassing
Posted: Sat May 22, 2010 12:48 am
by soonwei017
how to use?
Re: [RLS]CRC bypassing
Posted: Sat May 22, 2010 9:39 am
by Byakuya
pls delete this thread
Re: [RLS]CRC bypassing
Posted: Sat May 22, 2010 9:52 am
by iSean
Quite easy to notice that it is easy to fail lol...
alloc(HSCRCFail,256)
dealloc(HSCRCFail)
PS. Without full tut how to work on it lol

Re: [RLS]CRC bypassing
Posted: Sat May 22, 2010 10:22 am
by iLostMyBallz
Hmm can u give a tut on this crc bypass coz im new to hacking

Re: [RLS]CRC bypassing
Posted: Sat May 22, 2010 11:05 pm
by wizme
attatched maplestory on cheatengine,paste the script in autoassemble in cheatengine, execute =)