a lottt of stuff

This commit is contained in:
Milxnor
2023-03-05 01:03:51 -05:00
parent 039731eb68
commit 3e2da1eedf
44 changed files with 2086 additions and 1165 deletions

View File

@@ -30,11 +30,15 @@ namespace Addresses
extern inline uint64 GiveAbility = 0;
extern inline uint64 CantBuild = 0;
extern inline uint64 ReplaceBuildingActor = 0;
extern inline uint64 GiveAbilityAndActivateOnce = 0;
extern inline uint64 OnDamageServer = 0;
void SetupVersion(); // Finds Engine Version
void FindAll();
void Print();
void Init();
std::vector<uint64> GetFunctionsToNull();
}
namespace Offsets