diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-02-29 17:23:59 +0100 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-02-29 17:23:59 +0100 |
commit | 29fd5947870063c106040afd2b3814488eeec2ab (patch) | |
tree | d38e0f06b5db9d6c44b7d875273b8ab823f1a9d2 | |
parent | 26e5fdf3923a8a53f83c3de6a338b093c04dcae6 (diff) |
changed default settings
-rw-r--r-- | ESP.h | 2 | ||||
-rw-r--r-- | Source.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ class ESP : public Feature bool gaiaEsp = false; bool goldESP = false; bool stoneESP = false; - bool playerUnitEsp[8] = { false,true,false,false,false,false,false,false }; + bool playerUnitEsp[8] = { false,true,true,true,true,true,true,true }; bool playerUnitNameEsp[8] = { false,false,false,false,false,false,false,false }; //bool playerBuildingEsp[8] = { false,true,true,true,true,true,true,true }; @@ -301,7 +301,7 @@ DWORD __stdcall InitHooks(LPVOID hModule) (WNDPROC)SetWindowLongPtr(window, GWLP_WNDPROC, (LONG_PTR)OriginalWndProcHandler); FreeLibraryAndExitThread((HMODULE)hModule, 0); - + return NULL; } |