This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TyDoesMC's profile picture

Password By-Passer (Educational Use Only)

Started by TyDoesMC, 05 August 2013 - 03:36 PM
TyDoesMC #1
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!


--[[ 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!
Kingdaro #2
Posted 05 August 2013 - 05:39 PM
Do not. Post. Untested. Programs.
TyDoesMC #3
Posted 05 August 2013 - 05:40 PM
I Just Did (2 Time's To Day) Im On a Role?! Lol Its Your Guy's Job To Test!
ardera #4
Posted 05 August 2013 - 05:47 PM
Why do you set the redstone output on for 3 sec's?
TyDoesMC #5
Posted 05 August 2013 - 05:50 PM
Why do you set the redstone output on for 3 sec's?

Because It By-Pass's Any Redstone Door Or Thing With a Password
TyDoesMC #6
Posted 05 August 2013 - 05:51 PM
Ment For SSP Only If You Get In Trouble For Using This On a Server Its Your Fault!
Lyqyd #7
Posted 05 August 2013 - 06:55 PM
Kingdaro, report, don't reply.

Locked. Do not post untested code.