Categories > Exploiting > Roblox >
Yay i released an exploit....whoo.
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]
GitHub: https://github.com/sound-infinity
Discord: SoundInfinity#2135
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
Cancel
Post
743894599239598090
Â
Replied
@Moon Ikr the confusion. But shhh don't remind him I just got a 9.5/10 rating by some guy.
Cancel
Post
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
Cancel
Post
743894599239598090
Â
Replied
@63568dont listen to speed hes trash
Cancel
Post
https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png
https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post