diff options
Diffstat (limited to 'help/pasting')
| -rw-r--r-- | help/pasting/1.1 Remove Features.php | 25 | ||||
| -rw-r--r-- | help/pasting/1.2 Rename Functions and Features.php | 16 | ||||
| -rw-r--r-- | help/pasting/1.3 Add Junkcode.php | 19 | ||||
| -rw-r--r-- | help/pasting/1.4 Disable Optimization Settings.php | 8 | ||||
| -rw-r--r-- | help/pasting/1.5 Sigbench.php | 12 | ||||
| -rw-r--r-- | help/pasting/2. Protect your Cheat.php | 18 |
6 files changed, 98 insertions, 0 deletions
diff --git a/help/pasting/1.1 Remove Features.php b/help/pasting/1.1 Remove Features.php new file mode 100644 index 0000000..5cc34c6 --- /dev/null +++ b/help/pasting/1.1 Remove Features.php @@ -0,0 +1,25 @@ +<h1>1. Change Signature</h1> +<br> +<br> +First, you will need the Project File of your Paste. You won't be able to protect it properly with the DLL only. +(I'll use Riptide for this Step) +<br> +<br> +1.1 Remove Features: +Only keep features you will really need. +Removing unnecessary features will change the signature and speed up the cheat. Also, you'll maybe fix crashes without knowing it. +<br> +<br> +Don't remove the Checkboxes only, also remove the Functions. Search with "CTRL + F" for relateable functions you don't need.<br> +<br> +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.<br> +<br> +Stuff like this "#define CVAR_KNIFEBOT_ACTIVE "knf_Active" or this "extern bool knf_Active;".<br> +Of course, you have to remove the Checkboxes in Client.cpp and "class CKnifebot" in Client.h too. +<br> +<br> +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.<br> +<br> +For example this stuff:<br> +"void CEsp::DrawDamageIndicator()...." and this "std::vector<DamageIndicator_t> DamageIndicator;" +etc.
\ No newline at end of file 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 diff --git a/help/pasting/1.3 Add Junkcode.php b/help/pasting/1.3 Add Junkcode.php new file mode 100644 index 0000000..c3ff79c --- /dev/null +++ b/help/pasting/1.3 Add Junkcode.php @@ -0,0 +1,19 @@ +<h1>1.3 Add Junkcode:</h1> +User Advice: Please Save a Source Backup in case you break features with the next Step.<br> +I don't care if Junkcode is a Meme. VAC scans for signature and Junk changes signature a lot. It works for me so I<br> suggest you to use it. +<br><br> +Why do you need Junkcode / What is Junkcode?<br> +Imagine you wrote an exam on your Computer and the Teacher checks if you copied something from the Internet. He will<br> take random sentences from your exam and search online if you copied them. VAC is kind of similar. It scans<br> randomly for code and searches in the Database for detected Code. You use "undetected" Junkcode to mess up your<br> source code. The more Junkcode you have, the harder it will be for VAC to find detected code. With a lot of Junk,<br> VAC picks up the Junkcode instead of your source code, so the detection will be false. I know, It's<br> definitely not the way how VAC works but the easiest way to explain VAC to newcomers.<br> + +I suggest you, don't use Auto Junk Adder. They only add Junk Code at the end of your CPP Files. If you want to be safe, add Junk between the Source Code and not only at the end of your source. +<br><br> +This Step will take a lot of time if you do it manually without auto junk adder, but it will be a lot safer. The longer it takes, the safer it will be. +<br><br> +Add Junkcode to every single .CPP File. Don't add Junk to your .h (headerfiles). If you have Protobuf, ("protobuf" folder with files) add Junk to all .pb.cc files.<br> +You can use this Website for c++ Junk: https://junkcode.gehaxelt.in/.<br> +If you use C# use this: https://pasters.cc/showthread.php?tid=5017.<br> +The Junkcode changes everytime you reload the Website. Only use the same Junkcode once on all CPP Files. That means, don't C&P the Junkcode and Paste the same Junk 2 times at the same Page. + +I suggest you to add +50% Junkcode of the actual CPP file. 50% Junk and 50% cheat code. <br><br> + +GIF: https://imgur.com/aQU4qQD
\ No newline at end of file diff --git a/help/pasting/1.4 Disable Optimization Settings.php b/help/pasting/1.4 Disable Optimization Settings.php new file mode 100644 index 0000000..747488c --- /dev/null +++ b/help/pasting/1.4 Disable Optimization Settings.php @@ -0,0 +1,8 @@ +<h1>1.4 Disable Optimization Settings</h1> +<br><br> +Open your Project Settings and Disable all Optimization Settings.<br> +If you don't know how to do that:<br> +- Right Click on Solution and open Options.<br> +- Press on C/C++, Open Optimizations<br> +- Optimization should be "Disabled (/Od),<br> +- Change Everything else to No/Neither/Disabled<br>
\ No newline at end of file diff --git a/help/pasting/1.5 Sigbench.php b/help/pasting/1.5 Sigbench.php new file mode 100644 index 0000000..7d4a7d6 --- /dev/null +++ b/help/pasting/1.5 Sigbench.php @@ -0,0 +1,12 @@ +Sigbench will show you the percentage amount of difference between the old default dll and your junkprotected dll. +<br><br> +You need JAVA for this. Install this if you haven't already https://java.com/de/download/ +<br><br> +Download Sigbench: http://www.mediafire.com/file/6k0mh81gf3y4vqg/Sigbench_%255Bunknowncheats.me%255D_.zip/file +<br><br> +You need your Junkprotected DLL (without vmprotect or themida) and the default DLL (Without Junk).<br> +Open Sigbench. Drag&Drop the protected dll on the left and the default on the right side of Sigbench.<br><br> +Change the Sig size to 16 and press Benchmark. This can take a while (up to 5 Minutes if your PC is garbage). +Do this step 5 times. If the average is below 45% you should add more Junk. Average +50% = decent. Average +75% = good,<br> your safe.<br> +<br> +It should look somehow like this: https://imgur.com/6kOpTCv
\ No newline at end of file diff --git a/help/pasting/2. Protect your Cheat.php b/help/pasting/2. Protect your Cheat.php new file mode 100644 index 0000000..f193c22 --- /dev/null +++ b/help/pasting/2. Protect your Cheat.php @@ -0,0 +1,18 @@ +<h1>2. Protect your Cheat</h1> +This step will protect your cheat from Skids, trying to crack your dll and steal the source.<br> +It also changes the Signature difference up to 99% but nobody knows if this actually makes your cheat undetected (works for me tho). +<br><br> +I've been banned a lot with VMProtect so I suggest you to use Themida.<br> +Download Crack: http://www.mediafire.com/file/yv4dkz2zmqnaeq3/Themida.zip/file + <br><br> +Some of you told me it crashes with Themida. That's because of the Compression. Disable "Application" in the "Compression" options.<br> +Enable all those Settings: https://imgur.com/a/2hEvpA6 +<br><br> +Now just Protect it and you Dll should be VAC Safe. +<br><br> +You can check your Final dll with sigbench again. If you have an average difference +80% your dll should be safe. +<br><br> +Tipps: <br> +- Play the first 10 Matchmaking Matches without any cheats for a good trust factor.<br> +- Don't share your Dll with anyone. <br> +- Use an Undetected Injector and only Inject in Main Menu. Don't inject Ingame.<br>
\ No newline at end of file |