Categories > Exploiting > Roblox >

Yay i released an exploit....whoo.

Posts: 82

Threads: 11

Joined: Nov, 2018

Reputation: 8

Replied

@63568 If your doing this mostly for fun then you shouldn't have to make it complicated, also to work around the WebClient problem simply make the request and cache it, like so:

 

(the code below is not meant to be used)

[code]

//C#

private string cache_container = Path.Join(Enviroment.GetEnvironment("TEMP"), "myexploit-scripts")


private string GetScriptAsync(string scriptUrl)

{

    string cached_script = Path.Join(cache_container, scriptUrl) 

    if (File.Exists(cached_script) == false)

    {

        using (WebClient client = new WebClient)

        {

            client.DownloadFile(scriptUrl, cached_script)

        }

    }

    return File.ReadAllText(cached_script);

}

 

const string MyScript_Preloaded= GetScriptAsync("https://pastebin.com/raw/E31Y5112");

    

public void Main() {    

}

 

public void ExecuteMyScript_ButtonClick(object sender, Event e)

{

    API.Execute(MyScript_Preloaded);

}

 

[/code]

  • 0

GitHub: https://github.com/sound-infinity

Discord: SoundInfinity#2135

worstrobloxgod

speedsterkawaii

Posts: 89

Threads: 7

Joined: Nov, 2020

Reputation: -24

Replied

@63568sure, i didnt decomplie it, i was guessing it uses webclient becuz wrd api isnt good at loadstrings.

 

nice job tho.

 

keep up the work

 

and also 9.5/10 :)

 

good work 

  • 0

743894599239598090

 

Moon

Moon

vip

Posts: 6198

Threads: 262

Joined: Aug, 2020

Reputation: 77

Replied

@worstrobloxgod

but you just gave it a 6/10-

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@Moon Ikr the confusion. But shhh don't remind him I just got a 9.5/10 rating by some guy.

  • 0

worstrobloxgod

speedsterkawaii

Posts: 89

Threads: 7

Joined: Nov, 2020

Reputation: -24

Replied

its not confusion, i just downloaded it and its pretty good even tho its using hitbox extenders.

 

9.5/10

 

alos google be quiet :9

  • 0

743894599239598090

 

RealChronics

Roblox Trafficker

vip

Posts: 218

Threads: 26

Joined: Dec, 2020

Reputation: 20

Replied

@63568dont listen to speed hes trash

  • 0

https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png

https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png

 

Prev

Users viewing this thread:

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