Post your best Lua script examples here

User avatar
By Gadgit
#12016 I found I had a problem with the code in your zip linked to in the first post (dated 30 Nov 14) that would cause the ESP to restart after any web request.

I tracked it down to the location of the

Code: Select allconn:on("sent",function(conn) conn:close() end)


line. I believe that this line should be one 'end' statement down i.e. not inside the conn:on("receive".... function but inside the srv:listen function.

Hopefully this helps someone out - or perhaps the code can be updated and tested again.

Cheers