Posted
Hello, I need to find out for my roblox exploit how to make the script run in the game using the button. Let's say you click on the mad city gui and it opens the script in the game
if you write api.SendLuaScript("script");
it will give an error in the api
and if you write WeAreDevs_API api = new WeAreDevs_API();
that will give an error in the word WeAreDevs_API
Replied
download string with web client
Cancel
Post
yes
Replied
@53057its a code
i found it once in some source but i deleted it
Cancel
Post
yes
Replied
string contents; using (var wc = new System.Net.WebClient()) contents = wc.DownloadString(url);
this?
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post