🔥ID multiple checker🔥
This script is able to allow access only to mobile phones that have the id defined in the site, just take some webhost or pastebin site and put the id in this format:
ID1
ID2
ID3
function checkID()
local isAuthorized=false
local link="link" -- you website
local revo = revo or gg
local currentID=revo.getPhoneInfo().ANDROID_ID
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()
⚠️GG MOD REVO requested or GG MOD shared by
@Tis_Nquyen⚠️