Jump to content

Dispater

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Dispater

  1. Problem is after i edit it to true the game says its unlocked at league 2134xxxxx(max value) 

  2. Hello is there any tutorial on how to edit parameter directly with gg(no script). Like does it share the same address with the variable? If not how to find it?Screenshot_20240421_175237.thumb.JPG.10628fa4d034f9bf7820f3b7d2a876ba.JPG

  3. 9 hours ago, zenelem said:

    How?

    Search for joystick size value, go to memory and scroll up a bit till you see something like thisScreenshot_20240413_182033.thumb.jpg.01a758ba1fe1a5a55648e4dfd164210f.jpg

    Save the 4 values.

    Start a new search for the sum value of your coins and gem (if you have 100 coins and 50 gems enter 150) then save. Backup your save first bcs it can get corrupted if the value for coins and gems doesn't match coins+gem.

  4. 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?

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