summaryrefslogtreecommitdiff
path: root/help/pasting/1.1 Remove Features.php
blob: 5cc34c6c5701683bb5e500639ff44204fe247744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.