Jump to content

Traffic Racer get car


Liki5555

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
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

Posted
  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

IMG_20240416_045739.JPG

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

Archived

This topic is now archived and is closed to further replies.

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