Advertisement
xXm0dzXx

Untitled

Apr 16th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. files = 1
  2.  
  3. while true do
  4. file = fs.open(files, "w")
  5. file.write("LOL!")
  6. file.close()
  7. files = files+1
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement