Crewyyy Posted September 8, 2022 Posted September 8, 2022 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
P_N_O Posted September 8, 2022 Posted September 8, 2022 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.
MANDO01 Posted September 8, 2022 Posted September 8, 2022 2 hours ago, P_N_O said: you can buy host and work on your host for make password or some think like that. Or he can get host for free
MANDO01 Posted September 8, 2022 Posted September 8, 2022 1 hour ago, Crewyyy said: I always get nope What do you mean lol
Question
Crewyyy
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
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.