Jump to content

Recommended Posts

Posted

hi all someone can tell me the utility to make password for script ?i dont no why do this thx

Posted

 Just a quick utube search. 9 out 10 times the answer that u looking for is on the internet.

Posted

i dont ask for add password in an script i want to know why make an script with password

[added 0 minutes later]

@SAGEPAPI
@TopGEOYT

[added 2 minutes later]

my ask is not "how to"  but "why"

[added 3 minutes later]

script must be crypted and if it share here why creator make password

Posted
18 hours ago, blocx said:

i dont ask for add password in an script i want to know why make an script with password

[added 0 minutes later]

@SAGEPAPI
@TopGEOYT

[added 2 minutes later]

my ask is not "how to"  but "why"

[added 3 minutes later]

script must be crypted and if it share here why creator make password

Example: why has your phone a screen lock

Posted
1 hour ago, YeetMeister said:

Example: why has your phone a screen lock

lol you compare an script with ur phone 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

Posted
19 hours ago, blocx said:

i dont ask for add password in an script i want to know why make an script with password

[added 0 minutes later]

@SAGEPAPI
@TopGEOYT

[added 2 minutes later]

my ask is not "how to"  but "why"

[added 3 minutes later]

script must be crypted and if it share here why creator make password

Ah.. thats good question... In reality there is not any reason why you should add it to ur script, it can be bypassed if pass is unknown and if its known then i don't see any purpose of it.

Thats just bcs visuality may be...

Posted (edited)

well..

you have screen lock on your phone for safety/privacy reasons because it not something you would share with everyone.

it totally different matter with a script that you publish in here for public usage.

so there is no real reason of why a password should be put in a script.

its just a personal preference...im guess.

Edited by MonkeySAN
  • Moderators
Posted
1 hour ago, YeetMeister said:

Example: why has your phone a screen lock

Can be bypassed. The thought that it locks everyone out, is the same flawed idea of password on script. Keeps some out. But not all.

Posted
8 hours ago, NoFear said:

Can be bypassed. The thought that it locks everyone out, is the same flawed idea of password on script. Keeps some out. But not all.

I mean yeah, but he asked for what it is used

[added 0 minutes later]
8 hours ago, blocx said:

lol you compare an script with ur phone 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

Bruh

  • 1 month later...
Posted
--Make a variable for user input
local password = gg.prompt({"Enter Password"},{[1] = '0'},{[1] = 'text'})

if password[1] == "1028371" then
  gg.alert("Correct Password")
  else
  gg.alert("Incorrect Password")
end

Here is the code if you still want it. lol i don't use passwords anymore but as soon as they decrypt or know your password length then thats basically it but

How can lua interfere with game guardian prompt boxes?  thats weird the only way it can is by setting the password variable to a random item in a list but how could they know what name of that prompt box variable (probably logging) 😄 unless if its encrypted 

  • 2 weeks later...
Posted

A password makes it so you can market your script, you can make people pay to use it because they need a "key" (the password) in order to make if function. 

Posted
11 hours ago, ShadyJN said:

A password makes it so you can market your script, you can make people pay to use it because they need a "key" (the password) in order to make if function. 

i mean they could decrypt the script without paying so whats the point with a password? unless the user has good decryption skills then they don't have to pay

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