Jump to content

Traffic Racer get car


Liki5555
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

×
×
  • 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.