| View previous topic :: View next topic |
| Author |
Message |
Immusama How do I cheat?
Reputation: 0
Joined: 08 Sep 2019 Posts: 6
|
Posted: Sat Mar 28, 2020 11:12 am Post subject: Finding value of an item. |
|
|
Hello,
Is it possible to find out and change a value of an item in a game which doesn't have inventory.
Like I see my coins and can carry them around and all, also can see it's value.
I tried the simple search for example 11.24 bought stuff for 1 and searched 10.24 but it doesn't work.
|
|
| Back to top |
|
 |
Chamkey How do I cheat?
Reputation: 0
Joined: 01 Jan 2012 Posts: 7
|
Posted: Sat Mar 28, 2020 11:52 am Post subject: |
|
|
It depends.
Is 10.24 the correct value?
If 10.24 is the correct value then are you using the correct value type (Float or Double)?
There's also the issue of some engines masking their values by multiplying by another value. In the case of RPG Maker VX I know that they do something like multiplying by 2 and adding 8, or in some flash games multiply by 6 and add 1. That kinda thing.
What kind of game are you running? Sometimes unity obfuscates the addresses to prevent cheating.
There is an easier way to work around it if the game is not obfuscating its addresses. You can search for an unknown value and check whether it increases or decreases.
|
|
| Back to top |
|
 |
Immusama How do I cheat?
Reputation: 0
Joined: 08 Sep 2019 Posts: 6
|
Posted: Sat Mar 28, 2020 11:57 am Post subject: |
|
|
The game is on Patreon, so I'm not really allowed to share it.
Its a unity game yes.
|
|
| Back to top |
|
 |
Chamkey How do I cheat?
Reputation: 0
Joined: 01 Jan 2012 Posts: 7
|
Posted: Sat Mar 28, 2020 12:02 pm Post subject: |
|
|
I don't need you to share it lol.
Did you do everything in your power to search for a value? If you have then I'm afraid you have to rely on the Mono section of CheatEngine.
When you attach it to cheat engine the menu up top has a mono section, if you click on it and enable mono features, then go to dissect mono you'll find a collapsible menu that if you "uncollapse" will reveal all the DLLs that are part of the Unity package that the game was created with
The Assembly-CSharp section should have all the functions that are programmed in, but I'm afraid that to edit that, you need programming experience. Well, at least understanding what a class and a function are.
|
|
| Back to top |
|
 |
Immusama How do I cheat?
Reputation: 0
Joined: 08 Sep 2019 Posts: 6
|
Posted: Sat Mar 28, 2020 12:13 pm Post subject: |
|
|
| Oops I realized its UE4Game, not Unity.
|
|
| Back to top |
|
 |
Chamkey How do I cheat?
Reputation: 0
Joined: 01 Jan 2012 Posts: 7
|
Posted: Sat Mar 28, 2020 12:42 pm Post subject: |
|
|
Then I'm sorry, apart from what I just told you about finding addresses, I can't help you any further.
If the game is online, with UE4 I assume it's impossible to edit the values without something checking on the server side.
If not, then you're just gonna have to scan as hard as possible. Find pointers if need be.
|
|
| Back to top |
|
 |
Immusama How do I cheat?
Reputation: 0
Joined: 08 Sep 2019 Posts: 6
|
Posted: Sun Mar 29, 2020 8:42 am Post subject: |
|
|
Thanks.
I'll try, even tho I don't understand anything yet.
Appreciate your help.
|
|
| Back to top |
|
 |
|