Jump to content
  • 0

.lua Password Protection


YeetMeister
 Share

Question

10 answers to this question

Recommended Posts

  • 0
On 7/25/2018 at 4:32 AM, YeetMeister said:

I want to know how to make a password Protection for my Script.

Can somebody help me? Thx

Screenshot_20180725-003029.jpg

Password = '1234'
PS = gg.prompt({'🔒 Input password: '},{[1]=''},{[1]='number'})
if not PS then os.exit() 
end 
if PS[1] == Password then 
gg.toast('✔️ Password correct❕')
else 
gg.alert('❌ Wrong Password ❕') os.exit() end
--write bellow your codes. if pass was true then script will start

Link to comment
Share on other sites

  • 0
5 minutes ago, DESTR0LLERSE said:

 This topic was published in: July 24, 2018 OMG

This shows that you have nothing else to do. Lol

saw so much respect GIF

Yes , This topic was published in: July 24, 2018 but it may help another peoples who need this password functions. In the past noone helped this MR @YeetMeister and i am sorry . i hope my pass function will be helpful for anyone .

Link to comment
Share on other sites

  • 0
2 minutes ago, DESTR0LLERSE said:

This shows that you have nothing else to do. Lol

No . i already told you :

Quote

This topic was published in: July 24, 2018 but it may help another peoples who need this password functions.

 

Link to comment
Share on other sites

  • 0
On 7/25/2018 at 8:32 AM, YeetMeister said:

I want to know how to make a password Protection for my Script.

Can somebody help me? Thx

Screenshot_20180725-003029.jpg

If you want it safer, use the password to encrypt your script

so that you must enter the password to go in script in stand of that one

Link to comment
Share on other sites

  • 0
2 hours ago, noblack said:

If you want it safer, use the password to encrypt your script

so that you must enter the password to go in script in stand of that one

Not helpful for begginer 😜.

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.