From 2321b2a0acaa0cba14dc38633cd46adee838294c Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 2 Jun 2020 10:24:13 -0700 Subject: Initial commit --- help/pasting/1.1 Remove Features.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 help/pasting/1.1 Remove Features.php (limited to 'help/pasting/1.1 Remove Features.php') diff --git a/help/pasting/1.1 Remove Features.php b/help/pasting/1.1 Remove Features.php new file mode 100644 index 0000000..5cc34c6 --- /dev/null +++ b/help/pasting/1.1 Remove Features.php @@ -0,0 +1,25 @@ +

1. Change Signature

+
+
+First, you will need the Project File of your Paste. You won't be able to protect it properly with the DLL only. +(I'll use Riptide for this Step) +
+
+1.1 Remove Features: +Only keep features you will really need. +Removing unnecessary features will change the signature and speed up the cheat. Also, you'll maybe fix crashes without knowing it. +
+
+Don't remove the Checkboxes only, also remove the Functions. Search with "CTRL + F" for relateable functions you don't need.
+
+For example, if you want to remove Knifebot, Remove the Knifebot.cpp and Knifebot.h. Also remove the Saving and Loading Convars in Settings.cpp and Settings.h.
+
+Stuff like this "#define CVAR_KNIFEBOT_ACTIVE "knf_Active" or this "extern bool knf_Active;".
+Of course, you have to remove the Checkboxes in Client.cpp and "class CKnifebot" in Client.h too. +
+
+If you want to remove features like Damage Indicator you also have to remove all the Stuff in Esp.cpp, Client.cpp and Settings.cpp/h. Search with CTRL + F for "DamageIndicator" and remove everything you can find.
+
+For example this stuff:
+"void CEsp::DrawDamageIndicator()...." and this "std::vector DamageIndicator;" +etc. \ No newline at end of file -- cgit v1.2.3