| View previous topic :: View next topic |
| Author |
Message |
l0xxllxx0l How do I cheat?
Reputation: 0
Joined: 18 Jul 2010 Posts: 3
|
Posted: Tue Jul 27, 2010 11:05 pm Post subject: Enabling an ingame button |
|
|
| CAn someone help me out, certain options are lock for certain in game vehicles, what are some of the most common setting to find the value of buttons that can be clicked and ones that cant. Only thing i can think of is, 1 and 0; or the # of buttons.
|
|
| Back to top |
|
 |
SwaggaJackin' Master Cheater
Reputation: 2
Joined: 06 Nov 2009 Posts: 312
|
Posted: Tue Jul 27, 2010 11:44 pm Post subject: |
|
|
It can depend on the language the game was coded in, for example in C/C++ a boolean takes up 1 byte, while in .NET languages (C#, vb.net) a boolean takes up 4 bytes.
If all searching methods fail, your best chance to do an unknown initial value, enable the button and do a value changed and continue to play with it (using unchanged, changed, etc...).
You can also try to search for the text the button has and see if it's in memory and when found search around that area. You could also do this by trying to disassemble the program itself, search for the text of the button to get in it's general location (hopefully).
|
|
| Back to top |
|
 |
l0xxllxx0l How do I cheat?
Reputation: 0
Joined: 18 Jul 2010 Posts: 3
|
Posted: Wed Jul 28, 2010 12:53 am Post subject: |
|
|
i will try that, but as for the text thing you said. ive messed around with that and found some texts that i am looking for but where do i go from there. Are there any tuts for this disassembling thing ive searched around but cant find anything for what im trying to do,
thanks for the reply!
|
|
| Back to top |
|
 |
|