Advertisement
Baseult

Untitled

Oct 11th, 2018
3,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 1. Change Signature
  2.  
  3. First, you will need the Project File of your Paste. You won't be able to protect it properly with the DLL only.
  4. (I'll use Riptide for this Step)
  5.  
  6. 1.1 Remove Features:
  7. Only keep features you will really need.
  8. Removing unnecessary features will change the signature and speed up the cheat. Also, you'll maybe fix crashes without knowing it.
  9.  
  10. Don't remove the Checkboxes only, also remove the Functions. Search with "CTRL + F" for relateable functions you don't need.
  11. 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.
  12. Stuff like this "#define CVAR_KNIFEBOT_ACTIVE "knf_Active" or this "extern bool knf_Active;".
  13. Of course, you have to remove the Checkboxes in Client.cpp and "class CKnifebot" in Client.h too.
  14.  
  15. 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.
  16. For example this stuff:
  17. "void CEsp::DrawDamageIndicator()...." and this "std::vector<DamageIndicator_t> DamageIndicator;"
  18. etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement