Liki5555 Posted April 11, 2024 Posted April 11, 2024 I have a problem getting a donation machine. From what I was able to find out that the name of the car is ferrari f355 (maybe it will help). Thank you in advance!
MAARS Posted April 11, 2024 Posted April 11, 2024 public class SaveGameManager : MonoBehaviour [Address(RVA = "0x129E248", Offset = "0x129D248", VA = "0x129E248")] public static int getTotalMoney() // return high ammount Unlimited money public class CarProperties : MonoBehaviour [Address(RVA = "0x12B34E4", Offset = "0x12B24E4", VA = "0x12B34E4", Slot = "47")] public virtual bool getIsPremium() // return false make paid cars available to buy with in game money instead of real money
Dispater Posted April 15, 2024 Posted April 15, 2024 On 4/11/2024 at 11:07 PM, MAARS said: public class SaveGameManager : MonoBehaviour [Address(RVA = "0x129E248", Offset = "0x129D248", VA = "0x129E248")] public static int getTotalMoney() // return high ammount Unlimited money public class CarProperties : MonoBehaviour [Address(RVA = "0x12B34E4", Offset = "0x12B24E4", VA = "0x12B34E4", Slot = "47")] public virtual bool getIsPremium() // return false make paid cars available to buy with in game money instead of real money Expand Hello for some reason i can't use any script on gg so i have to search the address manually and it led me to this What do i have to do to make it return false?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.