Advertisement
Marlingaming

Vid DOwnload Test CC Tweaked

Feb 11th, 2022 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local FilePath = "os/System/Client/Files/VideoTest2.fbv/Frame"
  2. fs.makeDir("os/System/Client/Files/VideoTest2.fbv")
  3. for i = 1, 20 do
  4. local Tiles = {math.random(100000,999999),math.random(100000,999999),math.random(100000,999999),math.random(100000,999999)}
  5. local file = fs.open(FilePath..i,"w")
  6. for I = 1, #Tiles do
  7. file.writeLine(Tiles[I])
  8. end
  9. file.close()
  10. end
  11. print("Finished")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement