Advertisement
Baseult

Untitled

Oct 11th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. '1.1 Remove Features:'
  2. Only keep features you will really need.
  3. Removing unnecessary features will change the signature and speed up the cheat. Also, you will maybe fix crashes without knowing it.
  4.  
  5. 'Do not remove the Checkboxes only', also remove the Functions. Search with "CTRL + F" for relateable functions you do not need.
  6. 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.
  7. Stuff like this "#define CVAR_KNIFEBOT_ACTIVE "knf_Active" or this "extern bool knf_Active;".
  8. Of course, you have to remove the Checkboxes in Client.cpp and "class CKnifebot" in Client.h too.
  9.  
  10. 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.
  11. For example this stuff:
  12. '"void CEsp::DrawDamageIndicator()...." and this "std::vector<DamageIndicator_t> DamageIndicator;"'
  13. etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement