| Corroder Grandmaster Cheater Supreme
 
  Reputation: 75 
 Joined: 10 Apr 2015
 Posts: 1668
 
 
 | 
			
				|  Posted: Tue Jan 03, 2017 1:39 am    Post subject: |   |  
				| 
 |  
				| I doubt if any tool to convert HTML to Lua. Some lua module to handle web page as CGILua, LuarOrbit, LuaJIT, etc.
 I don't know if pure lua can handle HTML script.
 
 
  	  | Code: |  	  | Even use : 
 local file = assert(loadfile("file.lua"))
 file()
 
 // This executing local file "file.lua", stored at local disk with considering to give full path while running this "file.lua"
 | 
 
 Maybe, you can get complete link address for your HTML script. Something like "http://........." and put the link address to "shellExecute("link address..")
 |  |