ZathegamE

startup

Jun 17th, 2024 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --request backtank
  2.  
  3. local id = multishell.launch({}, "monitor.lua")
  4. multishell.setTitle(id, "écran")
  5. local id = multishell.launch({}, "request.lua")
  6. multishell.setTitle(id, "requête")
  7. term.clear()
  8.  
  9. while true do
  10. os.pullEvent = os.pullEventRaw
  11. multishell.setFocus(3)
  12. sleep()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment