11.08.2017, 06:46
You can load source via HTTP request, then execute it like this (data variable must contain valid Lua code):
Code:
fn = loadstring(data)
fn()
Execute the script from remote .lua file
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Execute the script from remote .lua file - by buuuudzik - 11.08.2017, 06:08
RE: Execute the script from remote .lua file - by admin - 11.08.2017, 06:46
RE: Execute the script from remote .lua file - by buuuudzik - 11.08.2017, 08:04
RE: Execute the script from remote .lua file - by Thomas - 11.08.2017, 11:15
RE: Execute the script from remote .lua file - by nhieulk - 15.08.2017, 09:33
RE: Execute the script from remote .lua file - by buuuudzik - 15.08.2017, 10:03
|