iMissMuffins

Tab Test V1

Dec 31st, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. -MADE BY OneLegend (NOT THE SCRIPT) Thanks to CyberFromLU for letting me Publish! REGULAR SCRIPT: Go to line 20 and 2524 and put your name where it says "YOUR NAME HERE"
  2.  
  3. --Colt M4A1 Carbine Beta Mag + Infinite health-- --NON-LOCAL SCRIPT--
  4. --A big thanks to Vinya for making the script and and credit to CyberFromLU for converting the script to SB.
  5. --[[
  6. Colt M4A1 Carbine; developed as a smaller, more reliable and modular variant of the M16.
  7. 5.56x45mm NATO, 100 Round Beta-C Dual Drum Magazine.
  8. Standard issue USMC service rifle.
  9. Sight0 = Flip-up Iron Sight
  10. Sight1 = Red Dot
  11. Sight2 = M145
  12. Sight3 = EOTech Holographic
  13. Sight4 = Sniper Scope
  14. Magazines: "STANAG" = 30 Round STANAG, "Beta-C" = 100 Round Beta-C.
  15. --]]
  16.  
  17.  
  18. if script == nil then return end
  19.  
  20.  
  21. Player = script:FindFirstChild("Player") ~= nil and script.Player.Value or game:GetService("Players"):FindFirstChild("YOUR NAME HERE") --Change my name to your name for the wep to work in SB.
  22. Name = "M4 Carbine (Beta-C)" --If not beta mag, Remove the beta mag part of the script.
  23. MC = BrickColor.new("Black")
  24. DC = BrickColor.new("Black")
  25. GC = BrickColor.new("Black")
  26. Magazine = "Beta-C" --This changes the type of mag mag, feel free to change it, the mags are listed above.
  27. WSPenalty = 15 --How fast you walk when the wep is equiped.
  28. MR = 0
  29. GR = 0
  30. Sight = math.random(0, 3)
  31. Grip = true
  32. Attachment = true
  33. Mode = 0
  34. Spread = 90000
  35. selected = false
Add Comment
Please, Sign In to add comment