finding a value in a electron app run through Unity

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
User avatar
Chrisfearless
Expert Cheater
Expert Cheater
Posts: 117
Joined: Sun Sep 23, 2018 5:24 pm
Reputation: 16

finding a value in a electron app run through Unity

Post by Chrisfearless »

So Capplay released their mobile game "Minimal Dungeon" on PC (

This is a electron app run through unity. Electron apps as their nature store values as IEEE-754 since they are based on Javascript (v7 or v8, binary or double precision). However through the unity player there seems to be some kind of conversion happening, I can not for the love of god pinpoint a single variable and hunting for changed values is a nightmare in this constellation.

Anyone experienced with this?

GreenHouse
Expert Cheater
Expert Cheater
Posts: 854
Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 891

Re: finding a value in a electron app run through Unity

Post by GreenHouse »

They're all doubled 4 bytes. So if you have 20 attack, search for 40.
And also, that isn't Unity. Choose the right process, which is always the penultimate one.

dahdahou
Cheater
Cheater
Posts: 40
Joined: Thu Aug 29, 2019 8:43 pm
Reputation: 1

Re: finding a value in a electron app run through Unity

Post by dahdahou »

GreenHouse wrote:
Mon Mar 14, 2022 12:23 pm
They're all doubled 4 bytes. So if you have 20 attack, search for 40.
And also, that isn't Unity. Choose the right process, which is always the penultimate one.
I have tried and didn't get any result.

Post Reply

Who is online

Users browsing this forum: No registered users