View previous topic :: View next topic |
Author |
Message |
noobpwner5 Newbie cheater
Reputation: 0
Joined: 28 Nov 2010 Posts: 12
|
Posted: Sat Sep 15, 2012 4:52 pm Post subject: [Help] Need help with infinite health hack |
|
|
Hey guys, id like to start off by saying that i have a good amount of experience with cheat engine, but i still need help on somethings. If youve ever played star wars battlefront 2, you would know that its a pretty fun game and even more fun with hacks. I have hacked the crap out of that game and made my own trainers for it. But all the hacks i have on it work for everyone, including the AI/bots. Now i mainly use this hack when hosting a server so everybody can have the hacks so its for more fun. But id like to make a single player version for it so that it will only work for the player and not the AI/bots. I have looked at a few tutorials on how to do this but i cant seem to get anything to work for me. If you would like to help me with this, the code for infinite health is mov [edi+04],ecx and its address is 0046FC2C. I would gladly appreciate it if anyone could help me with getting infinite health to work just for the player and not the bots. Thanks
P.S (this is for v1.1)
|
|
Back to top |
|
 |
Gniarf Grandmaster Cheater Supreme
Reputation: 43
Joined: 12 Mar 2012 Posts: 1285
|
Posted: Sun Sep 16, 2012 12:27 pm Post subject: |
|
|
I don't have the game nor have a demo, so I can only give vague hints. There are several ways you might be able to make a godmode. For example:
1-Find out what accesses (not only write) the player health. You'll probably end up with several mov register1 [register2+4]. Replace them one by one by mov [register2+4],esp .With luck one of them is only used to access the player health.
2-Find the player's health address, right click->pointerscan and a lot of coffee.
3-A quick googling shown this game uses lua and mod tools have been released. See if there is a way of modding the game so that the player can't die (modify the Player's OnDamage function, or edit all enemies' weapons and set their damage to 0,...).
|
|
Back to top |
|
 |
noobpwner5 Newbie cheater
Reputation: 0
Joined: 28 Nov 2010 Posts: 12
|
Posted: Mon Sep 17, 2012 2:19 pm Post subject: |
|
|
I thank you for taking the time to help me and actually find some info on the game to try to help me even more. I will try your suggestions and get back to you. Thanks again
EDIT: I forgot to mention that i have the mod tools downloaded and not quite experienced with modding as much as i am with hacking. I dont really want to mod anything tho because id rather to be able to toggle it on and off when ever i needed to.
|
|
Back to top |
|
 |
|