diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /help/pasting/1.2 Rename Functions and Features.php | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'help/pasting/1.2 Rename Functions and Features.php')
| -rw-r--r-- | help/pasting/1.2 Rename Functions and Features.php | 16 |
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 |