The API
SPS is a system to set, remove and force password anytime you want. Not much more I can tell about it...
Functions:
Pastebin install:
pastebin get Lx8enqbA sps
Example use:
Protected HelloWorld:
os.loadAPI("sps")
sps.setPassword("yourpassword")
sps.security()
print("Hello world!") --This line will only work if the password is correct
Force use to enter all your passwords:
os.loadAPI("ps")
local list = {
"thecakeisalie",
"ilikecookies",
"passwordnumber3",
"notapassword",
}
for i = 1, #list do
ps.setPassword(list[i])
ps.security()
end
term.setTextColor(colors.green)
print("You did it! :D/>/>")
sleep(3)
term.clear()
Features:
- Universality
- Color support
- Multiple use without any errors
Thanks for reading! I hope you'll like it.












