Kimakun Posted February 8, 2019 Posted February 8, 2019 Any people source password for lua? Dont error who has the source password for lua? which doesn't error when I cancel the script
TopGEOYT Posted February 8, 2019 Posted February 8, 2019 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
Kimakun Posted February 9, 2019 Author Posted February 9, 2019 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
Kimakun Posted February 9, 2019 Author Posted February 9, 2019 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
TopGEOYT Posted February 9, 2019 Posted February 9, 2019 Ahh yes . I wrote here and I didn't remember exactly but its work. Thx for upvote
Recommended Posts
Archived
This topic is now archived and is closed to further replies.