Page 3 of 6

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Thu Feb 17, 2011 11:00 pm
by maplemaple
too bad that i still havent solve wind 7 prob...Rawrr :evil:

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Thu Feb 17, 2011 11:13 pm
by Nerrazzuri
maplemaple wrote:too bad that i still havent solve wind 7 prob...Rawrr :evil:

Just for you information, i am on windows 7 32 bits.

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Thu Feb 17, 2011 11:27 pm
by cyber88
Nerrazzuri. What do mean by accessing the random address?

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Thu Feb 17, 2011 11:40 pm
by Nerrazzuri
cyber88 wrote:Nerrazzuri. What do mean by accessing the random address?
Any address in between the crc region.

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 12:11 pm
by iSean
Raiden wrote:Picture shows a million words.
NotWorking01.png
Edit: Now it works for me, BUT CRC scripts and debuggers WON`T work. The MSCRC won`t work AT ALL. Sigh~
The bad side of the bypass: I can only use softkeyboard to login. Keyboard is locked on login page and 2nd password enter page.
MSCRC: (CE Auto-Assemble code)

Code: Select all

//MSCRC Bypass
//This script is dynamic, no nid update except if AoB changed.
//Original by Nimo
[Enable]
//MS CRC Bypass 
//CE Assembly Script by nimo1993.
//If you can't execute this script, please press "Memory view"->"View". Check whether "Kernelmode symbols" item is checked.
Alloc(CRCBypass,512)
Alloc(FakeDump,8376320)
Label(MSCRCBypass)
Label(Normal)
Label(MSmemcpy)
Label(SearchAOB)
Label(StartHook)
Label(Title)
Label(FailureMsg)
Label(SuccessMsg)
Label(BackToMSCRC)
RegisterSymbol(MSCRCBypass)
RegisterSymbol(FakeDump)

CreateThread(MSmemcpy)

CRCBypass:
MSCRCBypass:
push eax
lea eax, [ecx]
cmp eax, 00401000
jb Normal
cmp eax, 00D00000
ja Normal
push ebx
mov ebx, FakeDump
sub eax, 00401000
add eax, ebx
movzx ecx, byte ptr [eax]
pop ebx
pop eax
jmp Normal+04

Normal:
pop eax
movzx ecx, byte ptr [ecx]
mov edx, [ebp+14]
jmp [BackToMSCRC]



MSmemcpy:
//Copy Memory
mov edi, FakeDump
mov esi, 00401000
mov ecx, 001FF400
repe movsd

mov eax, 00401000
SearchAOB:
cmp [eax], 8B09B60F
je StartHook
inc eax
cmp eax, 00D00000
jle SearchAOB
push 10 //MB_ICONERROR
push Title
push FailureMsg
push 00
call MessageBoxA
ret
StartHook:
lea ebx, [eax+05] //The Target Address - The Next Address
sub ebx, MSCRCBypass
neg ebx
mov byte ptr [eax], e9 //jmp
mov [eax+01], ebx //Target AOB
mov byte ptr [eax+05], 90 //nop
add eax, 6
mov [BackToMSCRC], eax //Return to the address+6
push 40 //MB_ICONINFORMATION
push Title
push SuccessMsg
push 00
call MessageBoxA
ret

Title:
db 'MS-CRC-Bypass' 00
FailureMsg:
db Anti-MS-CRC-Check Fail!' 00
SuccessMsg:
db 'Anti-MS-CRC-Check Init Successfully!' 00
BackToMSCRC:
dd 0
[Disable] 
Windows XP Don't even function need upgrade time =.=" To Windows 7.
PS. Raiden Mind Tell me Where you get your Pirated WIndows 7 CD =.="?

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 1:27 pm
by Raiden
Nerrazzuri wrote:
cyber88 wrote:Nerrazzuri. What do mean by accessing the random address?
Any address in between the crc region.
You mean the 2nd crc check??

@iSean: The pasar malam near my home...lol~~~~

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 1:33 pm
by guyz92
Get ready for a Hackshield update sooner or later.

Wundows 7 SP1 will be out to the public in a few days time, to prevent compatibly issue, Asiasoft will have no choice to update their Hackshield to the latest Rev which support Windows 7 SP1.

So just about time this bypass would be gone.

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 1:47 pm
by Raiden
guyz92 wrote:Get ready for a Hackshield update sooner or later.

Wundows 7 SP1 will be out to the public in a few days time, to prevent compatibly issue, Asiasoft will have no choice to update their Hackshield to the latest Rev which support Windows 7 SP1.

So just about time this bypass would be gone.
Aww too bad.......

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 2:04 pm
by darkpride
It is already out for the developers :)

http://www.h-online.com/security/news/i ... 92390.html

Re: Universal HS bypass (CE/hack tool/hs driver bypass) for

Posted: Fri Feb 18, 2011 3:23 pm
by Nerrazzuri
guyz92 wrote:Get ready for a Hackshield update sooner or later.

Wundows 7 SP1 will be out to the public in a few days time, to prevent compatibly issue, Asiasoft will have no choice to update their Hackshield to the latest Rev which support Windows 7 SP1.

So just about time this bypass would be gone.
Frankly speaking, I don't think Hackshield CRC will be patch. Hackshield always has problem with Vista and 7, Windows upgrade will not affect Hackshield and I believe Hackshield wouldn't put much effort in it only for Maplestory.

Also hooking these APIs not only disable CRC check, but also disable detection of hacking tools, as long as people don't abuse it, Maplestory will not bother to patch them.