Jump to content
  • 0

How to add one time password in script


Luffy_Op
 Share

Question

1 answer to this question

Recommended Posts

  • 0

Simple script, without encryption and obfuscation 😀

local gg = gg
local pass = 'Password'
local pass2 = gg.prompt({'Enter password: '}, {}, {[1]='text'})
if pass ~= pass2[1] then 
	gg.alert('WRONG Password :-(')
	goto finish
	else
	gg.alert('CORRECT Password :-)')
end

-- Your main script

::finish::
os.exit()

 

Edited by Count_Nosferatu
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.