mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merged branch master into development
This commit is contained in:
commit
094b7abfc4
@ -11,7 +11,7 @@ Artemis adds highly configurable support for several games to a range of RGB key
|
|||||||
- Non-gaming effects such as type waves and audio visualization.
|
- Non-gaming effects such as type waves and audio visualization.
|
||||||
- A layer-based profile system allowing an immense amount of customization.
|
- A layer-based profile system allowing an immense amount of customization.
|
||||||
- A fancy, modern looking UI with multiple themes.
|
- A fancy, modern looking UI with multiple themes.
|
||||||
|
- LUA scripting engine ([docs in the wiki](https://github.com/SpoinkyNL/Artemis/wiki/LUA)).
|
||||||
|
|
||||||
##### Currently the following games are supported
|
##### Currently the following games are supported
|
||||||
- Counter-Strike Global Offensive (uses native gamestate intergration)
|
- Counter-Strike Global Offensive (uses native gamestate intergration)
|
||||||
|
|||||||
@ -2,21 +2,55 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"Game": "RocketLeague",
|
"Game": "RocketLeague",
|
||||||
"GameVersion": "1.21",
|
"GameVersion": "1.24",
|
||||||
"GameAddresses": [
|
"GameAddresses": [
|
||||||
{
|
{
|
||||||
"Description": "Boost",
|
"Description": "Boost",
|
||||||
"BasePointer": {
|
"BasePointer": {
|
||||||
"value": 23719204
|
"value": 23838644
|
||||||
},
|
},
|
||||||
"Offsets": [
|
"Offsets": [
|
||||||
188,
|
196,
|
||||||
24,
|
528,
|
||||||
904,
|
800,
|
||||||
1824,
|
1844,
|
||||||
548
|
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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user