Jump to content


usernametook's Content

There have been 5 items by usernametook (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#615 100Th Member

Posted by usernametook on 16 February 2012 - 09:07 AM in General

YAYAYAYAYAAYAYAYAYY
I just found out i was the 100th member :D/> i am happy now



#612 Door Lock...

Posted by usernametook on 16 February 2012 - 08:35 AM in Programs

View Posttomass1996, on 16 February 2012 - 08:33 AM, said:

Why didn't you use code tags? And spoiler tags?
i dunno how :D/>



#610 Minecraft Time Clock

Posted by usernametook on 16 February 2012 - 08:26 AM in Media

OOh a server i want for when i get home in a week or two bcz my internet here is poo :D/>
pm it to me ill join it and show off my horrible skills :D/>



#609 1.3 Sneak Peek

Posted by usernametook on 16 February 2012 - 08:20 AM in General

WHAA!? Whered you get the TurtleOS 1.3 i waaaannnttt iiitttt!



#608 Door Lock...

Posted by usernametook on 16 February 2012 - 07:51 AM in Programs

First make a program called startup to prevent the lock from being terminated... (btw --- means its somthing different like the edit means that in the screen then write the code :D/>)
---------------------
edit startup
---------------------
while true do
shell.run "lock"
end

---------------------
now for the lock itself :D/>...
---------------------
edit lock
---------------------
pass = "password"
write "Password: "

read = ("*")
if input == pass then
print "Welcome!"
rs.setOutput("back" true)
rs.setOutput("right" true)
rs.setOutput("left" true)
sleep(3.5)
rs.setOutput("back" false)
rs.setOutput("right" false)
rs.setOutput("left" false)

else

print "Incorrect Password!"
sleep(2)
os.reboot()
end
---------------------