diff --git a/README.md b/README.md index 006533970..81c82e796 100644 --- a/README.md +++ b/README.md @@ -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. - A layer-based profile system allowing an immense amount of customization. - 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 - Counter-Strike Global Offensive (uses native gamestate intergration) diff --git a/pointers.json b/pointers.json index 737711a03..6df9c9ef7 100644 --- a/pointers.json +++ b/pointers.json @@ -2,21 +2,55 @@ [ { "Game": "RocketLeague", - "GameVersion": "1.21", + "GameVersion": "1.24", "GameAddresses": [ { "Description": "Boost", "BasePointer": { - "value": 23719204 + "value": 23838644 }, "Offsets": [ - 188, - 24, - 904, - 1824, + 196, + 528, + 800, + 1844, 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 + } + ] } ]