kennard11 How do I cheat?
Reputation: 0
Joined: 27 Mar 2014 Posts: 9
|
Posted: Sun May 18, 2014 4:32 pm Post subject: LuaSocket Error |
|
|
I have a trainer that works on my PC (windows 7) and it doesnt work on my clients windows XP AND windows 7 machine.
Code: | http = require("socket.http")
file = http.request("php ip checker")
IP = "108.234.74.219"
if string.sub(file,1,file.len(IP))==IP then
http = require("socket.http")
bp = http.request("url")
loadstring(bp) ()
else showMessage("Nope!") closeCE()
end |
I did include all the lua socket things or else it wouldn't have worked on my windows 7 PC. I even tried adding an AV exception and turning AV off.
I get this error:
string "http = require("socket.http")..."]:5: attempt to call global "file" (a nil value)
|
|