Posted
I know its really easy to decompile .NET stuff but i'm still gonna do it.
The bootstrapper's source code is just 1 file.
using System;
using System.IO;
using System.Net;
using System.Threading;
namespace DarkFire_Boostrapper
{
internal class Program
{
private static void Main(string[] args)
{
string str = "DarkFire";
string value = "\r\n _____ _ ______ _ \r\n | __ \\ | | | ____(_) \r\n | | | | __ _ _ __| | __ | |__ _ _ __ ___ \r\n | | | |/ _` | '__| |/ / | __| | | '__/ _ \\\r\n | |__| | (_| | | | < | | | | | | __/\r\n |_____/ \\__,_|_| |_|\\_\\ |_| |_|_| \\___|\r\n \r\n";
bool flag = File.Exists("DarkFire.zip");
if (flag)
{
File.Delete("DarkFire.zip");
}
Console.Title = str + " Bootstrapper";
Console.ForegroundColor = ConsoleColor.Red;
Console.ForegroundColor = ConsoleColor.DarkCyan;
Console.WriteLine("Hello " + Environment.UserName + " Welcome to");
Console.ForegroundColor = ConsoleColor.Cyan;
Console.WriteLine(value);
Thread.Sleep(2000);
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Downloading DarkFire... Please Wait");
WebClient webClient = new WebClient();
WebClient webClient2 = new WebClient();
string fileName = str + ".zip";
string address = webClient.DownloadString("https://pastebin.com/raw/Vy0BM2Ud");
webClient.DownloadFile(address, fileName);
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine(str + " Downloaded.");
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Press any Key to Exit...");
Console.ReadKey();
Environment.Exit(0);
}
}
}
Replied
nobody gives a s*it its easy to code bootstrappers now quit wrd
Cancel
Post
â•∩╮(=_=)
Setup:
KEYBOARD: RΛZΞR ORNΛTΛ CHROMΛ , MOUSE: HYPER✗ PULSEFIRE CORE ,MONITOR: PHILIPS PHL 276E8V 4K ,PC: MSI
Replied
ummmm
ok?
useful for beginners i guess
lol
Cancel
Post
Replied
oh no! essetail v2 is out! get your source leaked today!
Cancel
Post
yes
Replied
Cancel
Post
yes
Replied
Jex i dont skid but i leak code for skids
Cancel
Post
Replied
mate you using dnspy to get this this is open sourced lmfao
Cancel
Post
I like children
https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png
Replied
LoL Leaked a bootstrapper that literally does nothing but download a rar file
good job nibba
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post