diff options
Diffstat (limited to 'help/pasting/1.1 Remove Features.php')
| -rw-r--r-- | help/pasting/1.1 Remove Features.php | 25 |
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 |