Jump to content

Recommended Posts

Posted

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!

 

Screenshot_2024.04.07_22.41.18.858.png

Posted (edited)
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

Edited by MAARS
Posted (edited)
On 4/12/2024 at 6:07 AM, 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

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

IMG_20240416_045739.JPG

What do i have to do to make it return false?

Edited by Dispater
Posted (edited)

write this in QWORD

00 00 A0 E3 1E FF 2F E1r

 

Edited by MAARS

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.