Page 1 of 1
Using the Mono Features.
Posted: Sun Dec 08, 2024 11:43 am
by SteveyFrog
Hello,
I'm currently struggling to find the right value using Mono Features.
The games I'm attempting to change values are from Weyrdlets and Idle Sphere.
Weyrdlets is a desktop pet game while Idle Sphere is an obvious game of Incremental Idle. Idle Spheres has Leaderboards that I have to avoid being at the list to avoid ban.
Re: Using the Mono Features.
Posted: Mon Dec 09, 2024 3:16 pm
by Send
SteveyFrog wrote: ↑Sun Dec 08, 2024 11:43 am
Hello,
I'm currently struggling to find the right value using Mono Features.
The games I'm attempting to change values are from Weyrdlets and Idle Sphere.
Weyrdlets is a desktop pet game while Idle Sphere is an obvious game of Incremental Idle. Idle Spheres has Leaderboards that I have to avoid being at the list to avoid ban.
Are you using the .NET window? Does the game have value obfuscation via something like ACtk (Anti-Cheat Toolkit)?
Re: Using the Mono Features.
Posted: Mon Dec 09, 2024 3:24 pm
by SteveyFrog
It seems so.
Re: Using the Mono Features.
Posted: Mon Dec 09, 2024 3:34 pm
by Send
SteveyFrog wrote: ↑Mon Dec 09, 2024 3:24 pm
It seems so.
Which one has the obfuscated values? I can download it and take a look, I have some time.
Re: Using the Mono Features.
Posted: Mon Dec 09, 2024 6:40 pm
by Chrisfearless
Easiest would be Idle Sphere, very small download and not very complex game
Re: Using the Mono Features.
Posted: Wed Dec 11, 2024 7:30 am
by SteveyFrog
Seems like I have to stop relying on just CheatEngine and try with DnSpy and MelonLoader.
Re: Using the Mono Features.
Posted: Wed Dec 11, 2024 6:31 pm
by Send
SteveyFrog wrote: ↑Wed Dec 11, 2024 7:30 am
Seems like I have to stop relying on just CheatEngine and try with DnSpy and MelonLoader.
Grab Pet Vitals (Happiness/Fullness/Luck/Healthiness/Fitness/Experience)
Re: Using the Mono Features.
Posted: Sat Dec 14, 2024 10:04 pm
by layetta
Did you manage to find any of the currencies in idle sphere? I attempted to find specifically chaotics with mono and was also unable to find anything. I must be missing something.
Re: Using the Mono Features.
Posted: Sun Dec 15, 2024 6:54 pm
by Shaggalicious
SteveyFrog wrote: ↑Sun Dec 08, 2024 11:43 am
Hello,
I'm currently struggling to find the right value using Mono Features.
The games I'm attempting to change values are from Weyrdlets and Idle Sphere.
Weyrdlets is a desktop pet game while Idle Sphere is an obvious game of Incremental Idle. Idle Spheres has Leaderboards that I have to avoid being at the list to avoid ban.
if you want to use the mono features the .net window and lua are your friends, idle sphere specifically has a bunch of weirdly named classes that don't seem to do anything (i just took a look myself and it has part of the currency information in the Assembly-CSharp image and part in another called CurrencyDomain if i recall correctly) is your intent to learn how to use mono functionality in general or are you just looking for a solution for these games?
layetta wrote: ↑Sat Dec 14, 2024 10:04 pm
Did you manage to find any of the currencies in idle sphere? I attempted to find specifically chaotics with mono and was also unable to find anything. I must be missing something.
idle sphere uses a mechanic a lot of these idle games use, because the numbers are so large theyre stored in 2 doubles called a mantissa and an exponent. it's a bit goofy to search for but once you get it down its not that hard it would look like this
if your value is 124
mantissa = 1.24
exponent = 2
if your value is 5832
mantissa = 5.832
exponent = 3
if your value is 77463459
mantissa = 7.7463459
exponent = 7
and so on
Re: Using the Mono Features.
Posted: Sat Dec 21, 2024 10:55 am
by SteveyFrog
Send wrote: ↑Wed Dec 11, 2024 6:31 pm
SteveyFrog wrote: ↑Wed Dec 11, 2024 7:30 am
Seems like I have to stop relying on just CheatEngine and try with DnSpy and MelonLoader.
Grab Pet Vitals (Happiness/Fullness/Luck/Healthiness/Fitness/Experience)
This cheat no longer works with the new update. Should've ignored this game since it's called out to be spying on people.