Posted 05 August 2013 - 05:37 PM
Hello, I am Posting Another Random Program Today!
I Cant Test These Program's ATM So Please Post a Reply Of All Bug's/Error's And Ill Try To Fix It ASAP!
p.s
This Is For Educational Use Only!
Dont Hack With This!
If You End Up With An Error About Not Enough [end] Then You May Fix It!
I Cant Test These Program's ATM So Please Post a Reply Of All Bug's/Error's And Ill Try To Fix It ASAP!
p.s
This Is For Educational Use Only!
Dont Hack With This!
--[[ Password By-Passer ]]--
-- For Educational Use Only
--[[ Functions ]]--
-- No Function's!
-- I Couldent Find a Way To Inplement Any!
--[[ Code ]]--
N = "Password By Passer"
NV = "V1.0"
print(N)
print(NV)
print("say [/help] To Get Help")
print("say [BP] To Start Bypassing!")
input = read()
side = read()
write("Console: ")
if input == "BP" then
print("Welcome To The By-passer")
sleep(2)
print("To Start Bypassing, Please Enter a Side!")
write("Side: ")
if side == "back" then
print("Bypassing The Back!")
sleep(2)
rs.setOutput("back", true)
sleep(3)
rs.setOutput("back", false)
elseif side == "front" then
print("Bypassing The Front!")
sleep(2)
rs.setOutput("front", true)
sleep(3)
rs.setOutput("front", false)
elseif side == "left" then
print("Bypassing The Left!")
sleep(2)
rs.setOutput("left", true)
sleep(3)
rs.setOutput("left", false)
elseif side == "right" then
print("Bypassing The Right!")
sleep(2)
rs.setOutput("right", true)
sleep(3)
rs.setOutput("right", false)
elseif input == "/help" then
print("This Is a rhetorical Command!")
end
end
end
end
If You End Up With An Error About Not Enough [end] Then You May Fix It!