Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Player = script:FindFirstChild("Player") ~= nil and script.Player.Value or game.Players.LocalPlayer
  2. Name = "M249"
  3. MC = BrickColor.new("Black")
  4. DC = BrickColor.new("Black")
  5. GC = BrickColor.new("Dark stone grey")
  6. MR = 0
  7. GR = 0
  8. Holstered = true
  9. Spread = 90000
  10. WSPenalty = 10
  11. selected = false
  12. canDual = false
  13. dual = false
  14. Button1Down = false
  15. damage = 999999999
  16. canFire = true
  17. canFire2 = false
  18. readyTime = 0.1
  19. automatic = true
  20. burst = false
  21. burstCount = 0
  22. burstCountMax = 3
  23. canSilence = true
  24. silenced = false
  25. canZoom = false
  26. zoom = false
  27. switchToSingle = true
  28. switchToBurst = false
  29. switchToAutomatic = true
  30.  
  31.  
  32. ammoGui = Instance.new("ScreenGui")
  33. ammoGui.Name = Name
  34. local frame = Instance.new("Frame")
  35. frame.Name = "Frame"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement