diff --git a/src/installer.lua b/src/installer.lua index b5e0d88..8d43962 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -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 = {