diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-04 22:05:13 +0200 |
commit | 351c040f00745b985b71423e5ac1bfede12c85b5 (patch) | |
tree | f0a6479a26c9d41036bbfdc788417b72d775cadc /Offsets.cpp | |
parent | d0f91aed16a1cb40df6e1ab7c19b17410888906d (diff) |
Added notification system
Diffstat (limited to 'Offsets.cpp')
-rw-r--r-- | Offsets.cpp | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Offsets.cpp b/Offsets.cpp index b9288b0..bf333d3 100644 --- a/Offsets.cpp +++ b/Offsets.cpp @@ -4,14 +4,14 @@ namespace Offsets { //48 8D 0D ? ? ? ? 41 B8 ? ? ? ? E8 ? ? ? ? 33 C0 //1 //48 8D 0D ? ? ? ? E8 ? ? ? ? 0F B6 C0 //1 - int64_t pathfindingSystem = 0x2921690; //correct + int64_t pathfindingSystem = 0x2921690; //48 8B 0D ? ? ? ? E8 ? ? ? ? C6 85 //1 - int64_t mainScreen = 0x290f160; // + int64_t mainScreen = 0x290f160; //44 89 25 ? ? ? ? 2B //1 //41 8B 45 28 99 + c //1 - int64_t totalPlayers = 0x2793064; // + int64_t totalPlayers = 0x2793064; //48 8B 0D ? ? ? ? 48 85 C9 0F 84 ? ? ? ? 40 int64_t tribePanelInven = 0x2910550; @@ -19,10 +19,17 @@ namespace Offsets //48 8B 83 ? ? ? ? 48 8B 48 70 F3 0F 10 int64_t tribePanelInven_localPlayer = 0x208; + int64_t AVGame = 0x2902590; + //ESP //48 8B 8B ? ? ? ? E8 ? ? ? ? 48 85 FF int64_t unit_actionlist = 0x278; //MinimapText int64_t minimapHookOffset = 0xBE6F99; + + int64_t printNotification = 0xbdd670; + int64_t printBottomText = 0xbcdc00; + + int64_t sendChat = 0x96f300; }
\ No newline at end of file |