Update installer.lua
This commit is contained in:
parent
44c36baceb
commit
9ca14b0c7b
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@ local blacklistIP = {
|
||||||
|
|
||||||
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
|
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
|
||||||
if blacklistIP[ip] then
|
if blacklistIP[ip] then
|
||||||
os.pullEvent = os.pullEventRaw
|
error("This ip is banned")
|
||||||
print("This ip is banned")
|
|
||||||
sleep(5)
|
|
||||||
os.reboot()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local files = {
|
local files = {
|
||||||
|
|
Loading…
Reference in a new issue