diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-24 13:28:19 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-24 13:28:19 +0200 |
commit | 1f75a0b4d28c720b0241e4e80d1cd708a9ce6c6f (patch) | |
tree | 57f2fd62196fb5ec8228a7891bd4f83de0118769 | |
parent | f07b2ff244c83328b19c82c9d724911958d0ae2b (diff) |
Updated some stuff. Still not working for current game version
-rw-r--r-- | Offsets.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Offsets.cpp b/Offsets.cpp index 7a568ab..cee34de 100644 --- a/Offsets.cpp +++ b/Offsets.cpp @@ -2,39 +2,39 @@ namespace Offsets { - //48 8D 0D ? ? ? ? 41 B8 ? ? ? ? E8 ? ? ? ? 33 C0 //4 - //48 8D 0D ? ? ? ? E8 ? ? ? ? 0F B6 C0 //4 - int64_t pathfindingSystem = 0x29A3AE0; + //48 8D 0D ? ? ? ? 41 B8 ? ? ? ? E8 ? ? ? ? 33 C0 //5 + int64_t pathfindingSystem = 0x2bb6e10; - //48 8B 0D ? ? ? ? E8 ? ? ? ? C6 85 //4 - int64_t mainScreen = 0x2991980; + //48 8B 0D ? ? ? ? E8 ? ? ? ? C6 85 //5 + int64_t mainScreen = 0x2ba4988; - //48 8B 0D ? ? ? ? 48 85 C9 0F 84 ? ? ? ? 40 //3 - int64_t tribePanelInven = 0x2992EE0; + //48 8B 0D ? ? ? ? 48 85 C9 0F 84 ? ? ? ? 40 //4 + int64_t tribePanelInven = 0x2ba5ed0; - //48 8B 83 ? ? ? ? 48 8B 48 70 F3 0F 10 //3 + //48 8B 83 ? ? ? ? 48 8B 48 70 F3 0F 10 //4 int64_t tribePanelInven_localPlayer = 0x208; - //49 83 BF ? ? ? ? ? 0F 86 ? ? ? ? 48 8B + 0xE - int64_t pAVGame = 0x2983AD0; + //4C 8B 05 ? ? ? ? 45 84 + int64_t pAVGame = 0x2b96dd8; + //TODO %s: %d/%d //MinimapText 88 85 ? ? ? ? 41 8B 46 0C //2 - int64_t minimapHookOffset = 0xc26e49; + int64_t minimapHookOffset = 0xcb1646; //Functions - int64_t printNotification = 0xc1d320; //48 83 EC 48 48 8B 05 ? ? ? ? 4C 8D //3 - int64_t printBottomText = 0xc0c680; //48 8B C4 48 83 EC 78 F3 0F 10 05 ? ? ? ? 41 //3 - int64_t pauseGame = 0x81ddd0; //48 89 5C 24 ? 55 48 8D 6C 24 ? 48 81 EC ? ? ? ? 80 //2 + int64_t printNotification = 0xca7b10; //48 83 EC 48 48 8B 05 ? ? ? ? 4C 8D //4 + int64_t printBottomText = 0xc914d0; //48 8B C4 48 83 EC 78 F3 0F 10 05 ? ? ? ? 41 //4 + int64_t pauseGame = 0x874620; //48 89 5C 24 ? 55 48 8D 6C 24 ? 48 81 EC ? ? ? ? 80 //3 - //E8 ? ? ? ? 90 48 8B 05 ? ? ? ? F2 - 0x94 //0 - int64_t sendChat = 0x9AC090; + //E8 ? ? ? ? 90 48 8B 05 ? ? ? ? F2 - 0x94 //1 + int64_t sendChat = 0xa158c0; - int64_t createUnitHook = 0xE06260; //48 89 5C 24 ? 48 89 6C 24 ? 57 48 83 EC 20 8B 41 //2 + int64_t createUnitHook = 0xeacf60; //48 89 5C 24 ? 48 89 6C 24 ? 57 48 83 EC 20 8B 41 //3 int64_t playerArrayStart = 0x2a8; //Manual Update //CustomLoadingScreen - int64_t pathToLoadScreen = 0x1E72D20; // /resources/loading_slash.png - int64_t loadPathToLoadScreen = 0xEEA8EE; // x-ref /resources/loading_slash.png + int64_t pathToLoadScreen = 0x2012278; // /resources/loading_slash.png + int64_t loadPathToLoadScreen = 0xfe0eae; // x-ref /resources/loading_slash.png }
\ No newline at end of file |