| View previous topic :: View next topic |
| Author |
Message |
30stm How do I cheat?
Reputation: 0
Joined: 03 Sep 2005 Posts: 6
|
Posted: Sun Sep 04, 2005 7:13 am Post subject: changing the ammount of inflicted damage |
|
|
I would like to adjust the ammount of damage I do in the game fable. In game the damage is shown on the right corner of the screen, but this fades away in 2 secs. Does anyone have any suggestions on how to get the address that holds the inflicted damage ?
Gr
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
|
Posted: Sun Sep 04, 2005 7:49 am Post subject: |
|
|
find the code that decreases the health of a opponent.
that instruction(or a few above it, depending on how it is coded) will determine how much it will be decreased with (most likely inside a register)
there is probably no address that holds the inflicted damage, but only a parameter
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Happy_person36 Newbie cheater
Reputation: 0
Joined: 25 Oct 2005 Posts: 14
|
Posted: Sat Oct 29, 2005 9:16 am Post subject: ... |
|
|
| put the number of damage that is does into the value place search with 4 bit or float, alot should come up but if the damage changes everytime your hit then search for the damage that was just done and press next scan, you should only get 1 or 2 then just change the amount of damage.
|
|
| Back to top |
|
 |
finger49059 How do I cheat?
Reputation: 0
Joined: 11 Dec 2005 Posts: 4
|
Posted: Sun Dec 11, 2005 7:43 pm Post subject: help.. |
|
|
| Dark Byte wrote: | | find the code that decreases the health of a opponent. |
I do not know how to stop this.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25813 Location: The netherlands
|
Posted: Sun Dec 11, 2005 7:49 pm Post subject: |
|
|
find health of a enemy.
when found, use "find out what writes to this address"
shoot him, and the code that was used to decrease his health will be shown.
If it is a function, set a breakpoint at that address, shoot him. The debugger breaks, do a stacktrace to find out what called the function with what parameters, and go back till you've found it
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|