Jump to content

How can I have multiple password in lua script?


Re_Load

Recommended Posts

key = "00"
v_value = gg.prompt({
  "Enter Password."
}, {
  [1] = 0
}, {
  [1] = "number"
})
function O()
end
if v_value[1] == key then
  O()
else
  os.exit()
end

I make script password like this, but it’s can have 1 password. How can I have multiple password?

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.