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 


God Mode
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Thu Sep 10, 2015 4:35 am    Post subject: God Mode Reply with quote

Hi ! i want to make a god mode(HP) trainer to a shooting game. Any GOOD tutorial in English please ?? Al the tut i found so far was very bad....
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Thu Sep 10, 2015 6:55 am    Post subject: Reply with quote

http://forum.cheatengine.org/viewtopic.php?t=570083

Or...

http://forum.cheatengine.org/viewtopic.php?t=583856

_________________
Back to top
View user's profile Send private message
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Thu Sep 10, 2015 11:55 am    Post subject: Reply with quote

doesn't work : with these Sad

i can't find the health "tab"
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Thu Sep 10, 2015 1:53 pm    Post subject: Reply with quote

Er, what? Tab?
_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Thu Sep 10, 2015 6:47 pm    Post subject: Reply with quote

Moved to the proper section as this is not a tutorial.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Bl00dWolf
Advanced Cheater
Reputation: 0

Joined: 04 Jan 2010
Posts: 79
Location: Russia, Moscow

PostPosted: Fri Sep 11, 2015 7:08 am    Post subject: Reply with quote

What game you're trying to hack?
_________________
Sry for my english, Hitler.
Back to top
View user's profile Send private message
Snow1337
Catastrophic Cheatah
Reputation: 1

Joined: 12 Oct 2004
Posts: 183
Location: Your, Computer

PostPosted: Fri Sep 11, 2015 10:08 am    Post subject: Reply with quote

if you have a visible gui of health, find the value or even the value that just displays the value, right click it and click "Find What Accesses This" look for a "mov" or "inc" or "dec" instruction and manually nop it or right click it and click "Replace this code with code that does Nothing"

To manually nop it, open it in Memory Viewer and count the bytes if the instruction is dec 00400000 3b ff 34 00 .. change the byte array to 90 90 90 90.

You can even nop the instruction of death which will be 00400000 cmp eax, 00000000 and a je operand will follow.. nop the je operand.. which means when value hits 0, you wont die

There is also the flag when you get hit and you have that temporary God Mode, two different ways.. 0 when not hit and 1 when hit and also the timer that decreases you will have to do Unknown value search to find it

For a trainer, follow one of the many trainer tutorials on the forum.

_________________
Back to top
View user's profile Send private message Visit poster's website
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Sat Sep 12, 2015 5:31 am    Post subject: Reply with quote

the problem is that i can't find the health on cheat engine. I can see my health. Is 100. i scan for 100. i lose some health, i scan again my new health, i do that for 4-5 times, and i got nothing. It can't find health...

I also try to find it with "increase" decrease" value.. nothing...
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sat Sep 12, 2015 6:25 am    Post subject: Reply with quote

You try scanning for a float type? If game shows 100, search between 99 and 101.
Back to top
View user's profile Send private message
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Sat Sep 12, 2015 6:27 am    Post subject: Reply with quote

Also do an unknown initial scan, which is covered in the video series and the official tutorial that gets installed alongside CE.
_________________
Back to top
View user's profile Send private message
Snow1337
Catastrophic Cheatah
Reputation: 1

Joined: 12 Oct 2004
Posts: 183
Location: Your, Computer

PostPosted: Sat Sep 12, 2015 8:05 am    Post subject: Reply with quote

Yes the health could be stored at a high value, or try a Byte search.. some games with values between 0-255 can only be found with Byte search.. i learned that the hard way
_________________
Back to top
View user's profile Send private message Visit poster's website
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Sat Sep 12, 2015 11:08 am    Post subject: Reply with quote

YESSSS !! I find the health !!! with the float between !! Thank you guys !!! Smile one more question. What i can do, so i don't have to findin every game the health ? The adress is diffrent. Any tutorial to do that ??
Back to top
View user's profile Send private message
Snow1337
Catastrophic Cheatah
Reputation: 1

Joined: 12 Oct 2004
Posts: 183
Location: Your, Computer

PostPosted: Sat Sep 12, 2015 11:15 am    Post subject: Reply with quote

Good job, can't believe you didn't try Float sooner

Pointer tutorial
http://forum.cheatengine.org/viewtopic.php?t=576114

_________________
Back to top
View user's profile Send private message Visit poster's website
Rydian
Grandmaster Cheater Supreme
Reputation: 31

Joined: 17 Sep 2012
Posts: 1358

PostPosted: Sat Sep 12, 2015 11:28 am    Post subject: Reply with quote

Pointers in one form or another...
http://forum.cheatengine.org/viewtopic.php?t=572465

Or an AOB so you don't need to find the health address every time.
http://forum.cheatengine.org/viewtopic.php?t=570083

_________________
Back to top
View user's profile Send private message
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Sun Sep 13, 2015 5:41 am    Post subject: Reply with quote

snow i am prety new in this so... Very Happy My problem is that these methods are very.. "slow". The game i am trying to cheat on, is an online game. I have 4 minutes at most. Any ideas ??

thanks guys Smile
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
Goto page 1, 2  Next
Page 1 of 2

 
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