Jump to content
  • 0

Key accept


Crewyyy

Question

I try using this codelocal Menu = gg.prompt({"Password: "},nil,{"text"}) 

pcall(load(gg.makeRequest(URL.."CheckKey.php", {''}, [=[{"Key":"]=]..key..[=["}]=]).content))

if not Menu then return end

for l , I in pairs(Passwords) do

if Menu[1] == I then A = true end

end

if A ~= true then gg.alert("") return else gg.alert("") 

end

Help in where to insert the newsletter on the server and how to access the chekkey file.php to get confirmation on the correct key

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Hey Brother its Amin

try this code bruh i think u need this 

---------------------------------

function login_H()
local host = "https://pastebin.com/raw/VVfdVCVw" -- I Use PasteBin You Can Use Host Or ... -- See Whats Happend In Host
a = gg.prompt({
"Enter Your Verification Code = "
},nil,{
"text"
})
if a[1] == "" then alert("It Can't Be Empty !") os.exit() end
b = gg.makeRequest(host).content -- Get Code In Host
b1 = b:match("|a|(.-)|a|") -- Get Real Code For Check
b2 = b:match("|b|(.-)|b|")
b3 = b:match("|c|(.-)|c|")
-- b4 = b:match()
-- b5 = b:match()
if a[1] == b1 or a[1] == b2 or a[1] == b3 --[[ or a[1] == b4 or a[1] == b5 ]] then Checker()
else alert("NOPE !") os.exit()
end
end -- Simple Online Login With Checker

login_H()

 

---------------------------------

easy to understand !

you can buy host and work on your host for make password or some think like that.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.