Advertisement
goldfiction

roxt turtle control blurb

Jan 26th, 2024
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.16 KB | None | 0 0
  1. pastebin get QGVi9NyY axiominst
  2.  
  3. pastebin get 0quwmkCL axiominst
  4.  
  5. pastebin get 2nlqrssd axiom
  6.  
  7. shell.run(".gitget "..user.." axiom "..branch.." AxiomUI")
  8.  
  9. pastebin get W5ZkVYSi .gitget
  10. .gitget nothjarnan axiom master AxiomUI
  11. pastebin run 2nLQRsSd
  12. https://api.github.com/repos/nothjarnan/axiom/git/trees/master?recursive=1
  13.  
  14. local r = http.get("https://pastebin.com/raw/jCfCfBPn"); local f = fs.open( shell.resolve( "pastebin" ), "w" ); f.write( r.readAll() ); f.close(); r.close()
  15.  
  16.  
  17.  
  18. You can block CTRL-T by using this piece of code:
  19.  
  20. function os.pullEvent(event, ...)
  21.   local event = os.pullEventRaw(event);
  22.   if event ~= "terminate" then
  23.    return event, ...;
  24.   end
  25. end
  26.  
  27.  
  28. ccdos
  29. Downloads -<br />
  30. pastebin get sbG2Nuv5 ccdos -- operating system<br />
  31. pastebin get kkC1FZ6U batedit -- batedit, the batch editing program!
  32.  
  33. opus os
  34. pastebin run UzGHLbNC
  35.  
  36. pdaterm
  37. Server: pastebin get r6UYySPN server
  38. Client: pastebin get aF9xrt9q client
  39.  
  40. server:  EKv2ZS9L
  41. client:  F1w35yV0
  42.  
  43. todo
  44. pastebin get TfLPfbmH todo
  45. pastebin get 29h31MtZ todo2
  46. notes
  47. pastebin run SvZg3X23
  48.  
  49.  
  50. RoxRCT (For the turtle): ZGmtKEkT
  51. RoxRCC (For the console): heLjhD4y
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement