 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
n3rdsupreme How do I cheat?
Reputation: 0
Joined: 01 Oct 2010 Posts: 1
|
Posted: Fri Oct 01, 2010 8:49 pm Post subject: Godmode in Risen |
|
|
Good evening you haxors,
I've got a small problem with Cheat Engine and godmode in a game called Risen. I know that I have to scan for the values of the health. I recieve one adress all the time. If i freeze that adress, everything works fine. But ofc, i don't want to do that every time when i start Risen.
I tried the following things:
-I replaced the result of "Find out what writes to this adress" with nothing. I didn't lose any HP after this, but the monsters also didnt.
-I tried out Code Injection -> same result. Both me and the monsters recieved health instead of losing them. (My aim was to recieve health, which worked, but the monsters werent ment to -.-)
Thats the injection code i tried:
| Code: | alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
202D9155:
jmp newmem
nop
nop
nop
nop
returnhere:
newmem:
ADD [esi+ebp*4+10],5
originalcode:
exit:
jmp returnhere |
Now, finally my questions:
- Can i "ask" if the hero or the monster gets hit? And if yes, how?
- Do i have to repeat this procedure every time i start Risen or is there a way to create an application?
Many many thanks and please pardon my imperfect english :$ |
|
| Back to top |
|
 |
CCJ39 Expert Cheater
Reputation: 2
Joined: 03 Oct 2010 Posts: 101
|
Posted: Sun Oct 03, 2010 6:07 am Post subject: |
|
|
the health of all players will be calculated with the same gameroutine / address in memory like in most other games... you should read some default tutorials about "how to make a cheat for human player only"
in most cases you can either check for a assembler register which is a special value for human player or you need to find another address (there're at least 2-3 different possible ways, which work with some games but not with every game - so tutorials about the techniques will be best here)
however, if you only like to have a godmode, wasn't there an ingame cheat for it? if not, there're also other free trainers available including godmode
if you like to make such cheat for yourself to learn, try and read a bit... some months ago I've created a godmode for Risen, but it's too long time ago to remember exactly which method it was... if you've questions, I may can answer, but I haven't installed Risen anymore and don't like to reinstall again... maybe after release of Arcania Gothic 4 it's better to use this directly  |
|
| 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
|
|