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-02-21 11:17:50 +01:00
parent 3c931c3140
commit efc9ee17e7

View File

@ -1,24 +1,20 @@
// Pointers used to auto-update // Pointers used to auto-update
[ [
{
"Game": "Witcher3",
"GameVersion": "1.11",
"GameAddresses": [
{
"Description": "Sign",
"BasePointer": { "value": 42942304 },
"Offsets": [ 40, 16, 32, 3008 ]
}
]
},
{ {
"Game":"RocketLeague", "Game":"RocketLeague",
"GameVersion": "1.10", "GameVersion":"1.12",
"GameAddresses":[ "GameAddresses":[
{ {
"Description":"Boost", "Description":"Boost",
"BasePointer": { "value": 21998084 }, "BasePointer":{
"Offsets": [ 88, 1452, 1780, 540 ] "value":22094988
},
"Offsets":[
1252,
1452,
1800,
540
]
} }
] ]
} }