Jump to content

ChargedCreeperBrony

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by ChargedCreeperBrony

  1. oh wait those '' '' are now supposed for the password XD
  2. OH GOD I CANT CHANGE IT XD and there is ''cum'' in it
  3. now i get this error in copmuter 1: rednet :347: positive number expected
  4. this one is actialy for minecraft 1.4.2 i have created an password program in 1.2.5, but somehow in 1.4.2 it doesnt work. this is my program: computer 1 (input): edit startup: print("text") rednet.open("side") ctrl save ctrl exit edit password: print("text") rednet.send("computer 2's ID", password) os.reboot() ctrl save ctrl exit ---------------------------------------------------------------------------------------------------- computer 2 (output): edit startup: rednet.open("side") id, message = rednet.receive("computer 1's ID", password) if message == "password" then redstone.SetOutput("side", true) sleep(5) redstone.SetOutput("side", false) os.reboot() end ctrl save ctrl exit ---------------------------------------------------------------------------------------------------- when i start the 2nd computor it gives this error: rednet :400: number expected this is the error i et when i enter the password: bios:338: [string "password"] :4: '<eof>' expected i realy REALY need help -thanks
  5. i found a way to let computer 2 always recieve it: edit startup and this code: id, message = rednet.receive() if message == "password" then rs.setOutput("back",true) reboot.os () end made the program in the startup and make it roboot when finished, end must be placed, once done and restarted the computer you cant do anything... like edit a program.
  6. i do: edit startup and this code: print ("Enter Password") and than: edit "password name" and this code: print ("Acces Granted! You Have 5 Second To Proceed. Press ESC To Exit. ") redstone.setOutput ("back", true) sleep (5) redstone.setOutput ("back", false) os.reboot () and now i use that rednet thing :D
  7. i do save, i just thought i rewright the whole command wicht edit.
  8. never mind IT WORKS!!! thank you so much! now no one will enter my base! :D
  9. oh thank you so much for this all. yet... i still have 1 question: how do i edit the startup? when i do ''edit startup'' it remakes the program startup. so how do i do that?
  10. lua or program for computer 2? and does it stay on forever?
  11. i put a modum RIGHT to a computer and typed: rednet.open ("right") i did the same w/ the other computer. than i tried: rednet.send ("redstone.setOutput ("back", true") i also tried it wich the other computer's ID: (16, "redstone.setOutput ("back", true)") but it doesnt work...
  12. i dont realy know... i tried al LOT of things but i cant get it to work.
  13. i looked everything up but i dont understand! i tried everything!
  14. i made a password: test. it does: print ("you can go in now") redstone.setOutput ("back", true) sleep (5) redstone.setOutput ("back", false) os.reboot () but i want to let another computer do this code from this copmuter, how do i do that???
  15. just think of it guys... teletubbies are soooooooo high tech, i mean come on!!! TV's IN THERE STOMACH!!!
×
×
  • Create New...