summaryrefslogtreecommitdiff
path: root/help/pasting/1.1 Remove Features.php
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-28 10:31:08 -0700
committers1n <[email protected]>2020-03-28 10:31:08 -0700
commit6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch)
tree74bb9aa78ca31a6acfffd908e34dfb0df433c707 /help/pasting/1.1 Remove Features.php
parentCreate .gitignore (diff)
downloadcyne.cf-backup-master.tar.xz
cyne.cf-backup-master.zip
3/28/2020, 10:30HEADmaster
Diffstat (limited to 'help/pasting/1.1 Remove Features.php')
-rw-r--r--help/pasting/1.1 Remove Features.php25
1 files changed, 25 insertions, 0 deletions
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 @@
+<h1>1. Change Signature</h1>
+<br>
+<br>
+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)
+<br>
+<br>
+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.
+<br>
+<br>
+Don't remove the Checkboxes only, also remove the Functions. Search with "CTRL + F" for relateable functions you don't need.<br>
+<br>
+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.<br>
+<br>
+Stuff like this "#define CVAR_KNIFEBOT_ACTIVE "knf_Active" or this "extern bool knf_Active;".<br>
+Of course, you have to remove the Checkboxes in Client.cpp and "class CKnifebot" in Client.h too.
+<br>
+<br>
+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.<br>
+<br>
+For example this stuff:<br>
+"void CEsp::DrawDamageIndicator()...." and this "std::vector<DamageIndicator_t> DamageIndicator;"
+etc. \ No newline at end of file