summaryrefslogtreecommitdiff
path: root/help/pasting/1.2 Rename Functions and Features.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/pasting/1.2 Rename Functions and Features.php')
-rw-r--r--help/pasting/1.2 Rename Functions and Features.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/help/pasting/1.2 Rename Functions and Features.php b/help/pasting/1.2 Rename Functions and Features.php
new file mode 100644
index 0000000..6820146
--- /dev/null
+++ b/help/pasting/1.2 Rename Functions and Features.php
@@ -0,0 +1,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. \ No newline at end of file