1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/pointers.json
2017-01-06 12:08:36 +01:00

58 lines
1.2 KiB
JSON

// Pointers used to auto-update.
// NOTE: If you're going to copy paste these for your own application, include a link to https://github.com/SpoinkyNL/Artemis
[
{
"Game": "RocketLeague",
"GameVersion": "1.26",
"GameAddresses": [
{
"Description": "Boost",
"BasePointer": {
"value": 23945060
},
"Offsets": [
196,
532,
800,
1852,
548
]
}
]
},
{
"Game": "WorldOfWarcraft",
"GameVersion": "7.0.3.22810",
"GameAddresses": [
{
"Description": "ObjectManager",
"BasePointer": {
"value": 22511728
},
"Offsets": null
},
{
"Description": "LocalPlayer",
"BasePointer": {
"value": 23715600
},
"Offsets": null
},
{
"Description": "NameCache",
"BasePointer": {
"value": 22142184
},
"Offsets": null
},
{
"Description": "TargetGuid",
"BasePointer": {
"value": 24758592
},
"Offsets": null
}
]
}
]