From 39445682abfa67c28ed22ee86be357a354728e72 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Tue, 12 Jun 2018 15:58:05 +0200 Subject: [PATCH] Make threads, submodules and 3D ESP Fixes #493 --- src/hacks/ESP.cpp | 2 +- ucccccp | 2 +- update | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hacks/ESP.cpp b/src/hacks/ESP.cpp index cab05c77..cd4a1f63 100644 --- a/src/hacks/ESP.cpp +++ b/src/hacks/ESP.cpp @@ -25,7 +25,7 @@ static CatVar box_corner_size(CV_INT, "esp_box_corner_size", "10", "Corner Size"); static CatVar box_3d_player(CV_SWITCH, "esp_3d_players", "0", "Draw 3D box over players"); -static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "1", +static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "0", "Draw 3D box over buildings"); // Tracers static CatEnum tracers_enum({ "OFF", "CENTER", "BOTTOM" }); diff --git a/ucccccp b/ucccccp index 5b577a66..70ec1ad9 160000 --- a/ucccccp +++ b/ucccccp @@ -1 +1 @@ -Subproject commit 5b577a66da2e64726385cd28150123896cc1badf +Subproject commit 70ec1ad99e11d1ea37796de0d69eeb38a8b4a200 diff --git a/update b/update index 3ee7adde..0299695c 100755 --- a/update +++ b/update @@ -2,5 +2,5 @@ #Get updated source code git fetch;git pull origin;git submodule update --remote --recursive #Update cathook -cd build; cmake ..; make; cd ..; cd .. +cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd ..; cd .. printf "\n\n";printf '\e[1;34m%-6s\e' "Cathook update complete!";printf "\n\n"