| View previous topic :: View next topic |
| Author |
Message |
mereketehe How do I cheat?
Reputation: 0
Joined: 30 Jun 2012 Posts: 9
|
Posted: Wed Sep 10, 2014 2:33 am Post subject: How To Hack Unity3d Game ? |
|
|
Hay, I have a question how to hack unity3d game?
I mean, when I want hack flash game (swf) I use SWF Decompiler to see the AOB and else, how about the unity3d game? what software do I need to see or search the AOB?
Thanks. |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Wed Sep 10, 2014 5:31 am Post subject: |
|
|
Activate ce's mono features
Then either search for the class you're interested in, or find it through normal debugging methods.
Once you've found it you can either tell ce to show you the .net ilcode, or to find the natively compiled method. CE will automatically compile it for you if it wasn't jitted yet
And from there you can do your edits
(The exact layout of classes is also available) _________________
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 |
|
 |
mereketehe How do I cheat?
Reputation: 0
Joined: 30 Jun 2012 Posts: 9
|
Posted: Wed Sep 10, 2014 6:14 am Post subject: |
|
|
| Dark Byte wrote: | Activate ce's mono features
Then either search for the class you're interested in, or find it through normal debugging methods.
Once you've found it you can either tell ce to show you the .net ilcode, or to find the natively compiled method. CE will automatically compile it for you if it wasn't jitted yet
And from there you can do your edits
(The exact layout of classes is also available) |
Thanks for the information Dark Byte . But, how to active mono features?  |
|
| Back to top |
|
 |
|