| View previous topic :: View next topic |
| Author |
Message |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Sep 05, 2008 1:51 am Post subject: MapleStory GG Bypass? |
|
|
Can someone tell me some good method to bypass GG without loading up the hack detected message?.
I'm trying to make a very good bot for maplestory..
Atm I got the PUSH 1 to 0 and 262 to 755 method working good (for a few seconds)..
I can go windowed mode.. and stuff but the thing is after a few minutes it would close game saying hack is detected message
_________________
Last edited by pkedpker on Fri Sep 05, 2008 3:58 pm; edited 1 time in total |
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri Sep 05, 2008 3:26 am Post subject: |
|
|
| Are you trying to remove/disable GameGuard and still be able to play or are you just wanting to bypass hooked functions ?
|
|
| Back to top |
|
 |
Wintermoot Expert Cheater
Reputation: 0
Joined: 08 Nov 2007 Posts: 198
|
Posted: Fri Sep 05, 2008 7:15 am Post subject: |
|
|
| For version 59, change the JNZ at 0086364E to JMP...
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Sep 05, 2008 3:27 pm Post subject: |
|
|
| HawwwaH wrote: | | For version 59, change the JNZ at 0086364E to JMP... |
I did that.. still closes
| Code: |
*((BYTE*)0x0086364E) = 0xE9;
*((BYTE*)0x0086364E+1) = 0xB6;
*((BYTE*)0x0086364E+2) = 0x21;
*((BYTE*)0x0086364E+3) = 0x00;
//skip its still 00
*((BYTE*)0x 0086364E+5) = 0x90;
|
so im replacing
0F 85 B5 21 00 00
//with
E9 B6 21 00 00 90
0086364E > 0F85 B5210000 JNZ Done.00865809
im trying to remove gameguard and use some old hacks
_________________
|
|
| Back to top |
|
 |
GMZorita Grandmaster Cheater Supreme
Reputation: 0
Joined: 21 Mar 2007 Posts: 1361
|
Posted: Fri Sep 05, 2008 3:33 pm Post subject: |
|
|
| pkedpker wrote: | | HawwwaH wrote: | | For version 59, change the JNZ at 0086364E to JMP... |
I did that.. still closes
| Code: |
*((BYTE*)0x0086364E) = 0xE9;
*((BYTE*)0x0086364E+1) = 0xB6;
*((BYTE*)0x0086364E+2) = 0x21;
*((BYTE*)0x0086364E+3) = 0x00;
//skip its still 00
*((BYTE*)0x 0086364E+5) = 0x90;
|
so im replacing
0F 85 B5 21 00 00
//with
E9 B6 21 00 00 90
0086364E > 0F85 B5210000 JNZ Done.00865809
im trying to remove gameguard and use some old hacks |
Well if you remove GG that way you won't be able to log into your character.
_________________
Gone |
|
| Back to top |
|
 |
zeroc0de Cheater
Reputation: 0
Joined: 31 Aug 2008 Posts: 32
|
Posted: Fri Sep 05, 2008 3:36 pm Post subject: |
|
|
| GMZorita wrote: | | pkedpker wrote: | | HawwwaH wrote: | | For version 59, change the JNZ at 0086364E to JMP... |
I did that.. still closes
| Code: |
*((BYTE*)0x0086364E) = 0xE9;
*((BYTE*)0x0086364E+1) = 0xB6;
*((BYTE*)0x0086364E+2) = 0x21;
*((BYTE*)0x0086364E+3) = 0x00;
//skip its still 00
*((BYTE*)0x 0086364E+5) = 0x90;
|
so im replacing
0F 85 B5 21 00 00
//with
E9 B6 21 00 00 90
0086364E > 0F85 B5210000 JNZ Done.00865809
im trying to remove gameguard and use some old hacks |
Well if you remove GG that way you won't be able to log into your character. |
Wrong, you can figure a way to unload GG and still be able to use your character. It has been done already, I wish I knew how
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Sep 05, 2008 3:49 pm Post subject: |
|
|
Here is what the dll does.. okay I did the JNZ to JMP as well to exit to pops.
Here is the game.. with Dwnd or whatever its called
then this happens like 10 seconds later.. whatever i'll still solve this.. but anyone could help out atm
| Description: |
|
| Filesize: |
7.74 KB |
| Viewed: |
15071 Time(s) |

