// Token: 0x0600005D RID: 93 RVA: 0x0000A8E8 File Offset: 0x00008AE8 public static void cleantraces() { Process process = new Process(); process.StartInfo.FileName = "cmd.exe"; process.StartInfo.RedirectStandardInput = true; process.StartInfo.RedirectStandardError = true; process.StartInfo.RedirectStandardOutput = true; process.StartInfo.UseShellExecute = false; process.StartInfo.CreateNoWindow = true; process.Start(); process.StandardInput.WriteLine("taskkill /f /im UnrealCEFSubProcess.exe"); process.StandardInput.WriteLine("taskkill /f /im CEFProcess.exe"); process.StandardInput.WriteLine("taskkill /f /im EasyAntiCheat.exe"); process.StandardInput.WriteLine("taskkill /f /im BEService.exe"); process.StandardInput.WriteLine("taskkill /f /im BEServices.exe"); process.StandardInput.WriteLine("taskkill /f /im BattleEye.exe"); process.StandardInput.WriteLine("taskkill /f /im epicgameslauncher.exe"); process.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping_EAC.exe"); process.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping.exe"); process.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping_BE.exe"); process.StandardInput.WriteLine("taskkill /f /im FortniteLauncher.exe"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\com.epicgames.launcher\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\EpicGames\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Epic Games\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CLASSES_ROOT\\com.epicgames.launcher\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Classes\\com.epicgames.launcher\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\\Unreal Engine\\Hardware Survey\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\\Unreal Engine\\Identifiers\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\com.epicgames.launcher\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\EpicGames\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\SOFTWARE\\EpicGames\" /f"); process.StandardInput.WriteLine("reg delete \"HKEY_USERS\\" + Spoofer.SIDCleaner + "\\Software\\Epic Games\" /f"); process.StandardInput.WriteLine("exit"); Cleaners.ModifyRegistry(); Cleaners.FileCleaner(); Cleaners.FeggotCleaner(); }
static void Main(string[] args) { Auth.Handler.Initialize(); if (Auth.ProgramInfo.Freemode == "Enabled") { Console.WriteLine("This application is in freemode redirecting!"); } Console.Clear(); draw.logo(); Console.Write("["); Console.ForegroundColor = ConsoleColor.White; Console.Write("+"); Console.ForegroundColor = ConsoleColor.DarkYellow; Console.Write("] "); Console.WriteLine("Key:"); string key = Console.ReadLine(); bool allin1 = Auth.Handler.Login_Register_Redeem_With_Key(key); if (allin1) { WebClient webClient = new WebClient(); try { Outbuilt.Protection.Start(); Console.Clear(); draw.logo(); Console.WriteLine(""); try { Outbuilt.Protection.Start(); Console.WriteLine(""); Green(); Console.WriteLine(" Press enter to continue..."); Console.ReadKey(); Console.Clear(); Outbuilt.Protection.Start(); draw.logo(); Console.WriteLine(""); Orange(); Console.WriteLine(" Initializing Toxic..."); Outbuilt.Protection.Start(); Console.WriteLine(""); Timex(); White(); Console.WriteLine(" Cleaning tracking files..."); Outbuilt.Protection.Start(); Process RegClean = new Process(); RegClean.StartInfo.FileName = "cmd.exe"; RegClean.StartInfo.RedirectStandardInput = true; RegClean.StartInfo.RedirectStandardError = true; RegClean.StartInfo.RedirectStandardOutput = true; RegClean.StartInfo.UseShellExecute = false; RegClean.StartInfo.CreateNoWindow = true; RegClean.Start(); RegClean.StandardInput.WriteLine("taskkill /f /im UnrealCEFSubProcess.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im CEFProcess.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im EasyAntiCheat.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im BEService.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im BEServices.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im BattleEye.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im epicgameslauncher.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping_EAC.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im FortniteClient-Win64-Shipping_BE.exe"); RegClean.StandardInput.WriteLine("taskkill /f /im FortniteLauncher.exe"); RegClean.StandardInput.WriteLine(""); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\com.epicgames.launcher\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\EpicGames\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Epic Games\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CLASSES_ROOT\\com.epicgames.launcher\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\Software\\Epic Games\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Classes\\com.epicgames.launcher\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\\Unreal Engine\\Hardware Survey\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\Software\\Epic Games\\Unreal Engine\\Identifiers\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\com.epicgames.launcher\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_LOCAL_MACHINE\\SOFTWARE\\EpicGames\" /f"); RegClean.StandardInput.WriteLine("reg delete \"HKEY_CURRENT_USER\\SOFTWARE\\EpicGames\" /f"); RegClean.StandardInput.WriteLine("exit"); Outbuilt.Protection.Start(); Cleaners.ModifyRegistry(); Outbuilt.Protection.Start(); Cleaners.OnlineCleanRegs(); Outbuilt.Protection.Start(); Cleaners.ExtraClean(); Outbuilt.Protection.Start(); Cleaners.FileCleaner(); Outbuilt.Protection.Start(); Cleaners.OnlineCleanTraces(); Outbuilt.Protection.Start(); Cleaners.FeggotCleaner(); Outbuilt.Protection.Start(); Timex(); Green(); Console.WriteLine(" System tracking files/regs cleaned."); Outbuilt.Protection.Start(); Console.WriteLine(""); Timex(); White(); Console.WriteLine(" Spoofing network instance's..."); Outbuilt.Protection.Start(); MAC.SpoofMAC(); Timex(); Green(); Console.WriteLine(" Network instance's spoofed."); Outbuilt.Protection.Start(); Console.WriteLine(""); Timex(); White(); Console.WriteLine(" Spoofing HWID instance's..."); Outbuilt.Protection.Start(); Spoofer.Diskdrive(); Outbuilt.Protection.Start(); Spoofer.Bios(); Outbuilt.Protection.Start(); Timex(); Green(); Console.WriteLine(" HWID instance's spoofed"); Outbuilt.Protection.Start(); Thread.Sleep(4000); } catch { MessageBox.Show("An error was occurred. Please contact Volt.exe#0001"); } Environment.Exit(0); else { Console.WriteLine("Key is invalid!"); } Console.ReadLine(); }catch