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 


Code Caving God Mode~

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Sun Sep 24, 2006 3:07 pm    Post subject: Code Caving God Mode~ Reply with quote

Hi, i'm trying to get my hands on God mode for a game, but i don't know where to start! i have tried searching for Current HP and i found it and i tried to Code Cave it.. didnt work! is it anything special i have to do?

I have read the Code Caving guides for Maple Story.


Thanks in advance!


Wlm.
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Mon Sep 25, 2006 2:34 am    Post subject: Reply with quote

Well, first you find a *working* pointer to your health.
Now, you pray that all health decreasing goes trough one method. Then you figure out what writes to your health. First you try nopping it. If your enemies are imortal to by now, you have to make a script, else youre done.

Ok, so your enemies are immortal to. Now, you make a script wich compairs the adress to write to with your pointer. If it's the same you don't decrease health. If it's not the same you make the health zero (instant kill).

_________________
Keyboard Piano
www.keyboard-piano.com

Reprograming in C++
Computer Piano
*Not done yet*
Back to top
View user's profile Send private message Visit poster's website
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Tue Sep 26, 2006 8:21 am    Post subject: Reply with quote

Dang, i've tried everything! it wont work :/ they might not have GG for a reason~ If anyone wants to try to get adresses for Pirate King Online, Heres the site -> www . piratekingonline . com <- - Would be real fun to start an Hacking Guild later on =)


This is what i found:

First:

Pointer
game.exe+002C5D38

Offset
AC

I think that was Float, i didnt find anything interesting on Double


So if anyone would be kind enough to try and find the adresses and show me how they did it. Now lets see what i did.. And failed >_<


I Searched for my HP in Double then i Levled, searched for hp again, and i found nothing

Now i searched for HP Again on Float, i levled and searched for hp again, i think i found 2, that may of been on Exact Value not sure thou

I selected both, they got me to same Adress, i noped it, made pointer and so on, now i think that i did it right, can someone tell me what i did wrong?
im gonna test it again, i'll take Screen Shots of the whole "Mission"


Wlm.
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Tue Sep 26, 2006 11:46 am    Post subject: Reply with quote

well, once you got a working pointer (one that doesn't break *ever), you find out what writes to this adress (the value, not the pointer), get damage from multiple sources and then you figure out what is the universal code for receiving damage (if there is one.. if not... big problem). Add the piece of code to the code list for future refrence. After that you can ask what to do next...

This may not work though if it's server sided, but lets try to do it first.

_________________
Keyboard Piano
www.keyboard-piano.com

Reprograming in C++
Computer Piano
*Not done yet*
Back to top
View user's profile Send private message Visit poster's website
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Wed Sep 27, 2006 11:12 am    Post subject: Reply with quote

thanks i'll try that~~
Back to top
View user's profile Send private message
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Wed Sep 27, 2006 12:07 pm    Post subject: Reply with quote

Hmm, i get more like 5000 Values >_< - I'm not the one for this job.. yet ^^' but i will keep trying



Edit: whats the point with pointers? i got a working one, doesnt brake or anything...

Pointer = game.exe+002C5D38
Offset = AC

Reads From = 00437EA4 (Couldnt find out what it writes from >_<)
Looks like this in code list = 00437ea4 - 89 48 10 - mov [eax+10],ecx

I Dont know if this helpts But:

Changed Adresses =

030058B4

02F66944

02F066ABC

0300668C

030040D4
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Wed Sep 27, 2006 2:09 pm    Post subject: Reply with quote

You already have a valid pointer to your health? What hapends if you freeze it?

Those other adresses you found might be other players health (hehehe) or just the changin adresses of your own heath... dunno...

_________________
Keyboard Piano
www.keyboard-piano.com

Reprograming in C++
Computer Piano
*Not done yet*
Back to top
View user's profile Send private message Visit poster's website
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Wed Sep 27, 2006 3:17 pm    Post subject: Reply with quote

Glest wrote:
You already have a valid pointer to your health? What hapends if you freeze it?

Those other adresses you found might be other players health (hehehe) or just the changin adresses of your own heath... dunno...
Well, i tried freezing it.. but the hp bar text froze, not the bar... so didnt work..
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Thu Sep 28, 2006 12:31 am    Post subject: Reply with quote

ok, but that certainly is a start. The real value must be stored in it... So, find out what writes to it. You will probably only get one piece of code... Add the adress that's being stored in it...
_________________
Keyboard Piano
www.keyboard-piano.com

Reprograming in C++
Computer Piano
*Not done yet*
Back to top
View user's profile Send private message Visit poster's website
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Thu Sep 28, 2006 7:07 am    Post subject: Reply with quote

Glest wrote:
ok, but that certainly is a start. The real value must be stored in it... So, find out what writes to it. You will probably only get one piece of code... Add the adress that's being stored in it...
wont work, get none..
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Thu Sep 28, 2006 11:55 am    Post subject: Reply with quote

hmm.. ok, I downloaded the install.. I'll try it out when I got some time...
_________________
Keyboard Piano
www.keyboard-piano.com

Reprograming in C++
Computer Piano
*Not done yet*
Back to top
View user's profile Send private message Visit poster's website
Wlm.
Newbie cheater
Reputation: 0

Joined: 07 Aug 2006
Posts: 12

PostPosted: Thu Sep 28, 2006 3:42 pm    Post subject: Reply with quote

Glest wrote:
hmm.. ok, I downloaded the install.. I'll try it out when I got some time...
Ah, ok, its gonna be fun to see if it will work =)
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 Gamehacking 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