If TaiwanMS updated their HS, we have a bypass. FYI, they are still using HSMSCRC and they(TWMS Hackers) like to share anything, and they are mostly pros.xiangloong wrote:wao..at last GMS update their hackshield
[gMS v91] Mach Trainer
Re: [gMS v91] Mach Trainer
-
- Headmaster of Darkness
- Posts: 627
- Joined: Mon Apr 26, 2010 8:08 pm
Re: [gMS v91] Mach Trainer
ehh u inject into gms or msea de -..-lolsee2 wrote:cannot tick the hacks lehs, once injected go in maple the hacks cannot be ticked, can any1 hlp me?
i tried in gms liao canot
Support me While Earning $$$ at the same time
If i reach almost alot of click i might gib u a private hack
Click On The Links:
http://eb3534c7.linkbucks.com

http://www.linkbucks.com/referral/304317
If i reach almost alot of click i might gib u a private hack

Click On The Links:
http://eb3534c7.linkbucks.com

http://www.linkbucks.com/referral/304317
Re: [gMS v91] Mach Trainer
This is coded for gMS I don't know if it works for MSEA
- xiangloong
- The Great Lord
- Posts: 1794
- Joined: Sat May 15, 2010 6:44 pm
- Location: Kajang,Selangor
Re: [gMS v91] Mach Trainer
can guarantee its not working for MSEA
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [gMS v91] Mach Trainer
Let me give you guys a little guide on how to make your own bypass.Raiden wrote:If TaiwanMS updated their HS, we have a bypass. FYI, they are still using HSMSCRC and they(TWMS Hackers) like to share anything, and they are mostly pros.xiangloong wrote:wao..at last GMS update their hackshield
Previously, gMS hooked OpenProcess by giving ERROR_INVALID_PARAMETER status to crash HackShield Processes. Since it is patch, there are a lot of APIs could be hook such as CreateProcess, Process32First, Process32Next and etc.
How to hook?
You can get waffle's CRC Bypass source and read and understand how he hook OpenProcess. A small little hint, you don't need to know how ASM work, C++ basic should be enough for you.
Current MSCRC: 00A1699F.
Enjoy.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

- xiangloong
- The Great Lord
- Posts: 1794
- Joined: Sat May 15, 2010 6:44 pm
- Location: Kajang,Selangor
Re: [gMS v91] Mach Trainer
sry but im not interested in making bypass or using cheat engine..and did u success with your bypass?Nerrazzuri wrote:Let me give you guys a little guide on how to make your own bypass.Raiden wrote:If TaiwanMS updated their HS, we have a bypass. FYI, they are still using HSMSCRC and they(TWMS Hackers) like to share anything, and they are mostly pros.xiangloong wrote:wao..at last GMS update their hackshield
Previously, gMS hooked OpenProcess by giving ERROR_INVALID_PARAMETER status to crash HackShield Processes. Since it is patch, there are a lot of APIs could be hook such as CreateProcess, Process32First, Process32Next and etc.
How to hook?
You can get waffle's CRC Bypass source and read and understand how he hook OpenProcess. A small little hint, you don't need to know how ASM work, C++ basic should be enough for you.
Current MSCRC: 00A1699F.
Enjoy.
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
Re: [gMS v91] Mach Trainer
I have many ideas that I can`t do myself 
1. HS Callback (HS detects hack and tells MS to close. We stop it.
)
2. Full Bypass - Bypasses any hack program, even CE debuggers.
3. HSLESS - Private Server client w/o ipcheck removal ....... O.O (Get it from RageZone/KryptoDev?)
Okey, the first and second is very powerful. OMG~ The first one, if we did it, OMG. The second one, go buy from china haxors?? The third one, rumored you`ll d/c after a few minutes. It is enough to PE though. (Scroll hack, Warp Hack...)
HS CallBack Function hint:
We can trace this thing until the end. (This memory region assigns Error Codes (0x00010501 HAD) when HS gives an exception)
@Nerrazuri: Hope you take this in mind. Thanks. I`ll try in holidays, if my results are good. If not, playing banned T.T

1. HS Callback (HS detects hack and tells MS to close. We stop it.

2. Full Bypass - Bypasses any hack program, even CE debuggers.
3. HSLESS - Private Server client w/o ipcheck removal ....... O.O (Get it from RageZone/KryptoDev?)
Okey, the first and second is very powerful. OMG~ The first one, if we did it, OMG. The second one, go buy from china haxors?? The third one, rumored you`ll d/c after a few minutes. It is enough to PE though. (Scroll hack, Warp Hack...)
HS CallBack Function hint:
Code: Select all
mov ecx, 00010501
@Nerrazuri: Hope you take this in mind. Thanks. I`ll try in holidays, if my results are good. If not, playing banned T.T
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [gMS v91] Mach Trainer
First Method->failRaiden wrote:I have many ideas that I can`t do myself
1. HS Callback (HS detects hack and tells MS to close. We stop it.)
2. Full Bypass - Bypasses any hack program, even CE debuggers.
3. HSLESS - Private Server client w/o ipcheck removal ....... O.O (Get it from RageZone/KryptoDev?)
Okey, the first and second is very powerful. OMG~ The first one, if we did it, OMG. The second one, go buy from china haxors?? The third one, rumored you`ll d/c after a few minutes. It is enough to PE though. (Scroll hack, Warp Hack...)
HS CallBack Function hint:We can trace this thing until the end. (This memory region assigns Error Codes (0x00010501 HAD) when HS gives an exception)Code: Select all
mov ecx, 00010501
@Nerrazuri: Hope you take this in mind. Thanks. I`ll try in holidays, if my results are good. If not, playing banned T.T
CallBack Function does not mean telling MapleStory to terminate. It is just where HackShield starts to operate/launch and there are many functions we don't know when HackShield launch.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

Re: [gMS v91] Mach Trainer
Maybe we can let HS won`t run, to make the THIRD way - HSLESS. Unpacking Themida and removing HS checks, thatz it.Nerrazzuri wrote:First Method->failRaiden wrote:I have many ideas that I can`t do myself
1. HS Callback (HS detects hack and tells MS to close. We stop it.)
2. Full Bypass - Bypasses any hack program, even CE debuggers.
3. HSLESS - Private Server client w/o ipcheck removal ....... O.O (Get it from RageZone/KryptoDev?)
Okey, the first and second is very powerful. OMG~ The first one, if we did it, OMG. The second one, go buy from china haxors?? The third one, rumored you`ll d/c after a few minutes. It is enough to PE though. (Scroll hack, Warp Hack...)
HS CallBack Function hint:We can trace this thing until the end. (This memory region assigns Error Codes (0x00010501 HAD) when HS gives an exception)Code: Select all
mov ecx, 00010501
@Nerrazuri: Hope you take this in mind. Thanks. I`ll try in holidays, if my results are good. If not, playing banned T.T
CallBack Function does not mean telling MapleStory to terminate. It is just where HackShield starts to operate/launch and there are many functions we don't know when HackShield launch.
Else, if anyone can KNOW the functions of HS, a bypass can be born from it.
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [gMS v91] Mach Trainer
Thats why I said you can hook the APIs I mentioned before.Raiden wrote:Maybe we can let HS won`t run, to make the THIRD way - HSLESS. Unpacking Themida and removing HS checks, thatz it.Nerrazzuri wrote:First Method->failRaiden wrote:I have many ideas that I can`t do myself
1. HS Callback (HS detects hack and tells MS to close. We stop it.)
2. Full Bypass - Bypasses any hack program, even CE debuggers.
3. HSLESS - Private Server client w/o ipcheck removal ....... O.O (Get it from RageZone/KryptoDev?)
Okey, the first and second is very powerful. OMG~ The first one, if we did it, OMG. The second one, go buy from china haxors?? The third one, rumored you`ll d/c after a few minutes. It is enough to PE though. (Scroll hack, Warp Hack...)
HS CallBack Function hint:We can trace this thing until the end. (This memory region assigns Error Codes (0x00010501 HAD) when HS gives an exception)Code: Select all
mov ecx, 00010501
@Nerrazuri: Hope you take this in mind. Thanks. I`ll try in holidays, if my results are good. If not, playing banned T.T
CallBack Function does not mean telling MapleStory to terminate. It is just where HackShield starts to operate/launch and there are many functions we don't know when HackShield launch.
Else, if anyone can KNOW the functions of HS, a bypass can be born from it.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!
