mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Add Terraria pointer
This commit is contained in:
parent
de22da363d
commit
9863cf7e22
110
pointers.json
110
pointers.json
@ -2,56 +2,74 @@
|
||||
// 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.30",
|
||||
"GameAddresses": [
|
||||
{
|
||||
"Description": "Boost",
|
||||
"BasePointer": {
|
||||
"value": 23986356
|
||||
},
|
||||
"Offsets": [
|
||||
196,
|
||||
24,
|
||||
904,
|
||||
1852,
|
||||
548
|
||||
]
|
||||
}
|
||||
]
|
||||
"Game":"RocketLeague",
|
||||
"GameVersion":"1.30",
|
||||
"GameAddresses":[
|
||||
{
|
||||
"Description":"Boost",
|
||||
"BasePointer":{
|
||||
"value":23986356
|
||||
},
|
||||
"Offsets":[
|
||||
196,
|
||||
24,
|
||||
904,
|
||||
1852,
|
||||
548
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Game": "WorldOfWarcraft",
|
||||
"GameVersion": "7.0.3.22810",
|
||||
"GameAddresses": [
|
||||
{
|
||||
"Description": "ObjectManager",
|
||||
"BasePointer": {
|
||||
"value": 22511728
|
||||
"Game":"WorldOfWarcraft",
|
||||
"GameVersion":"7.0.3.22810",
|
||||
"GameAddresses":[
|
||||
{
|
||||
"Description":"ObjectManager",
|
||||
"BasePointer":{
|
||||
"value":22511728
|
||||
},
|
||||
"Offsets":null
|
||||
},
|
||||
"Offsets": null
|
||||
},
|
||||
{
|
||||
"Description": "LocalPlayer",
|
||||
"BasePointer": {
|
||||
"value": 23715600
|
||||
{
|
||||
"Description":"LocalPlayer",
|
||||
"BasePointer":{
|
||||
"value":23715600
|
||||
},
|
||||
"Offsets":null
|
||||
},
|
||||
"Offsets": null
|
||||
},
|
||||
{
|
||||
"Description": "NameCache",
|
||||
"BasePointer": {
|
||||
"value": 22142184
|
||||
{
|
||||
"Description":"NameCache",
|
||||
"BasePointer":{
|
||||
"value":22142184
|
||||
},
|
||||
"Offsets":null
|
||||
},
|
||||
"Offsets": null
|
||||
},
|
||||
{
|
||||
"Description": "TargetGuid",
|
||||
"BasePointer": {
|
||||
"value": 24758592
|
||||
},
|
||||
"Offsets": null
|
||||
}
|
||||
]
|
||||
{
|
||||
"Description":"TargetGuid",
|
||||
"BasePointer":{
|
||||
"value":24758592
|
||||
},
|
||||
"Offsets":null
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Game":"Terraria",
|
||||
"GameVersion":"1.3.4.4",
|
||||
"GameAddresses":[
|
||||
{
|
||||
"Description":"PlayerBase",
|
||||
"BasePointer":{
|
||||
"value":3784824
|
||||
},
|
||||
"Offsets":[
|
||||
640,
|
||||
1728,
|
||||
1652,
|
||||
60
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user