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

Download MapleStory hacks and bots over here!
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

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

Post by guyz92 »

Nerrazzuri wrote:
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.
I have friend who upgrade to Windows 7 SP1 RC then got HAD problem while they are not hacking.

Link back to what happen to AuditionSEA which is using HSHEILD all the time.
When Windows Vista RTM to WIndows Vista SP1 time, there is a problem which makes the whole Audition stuck and it wont run. While Korea Audition at that time using xTrap wasn't affected.
Image

ADSL:
Image

Fibre:
Image
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

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

Post by xiangloong »

Fuck You Maple Fuck YOU!!!Why keep on update HS.Must so cruel to kill all hackers?Sienzzzz.
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

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

Post by Nerrazzuri »

guyz92 wrote:
Nerrazzuri wrote:
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.
I have friend who upgrade to Windows 7 SP1 RC then got HAD problem while they are not hacking.

Link back to what happen to AuditionSEA which is using HSHEILD all the time.
When Windows Vista RTM to WIndows Vista SP1 time, there is a problem which makes the whole Audition stuck and it wont run. While Korea Audition at that time using xTrap wasn't affected.
We'll see, what I am saying is that, Hackshield will only update the way they launch in windows 7, if they want to change the crc, they have to get the hook from the universal bypass, understand it, and think a way to bypass the hook. Isn't easy tho. :P
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
fireboylolz
Apprantice Knight
Apprantice Knight
Posts: 16
Joined: Mon Jan 24, 2011 6:39 pm

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

Post by fireboylolz »

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] 
Anyone mind teaching me how to use MSCRC?I keep getting DC-ed at login page.
HaRepacker experimenter
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

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

Post by Raiden »

fireboylolz wrote:
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] 
Anyone mind teaching me how to use MSCRC?I keep getting DC-ed at login page.
Sry that MSCRC is wrong. So you`ll d/c. Try update yourself.
k9gamer
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Sun May 16, 2010 4:59 pm

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

Post by k9gamer »

sorry for being such a noob but how do i update the mscrc bypass?
fireboylolz
Apprantice Knight
Apprantice Knight
Posts: 16
Joined: Mon Jan 24, 2011 6:39 pm

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

Post by fireboylolz »

I got this error after injecting the bypass
Image

Helps?
HaRepacker experimenter
maplemaple
Dark Lord
Dark Lord
Posts: 180
Joined: Mon Oct 18, 2010 10:02 am

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

Post by maplemaple »

Goodbye bypass T.T
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

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

Post by xiangloong »

Maybe Bizarro updating it.
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

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

Post by Nerrazzuri »

maplemaple wrote:Goodbye bypass T.T
works fine for me.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Post Reply