By
zynos
Hi!
What I want is to store fake imei in pastebin row and script check if the imei is the same as on the paste bin then can run
Without using phone imei
function ST_CHECK()
local isAuthorized=false
local link="link"
local revo = revo or gg
local currentID=XX
if not(currentID) then
while(true) do
gg.alert("Invalid ANDROID ID")
end
end
local RequestResponse = gg.makeRequest(link).content
if not(RequestResponse) then
while(true) do
print("Check your internet connection")
os.exit()
end
end
for ID in (RequestResponse.."\n"):gmatch("(.-)\n") do
if ID == currentID then
isAuthorized=true
break
end
end
if not(isAuthorized) then
while(true) do
print("Unauthorized User")
os.exit()
end
end
end
checkID()
This is an exemple, i don't want to use phone imei just store a fake imei i pastebin and ask script to check it , if it is the same as on the script