YeetMeister Posted July 25, 2018 Posted July 25, 2018 I want to know how to make a password Protection for my Script. Can somebody help me? Thx
0 CheatTester Posted July 25, 2018 Posted July 25, 2018 (edited) You can use "prompt", and exit the script or print error if enter the wrong word or number. https://gameguardian.net/help/classgg.html#afe6c5b86ba0ae295899fd259232aac2b Edited July 25, 2018 by CheatTester
0 TopGEOYT Posted March 31, 2019 Posted March 31, 2019 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 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
0 TopGEOYT Posted March 31, 2019 Posted March 31, 2019 5 minutes ago, DESTR0LLERSE said: This topic was published in: July 24, 2018 OMG This shows that you have nothing else to do. Lol 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 .
0 TopGEOYT Posted March 31, 2019 Posted March 31, 2019 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.
0 TopGEOYT Posted April 1, 2019 Posted April 1, 2019 3 hours ago, DESTR0LLERSE said: you're wrong because we're already playing. Lol [added 4 minutes later] @TopGEOYT ნუ გეშინია You are id°ot crazy!
0 noblack Posted April 1, 2019 Posted April 1, 2019 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 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
0 TopGEOYT Posted April 1, 2019 Posted April 1, 2019 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 .
0 noblack Posted April 1, 2019 Posted April 1, 2019 1 hour ago, TopGEOYT said: Not helpful for begginer . No, when you are using RSA to go with it, it can beat any types of encryption.
0 TopGEOYT Posted April 1, 2019 Posted April 1, 2019 33 minutes ago, noblack said: No, when you are using RSA to go with it, it can beat any types of encryption. What is RSA
0 noblack Posted April 2, 2019 Posted April 2, 2019 19 hours ago, TopGEOYT said: What is RSA Looks like you don't know what abc is Google It yourself.
Question
YeetMeister
I want to know how to make a password Protection for my Script.
Can somebody help me? Thx
10 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now