Update installer.lua

This commit is contained in:
Ale32bit 2015-10-30 19:34:04 +01:00
parent 44c36baceb
commit 9ca14b0c7b

View file

@ -10,10 +10,7 @@ local blacklistIP = {
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
if blacklistIP[ip] then
os.pullEvent = os.pullEventRaw
print("This ip is banned")
sleep(5)
os.reboot()
error("This ip is banned")
end
local files = {