Advertisement
Baseult

Untitled

Oct 11th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. User Advice: Please Save a Source Backup in case you break features with the next Step.
  2.  
  3. If you have the time to, you can rename all features in Riptide / Indigo and other Pastes.
  4. For example rename "Backtrack".
  5. Open your Client.cpp and search for "Backtrack".
  6. You will probably find something like this:
  7. ImGui::Checkbox("Backtrack", &Settings::Aimbot::aim_Backtrack);
  8. Now Rename "aim_Backtrack". You can do CTRL + H if you don't want to remove everything manually. Be careful, you can break some features with CTRL + H.
  9. In the first Field write "aim_Backtrack" and in the second any other name. For example "RewindKill".
  10. Now change the Search Options to "Entire Solution" and press on the Replace All Button (Red Circled Button in the Picture).
  11. This will Replace all functions named aim_Backtrack with RewindKill.
  12. Do this Step with as many functions you can.
  13.  
  14. GIF: https://imgur.com/GgbYsCH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement