Jump to content

ChargedCreeperBrony

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by ChargedCreeperBrony

  1. YES IT WORKS, oh thank you 2 so much!
  2. lol cant test it yet, night
  3. computer 2: startup:4: attempt to call nill
  4. oh wait those '' '' are now supposed for the password XD
  5. rednet :3 5 0: string expected -_-
  6. OH GOD I CANT CHANGE IT XD and there is ''cum'' in it
  7. ah so those '' '' arent supposed to be there
  8. does there has to be a # before it?
  9. now i get this error in copmuter 1: rednet :347: positive number expected
  10. and how about computer 1?
  11. and the timeout is...? the id? EDIT: yes
  12. 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
  13. 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.
  14. 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
  15. i do save, i just thought i rewright the whole command wicht edit.
  16. never mind IT WORKS!!! thank you so much! now no one will enter my base! :D
  17. 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?
  18. lua or program for computer 2? and does it stay on forever?
  19. ????????????????????????????
  20. 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...
  21. i dont realy know... i tried al LOT of things but i cant get it to work.
  22. i looked everything up but i dont understand! i tried everything!
  23. 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???
  24. just think of it guys... teletubbies are soooooooo high tech, i mean come on!!! TV's IN THERE STOMACH!!!
×
×
  • Create New...