Posted
:) helllo
would i be able to execute a raw pastebin link without a type of textbox
Replied
yes
10 CHARACTERASLM +ADAWSDPADANSD
Cancel
Post
Replied
Two ways. You can use loadstring or you can do the slightly longer way:
System.Net.WebClient wc = new System.Net.WebClient();
string script = wc.DownloadString("raw link here");
api.Execute(script);
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post