From 29fd5947870063c106040afd2b3814488eeec2ab Mon Sep 17 00:00:00 2001 From: BDKPlayer Date: Sat, 29 Feb 2020 17:23:59 +0100 Subject: changed default settings --- ESP.h | 2 +- Source.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP.h b/ESP.h index 7e32d0b..3f3511d 100644 --- a/ESP.h +++ b/ESP.h @@ -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 }; diff --git a/Source.cpp b/Source.cpp index 7728677..992b1fe 100644 --- a/Source.cpp +++ b/Source.cpp @@ -301,7 +301,7 @@ DWORD __stdcall InitHooks(LPVOID hModule) (WNDPROC)SetWindowLongPtr(window, GWLP_WNDPROC, (LONG_PTR)OriginalWndProcHandler); FreeLibraryAndExitThread((HMODULE)hModule, 0); - + return NULL; } -- cgit v1.2.3