So i want to save a Password on my Pastebin but it isnt working... any help?
local pastebin ="https://pastebin.com/raw/XWpSxfMn"local passwords = gg.makeRequest(pastebin).content)
pcall(pw)local input = gg.prompt({'Enter Password To Access This Menu'}, loc,{'text'})if input == loc then
os.exit()elselocal isValidPass =falsefor k, v in pairs(passwords)doif input[1]== v then
isValidPass =truebreakendend
assert(isValidPass,'Incorrect Password')end
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.
Question
YeetMeister
So i want to save a Password on my Pastebin but it isnt working... any help?
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.