Forum > General >

[ANNOUNCEMENT] My Exploit Xeroc

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Posted

I wanted to say some stuff about my exploit, Xeroc, because something important is happening to it and it will be in beta stages for a while.

 

Xeroc is being updated as we go along, and there is still some stuff I need to learn before the official release of Xeroc,

  • How to make a Script Hub
  • How to make a better ScriptList for my exploit
  • How to make a Bootstrapper fo my exploit, so if an Update comes out the bootstrapper can update it
  • Monaco (I use fastcoloredtextbox because it is easier and for me generally better)
  • Making an Obfuscator

That's All I need to learn before the official release. I already know how to make a scriptlist, but it can be buggy sometimes and I need a proper tutorial.

 

Please provide YouTube tutorials because I might seem like I know a lot aboout making exploits, but I am actually kinda still beginner when it comes down to making exploits.

 

Here is some stuff I know HOW to do

  • Make a ScriptList (One that is buggy, and it is buggy because you have to click refresh every time you wanna use it)
  • Make a Full-Lua Executor (Lua C execution)
  • Regular Lua execution
  • A Games Section
  • Quick Cmds

Once again, provide YouTube tutorials to help me out for what I need to learn, because once again...  I might seem like I know a lot, But I am still kinda beginner

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Zera

Paul

vip

Posts: 1092

Threads: 28

Joined: Mar, 2020

Reputation: 41

Replied

1. PareX video

2. PareX video

3. PareX video

4. PareX video

5. Probably cant make an obfuscator if u dunno any cpp or csharp coding.

  • 0

https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@Zera gimme ta URLs

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Zera

Paul

vip

Posts: 1092

Threads: 28

Joined: Mar, 2020

Reputation: 41

Replied

@Hectique

 

Iz oN HiS cHaNElL

  • 0

https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@Zera yEs I kNoW i WaTcH hIm BuT i NeEd ThE eXaCt UrLz

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

1. make another form, name it scripthub or however u want, put some buttons in it.

find scripts and put them in different pastebins (so u can edit if one is patched)

and here's how i do it:

 

WebClient wbc = new WebClient();

string script = wbc.DownloadString("pastebin raw link here lol");

api.ExecuteScript(script);

 

and do these for all of the buttons (if u want to make a script hub as a script directly on roblox u need to learn some lua, its easy though)

 

 

2. just put the refresh code in main_load or in a timer 999999 iq lol

 

 

3. make a folder, name it exploit or update or idk

create console application thing in c# and put this in main thing:

 

WebClient wbc = new WebClient();

string pastebinlul = wbc.DownloadString("pastebin here oof");

string filelul = File.ReadAllText("Exploit/version.txt"); //yeah u need to put the .txt file there

 

if (pastebinlul == filelul)

{

Process.Start(@"Exploit/urexploitname.exe"); //(i think its like that lol try it like that i forgot sorry)

}

else

{

wbc.DownloadFile("pastebin raw exploit download link here xd", @"Exploit/urexploitname.exe"); //yeah u need to the .exe file there

Process.Start(@"Exploit/urexploitname.exe"); //(i think its like that lol try it like that i forgot sorry)

this.Close() //or somethin

}

 

(yes u can make it so it checks the version in a pastebin and the version in a file and if its different then it downloads the update but im too lazy to write it)

edit: i changed my mind im writting it and yes i made this on the thread/reply maker and its hard lol

 

 

4. https://youtu.be/OC3_yOsfLxc

(its cefsharp monaco which is way better but if u use wpf to make ur exploit i recommend using another editor)

 

 

5. learn c# and c++ and u need to know these programming languages if u want to make ur obfuscated file hard to crack. i recommend using public obfuscators but NOT: .net reactor, confuserex, smartassembly, dotfuscator, eazfuscator, deepsea obfuscator, agile.net, skater.net, and other obfuscators that are easy to crack.

  • 0

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@davidTube Thanks for the help

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

@Hectique no problem

  • 0

Users viewing this thread:

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