Categories > Exploiting > Roblox >
Tutorial for script hub code for Kato API??
Posted
I'm trying to make script hub with kato api but my code doesn't work, here is my code(sr cuz i don't know how to use codeblock):
//
kato.ExecuteScript("loadstring(game:HttpGet('https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt'))();");
//
and the second that i tested:
\\
WebClient wb = new WebClient();
string Script = wb.DownloadString("https://pastebin.com/raw/aCvrSEBN");
kato.ExecuteScript(string);
\\
the error is "No process is assiocated with smth" can you guys help me this time
Replied
1. First of all, dispose the web client please.
2. Why are you using wearedevs api code? Try this:
kato.Execute(Script);
Cancel
Post
Replied
@70049yeah i forgot to change but it'll be kato.ExecuteScript(Script); and it's doesn't work so i'll try dispose webclient
Cancel
Post
Added
@70049and what is dispose sir i didn't quite catch that in English
Cancel
Post
Replied
@tenlaphuc08 Bruh What "Didn't Catch That In English" But Anyways Basically Dispose Is A Way Of Releasing Umanaged Resources So Your Application Doesn't Memory Leak, Just Call Its Method Wb.Dispose(); At The End Of Its Use
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post