| View previous topic :: View next topic |
| Author |
Message |
-DEViL- Expert Cheater
Reputation: 3
Joined: 21 Apr 2007 Posts: 185
|
Posted: Tue Jun 05, 2007 12:27 am Post subject: please help in DooM 3 |
|
|
i want to hack health in DooM 3.
i can use pointers but i dont want to use pointer.
i want to find player health address in MEMORY VIEW.
can any one help me about this?
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Tue Jun 05, 2007 6:18 am Post subject: |
|
|
fine out what writes to this address -> get hit and nop it or something...
so u can make a script too...
but isnt it easier to keep the pointer and freeze?
|
|
| Back to top |
|
 |
-DEViL- Expert Cheater
Reputation: 3
Joined: 21 Apr 2007 Posts: 185
|
Posted: Tue Jun 05, 2007 6:30 am Post subject: |
|
|
but when i nop that every ones health is unlimited.
i want to find only player health in MEMORY VIEW and nop only player health.
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
|
| Back to top |
|
 |
-DEViL- Expert Cheater
Reputation: 3
Joined: 21 Apr 2007 Posts: 185
|
Posted: Tue Jun 05, 2007 11:58 pm Post subject: |
|
|
yeah i read that thread you linked but i want to find god mode or no hit damage.
how i can find this for only player?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
|
Posted: Wed Jun 06, 2007 4:43 am Post subject: |
|
|
pointers will work.
another method (that won't work in trainers) is add that address to the codelist , rightclick it there and choose "find out what addresses this code writes to" get hurt and the list will have your current health address. (might need some testing if you hurt something else)
there is a 3th method and will work in trainers, but is a little bit complex.
see if you can figure out how to separate yourself from all others that use that code. Then write a auto assembler script that checks if the address being decreased belongs to you or not, and if so, don't decrease, and if not, just decrease. (or set health to 0 for instant kill)
Easiest method to find out that is look at the memory in the memory browser starting from the register's address without the offset. The data dissector (ctrl+d) might help there
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|