View previous topic :: View next topic |
Author |
Message |
sopfox3 How do I cheat?
Reputation: 0
Joined: 08 Dec 2012 Posts: 6
|
Posted: Sun Jun 23, 2013 10:53 pm Post subject: Character Modifier hack |
|
|
How do you make a character modifier hack with cheat engine?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun Jun 23, 2013 11:22 pm Post subject: |
|
|
How long is a piece of string? Really, there is no definitive way to answer this question, as it will depend on what type of modification you are referring to, as well as the game in question.
Size modifiers are simple. For some games, it is only a matter of altering a single address. For some, it is stored as a triple, xyz value.
Speed, attack, color modifiers etc. are generally stored as a single value for each, and can be modified accordingly.
Some of these values can be found by looking for xyz or health of player and dissecting data structures. Others can be found by searching for 3f80 or similar.
As far as making a hack, most of these values are constant and can be changed, simply by setting up a hotkey to alter each value. Otherwise, code injection can be used.
|
|
Back to top |
|
 |
sopfox3 How do I cheat?
Reputation: 0
Joined: 08 Dec 2012 Posts: 6
|
Posted: Mon Jun 24, 2013 12:33 am Post subject: |
|
|
Like if I wanted to switch character model.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Jun 24, 2013 1:33 am Post subject: |
|
|
Depends on the game. For some games, it may be extremely involved and time consuming (if not nearly impossible). For others, it may just be a simple drag n' drop operation (if the game has been unpacked and mods have been created for it).
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Mon Jun 24, 2013 4:27 am Post subject: |
|
|
GNIREENIGNE wrote: |
Others can be found by searching for 3f80 or similar.
|
What does this 3f80 means??
And can you suggest a way to find the modification values.
Suppose the game is GTA Vice city, It is a very popular game.
_________________
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Jun 24, 2013 4:54 am Post subject: |
|
|
3f800000 = (float) 1.0
I have not played GTA Vice City for PC. The only suggestions I can give are mentioned above. If you have specific questions, I can try to help.
|
|
Back to top |
|
 |
sopfox3 How do I cheat?
Reputation: 0
Joined: 08 Dec 2012 Posts: 6
|
Posted: Mon Jun 24, 2013 9:59 am Post subject: |
|
|
Ima say saints row 2?
What if I wanted to code a character modifier for that?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Jun 24, 2013 2:55 pm Post subject: |
|
|
I don't know what kind of response you are expecting here. I did create a cheat for Saints Row II a long time ago, so I know it's possible. My character was much larger and more muscular than the game allowed (and) he was green (basically like the incredible hulk). These options were not available by default, but could be had with some manipulation.
No, I do not have the cheat.
|
|
Back to top |
|
 |
sopfox3 How do I cheat?
Reputation: 0
Joined: 08 Dec 2012 Posts: 6
|
Posted: Wed Jun 26, 2013 3:30 am Post subject: |
|
|
To switch character models into NPC
|
|
Back to top |
|
 |
|