From efc9ee17e7047aeadab1096feff4f7b4e1f6784b Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sun, 21 Feb 2016 11:17:50 +0100 Subject: [PATCH] Update pointers.json --- pointers.json | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/pointers.json b/pointers.json index 32eeb9ccc..a4f4e3465 100644 --- a/pointers.json +++ b/pointers.json @@ -1,25 +1,21 @@ // Pointers used to auto-update [ - { - "Game": "Witcher3", - "GameVersion": "1.11", - "GameAddresses": [ - { - "Description": "Sign", - "BasePointer": { "value": 42942304 }, - "Offsets": [ 40, 16, 32, 3008 ] - } - ] - }, - { - "Game": "RocketLeague", - "GameVersion": "1.10", - "GameAddresses": [ - { - "Description": "Boost", - "BasePointer": { "value": 21998084 }, - "Offsets": [ 88, 1452, 1780, 540 ] - } - ] - } + { + "Game":"RocketLeague", + "GameVersion":"1.12", + "GameAddresses":[ + { + "Description":"Boost", + "BasePointer":{ + "value":22094988 + }, + "Offsets":[ + 1252, + 1452, + 1800, + 540 + ] + } + ] + } ]