Forum > Coding >

how to make a script run in roblox

Posts: 3

Threads: 1

Joined: Feb, 2020

Reputation: 0

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

  • 0

jex

yes

Posts: 1791

Threads: 110

Joined: Nov, 2019

Reputation: 13

Replied

download string with web client

  • 0

yes

Posts: 3

Threads: 1

Joined: Feb, 2020

Reputation: 0

Replied

@jex

from where?

  • 0

jex

yes

Posts: 1791

Threads: 110

Joined: Nov, 2019

Reputation: 13

Replied

@53057its a code

 

i found it once in some source but i deleted it

  • 0

yes

Posts: 3

Threads: 1

Joined: Feb, 2020

Reputation: 0

Replied

string contents; using (var wc = new System.Net.WebClient()) contents = wc.DownloadString(url);

this?

  • 0

Users viewing this thread:

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