Advertisement
okEi1988

Script

Apr 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. Player = game.Players.LocalPlayer
  3. Char = Player.Character
  4. animate = Char:findFirstChild("Animate")
  5. if animate then
  6. animate:Destroy()
  7. Name = "Five SeveN"
  8. MC = BrickColor.new("Really black")
  9. GC = BrickColor.new("Really black")
  10. SC = BrickColor.new("Really red")
  11. Spread = 90000
  12. MR = 0.01
  13. MagSize = 20
  14. Chamber = 1
  15. canHit = false
  16. melee = true
  17. selected = false
  18. canDual = true
  19. dual = true
  20. Button1Down = false
  21. damage = 35
  22. canFire = true
  23. canFire2 = false
  24. readyTime = 0.1
  25. automatic = false
  26. burst = false
  27. burstCount = 0
  28. burstCountMax = 3
  29. canSilence = true
  30. silenced = false
  31. canZoom = false
  32. zoom = false
  33. switchToSingle = false
  34. switchToBurst = false
  35. switchToAutomatic = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement