Categories > Coding > C# >
[Rel] Open source bootstrapper
Posted
Releasing this cuz why not
Source:
https://cdn.discordapp.com/attachments/833951186893406208/853237888383582218/YTBootstrapper_2.zip
Dont tell me that I am retard for Releasing this xD
Why is name YTBootstrapper? Coz it thought to make a video on it but I was lazy to do all editing and stuff
Main Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net;
using System.IO.Compression;
using System.IO;
namespace YTBootstrapper
{
class Program
{
static async Task Main(string[] args)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine(@" __ _________ _______ _ _ _______
\ \ / /__ __| |__ __| | | |__ __|
\ \_/ / | | | | | | | | | |
\ / | | | | | | | | | |
| | | | | | | |__| | | |
|_| |_| |_| \____/ |_|
");
Console.ForegroundColor = ConsoleColor.Cyan;
string exploitname = "Delta";
string link = "ENTER ur exploit link or console wont work"; //EXPLOIT LINK HERE
WebClient wc1 = new WebClient();
WebClient wc2 = new WebClient();
Console.Title = exploitname + " Bootstrapper";
Console.WriteLine("[INFO]: Made by LittleKiller"); //GIVE CREDITS OR I MAKE SURE U DIEEEE
Console.WriteLine("[INFO]: Starting Downloading Exploit");
if (Directory.Exists(Environment.CurrentDirectory + "/" + exploitname))
{
if (File.Exists(Environment.CurrentDirectory + "/" + exploitname + "/bin/vinfo.txt"))
{
if (File.ReadAllText(Environment.CurrentDirectory + "/" + exploitname + "/bin/vinfo.txt").Equals(wc2.DownloadString(link)))
{
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("[WARNING]: Latest Version of exploit Already Exists");
Console.ForegroundColor = ConsoleColor.Cyan;
Console.WriteLine("[INFO]: If you want to redownload input y else input any other thing");
string gg = Console.ReadLine();
if (gg.Equals("y"))
{
Directory.Delete(Environment.CurrentDirectory + "/" + exploitname, true);
}
else
{
Console.WriteLine("[INFO]: Exiting in 4 seconds");
await Task.Delay(4000);
Environment.Exit(0);
}
}
else
{
Directory.Delete(Environment.CurrentDirectory + "/" + exploitname, true);
}
}
else
{
Directory.Delete(Environment.CurrentDirectory + "/" + exploitname, true);
}
//U gonna understand if u know a bit of C# This Checks If the latest version already exists
//A small modification u can do is reduce 1 webclient anduse github instead of Pastebin and discord
//Dm me 🎮ð•ƒð•šð•¥ð•¥ð•ð•–ð•‚ð•šð•ð•ð•–ð•£ðŸŽ®#0001 If u need help
}
Console.WriteLine(".............................");
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine("[DOWNLOAD]: Downloading " + exploitname + ".zip");
wc1.DownloadFile(wc2.DownloadString(link), Environment.CurrentDirectory + "/" + exploitname + ".zip"); //Downloads the exploit
Console.WriteLine("[DOWNLOAD]: " + exploitname + ".zip Downloaded Succesfully");
Console.WriteLine("................................................");
Console.ForegroundColor = ConsoleColor.DarkYellow;
Console.WriteLine("[EXTRACTING]: Extracting " + exploitname + ".zip");
ZipFile.ExtractToDirectory(Environment.CurrentDirectory + "/" + exploitname + ".zip", Environment.CurrentDirectory);//Extracts the zip
File.Delete(Environment.CurrentDirectory + "/" + exploitname + ".zip");// Deletes the zip after extraction
Console.WriteLine("[EXTRACTING]: Succesfully Extracted " + exploitname + ".zip");
if (Directory.Exists(Environment.CurrentDirectory + "/" + exploitname + "/bin"))
{
}
else
{
Directory.CreateDirectory(Environment.CurrentDirectory + "/" + exploitname + "/bin");// If Bin does not exist it gets created ez
}
var ss = File.Create(Environment.CurrentDirectory + "/" + exploitname + "/bin/vinfo.txt");
ss.Close();
File.WriteAllText(Environment.CurrentDirectory + "/" + exploitname + "/bin/vinfo.txt", wc2.DownloadString(link));//this Makes a txt file containing the download link of the version which was downloaded (For Seeing if User alr has latest version)
Console.WriteLine("...................................................");
Console.ForegroundColor = ConsoleColor.DarkCyan;
wc1.Dispose();
wc2.Dispose(); //WebClients Disposed to Avoid mem leaks
Console.WriteLine("[SUCCESS]: Exploit Downloaded and Extracted Sccesfully");
Console.WriteLine("[SUCCESS]: Exiting in 4 seconds");
await Task.Delay(4000);
}
}
}
Signing Off
LittleKiller
fka as delta
Replied
Vouch, its good
https://cdn.discordapp.com/attachments/836881924328652810/853240797230006272/unknown.png
Cancel
Post
back lol
Replied
vouch:
good bootstrapper very good for average ppl in c# (idk anything about c# so dont trust this)
Cancel
Post
Exploits I Use: Dark-Out Cat-Ware Synapse X Fluxus Delta Script-Ware
Also Download DarkOut :Gun:
DarkOut Download
Replied
vouch. JUST VOUCH.
JUST VOUCH.
Cancel
Post
https://cdn.discordapp.com/attachments/822379977440886834/917427277770407946/the_one_only_banner.png
back lol
Replied
vouch. VOUCH
please leave me be take this gun away from my head
Cancel
Post
Replied
@64220 nah the gun will still be there wait u told everyone that I had a gun
Cancel
Post
fka as delta
Replied
@64220
Wait he also has u at gunpoint?
:flushed:
Cancel
Post
Exploits I Use: Dark-Out Cat-Ware Synapse X Fluxus Delta Script-Ware
Also Download DarkOut :Gun:
DarkOut Download
Replied
@KronoxExe U guys are falsely accusing me I cant have 3 ppl at gunpoint at the same time
Cancel
Post
fka as delta
Exploits I Use: Dark-Out Cat-Ware Synapse X Fluxus Delta Script-Ware
Also Download DarkOut :Gun:
DarkOut Download
Replied
That code is bruh moment
Cancel
Post
Discord : Doctor Doom#0550
aaaaaaaaaaaaaaaaaaaaaaaaa
fka as delta
Replied
i mean it's cool ig (you should remove the empty if tho) and yeha
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 4, Total: 4 )
Cancel
Post