Posted
Well when i was making exploit from wearedevs api i wanted a lua c or a lua script to directly perform dose anyone know how to do it?
Replied
What do you mean?
Like when you tap a button and it loads a script?
Cancel
Post
Exploits I made: Weirderschnitzel and Protox
Exploits I own: SynX-Calmari-Sentinel
Â
Replied
yea like a full script attached to a button click
Cancel
Post
Replied
One way you can do it is put text on a textbox and then make the textbox invisible and then put the code to say api.ExecuteLuaScript(textboxname.Text);
another way you can do it is download a string from a raw data link with a lua script on it..
You will need to put using System.Net; on the top
and then
api.ExecuteLuaScript(new WebClient().DownloadString("RAW LINK HERE"));
Your Welcome..
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post