View previous topic :: View next topic |
Author |
Message |
yosupg How do I cheat?
Reputation: 0
Joined: 29 Oct 2009 Posts: 2
|
Posted: Sun Nov 01, 2009 10:06 pm Post subject: find collision for bullets and character address and jumping |
|
|
How would i find the bullet and character collision addresses as well as the jumping height address(maybe even fall damage too) in Fallen Earth MMORPG?
I don't have enough time to scan for a change when i jump and I have no idea how to find collision and what to change it too.
|
|
Back to top |
|
 |
noko_112 Grandmaster Cheater
Reputation: 0
Joined: 09 Jun 2009 Posts: 585
|
Posted: Mon Nov 02, 2009 1:27 am Post subject: |
|
|
What about just scanning for healtH?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25762 Location: The netherlands
|
Posted: Mon Nov 02, 2009 5:56 am Post subject: |
|
|
most likely the server will check if you're being hit, and if you're being hit tells your client that you got hit and what the new health is.
but anyhow, if it where a single player game: Find out health, find what writes it, and then do a stacktrace from that location to see what calls 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 |
|
 |
yosupg How do I cheat?
Reputation: 0
Joined: 29 Oct 2009 Posts: 2
|
Posted: Mon Nov 02, 2009 8:18 am Post subject: |
|
|
Dark Byte wrote: | most likely the server will check if you're being hit, and if you're being hit tells your client that you got hit and what the new health is.
but anyhow, if it where a single player game: Find out health, find what writes it, and then do a stacktrace from that location to see what calls it |
what about the collision adress for bullets. can i make them go through the ground. also, how would i find range of attack address?
|
|
Back to top |
|
 |
|