 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
xPaz How do I cheat?
Reputation: 0
Joined: 16 Feb 2015 Posts: 1
|
Posted: Mon Feb 16, 2015 3:36 pm Post subject: Godmode and rapid fire |
|
|
So I started messing with a simple game and I did infinite ammo very easily. ATM I'm trying to get godmode.
I have the hp adress and i found the assembler code that makes my HP go down ( two of those are appearing ), when I replace the first code that is probably the real one my game crash. When I edit the 2nd code the game camera isn't going with the character, it just stays in the place I were though i can still see me ( Seems like free look with a crosshair ).
So one question is how do I bypass this crash ? Is there any other method of replacing codes ? Second is why the free camera thing happens ? I have no idea how it is related to hp amount.
Another think I tried is rapid fire, I understood the idea of the timer that counts after shooting. Problem is how do i get to this adress ? Attack cooldown in my desired weapon is like 1 second, how can i move to CE and scan ? I saw someone talks about hotkeys but I didn't find it. Can anyone tell me how to perform it ?
Thanks, xPaz.
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Feb 16, 2015 6:09 pm Post subject: |
|
|
You should post the code blocks you are replacing.
I am going to assume that the block you are overwriting is fstp.
This writes the value to your address and then pops the stack.
The game is crashing because it is no longer popping the stack, so it throws a stack overflow exception.
As for the second code block, games sometimes use the same code block to handle multiple variables of a similar type (float).
In memory viewer, right-click the code and select Find out what addresses this instruction accesses.
Chances are you're going to see a lot of variables pop up.
To pause the game, you can set hotkeys to the speedhack. Edit > Settings > Hotkeys
Set the speed to 0.0 to freeze the game and 1.0 to resume normal speed.
|
|
Back to top |
|
 |
|
|
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
|
|