View previous topic :: View next topic |
Author |
Message |
giryan How do I cheat?
Reputation: 0
Joined: 12 Jan 2016 Posts: 3
|
Posted: Tue Jan 12, 2016 12:29 pm Post subject: Help Needed- Finding Values on Unity |
|
|
Hello everyone. Lately i am obsessed with a game. Today i downloaded it to my pc and hack it but i couldnt succeed.
Game is web player based unity3d game.
I tried normal ways but no hope. Any idea how to find stuff in game to edit values?
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Tue Jan 12, 2016 12:42 pm Post subject: |
|
|
In principle the data storage in unity is not different from any other application.
So if you were not able to find values it may be because the developer build some obfusications/encryptions into the application.
Try to scan for changed/unchanged ...
|
|
Back to top |
|
 |
giryan How do I cheat?
Reputation: 0
Joined: 12 Jan 2016 Posts: 3
|
Posted: Tue Jan 12, 2016 12:56 pm Post subject: |
|
|
hhhuut wrote: | In principle the data storage in unity is not different from any other application.
So if you were not able to find values it may be because the developer build some obfusications/encryptions into the application.
Try to scan for changed/unchanged ... |
it took a bit of time but this is the lowest i can get is attached.
in game value was 13 when those values last changed. i couldnt see anything related to that.
edit: i realized that i can freeze that value.
edit2; value getting spiky after freezing it but game doesnt crash and value goes to 13 back eventually. now i need help to increase/decrease it.
Description: |
|
Filesize: |
112.13 KB |
Viewed: |
36715 Time(s) |

|
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Tue Jan 12, 2016 1:20 pm Post subject: |
|
|
Now take the first value only and copy it to the address list (best show it as hex, that's easier to modify later.
Don't click on next scan so that you can still see the previous value. If that value was 13, gain or loose some (so that the value ingame changes) and change the address you copied to the address list back to the previous value.
Do that with all values (one at a time) and when the ingame value also changes back to 13 (may only be visible after the value changes by some game event), then you've found the correct address and can look, what reads/writes from/to it (and maybe get the encryption key or whatever) ...
|
|
Back to top |
|
 |
amirov137 How do I cheat?
Reputation: 0
Joined: 12 Jan 2016 Posts: 3
|
Posted: Tue Jan 12, 2016 2:03 pm Post subject: |
|
|
hhhuut wrote: | Now take the first value only and copy it to the address list (best show it as hex, that's easier to modify later.
Don't click on next scan so that you can still see the previous value. If that value was 13, gain or loose some (so that the value ingame changes) and change the address you copied to the address list back to the previous value.
Do that with all values (one at a time) and when the ingame value also changes back to 13 (may only be visible after the value changes by some game event), then you've found the correct address and can look, what reads/writes from/to it (and maybe get the encryption key or whatever) ... |
This is a good idea
|
|
Back to top |
|
 |
giryan How do I cheat?
Reputation: 0
Joined: 12 Jan 2016 Posts: 3
|
Posted: Wed Jan 13, 2016 3:31 am Post subject: |
|
|
hhhuut wrote: | Now take the first value only and copy it to the address list (best show it as hex, that's easier to modify later.
Don't click on next scan so that you can still see the previous value. If that value was 13, gain or loose some (so that the value ingame changes) and change the address you copied to the address list back to the previous value.
Do that with all values (one at a time) and when the ingame value also changes back to 13 (may only be visible after the value changes by some game event), then you've found the correct address and can look, what reads/writes from/to it (and maybe get the encryption key or whatever) ... |
i tried it but i guess there are couple of related values because when i made what you said i got an ingame warning saying "congratz, you have sold 25.000 of same car" but i only produced 13 of them
edit:okay which ever value i tried to use "changed/unchanged" tactic, game wents buggy. i need something other than that
|
|
Back to top |
|
 |
|