|
| Description: |
|
| Filesize: |
550.82 KB |
| Viewed: |
15071 Time(s) |

|
| Description: |
|
| Filesize: |
22.43 KB |
| Viewed: |
15071 Time(s) |

|
_________________
|
|
| Back to top |
|
 |
GMZorita Grandmaster Cheater Supreme
Reputation: 0
Joined: 21 Mar 2007 Posts: 1361
|
Posted: Fri Sep 05, 2008 3:52 pm Post subject: |
|
|
Are you using WPM?
Edit: PM me your msn, i will help you.
_________________
Gone |
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Sep 05, 2008 3:55 pm Post subject: |
|
|
| GMZorita wrote: | Are you using WPM?
Edit: PM me your msn, i will help you. |
WPM?(writeprocessmemory?) no.. the dll i posted in the first topic.. i just inject that it in and it does all the patches for me.. it uses
*(BYTE*)address=new value.
sometimes
*(WORD*)address=new value.. for 755 to 262 replace.
ok ill be on msn im trying to make a free bypass for everyone.. and i want to include some built in hacks.. like VAC for monsters/items and other goodies even maybe a bot.
kk im on msn
_________________
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Fri Sep 05, 2008 4:05 pm Post subject: |
|
|
This is not a bypass. CS2Auth plix.
_________________
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Sep 05, 2008 4:06 pm Post subject: |
|
|
| sponge wrote: | | This is not a bypass. CS2Auth plix. |
yah?? true..... if i unload it the gameguard packets will cause you not to be able to login.
I think i could do the auth as well... got a trick for that
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Sep 05, 2008 4:42 pm Post subject: |
|
|
| pkedpker wrote: |
| Code: |
*((BYTE*)0x0086364E) = 0xE9;
*((BYTE*)0x0086364E+1) = 0xB6;
*((BYTE*)0x0086364E+2) = 0x21;
*((BYTE*)0x0086364E+3) = 0x00;
//skip its still 00
*((BYTE*)0x 0086364E+5) = 0x90;
|
|
Why don't you just use DWORD?
And why are you doing "0x0086364E+X"?
it doesn't really matters, when you mathematical operation on constants it replaces the result with the operation, so "0x0086364E+1" is actually 0x86364F, 0x0086364E+2 is 0x863650, but it still looks nicer when your code is shorter.
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Fri Sep 05, 2008 4:48 pm Post subject: |
|
|
lol... I made something like this AND IT WILL NOT WORK.
Why? I think because gg still has its drivers and terminating the gg process will not work. Use dll bot + an addon I made and u will see what I mean.
What it is:
DLL BOT has ggless which is better than what u got there. + It will send a signal to the dll injected gg to unload gg (Haven't unhooked gg yet...) and gg will terminate and the bot will change the addresses.
Here try it. IT WONT WORK.
(I made this about a month ago on v58 and it wuz phail.)
In the public release of dllbot the call signal is there but its just that the dll to inject into gg isn't there.
How do use. Inject dll bot at the ad screen.
Use a process watcher and inject GGKiller.dll into GameMon.des at 3 seconds delay.
If it suceed, you should see a messagebox after the game loads. Click ok, and a 2nd form should appear. on dll bot click ggless. gamemon.des will crash. about 3 seconds later HAD and because I didn't unhook gg's drivers, your computer will not be able to open anymore processes. So I will say it again. IT WILL NOT WORK.
And this isn't flame. And why message me? Message X0r. He will understand this better than me.
What you are refering to is GGK and that was patched in like v28 or sumethin...
|
|
| Back to top |
|
 |
Wintermoot Expert Cheater
Reputation: 0
Joined: 08 Nov 2007 Posts: 198
|
Posted: Sat Sep 06, 2008 1:21 am Post subject: |
|
|
| Code: | __asm mov dword ptr ds:[0x0086364E],E9B62100h; //JNZ
|
Was that really that hard?
|
|
| Back to top |
|
 |
|