View previous topic :: View next topic |
Author |
Message |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Sat Jun 04, 2016 3:03 pm Post subject: Games that have 1 hit death |
|
|
How will you go on by hacking games that are 1 hit death type ( player has no health, you get hit you die )
Do those games normally use Booleans? and if so how would you look for the address in such games?
and what if it used integers?
like if value is = 10 player is dead, if value is 20 player is alive etc..
and what if it used negative numbers and positive numbers?
there are so many possibilities. but my goal is to prevent the player from dying on such games
i tired to use Decreased/increases value but doing that won't do much since i get stuck on thousands of values and they never change. they all decrease/increase at the same time
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sat Jun 04, 2016 5:08 pm Post subject: |
|
|
Can try changed/unchanged in combination with first scan/last scan.
Difficulty here is the game may move the address after you've died.
Do monsters die in 1 hit too? Maybe find their health first.
See if the same instructions touching their health touch the player's too.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat Jun 04, 2016 5:34 pm Post subject: |
|
|
ultimap could potentially be used for this.
Right before you die activate ultimap, die, and tell it the code that killed you has been executed.
Now you may wish to tick "mark all new entries as filtered out" and play the game as good/bad as you can without dying, and keep on pressing "Code did not get executed"
Perhaps die 2 or 3 more times, and each time click "code has been executed" to filter more and more to the code that is responsible for killing you.
Then look at the coee it has found and see if there is a way you can figure out what is what.
Keep in mind that it will also find some less useful code paths, like the code for playing your dead animation, and sounds (those are difficult to filter out)
_________________
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 |
|
 |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Sat Jun 04, 2016 6:46 pm Post subject: |
|
|
Zanzer wrote: | Can try changed/unchanged in combination with first scan/last scan.
Difficulty here is the game may move the address after you've died.
Do monsters die in 1 hit too? Maybe find their health first.
See if the same instructions touching their health touch the player's too. |
well the game im specifically tried out is I wanna be the guy Gaiden
it yes it moves the addresses alot. like maybe after 1 minute all addresses are changed. i guess to prevent cheating. enemies don't die with 1 hit but i was saying. by time time im trying to find something all addresses get changed and all work is lost
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Jun 04, 2016 7:24 pm Post subject: |
|
|
As Dark Byte suggests...use ultimap if you can.
That said, if there is a moment in the game where your character cannot be hurt (e.g. short moment right after re-spawning or during a moment where you have a force-field or are invincible etc.), then use that.
|
|
Back to top |
|
 |
5maestro How do I cheat?
Reputation: 0
Joined: 06 Jun 2016 Posts: 0 Location: ibiza
|
|
Back to top |
|
 |
|