Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


MapleStory GG Bypass?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Sep 05, 2008 1:51 am    Post subject: MapleStory GG Bypass? Reply with quote

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



The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.


The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol


Last edited by pkedpker on Fri Sep 05, 2008 3:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Fri Sep 05, 2008 3:26 am    Post subject: Reply with quote

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
View user's profile Send private message
Wintermoot
Expert Cheater
Reputation: 0

Joined: 08 Nov 2007
Posts: 198

PostPosted: Fri Sep 05, 2008 7:15 am    Post subject: Reply with quote

For version 59, change the JNZ at 0086364E to JMP...
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Sep 05, 2008 3:27 pm    Post subject: Reply with quote

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

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
GMZorita
Grandmaster Cheater Supreme
Reputation: 0

Joined: 21 Mar 2007
Posts: 1361

PostPosted: Fri Sep 05, 2008 3:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
zeroc0de
Cheater
Reputation: 0

Joined: 31 Aug 2008
Posts: 32

PostPosted: Fri Sep 05, 2008 3:36 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Sep 05, 2008 3:49 pm    Post subject: Reply with quote

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




followed by.PNG
 Description:
followed by
 Filesize:  7.74 KB
 Viewed:  15079 Time(s)

followed by.PNG



works a little.PNG
 Description:
works a little
 Filesize:  550.82 KB
 Viewed:  15079 Time(s)

works a little.PNG



what dll does atm.PNG
 Description:
part 1
 Filesize:  22.43 KB
 Viewed:  15079 Time(s)

what dll does atm.PNG



_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
GMZorita
Grandmaster Cheater Supreme
Reputation: 0

Joined: 21 Mar 2007
Posts: 1361

PostPosted: Fri Sep 05, 2008 3:52 pm    Post subject: Reply with quote

Are you using WPM?
Edit: PM me your msn, i will help you.

_________________
Gone
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Sep 05, 2008 3:55 pm    Post subject: Reply with quote

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

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Fri Sep 05, 2008 4:05 pm    Post subject: Reply with quote

This is not a bypass. CS2Auth plix.
_________________
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Sep 05, 2008 4:06 pm    Post subject: Reply with quote

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

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Fri Sep 05, 2008 4:42 pm    Post subject: Reply with quote

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? Neutral
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
View user's profile Send private message
dnsi0
I post too much
Reputation: 0

Joined: 04 Jan 2007
Posts: 2674

PostPosted: Fri Sep 05, 2008 4:48 pm    Post subject: Reply with quote

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...



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.

Back to top
View user's profile Send private message
Wintermoot
Expert Cheater
Reputation: 0

Joined: 08 Nov 2007
Posts: 198

PostPosted: Sat Sep 06, 2008 1:21 am    Post subject: Reply with quote

Code:
__asm mov dword ptr ds:[0x0086364E],E9B62100h; //JNZ

Was that really that hard?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites