From 637559659081247234ade36ccacbef18876b669c Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Fri, 2 Feb 2024 21:30:52 +1100 Subject: [PATCH] h --- CMakeLists.txt | 6 +----- src/Hacks/CopyHack.cpp | 4 ++-- src/Hacks/InstantComplete.cpp | 4 ++-- src/Hacks/NoDeathEffect.cpp | 4 ++-- src/Hacks/NoShaders.cpp | 4 ++-- src/Hacks/NocMark.cpp | 4 ++-- src/Hacks/SafeMode.cpp | 3 ++- src/Hacks/SliderLimit.cpp | 4 ++-- 8 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d66360..0aa20bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,11 +8,7 @@ project(CheatClient VERSION 1.0.0) file(GLOB SOURCES src/*.cpp - #src/Hacks/*.cpp - src/Hacks/Speedhack.cpp - src/Hacks/NoRotation.cpp - src/Hacks/Noclip.cpp - src/Hacks/CopyHack.cpp + src/Hacks/*.cpp src/Client/*.cpp src/Client/*.h ) diff --git a/src/Hacks/CopyHack.cpp b/src/Hacks/CopyHack.cpp index 24f1086..43053e1 100644 --- a/src/Hacks/CopyHack.cpp +++ b/src/Hacks/CopyHack.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include "../Client/Client.h" @@ -21,4 +21,4 @@ class $modify(LevelInfoLayer) { } return true; } -}; \ No newline at end of file +};*/ \ No newline at end of file diff --git a/src/Hacks/InstantComplete.cpp b/src/Hacks/InstantComplete.cpp index 10cacda..8f5a8d7 100644 --- a/src/Hacks/InstantComplete.cpp +++ b/src/Hacks/InstantComplete.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include "../Client/Client.h" @@ -21,4 +21,4 @@ class $modify (GJBaseGameLayer) } } } -}; \ No newline at end of file +};*/ \ No newline at end of file diff --git a/src/Hacks/NoDeathEffect.cpp b/src/Hacks/NoDeathEffect.cpp index 03d5b30..491848b 100644 --- a/src/Hacks/NoDeathEffect.cpp +++ b/src/Hacks/NoDeathEffect.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include "../Client/Client.h" @@ -13,4 +13,4 @@ class $modify (PlayerObject) if (!Client::GetModuleEnabled("no-death")) PlayerObject::playerDestroyed(p0); } -}; \ No newline at end of file +};*/ \ No newline at end of file diff --git a/src/Hacks/NoShaders.cpp b/src/Hacks/NoShaders.cpp index ff24ba1..4e7a72f 100644 --- a/src/Hacks/NoShaders.cpp +++ b/src/Hacks/NoShaders.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include #include "../Client/Client.h" @@ -14,4 +14,4 @@ class $modify (ShaderLayer) if (!Client::GetModuleEnabled("no-shaders")) ShaderLayer::performCalculations(); } -}; \ No newline at end of file +};*/ \ No newline at end of file diff --git a/src/Hacks/NocMark.cpp b/src/Hacks/NocMark.cpp index 714e4ce..b682f42 100644 --- a/src/Hacks/NocMark.cpp +++ b/src/Hacks/NocMark.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include "../Client/Client.h" @@ -16,4 +16,4 @@ class $modify(EditLevelLayer) { EditLevelLayer::onShare(sender); } -}; \ No newline at end of file +};*/ \ No newline at end of file diff --git a/src/Hacks/SafeMode.cpp b/src/Hacks/SafeMode.cpp index b624b85..0ee1377 100644 --- a/src/Hacks/SafeMode.cpp +++ b/src/Hacks/SafeMode.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include #include "../Client/Client.h" @@ -61,3 +61,4 @@ class $modify(GJGameLevel) { GJGameLevel::savePercentage(p0, p1, p2, p3, p4); } }; +*/ \ No newline at end of file diff --git a/src/Hacks/SliderLimit.cpp b/src/Hacks/SliderLimit.cpp index d94c737..38e8bea 100644 --- a/src/Hacks/SliderLimit.cpp +++ b/src/Hacks/SliderLimit.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include #include "../Client/Client.h" @@ -24,4 +24,4 @@ class $modify (SliderTouchLogic) this->ccTouchEnded(p0, p1); #endif } -}; \ No newline at end of file +};*/ \ No newline at end of file