1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 02:33:32 +00:00

Add Terraria pointer

This commit is contained in:
Robert Beekman 2017-03-21 17:12:38 +01:00 committed by GitHub
parent de22da363d
commit 9863cf7e22

View File

@ -2,15 +2,15 @@
// NOTE: If you're going to copy paste these for your own application, include a link to https://github.com/SpoinkyNL/Artemis // NOTE: If you're going to copy paste these for your own application, include a link to https://github.com/SpoinkyNL/Artemis
[ [
{ {
"Game": "RocketLeague", "Game":"RocketLeague",
"GameVersion": "1.30", "GameVersion":"1.30",
"GameAddresses": [ "GameAddresses":[
{ {
"Description": "Boost", "Description":"Boost",
"BasePointer": { "BasePointer":{
"value": 23986356 "value":23986356
}, },
"Offsets": [ "Offsets":[
196, 196,
24, 24,
904, 904,
@ -21,36 +21,54 @@
] ]
}, },
{ {
"Game": "WorldOfWarcraft", "Game":"WorldOfWarcraft",
"GameVersion": "7.0.3.22810", "GameVersion":"7.0.3.22810",
"GameAddresses": [ "GameAddresses":[
{ {
"Description": "ObjectManager", "Description":"ObjectManager",
"BasePointer": { "BasePointer":{
"value": 22511728 "value":22511728
}, },
"Offsets": null "Offsets":null
}, },
{ {
"Description": "LocalPlayer", "Description":"LocalPlayer",
"BasePointer": { "BasePointer":{
"value": 23715600 "value":23715600
}, },
"Offsets": null "Offsets":null
}, },
{ {
"Description": "NameCache", "Description":"NameCache",
"BasePointer": { "BasePointer":{
"value": 22142184 "value":22142184
}, },
"Offsets": null "Offsets":null
}, },
{ {
"Description": "TargetGuid", "Description":"TargetGuid",
"BasePointer": { "BasePointer":{
"value": 24758592 "value":24758592
}, },
"Offsets": null "Offsets":null
}
]
},
{
"Game":"Terraria",
"GameVersion":"1.3.4.4",
"GameAddresses":[
{
"Description":"PlayerBase",
"BasePointer":{
"value":3784824
},
"Offsets":[
640,
1728,
1652,
60
]
} }
] ]
} }