Page 1 of 1
[COMPLETE]- CONTRACT KiLLERS
Posted: Thu Jul 09, 2020 5:32 am
by gooling
Re: [REQUEST]- CONTRACT KiLLERS
Posted: Thu Jul 09, 2020 10:57 pm
by Betcha
IGG-Games
Money itself is weird, but you can add it manually by repeating steps from Gif.

Re: [REQUEST]- CONTRACT KiLLERS
Posted: Fri Jul 10, 2020 4:24 am
by cfemen
Betcha wrote: ↑Thu Jul 09, 2020 10:57 pm
Money itself is weird
actually its not weird^^
just Unity PlayerPrefs
PlayerPrefs uses a string as ID/Key
i've downloaded the game and made a sample, so you can learn how to call functions (one sample is ASM the other is lua)
Set Money Script will call the
PlayerPrefs.SetInt(string key,int value) method and you get the
dNewMoney amount of money
Call addMoneyToPlayer Script will call the
DevOptionsManager:addMoneyToPlayer() method and you get the
dNewMoney amount of money
//
note : the scripts will be auto. deactivated after each click, so you wont see a checkmark.
use cheat engine 7.1, otherwise you may have to click twice on enable.
Re: [COMPLETE]- CONTRACT KiLLERS
Posted: Fri Jul 10, 2020 5:48 am
by gooling