Categories > Exploiting > Roblox >

Tutorial for script hub code for Kato API??

Posts: 22

Threads: 8

Joined: Mar, 2022

Reputation: 0

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

 

  • 0

Illusion

IllusionOfficial

Posts: 57

Threads: 7

Joined: Sep, 2021

Reputation: -40

Replied

1. First of all, dispose the web client please.
2. Why are you using wearedevs api code? Try this:

 

kato.Execute(Script);

  • 0

Posts: 22

Threads: 8

Joined: Mar, 2022

Reputation: 0

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

  • 0

Added

@70049and what is dispose sir i didn't quite catch that in English

  • 0

Posts: 1165

Threads: 69

Joined: Oct, 2019

Reputation: 89

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

  • 0

Users viewing this thread:

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