1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Update pointers.json

This commit is contained in:
Robert Beekman 2016-07-07 14:27:36 +02:00 committed by GitHub
parent c4105899c6
commit 1b8cc8cc8d

View File

@ -1,22 +1,22 @@
// Pointers used to auto-update // Pointers used to auto-update
[ [
{ {
"Game":"RocketLeague", "Game": "RocketLeague",
"GameVersion":"1.20", "GameVersion": "1.20",
"GameAddresses":[ "GameAddresses": [
{ {
"Description":"Boost", "Description": "Boost",
"BasePointer":{ "BasePointer": {
"value":23678208 "value": 23678208
}, },
"Offsets":[ "Offsets": [
88, 1824,
488, 64,
960, 960,
1312, 1312,
84 84
] ]
} }
] ]
} }
] ]