| View previous topic :: View next topic |
| Author |
Message |
BitRain How do I cheat?
Reputation: 0
Joined: 18 Sep 2016 Posts: 1
|
Posted: Sun Sep 18, 2016 12:35 pm Post subject: How do I find a model in a game and manipulate it? |
|
|
I'd like to manipulate the model itself, like the meshes and how it looks, I've been told by a friend that you can open the model file with a HEX editor, take some HEX data and search for it in cheat engine to find the model.
That's a bit vague and I'd like to know how exactly to do it.
Any tips or tutorials would be appreciated, thanks!
|
|
| Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Sun Sep 18, 2016 1:08 pm Post subject: Re: How do I find a model in a game and manipulate it? |
|
|
| BitRain wrote: | I'd like to manipulate the model itself, like the meshes and how it looks, I've been told by a friend that you can open the model file with a HEX editor, take some HEX data and search for it in cheat engine to find the model.
That's a bit vague and I'd like to know how exactly to do it.
Any tips or tutorials would be appreciated, thanks! |
This hugely depends on what game/graphical engine your application is running on.
_________________
|
|
| Back to top |
|
 |
kuntz Cheater
Reputation: 0
Joined: 29 Aug 2016 Posts: 44 Location: Canada
|
Posted: Sun Sep 18, 2016 1:37 pm Post subject: |
|
|
| The game likely uses DX or OGL to draw to the screen, so just hook the vertex, index, and texture buffer function calls and have the hooks dump the data to files.
|
|
| Back to top |
|
 |
|