Advertisement
TJtheDJ701

Untitled

Sep 26th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. local h = fs.open("startup.lua", "w")
  2.  
  3. h.write("aaaaaaaaaa")
  4.  
  5. h.flush()
  6.  
  7. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement