Jump to content

How to fix this script password ?


Kimakun

Recommended Posts

local pass = '1234'
local Crack = gg.prompt(
{'ENTER PASSWORD EXAMPLE ' ..pa..ss.. ''},{''},{'number'})
if Crack == nil then
print("script cancelled")
os.exit()
elseif Crack[1] == pass then
print("welcome")
else 
print("wrong password")
os.exit()
end

Link to comment
Share on other sites

14 hours ago, TopGEOYT said:

local pass = '1234'
local Crack = gg.prompt(
{'ENTER PASSWORD EXAMPLE ' ..pa..ss.. ''},{''},{'number'})
if Crack == nil then
print("script cancelled")
os.exit()
elseif Crack[1] == pass then
print("welcome")
else 
print("wrong password")
os.exit()
end

 

Screenshot_2019-02-09-08-36-49-896_com.rhmsoft.edit.pro.png

Link to comment
Share on other sites

14 hours ago, TopGEOYT said:

The script password is ready, I fix a little source script password from you

 

pass = '1234'
Crack= gg.prompt({"Password","????"},nil,{"number","checkbox"})

if Crack == nil then

print("script cancelled")
os.exit()
elseif Crack[1] == pass then
print("welcome")
else 
print("wrong password")
os.exit()
end

 

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.