Posted 07 September 2012 - 10:13 PM
                hi hello,
i have a little question in currently playing on a big tekkit server
and have made a massive house
with a nice password protected forcefield door
but some guys ctrl+t'ed my computer edited the startup code and raped my house :D/>/>
is there a way 2 make it like u cant use CTRL+T ??
here is the startup code
                
            i have a little question in currently playing on a big tekkit server
and have made a massive house
with a nice password protected forcefield door
but some guys ctrl+t'ed my computer edited the startup code and raped my house :D/>/>
is there a way 2 make it like u cant use CTRL+T ??
here is the startup code
sPass = "randompasswordorsomething:P"
DebugPass = "hahgay"
print(" ")
textutils.slowPrint("			   Welcome to THE HUNTERS				   ")
print("					Faction Base						")
print(" ")
sleep(1)
io.write("Password For Locked Door: ")
sInput = read("*")
  if sPass == sInput then
		print("Password Accepted!")
		redstone.setOutput("back", true)
		sleep(10)
		redstone.setOutput("back", false)
os.shutdown()
  elseif sInput == DebugPass then
print ("Debug mode activate!")
else	redstone.setOutput("left", true)
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
	 print("WRONG PASSWORD! ALARM ACTIVATED!")
sleep(15)
redstone.setOutput("left", false)
os.shutdown()
end
 
        