Categories > Coding > C# >

[REL]Open Source Bootstrapper

Posts: 27

Threads: 2

Joined: Apr, 2021

Reputation: -28

Posted

So, as I have no work to do in my life I am doing this stupid release

Tho I dont think anyone cares lmfao

 

So a stupid bootstrappers to help ppl understand the code and make there own one and not skid this lol

Note: This can be made a lot better but I aint releasing open source of something a lot better understand the code and make it better

 

https://cdn.discordapp.com/attachments/833944843134828545/841139577531531284/Bootstrapper-YT.zip

YT Video:  https://www.youtube.com/watch?v=AutptMYrkNc

 

If u are lazy to download here is the code

using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;

namespace Bootstrapper_YT
{
    class Program
    {
        static async Task Main(string[] args)
        {
            string link1 = "Your exploit link";//ur link (main Exploit)....
            string exploitname = "Your exploit Name";//ur exploit name
            //Here comes the main part
            Console.ForegroundColor = ConsoleColor.Red;
            Console.WriteLine("[INFO]: Welcome to " + exploitname);
            Console.WriteLine("[INFO]: Credits to Little killer");//GIVE CREDITS OR DIE>>>
            Console.ForegroundColor = ConsoleColor.Green;
            Console.WriteLine("[DOWNLOAD]: Download Starting");
            WebClient wb = new WebClient();
            WebClient dow = new WebClient();
            string noob = wb.DownloadString(link1);//Reads to content of your pastebin link
            dow.DownloadFile(noob, exploitname + ".zip");
            wb.Dispose();
            dow.Dispose();//dISPOSES Web CLients to prevent memory leaks
            Console.WriteLine("[DOWNLOAD]: Exploit downloaded succesfully");
            Console.WriteLine("[EXTRACTION]: Extracting zip");
            ZipFile.ExtractToDirectory(Environment.CurrentDirectory + "/" + exploitname + ".zip",Environment.CurrentDirectory);//extracts the zip file
            File.Delete(exploitname + ".zip");//deletes the zip after extraction
            Console.WriteLine("[EXTRACTION]: Extracted Succesfully");
            Console.WriteLine("[SUCCESS] Thanks for downloading");
            Console.WriteLine("Closing in 5 seconds");
            await Task.Delay(5000);
            //U can make this better by adding more texts And Changing colors more
        }
    }
}

 

EDIT 1: Made A YT Video and disposed The WebClients

 

 

Dont tell me this is a stupid rel coz I already know that ;-;

  • 0

Creakyy Exploit

Custom DLL Soon

Cool UI

halvik915

Talan2016

Posts: 281

Threads: 20

Joined: Feb, 2021

Reputation: 6

Replied

Move to c# please

  • 0

                                                                 https://cdn.discordapp.com/attachments/901227777741692968/991219346124853278/sJkFFl5.png

we love security breaches

TERIHAX

i say im gay as a joke 🙀

Posts: 2243

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@Laxion i 100% agree the original code is messy and very useless, HE MADE 3+ WEBCLIENTS AND NEVER EVEN DISPOSING THEM now thats memory leaks right there

also laxion, your code here: 

List<string> Directories = new List<string> { "DirectoryName", "AnotherName" };

you could have used strings tho, instead of a list, just my opinion

  • 0

Added

@Laxion like

string DownloadLink = "https://downloadlink.com/File.zip";
string FileName = "File.zip";

like that, and not using Lists

  • 0

Posts: 27

Threads: 2

Joined: Apr, 2021

Reputation: -28

Replied

@TERIHAX will take care of this next time

  • 0

Added

@halvik915 Sorry yikes moved to C#

  • 0

Creakyy Exploit

Custom DLL Soon

Cool UI

TERIHAX

i say im gay as a joke 🙀

Posts: 2243

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@Creakyy tbh a good bootstrapper is super ez for an average c# user

  • 0

Posts: 1139

Threads: 84

Joined: Apr, 2020

Reputation: 34

Replied

I don't understand.

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Posts: 2100

Threads: 10

Joined: Sep, 2020

Reputation: 62

Replied

@TERIHAX Stop being a hypocrite you released some garbage Api that's code was complete trash

  • 0

Discord : Doctor Doom#0550

Posts: 27

Threads: 2

Joined: Apr, 2021

Reputation: -28

Replied

  • 0

Added

@39177I always made it this way and no one ever reported a problem with that 

However I will ofc take ur suggestion

  • 0

Creakyy Exploit

Custom DLL Soon

Cool UI

pepsi

PePsIDeveloper

vip

Posts: 309

Threads: 6

Joined: Apr, 2021

Reputation: 16

Replied

whats a point of a bootstapper like just add something like a bootstapper and its takes less time...

  • 0

https://cdn.discordapp.com/attachments/661621789591470090/1013919752294498314/Untitled_1366_768_px_1546_202_px_2.gif

Posts: 27

Threads: 2

Joined: Apr, 2021

Reputation: -28

Replied

@67237I dont understand what u wanna say

  • 0

Added

@TERIHAX  Anims are pretty easy for an average C# coder and even making an exploit is very easy for an average C# coder still their open srcs and tut. exist just to help those who started just now

  • 0

Creakyy Exploit

Custom DLL Soon

Cool UI

TERIHAX

i say im gay as a joke 🙀

Posts: 2243

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@0x777_ you mean desireAPI? that was last year, and i had no knowledge of c# back then, i had to follow speed's skidded tutorial

  • 0

Next >>>

Users viewing this thread:

( Members: 0, Guests: 2, Total: 2 )