1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
This commit is contained in:
Robert Beekman 2016-01-14 18:26:49 +01:00
commit 380abe2e61

25
pointers.json Normal file
View File

@ -0,0 +1,25 @@
// 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 ]
}
]
}
]