summaryrefslogtreecommitdiff
path: root/help/pasting/1.2 Rename Functions and Features.php
blob: 6820146366b1bb5525b4eb29785ebe50a73337cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h1>1.2 Rename Functions and Features:</h1>
User Advice: Please Save a Source Backup in case you break features with the next Step.
<br>
<br>
If you have the time to, you can rename all features in Riptide / Indigo and other Pastes.
For example rename "Backtrack". 
<br>
<br>
Open your Client.cpp and search for "Backtrack".<br><br>
You will probably find something like this:<br>
ImGui::Checkbox("Backtrack", &Settings::Aimbot::aim_Backtrack);<br><br>

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.<br><br>
In the first Field write "aim_Backtrack" and in the second any other name. For example "RewindKill".<br><br>
Now change the Search Options to "Entire Solution" and press on the Replace All Button (Red Circled Button in the Picture).<br><br>
This will Replace all functions named aim_Backtrack with RewindKill.