Update installer.lua

This commit is contained in:
Ale32bit 2015-10-27 19:03:01 +01:00
parent f56af9be23
commit cc19daa13b

View file

@ -9,7 +9,9 @@ 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()
end