KrYn0MoRe

famas g2

Apr 6th, 2020 (edited)
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 68.82 KB | None | 0 0
  1. local plr = owner
  2. local char = plr.Character
  3. local hum = char:FindFirstChildOfClass("Humanoid")
  4. local torso = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  5. local rootpart = char:FindFirstChild("HumanoidRootPart")
  6.  
  7. local debris = game:GetService("Debris")
  8. local tween = game:GetService("TweenService")
  9.  
  10. local gun = Instance.new("Tool")
  11. local han = Instance.new("Part")
  12. local SpecialMesh2 = Instance.new("SpecialMesh")
  13. gun.Name = "FAMAS G2"
  14. gun.Parent = plr['Backpack']
  15. gun.Grip = CFrame.new(0.355400085, -0.188222155, -0.00732704997, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  16. han.Name = "Handle"
  17. han.Parent = gun
  18. han.CFrame = CFrame.new(-12.4460001, 1.07099998, -5.64400005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  19. han.Position = Vector3.new(-12.4460001, 1.07099998, -5.64400005)
  20. han.Size = Vector3.new(5.08, 1.824, 0.21)
  21. han.Color = Color3.fromRGB(27, 42, 53)
  22. han.BottomSurface = Enum.SurfaceType.Smooth
  23. han.TopSurface = Enum.SurfaceType.Smooth
  24. SpecialMesh2.Parent = han
  25. SpecialMesh2.MeshId = "rbxassetid://1877852381"
  26. SpecialMesh2.Scale = Vector3.new(0.007, 0.007, 0.007)
  27. SpecialMesh2.TextureId = ""
  28. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  29.  
  30. local effect_part = Instance.new("Part")
  31. local smoke = Instance.new("ParticleEmitter")
  32. local flash = Instance.new("ParticleEmitter")
  33. local light = Instance.new("PointLight")
  34. effect_part.Name = "effect"
  35. effect_part.Parent = gun
  36. effect_part.CFrame = CFrame.new(-14.3099976, 2.64201403, -6.57999992, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  37. effect_part.Position = Vector3.new(-14.3099976, 2.64201403, -6.57999992)
  38. effect_part.Transparency = 1
  39. effect_part.Size = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  40. effect_part.BottomSurface = Enum.SurfaceType.Smooth
  41. effect_part.CanCollide = false
  42. effect_part.TopSurface = Enum.SurfaceType.Smooth
  43. smoke.Name = "smoke"
  44. smoke.Parent = effect_part
  45. smoke.Speed = NumberRange.new(5, 7)
  46. smoke.Rotation = NumberRange.new(0, 360)
  47. smoke.Color = ColorSequence.new(Color3.new(0.27451, 0.27451, 0.27451),Color3.new(0.27451, 0.27451, 0.27451))
  48. smoke.Enabled = false
  49. smoke.LightEmission = 0.10000000149012
  50. smoke.Texture = "http://www.roblox.com/asset/?id=244514423"
  51. smoke.Transparency = NumberSequence.new(0.60000002384186,1)
  52. smoke.Size = NumberSequence.new(0.99999964237213,3)
  53. smoke.Lifetime = NumberRange.new(1.25, 1.5)
  54. smoke.Rate = 100
  55. smoke.RotSpeed = NumberRange.new(10, 10)
  56. smoke.SpreadAngle = Vector2.new(15, 15)
  57. smoke.VelocitySpread = 15
  58. flash.Name = "flash"
  59. flash.Parent = effect_part
  60. flash.Speed = NumberRange.new(0, 0)
  61. flash.Rotation = NumberRange.new(0, 90)
  62. flash.Color = ColorSequence.new(Color3.new(1, 1, 0.498039),Color3.new(1, 1, 0.498039))
  63. flash.Enabled = false
  64. flash.LightEmission = 1
  65. flash.Texture = "http://www.roblox.com/asset/?id=3419963"
  66. flash.Transparency = NumberSequence.new(0.75,1)
  67. flash.Size = NumberSequence.new(0.20000000298023,0.20000000298023)
  68. flash.Lifetime = NumberRange.new(0.050000000745058, 0.075000002980232)
  69. flash.Rate = 1000
  70. light.Name = "light"
  71. light.Parent = effect_part
  72. light.Color = Color3.new(1, 1, 0.498039)
  73. light.Enabled = false
  74. light.Range = 6
  75. light.Brightness = 10
  76. light.Shadows = true
  77.  
  78. local weld = Instance.new("Weld")
  79. weld.Part0 = han
  80. weld.Part1 = effect_part
  81. weld.C1 = weld.C1 * CFrame.new(2.5,-0.2,0)
  82. weld.Parent = effect_part
  83.  
  84. local cols = {BrickColor.new("Neon orange"),BrickColor.new("Really red"),BrickColor.new("Bright red"),BrickColor.new("Br. yellowish orange"),BrickColor.new("Bright yellow")}
  85. local taunts = {298689061,2743459732,2852509470,1018518369}
  86. local using = false
  87. local op = false
  88. local bulletfire = 3
  89. local shootwait = 0.0666666667*bulletfire
  90. local max_ammo = 30
  91. local ammo = max_ammo
  92. local hitpos = nil
  93. local shooting = false
  94. local equipped = false
  95.  
  96. local equip = Instance.new("Sound")
  97. equip.SoundId = 'rbxassetid://3667098999'
  98. equip.Volume = 0.8
  99. equip.Parent = han
  100.  
  101. local shoot_s = Instance.new("Sound")
  102. shoot_s.Name = 'shoot'
  103. shoot_s.SoundId = 'rbxassetid://1112949558'
  104. shoot_s.Volume = 3
  105. shoot_s.Parent = han
  106.  
  107. local shoot_s2 = shoot_s:Clone()
  108. shoot_s2.Parent = han
  109.  
  110. local shoot_s3 = shoot_s:Clone()
  111. shoot_s3.Parent = han
  112.  
  113. local reload_s = Instance.new("Sound")
  114. reload_s.SoundId = 'rbxassetid://3667100111'
  115. reload_s.Volume = 0.7
  116. reload_s.Parent = han
  117.  
  118. local wbreak = Instance.new("Sound")
  119. wbreak.Parent = han
  120. wbreak.SoundId = "rbxassetid://627558611"
  121. wbreak.TimePosition = .1
  122. wbreak.Volume = 0.7
  123.  
  124. function CheckIfAlive()
  125.     local alive = false
  126.     if plr and char and char.Parent and torso and torso.Parent and hum and hum.Parent and hum.Health > 0 then
  127.         alive = true
  128.     end
  129.     return alive
  130. end
  131. function limb_collide(obj,mode)
  132.     if (obj:IsA("UnionOperation") or obj:IsA("BasePart")) and not obj:FindFirstChild('limb') then else return end
  133.     local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  134.     if not exists then
  135.         game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  136.     end
  137.     game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  138.     --
  139.     local t = {}
  140.     --
  141.     local cb = Instance.new("Part")
  142.     cb.Name = 'limb'
  143.     cb.Transparency = 1
  144.     cb.CanCollide = true
  145.     cb.Anchored = false
  146.     cb.CFrame = obj.CFrame
  147.     cb.Size = obj.Size
  148.     cb.Massless = true
  149.     cb.Locked = true
  150.     game:GetService("PhysicsService"):SetPartCollisionGroup(cb,'Limb Collide')
  151.     game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  152.     local weld = Instance.new("Weld")
  153.     weld.Part0 = cb
  154.     weld.Part1 = obj
  155.     weld.Parent = cb
  156.     obj.Massless = true
  157.     obj.Anchored = false
  158.     if mode or obj:FindFirstChild("Dismembered") then
  159.         cb.Parent = obj -- .Parent
  160.     else
  161.         cb.Parent = script
  162.         table.insert(t,1,cb)
  163.     end
  164.     --
  165.     if not string.match(obj.Name:lower(),'torso') and not string.match(obj.Name:lower(),'rootpart') and not string.match(obj.Name:lower(),'head') then
  166.         local lv = Vector3.new() -- Vector3.new(cb.Size.X,0,cb.Size.Z)
  167.         local cb2 = Instance.new("Part")
  168.         cb2.Name = 'limb'
  169.         cb2.Transparency = 1
  170.         cb2.CanCollide = true
  171.         cb2.Anchored = false
  172.         cb2.CFrame = obj.CFrame
  173.         cb2.Size = lv
  174.         cb2.Massless = true
  175.         cb2.Locked = true
  176.         local weld2 = Instance.new("Weld")
  177.         weld2.Part0 = cb
  178.         weld2.Part1 = cb2
  179.         weld2.C1 = CFrame.new(0,(cb.Size.Y/2),0)
  180.         weld2.Parent = cb2
  181.         if mode or obj:FindFirstChild("Dismembered") then
  182.             cb2.Parent = obj -- .Parent
  183.         else
  184.             cb2.Parent = script
  185.             table.insert(t,1,cb2)
  186.         end
  187.     end
  188.     --
  189.     return t
  190. end
  191. function Ragdoll(targchar,headless,insta,kill)
  192.     local pc = targchar
  193.     local targhum = pc:FindFirstChild("Humanoid")
  194.     local js,js2 = {},{}
  195.     for _,obj in pairs(pc:GetDescendants()) do
  196.         if obj:IsA("BasePart") or obj:IsA("UnionOperation") then
  197.             obj.Massless = true
  198.             obj.Locked = true
  199.         end
  200.     end
  201.     if kill == true then
  202.         pc.Archivable = true
  203.         local old_pc = pc
  204.         pc = pc:Clone()
  205.         for i,v in pairs(pc:GetDescendants()) do
  206.             limb_collide(v,true)
  207.             if v:IsA("ParticleEmitter") then
  208.                 v.Enabled = false
  209.             end
  210.             if v:IsA("SelectionBox") or v:IsA("BodyVelocity") or v:IsA("BodyPosition") or v:IsA("BodyAngularVelocity") or v:IsA("BodyForce") or v:IsA("BodyGyro") or v:IsA("BodyThrust") or v:IsA("BodyMover") then
  211.                 if v:IsA("BodyVelocity") then
  212.                     game:GetService("Debris"):AddItem(v,0.15)
  213.                 else
  214.                     v:Destroy()
  215.                 end
  216.             end
  217.             if (v:IsA("Script") and v.Name == 'Health') or (v:IsA("LocalScript") and v.Name == 'Animate') then
  218.                 v:Destroy()
  219.             end
  220.             if v:IsA("Humanoid") then
  221.                 v.BreakJointsOnDeath = false
  222.                 v.Health = 0
  223.                 v.HealthDisplayType = Enum.HumanoidHealthDisplayType.AlwaysOff
  224.                 v.PlatformStand = true
  225.             end
  226.         end
  227.         for i,v in pairs(old_pc:GetDescendants()) do
  228.             if v:IsA("BasePart") or v:IsA("UnionOperation") or v:IsA("ForceField") or v:IsA("Accessory") or v:IsA("Decal") or v:IsA("Texture") or v:IsA("SurfaceGui") then
  229.                 v:destroy()
  230.             end
  231.             if v:IsA("Humanoid") then
  232.                 v.BreakJointsOnDeath = true
  233.                 v.Health = 0
  234.                 v.HealthDisplayType = Enum.HumanoidHealthDisplayType.AlwaysOff
  235.                 v.PlatformStand = true
  236.             end
  237.         end
  238.         pc.Parent = workspace
  239.         game:GetService("Debris"):AddItem(pc,30)
  240.     end
  241.     --if kill and targhum:FindFirstChild("Ragdolled") then return; end;
  242.     if pc ~= nil then
  243.         local hum = pc:FindFirstChild'Humanoid'
  244.         local LArm = pc:FindFirstChild'Left Arm'
  245.         local RArm = pc:FindFirstChild'Right Arm'
  246.         local LLeg = pc:FindFirstChild'Left Leg'
  247.         local RLeg = pc:FindFirstChild'Right Leg'
  248.         local torso = pc:FindFirstChild'Torso'
  249.         local head = pc:FindFirstChild'Head'
  250.        
  251.        
  252.         local LUA = pc:FindFirstChild'LeftUpperArm'
  253.         local LLA = pc:FindFirstChild'LeftLowerArm'
  254.         local LH = pc:FindFirstChild'LeftHand'
  255.        
  256.         local RUA = pc:FindFirstChild'RightUpperArm'
  257.         local RLA = pc:FindFirstChild'RightLowerArm'
  258.         local RH = pc:FindFirstChild'RightHand'
  259.        
  260.         local LUL = pc:FindFirstChild'LeftUpperLeg'
  261.         local LLL = pc:FindFirstChild'LeftLowerLeg'
  262.         local LF = pc:FindFirstChild'LeftFoot'
  263.        
  264.         local RUL = pc:FindFirstChild'RightUpperLeg'
  265.         local RLL = pc:FindFirstChild'RightLowerLeg'
  266.         local RF = pc:FindFirstChild'RightFoot'
  267.        
  268.         local UT = pc:FindFirstChild'UpperTorso'
  269.         local LT = pc:FindFirstChild'LowerTorso'
  270.        
  271.         if hum and LArm and RArm and LLeg and RLeg and head then
  272.             hum.BreakJointsOnDeath = false
  273.             if insta then
  274.                 if hum.RigType==Enum.HumanoidRigType.R6 then
  275.                     for _,v in pairs(torso:GetDescendants()) do
  276.                         if (v:IsA('Motor6D') or v:IsA('Motor') or v:IsA('Weld') or v:IsA("BallSocketConstraint")) and (not string.match(v.Name:lower(),'root')) then
  277.                             if not kill then
  278.                                 table.insert(js2,1,{obj = v,par = v.Parent})
  279.                                 v.Parent = nil
  280.                             elseif kill then
  281.                                 v:Destroy()
  282.                             end
  283.                         end
  284.                     end
  285.                    local vis = false
  286.                    local vis2 = false
  287.                     if LArm and not LArm:FindFirstChild('Dismembered') then
  288.                        local at1 = Instance.new("Attachment")
  289.                        at1.Parent = torso
  290.                        at1.Visible = vis
  291.                        at1.Orientation = torso.Orientation + Vector3.new(0,180,0)
  292.                        at1.Position = Vector3.new(-1,1,0)
  293.                                        
  294.                        local at1p2 = Instance.new("Attachment")
  295.                        at1p2.Parent = LArm
  296.                        at1p2.Visible = vis
  297.                        at1p2.Orientation = LArm.Orientation + Vector3.new(0,180,0)
  298.                        at1p2.Position = Vector3.new(.5,1,0)
  299.                            
  300.                        local bis = Instance.new("BallSocketConstraint")
  301.                        bis.Parent = LArm
  302.                        bis.Attachment0 = at1
  303.                        bis.Attachment1 = at1p2
  304.                        bis.LimitsEnabled = true
  305.                        bis.UpperAngle = 15
  306.                        bis.Visible = vis2
  307.                        bis.TwistLimitsEnabled = true
  308.                        bis.UpperAngle = -45
  309.                        bis.TwistLowerAngle = -45
  310.                         table.insert(js,1,bis)
  311.                     end
  312.                     if RArm and not RArm:FindFirstChild('Dismembered') then    
  313.                         local at2 = Instance.new("Attachment")
  314.                         at2.Parent = torso
  315.                         at2.Visible = vis
  316.                         at2.Orientation = torso.Orientation + Vector3.new(0,0,0)
  317.                         at2.Position = Vector3.new(1,1,0)
  318.                                
  319.                         local at2p2 = Instance.new("Attachment")
  320.                         at2p2.Parent = RArm
  321.                         at2p2.Visible = vis
  322.                         at2p2.Orientation = RArm.Orientation + Vector3.new(0,0,0)
  323.                         at2p2.Position = Vector3.new(-.5,1,0)
  324.                        
  325.                         local bis2 = Instance.new("BallSocketConstraint")
  326.                         bis2.Parent = RArm
  327.                         bis2.Attachment0 = at2
  328.                         bis2.Attachment1 = at2p2
  329.                         bis2.LimitsEnabled = true
  330.                         bis2.UpperAngle = 15
  331.                         bis2.Visible = vis2
  332.                         bis2.TwistLimitsEnabled = true
  333.                         bis2.UpperAngle = -45
  334.                         bis2.TwistLowerAngle = -45
  335.                         table.insert(js,1,bis2)
  336.                     end
  337.                      if RLeg and not RLeg:FindFirstChild('Dismembered') then
  338.                         local at3 = Instance.new("Attachment")
  339.                         at3.Parent = torso
  340.                         at3.Visible = vis
  341.                         at3.Orientation = torso.Orientation + Vector3.new(90,0,-90)
  342.                         at3.Position = Vector3.new(.5,-1,0)
  343.                                
  344.                         local at3p2 = Instance.new("Attachment")
  345.                         at3p2.Parent = RLeg
  346.                         at3p2.Visible = vis
  347.                         at3p2.Orientation = RLeg.Orientation + Vector3.new(90,0,-90)
  348.                         at3p2.Position = Vector3.new(0,1,0)
  349.                        
  350.                         local bis3 = Instance.new("BallSocketConstraint")
  351.                         bis3.Parent = RLeg
  352.                         bis3.Attachment0 = at3
  353.                         bis3.Attachment1 = at3p2
  354.                         bis3.LimitsEnabled = true
  355.                         bis3.UpperAngle = 180-15
  356.                         bis3.Visible = vis2
  357.                         table.insert(js,1,bis3)
  358.                     end
  359.                          
  360.                     if LLeg and not LLeg:FindFirstChild('Dismembered') then  
  361.                         local at4 = Instance.new("Attachment")
  362.                         at4.Parent = torso
  363.                         at4.Visible = vis
  364.                         at4.Orientation = torso.Orientation + Vector3.new(90,0,-90)
  365.                         at4.Position = Vector3.new(-.5,-1,0)
  366.                                
  367.                         local at4p2 = Instance.new("Attachment")
  368.                         at4p2.Parent = LLeg
  369.                         at4p2.Visible = vis
  370.                         at4p2.Orientation = LLeg.Orientation + Vector3.new(90,0,-90)
  371.                         at4p2.Position = Vector3.new(0,1,0)
  372.                    
  373.                         local bis4 = Instance.new("BallSocketConstraint")
  374.                         bis4.Parent = LLeg
  375.                         bis4.Attachment0 = at4
  376.                         bis4.Attachment1 = at4p2
  377.                         bis4.LimitsEnabled = true
  378.                         bis4.UpperAngle = 180-15
  379.                         bis4.Visible = vis2
  380.                         table.insert(js,1,bis4)
  381.                     end
  382.                    
  383.                     if head and not headless and not head:FindFirstChild('Dismembered') then  
  384.                             local at5 = Instance.new("Attachment")
  385.                             at5.Parent = torso
  386.                             at5.Visible = vis
  387.                             at5.Orientation = torso.Orientation + Vector3.new(180,90,0)
  388.                             at5.Position = Vector3.new(0,1,0)
  389.                          
  390.                             local at5p2 = Instance.new("Attachment")
  391.                             at5p2.Parent = head
  392.                             at5p2.Visible = vis
  393.                             at5p2.Orientation = head.Orientation + Vector3.new(180,90,0)
  394.                             at5p2.Position = Vector3.new(0,-.5,0)
  395.                    
  396.                             local bis5 = Instance.new("BallSocketConstraint")
  397.                             bis5.Parent = head
  398.                             bis5.Attachment0 = at5p2
  399.                             bis5.Attachment1 = at5
  400.                             bis5.LimitsEnabled = true
  401.                             bis5.UpperAngle = 75
  402.                             bis5.Visible = vis2
  403.                             bis5.TwistLimitsEnabled = true
  404.                             bis5.UpperAngle = -45
  405.                             bis5.TwistLowerAngle = -45
  406.                             table.insert(js,1,bis5)
  407.                         else
  408.                             --head:BreakJoints()
  409.                         end
  410.                     end
  411.             else
  412.                 hum.Died:Connect(function()
  413.                 if hum.RigType==Enum.HumanoidRigType.R6 then
  414.                     for _,v in pairs(torso:GetDescendants()) do
  415.                         if (v:IsA('Motor6D') or v:IsA('Motor') or v:IsA('Weld') or v:IsA("BallSocketConstraint")) and (not string.match(v.Name:lower(),'root')) then
  416.                             if not kill then
  417.                                 table.insert(js2,1,{obj = v,par = v.Parent})
  418.                                 v.Parent = nil
  419.                             elseif kill then
  420.                                 v:Destroy()
  421.                             end
  422.                         end
  423.                     end
  424.                    local vis = false
  425.                    local vis2 = false
  426.                     if LArm and not LArm:FindFirstChild('Dismembered') then
  427.                        local at1 = Instance.new("Attachment")
  428.                        at1.Parent = torso
  429.                        at1.Visible = vis
  430.                        at1.Orientation = torso.Orientation + Vector3.new(0,180,0)
  431.                        at1.Position = Vector3.new(-1,1,0)
  432.                                        
  433.                        local at1p2 = Instance.new("Attachment")
  434.                        at1p2.Parent = LArm
  435.                        at1p2.Visible = vis
  436.                        at1p2.Orientation = LArm.Orientation + Vector3.new(0,180,0)
  437.                        at1p2.Position = Vector3.new(.5,1,0)
  438.                            
  439.                        local bis = Instance.new("BallSocketConstraint")
  440.                        bis.Parent = LArm
  441.                        bis.Attachment0 = at1
  442.                        bis.Attachment1 = at1p2
  443.                        bis.LimitsEnabled = true
  444.                        bis.UpperAngle = 15
  445.                        bis.Visible = vis2
  446.                        bis.TwistLimitsEnabled = true
  447.                        bis.UpperAngle = -45
  448.                        bis.TwistLowerAngle = -45
  449.                         table.insert(js,1,bis)
  450.                     end
  451.                     if RArm and not RArm:FindFirstChild('Dismembered') then    
  452.                         local at2 = Instance.new("Attachment")
  453.                         at2.Parent = torso
  454.                         at2.Visible = vis
  455.                         at2.Orientation = torso.Orientation + Vector3.new(0,0,0)
  456.                         at2.Position = Vector3.new(1,1,0)
  457.                                
  458.                         local at2p2 = Instance.new("Attachment")
  459.                         at2p2.Parent = RArm
  460.                         at2p2.Visible = vis
  461.                         at2p2.Orientation = RArm.Orientation + Vector3.new(0,0,0)
  462.                         at2p2.Position = Vector3.new(-.5,1,0)
  463.                        
  464.                         local bis2 = Instance.new("BallSocketConstraint")
  465.                         bis2.Parent = RArm
  466.                         bis2.Attachment0 = at2
  467.                         bis2.Attachment1 = at2p2
  468.                         bis2.LimitsEnabled = true
  469.                         bis2.UpperAngle = 15
  470.                         bis2.Visible = vis2
  471.                         bis2.TwistLimitsEnabled = true
  472.                         bis2.UpperAngle = -45
  473.                         bis2.TwistLowerAngle = -45
  474.                         table.insert(js,1,bis2)
  475.                     end
  476.                      if RLeg and not RLeg:FindFirstChild('Dismembered') then
  477.                         local at3 = Instance.new("Attachment")
  478.                         at3.Parent = torso
  479.                         at3.Visible = vis
  480.                         at3.Orientation = torso.Orientation + Vector3.new(90,0,-90)
  481.                         at3.Position = Vector3.new(.5,-1,0)
  482.                                
  483.                         local at3p2 = Instance.new("Attachment")
  484.                         at3p2.Parent = RLeg
  485.                         at3p2.Visible = vis
  486.                         at3p2.Orientation = RLeg.Orientation + Vector3.new(90,0,-90)
  487.                         at3p2.Position = Vector3.new(0,1,0)
  488.                        
  489.                         local bis3 = Instance.new("BallSocketConstraint")
  490.                         bis3.Parent = RLeg
  491.                         bis3.Attachment0 = at3
  492.                         bis3.Attachment1 = at3p2
  493.                         bis3.LimitsEnabled = true
  494.                         bis3.UpperAngle = 180-15
  495.                         bis3.Visible = vis2
  496.                         table.insert(js,1,bis3)
  497.                     end
  498.                          
  499.                     if LLeg and not LLeg:FindFirstChild('Dismembered') then  
  500.                         local at4 = Instance.new("Attachment")
  501.                         at4.Parent = torso
  502.                         at4.Visible = vis
  503.                         at4.Orientation = torso.Orientation + Vector3.new(90,0,-90)
  504.                         at4.Position = Vector3.new(-.5,-1,0)
  505.                                
  506.                         local at4p2 = Instance.new("Attachment")
  507.                         at4p2.Parent = LLeg
  508.                         at4p2.Visible = vis
  509.                         at4p2.Orientation = LLeg.Orientation + Vector3.new(90,0,-90)
  510.                         at4p2.Position = Vector3.new(0,1,0)
  511.                    
  512.                         local bis4 = Instance.new("BallSocketConstraint")
  513.                         bis4.Parent = LLeg
  514.                         bis4.Attachment0 = at4
  515.                         bis4.Attachment1 = at4p2
  516.                         bis4.LimitsEnabled = true
  517.                         bis4.UpperAngle = 180-15
  518.                         bis4.Visible = vis2
  519.                         table.insert(js,1,bis4)
  520.                     end
  521.                    
  522.                     if head and not headless and not head:FindFirstChild('Dismembered') then  
  523.                             local at5 = Instance.new("Attachment")
  524.                             at5.Parent = torso
  525.                             at5.Visible = vis
  526.                             at5.Orientation = torso.Orientation + Vector3.new(180,90,0)
  527.                             at5.Position = Vector3.new(0,1,0)
  528.                          
  529.                             local at5p2 = Instance.new("Attachment")
  530.                             at5p2.Parent = head
  531.                             at5p2.Visible = vis
  532.                             at5p2.Orientation = head.Orientation + Vector3.new(180,90,0)
  533.                             at5p2.Position = Vector3.new(0,-.5,0)
  534.                    
  535.                             local bis5 = Instance.new("BallSocketConstraint")
  536.                             bis5.Parent = head
  537.                             bis5.Attachment0 = at5p2
  538.                             bis5.Attachment1 = at5
  539.                             bis5.LimitsEnabled = true
  540.                             bis5.UpperAngle = 75
  541.                             bis5.Visible = vis2
  542.                             bis5.TwistLimitsEnabled = true
  543.                             bis5.UpperAngle = -45
  544.                             bis5.TwistLowerAngle = -45
  545.                             table.insert(js,1,bis5)
  546.                         else
  547.                             --head:BreakJoints()
  548.                         end
  549.                     end
  550.                 end)
  551.             end
  552.         elseif head and hum then
  553.             hum.BreakJointsOnDeath = false
  554.             if insta then
  555.                 if hum.RigType==Enum.HumanoidRigType.R15 then
  556.                     for _,v in pairs(pc:GetDescendants()) do
  557.                         if (v:IsA('Motor6D') or v:IsA('Motor') or v:IsA("BallSocketConstraint")) and (not string.match(v.Name:lower(),'root')) then
  558.                             if not kill then
  559.                                 table.insert(js2,1,{obj = v,par = v.Parent})
  560.                                 v.Parent = nil
  561.                             elseif kill then
  562.                                 v:Destroy()
  563.                             end
  564.                         end
  565.                     end
  566.                     local vis = false
  567.                     local vis2 = false
  568.                        
  569.                     if LF and not LF:FindFirstChild('Dismembered') then  
  570.                         local bsc1 = Instance.new("BallSocketConstraint",LF)
  571.                         bsc1.Attachment0 = LF.LeftAnkleRigAttachment
  572.                         bsc1.Attachment1 = LLL.LeftAnkleRigAttachment
  573.                         table.insert(js,1,bsc1)
  574.                     end
  575.                     if LLL and not LLL:FindFirstChild('Dismembered') then  
  576.                         local bsc2 = Instance.new("BallSocketConstraint",LLL)
  577.                         bsc2.Attachment0 = LLL.LeftKneeRigAttachment
  578.                         bsc2.Attachment1 = LUL.LeftKneeRigAttachment
  579.                         table.insert(js,1,bsc2)
  580.                     end
  581.                     if LUL and not LUL:FindFirstChild('Dismembered') then  
  582.                         local bsc3 = Instance.new("BallSocketConstraint",LUL)
  583.                         bsc3.Attachment0 = LUL.LeftHipRigAttachment
  584.                         bsc3.Attachment1 = LT.LeftHipRigAttachment
  585.                         table.insert(js,1,bsc3)
  586.                     end
  587.                     if RF and not RF:FindFirstChild('Dismembered') then  
  588.                         local bsc4 = Instance.new("BallSocketConstraint",RF)
  589.                         bsc4.Attachment0 = RF.RightAnkleRigAttachment
  590.                         bsc4.Attachment1 = RLL.RightAnkleRigAttachment
  591.                         table.insert(js,1,bsc4)
  592.                     end
  593.                     if RLL and not RLL:FindFirstChild('Dismembered') then  
  594.                         local bsc5 = Instance.new("BallSocketConstraint",RLL)
  595.                         bsc5.Attachment0 = RLL.RightKneeRigAttachment
  596.                         bsc5.Attachment1 = RUL.RightKneeRigAttachment
  597.                         table.insert(js,1,bsc5)
  598.                     end
  599.                     if RUL and not RUL:FindFirstChild('Dismembered') then  
  600.                         local bsc6 = Instance.new("BallSocketConstraint",RUL)
  601.                         bsc6.Attachment0 = RUL.RightHipRigAttachment
  602.                         bsc6.Attachment1 = LT.RightHipRigAttachment
  603.                         table.insert(js,1,bsc6)
  604.                     end
  605.                     if LH and not LH:FindFirstChild('Dismembered') then  
  606.                         local bsc7 = Instance.new("BallSocketConstraint",LH)
  607.                         bsc7.Attachment0 = LH.LeftWristRigAttachment
  608.                         bsc7.Attachment1 = LLA.LeftWristRigAttachment
  609.                         table.insert(js,1,bsc7)
  610.                     end
  611.                     if LLA and not LLA:FindFirstChild('Dismembered') then  
  612.                         local bsc8 = Instance.new("BallSocketConstraint",LLA)
  613.                         bsc8.Attachment0 = LLA.LeftElbowRigAttachment
  614.                         bsc8.Attachment1 = LUA.LeftElbowRigAttachment
  615.                         table.insert(js,1,bsc8)
  616.                     end
  617.                     if LUA and not LUA:FindFirstChild('Dismembered') then  
  618.                         local bsc9 = Instance.new("BallSocketConstraint",LUA)
  619.                         bsc9.Attachment0 = LUA.LeftShoulderAttachment
  620.                         bsc9.Attachment1 = UT.LeftCollarAttachment
  621.                         table.insert(js,1,bsc9)
  622.                     end
  623.                     if RH and not RH:FindFirstChild('Dismembered') then  
  624.                         local bsc10 = Instance.new("BallSocketConstraint",RH)
  625.                         bsc10.Attachment0 = RH.RightWristRigAttachment
  626.                         bsc10.Attachment1 = RLA.RightWristRigAttachment
  627.                         table.insert(js,1,bsc10)
  628.                     end
  629.                     if RLA and not RLA:FindFirstChild('Dismembered') then  
  630.                         local bsc11 = Instance.new("BallSocketConstraint",RLA)
  631.                         bsc11.Attachment0 = RLA.RightElbowRigAttachment
  632.                         bsc11.Attachment1 = RUA.RightElbowRigAttachment
  633.                         table.insert(js,1,bsc11)
  634.                     end
  635.                     if RUA and not RUA:FindFirstChild('Dismembered') then  
  636.                         local bsc12 = Instance.new("BallSocketConstraint",RUA)
  637.                         bsc12.Attachment0 = RUA.RightShoulderAttachment
  638.                         bsc12.Attachment1 = UT.RightCollarAttachment
  639.                         table.insert(js,1,bsc12)
  640.                     end
  641.                     if LT and not LT:FindFirstChild('Dismembered') then  
  642.                         local bsc13 = Instance.new("BallSocketConstraint",LT)
  643.                         bsc13.Attachment0 = LT.WaistRigAttachment
  644.                         bsc13.Attachment1 = UT.WaistRigAttachment
  645.                         table.insert(js,1,bsc13)
  646.                     end
  647.                     if head and not headless and not head:FindFirstChild('Dismembered')  then
  648.                         local bsc14 = Instance.new("BallSocketConstraint",head)
  649.                         bsc14.Attachment0 = UT.NeckRigAttachment
  650.                         bsc14.Attachment1 = head.NeckRigAttachment
  651.                         bsc14.LimitsEnabled = true
  652.                         bsc14.UpperAngle = -75
  653.                         bsc14.TwistLimitsEnabled = true
  654.                         bsc14.UpperAngle = -45
  655.                         bsc14.TwistLowerAngle = -45
  656.                         table.insert(js,1,bsc14)
  657.                     else
  658.                         --head:BreakJoints()
  659.                     end
  660.                 end
  661.             else
  662.                 hum.Died:Connect(function()
  663.                     if hum.RigType==Enum.HumanoidRigType.R15 then
  664.                         for _,v in pairs(pc:GetDescendants()) do
  665.                             if (v:IsA('Motor6D') or v:IsA('Motor') or v:IsA("BallSocketConstraint")) and (not string.match(v.Name:lower(),'root')) then
  666.                                 if not kill then
  667.                                     table.insert(js2,1,{obj = v,par = v.Parent})
  668.                                     v.Parent = nil
  669.                                 elseif kill then
  670.                                     v:Destroy()
  671.                                 end
  672.                             end
  673.                         end
  674.                         local vis = false
  675.                         local vis2 = false
  676.                            
  677.                         if LF and not LF:FindFirstChild('Dismembered') then  
  678.                             local bsc1 = Instance.new("BallSocketConstraint",LF)
  679.                             bsc1.Attachment0 = LF.LeftAnkleRigAttachment
  680.                             bsc1.Attachment1 = LLL.LeftAnkleRigAttachment
  681.                             table.insert(js,1,bsc1)
  682.                         end
  683.                         if LLL and not LLL:FindFirstChild('Dismembered') then  
  684.                             local bsc2 = Instance.new("BallSocketConstraint",LLL)
  685.                             bsc2.Attachment0 = LLL.LeftKneeRigAttachment
  686.                             bsc2.Attachment1 = LUL.LeftKneeRigAttachment
  687.                             table.insert(js,1,bsc2)
  688.                         end
  689.                         if LUL and not LUL:FindFirstChild('Dismembered') then  
  690.                             local bsc3 = Instance.new("BallSocketConstraint",LUL)
  691.                             bsc3.Attachment0 = LUL.LeftHipRigAttachment
  692.                             bsc3.Attachment1 = LT.LeftHipRigAttachment
  693.                             table.insert(js,1,bsc3)
  694.                         end
  695.                         if RF and not RF:FindFirstChild('Dismembered') then  
  696.                             local bsc4 = Instance.new("BallSocketConstraint",RF)
  697.                             bsc4.Attachment0 = RF.RightAnkleRigAttachment
  698.                             bsc4.Attachment1 = RLL.RightAnkleRigAttachment
  699.                             table.insert(js,1,bsc4)
  700.                         end
  701.                         if RLL and not RLL:FindFirstChild('Dismembered') then  
  702.                             local bsc5 = Instance.new("BallSocketConstraint",RLL)
  703.                             bsc5.Attachment0 = RLL.RightKneeRigAttachment
  704.                             bsc5.Attachment1 = RUL.RightKneeRigAttachment
  705.                             table.insert(js,1,bsc5)
  706.                         end
  707.                         if RUL and not RUL:FindFirstChild('Dismembered') then  
  708.                             local bsc6 = Instance.new("BallSocketConstraint",RUL)
  709.                             bsc6.Attachment0 = RUL.RightHipRigAttachment
  710.                             bsc6.Attachment1 = LT.RightHipRigAttachment
  711.                             table.insert(js,1,bsc6)
  712.                         end
  713.                         if LH and not LH:FindFirstChild('Dismembered') then  
  714.                             local bsc7 = Instance.new("BallSocketConstraint",LH)
  715.                             bsc7.Attachment0 = LH.LeftWristRigAttachment
  716.                             bsc7.Attachment1 = LLA.LeftWristRigAttachment
  717.                             table.insert(js,1,bsc7)
  718.                         end
  719.                         if LLA and not LLA:FindFirstChild('Dismembered') then  
  720.                             local bsc8 = Instance.new("BallSocketConstraint",LLA)
  721.                             bsc8.Attachment0 = LLA.LeftElbowRigAttachment
  722.                             bsc8.Attachment1 = LUA.LeftElbowRigAttachment
  723.                             table.insert(js,1,bsc8)
  724.                         end
  725.                         if LUA and not LUA:FindFirstChild('Dismembered') then  
  726.                             local bsc9 = Instance.new("BallSocketConstraint",LUA)
  727.                             bsc9.Attachment0 = LUA.LeftShoulderAttachment
  728.                             bsc9.Attachment1 = UT.LeftCollarAttachment
  729.                             table.insert(js,1,bsc9)
  730.                         end
  731.                         if RH and not RH:FindFirstChild('Dismembered') then  
  732.                             local bsc10 = Instance.new("BallSocketConstraint",RH)
  733.                             bsc10.Attachment0 = RH.RightWristRigAttachment
  734.                             bsc10.Attachment1 = RLA.RightWristRigAttachment
  735.                             table.insert(js,1,bsc10)
  736.                         end
  737.                         if RLA and not RLA:FindFirstChild('Dismembered') then  
  738.                             local bsc11 = Instance.new("BallSocketConstraint",RLA)
  739.                             bsc11.Attachment0 = RLA.RightElbowRigAttachment
  740.                             bsc11.Attachment1 = RUA.RightElbowRigAttachment
  741.                             table.insert(js,1,bsc11)
  742.                         end
  743.                         if RUA and not RUA:FindFirstChild('Dismembered') then  
  744.                             local bsc12 = Instance.new("BallSocketConstraint",RUA)
  745.                             bsc12.Attachment0 = RUA.RightShoulderAttachment
  746.                             bsc12.Attachment1 = UT.RightCollarAttachment
  747.                             table.insert(js,1,bsc12)
  748.                         end
  749.                         if LT and not LT:FindFirstChild('Dismembered') then  
  750.                             local bsc13 = Instance.new("BallSocketConstraint",LT)
  751.                             bsc13.Attachment0 = LT.WaistRigAttachment
  752.                             bsc13.Attachment1 = UT.WaistRigAttachment
  753.                             table.insert(js,1,bsc13)
  754.                         end
  755.                         if head and not headless and not head:FindFirstChild('Dismembered')  then
  756.                             local bsc14 = Instance.new("BallSocketConstraint",head)
  757.                             bsc14.Attachment0 = UT.NeckRigAttachment
  758.                             bsc14.Attachment1 = head.NeckRigAttachment
  759.                             bsc14.LimitsEnabled = true
  760.                             bsc14.UpperAngle = -75
  761.                             bsc14.TwistLimitsEnabled = true
  762.                             bsc14.UpperAngle = -45
  763.                             bsc14.TwistLowerAngle = -45
  764.                             table.insert(js,1,bsc14)
  765.                         else
  766.                             --head:BreakJoints()
  767.                         end
  768.                     end
  769.                 end)
  770.             end
  771.         end
  772.     end
  773.     return js,js2
  774. end
  775. function kill(obj,headshot,lookVector)
  776.     local targchar,targhead,targtorso,targhum,killval
  777.     pcall(function()
  778.         targchar = obj.Parent
  779.     end)
  780.     for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  781.         if v and v.Character and obj:IsDescendantOf(v.Character) then
  782.             targchar = v.Character
  783.         end
  784.     end
  785.     pcall(function()
  786.         targtorso = targchar:FindFirstChild("Torso") or targchar:FindFirstChild("UpperTorso") or targchar:FindFirstChild("HumanoidRootPart")
  787.     end)
  788.     pcall(function()
  789.         targhead = targchar:FindFirstChild("Head")
  790.     end)
  791.     pcall(function()
  792.         targhum = targchar:FindFirstChildOfClass("Humanoid")
  793.     end)
  794.     pcall(function()
  795.         killval = targhum:FindFirstChild("killer")
  796.     end)
  797.     pcall(function()
  798.         decapval = targhum:FindFirstChild("decapped " .. targchar.Name)
  799.     end)
  800.     if targchar and targhead and targtorso and targhum and targhum ~= hum and using then
  801.         targhum:TakeDamage(1/0)
  802.         if 0 >= targhum.Health then
  803.             if (not decapval and headshot) or not killval then
  804.                 if not killval then
  805.                     local tempkillval = Instance.new("ObjectValue",targhum)
  806.                     tempkillval.Name = "killer"
  807.                     tempkillval.Value = plr
  808.                 end
  809.                 local kb = 15
  810.                 local bv = Instance.new("BodyVelocity")
  811.                 bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  812.                 bv.Velocity = lookVector*kb+Vector3.new(0,kb,0)
  813.                 bv.Parent = targtorso
  814.                 game:GetService("Debris"):AddItem(bv,0.1)
  815.                 local ragval = Instance.new("ObjectValue")
  816.                 ragval.Name = 'Ragdolled'
  817.                 ragval.Parent = targhum
  818.                 Ragdoll(targchar,headshot,true,true)
  819.                 --bleed2(targtorso,targhum,true,5,true)
  820.             end
  821.             if headshot and not decapval then
  822.                 local tempdecapval = Instance.new("ObjectValue",targhum)
  823.                 tempdecapval.Name = ("decapped " .. targchar.Name)
  824.                 --[[
  825.                 local decap_bleed = Instance.new("Sound")
  826.                 decap_bleed.SoundId = 'rbxassetid://244502094'
  827.                 decap_bleed.Volume = 0.5
  828.                 decap_bleed.Parent = targtorso
  829.                 decap_bleed:Play()
  830.                 local decap_head = Instance.new("Sound")
  831.                 decap_head.SoundId = 'rbxassetid://1255040462' --222406108
  832.                 decap_head.Volume = 1
  833.                 decap_head.Parent = targtorso
  834.                 decap_head:Play()
  835.                 ]]
  836.                 remote:FireClient(plr,1,'rbxassetid://244502094',nil,0.5,targtorso)
  837.                 remote:FireClient(plr,1,'rbxassetid://1255040462',nil,1,targtorso)
  838.                 local att = Instance.new("Attachment")
  839.                 att.Parent = targtorso
  840.                 att.Position = Vector3.new(0,targtorso.Size.Y/2,0)
  841.                 local blood_emitter = Instance.new("ParticleEmitter")
  842.                 blood_emitter.Name = "Blood2"
  843.                 blood_emitter.Parent = att
  844.                 blood_emitter.Speed = NumberRange.new(5, 14)
  845.                 blood_emitter.Color = ColorSequence.new(Color3.new(0.45098, 0, 0),Color3.new(0.45098, 0, 0))
  846.                 blood_emitter.LightEmission = 0.20000000298023
  847.                 blood_emitter.LightInfluence = 1
  848.                 blood_emitter.Texture = "http://www.roblox.com/asset/?id=134531274"
  849.                 blood_emitter.Transparency = NumberSequence.new(0.30000001192093,0.30000001192093)
  850.                 blood_emitter.ZOffset = 0
  851.                 blood_emitter.Size = NumberSequence.new(0.12499988079071,0)
  852.                 blood_emitter.Acceleration = Vector3.new(0, -20, 0)
  853.                 blood_emitter.Lifetime = NumberRange.new(0.5, 1.5)
  854.                 blood_emitter.Rate = 100000
  855.                 blood_emitter.SpreadAngle = Vector2.new(90, 90)
  856.                 blood_emitter.VelocitySpread = 90
  857.                 blood_emitter.Enabled = true
  858.                 spawn(function()
  859.                     wait(5)
  860.                     blood_emitter.Enabled = false
  861.                     game:GetService("Debris"):AddItem(blood_emitter,2)
  862.                 end)
  863.             end
  864.         end
  865.     end
  866. end
  867. function bleed2(frick,targhum,can_hurt,t,splat)
  868.     --spawn(function()
  869.     if not frick:FindFirstChild("bleeding from kry's " .. gun.Name) then else return end
  870.     local tempbleedval = Instance.new("ObjectValue")
  871.     tempbleedval.Name = "bleeding from kry's " .. gun.Name
  872.     tempbleedval.Parent = frick
  873.     local bleeding = true
  874.     local rig = targhum.RigType
  875.     local limbs = {'Head','Left Arm','Right Arm','Left Leg','Right Leg','RightUpperLeg','LeftUpperLeg','RightUpperArm','LeftUpperArm','RightLowerLeg','LeftLowerLeg','RightLowerArm','LeftLowerArm','RightFoot','LeftFoot','RightHand','LeftHand'}
  876.     spawn(function()
  877.         wait(t)
  878.         bleeding = false
  879.         tempbleedval:Destroy()
  880.     end)
  881.     while bleeding and frick and frick.Parent do
  882.         if --[[(targhum and targhum.Parent and targhum.Health > 0) or]] (not frick or not frick.Parent or not targhum or not targhum.Parent) then
  883.             break
  884.         end
  885.         local max_limbs = 0
  886.         local current_limbs = 0
  887.         local gone_limbs = 0
  888.         local targchar = targhum.Parent
  889.         if rig == Enum.HumanoidRigType.R6 then
  890.             max_limbs = 5
  891.         elseif rig == Enum.HumanoidRigType.R15 then
  892.             max_limbs = 13
  893.         end
  894.         for i,v in pairs(targchar:GetChildren()) do
  895.             local found = false
  896.             for i,n in pairs(limbs) do if n == v.Name then found = true; end; end;
  897.             if found and not v:FindFirstChild("Dismembered") then
  898.                 current_limbs = current_limbs + 1
  899.             end
  900.         end
  901.         gone_limbs = (max_limbs-current_limbs)
  902.         if targhum and can_hurt then
  903.             if gone_limbs >= 1 then
  904.                 targhum:TakeDamage(0.5*gone_limbs)
  905.             else
  906.                 targhum:TakeDamage(0.5)
  907.             end
  908.         end
  909.         spawn(function()
  910.             local thing = Instance.new('Part')
  911.             thing.Parent = workspace
  912.             thing.Size = Vector3.new(0.1,0.1,0.1)
  913.             thing.CFrame = frick.CFrame*CFrame.new(0,frick.Size.Y/2,0)
  914.             if splat then
  915.                 thing.Transparency = 0
  916.             elseif not splat then
  917.                 thing.Transparency = 1
  918.             end
  919.             thing.Color = Color3.fromRGB(75, 0, 0)
  920.             thing.Material = Enum.Material.Glass
  921.             thing.Name = "blood_drop"
  922.             thing.CanCollide =false
  923.             thing:BreakJoints()
  924.             local mesh = Instance.new('SpecialMesh')
  925.             mesh.MeshType = Enum.MeshType.Sphere
  926.             mesh.Parent = thing
  927.             --game:GetService("Debris"):AddItem(thing,5)
  928.             local att1,att2 = Instance.new("Attachment"),Instance.new("Attachment")
  929.             att1.Parent = thing
  930.             att1.Position = Vector3.new(0,-(thing.Size.Y/2),0)
  931.             att2.Parent = thing
  932.             att2.Position = Vector3.new(0,(thing.Size.Y/2),0)
  933.             if splat then
  934.                 local trail_drop = Instance.new("Trail")
  935.                 trail_drop.Parent = thing
  936.                 trail_drop.Attachment0 = att1
  937.                 trail_drop.Attachment1 = att2
  938.                 trail_drop.Color = ColorSequence.new(Color3.new(0.294118, 0, 0),Color3.new(0.294118, 0, 0))
  939.                 trail_drop.FaceCamera = true
  940.                 trail_drop.LightInfluence = 1
  941.                 trail_drop.Transparency = NumberSequence.new(0.1,1)
  942.                 trail_drop.Lifetime = 1
  943.                 trail_drop.MinLength = 0
  944.             end
  945.             local rawrxd = Instance.new('BodyForce')
  946.             rawrxd.Parent = thing
  947.             if splat then
  948.                 rawrxd.Force = frick.CFrame.upVector+Vector3.new(math.random(-5, 5)/10,3,math.random(-5, 5)/10)
  949.             elseif not splat then
  950.                 rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  951.             end
  952.             game:GetService("Debris"):AddItem(rawrxd,0.01)
  953.             thing.Touched:connect(function(tou)
  954.                 if tou and tou.Parent and not tou:IsDescendantOf(targchar) and not tou.Parent:FindFirstChildOfClass("Humanoid") and not tou.Parent.Parent:FindFirstChildOfClass("Humanoid") and not tou.Parent:IsA("Accessory") and tou.Name ~= 'Handle' and tou.Parent.Name ~= 'Handle' and not tou.Parent:IsA("Tool") and not string.match(tou.Name:lower(),'blood_drop') and not string.match(tou.Name:lower(),'bullet') and not string.match(tou.Name:lower(),'bone') and not string.match(tou.Name:lower(),'gun mag') and not string.match(tou.Name:lower(),'limb') then
  955.                     local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+(0.02/2),thing.Position.Z)
  956.                     local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  957.                     local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  958.                     local Region = Region3.new(Point1,Point2)
  959.                     for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  960.                         if Part.Name == "blood" then
  961.                             tou = Part
  962.                         end
  963.                     end
  964.                     thing:Destroy()
  965.                     if tou.Name == "blood" then
  966.                         local reee = tou.CFrame
  967.                         if tou.Transparency > -0.2 then
  968.                             tou.Transparency = tou.Transparency - 0.1
  969.                         end
  970.                         if tou.Size.X < 5 then
  971.                             tou.Size = tou.Size+Vector3.new(0.4,0,0.4)
  972.                             tou.CFrame = reee
  973.                         elseif tou.Size.X < 7.5 then
  974.                             tou.Size = tou.Size+Vector3.new(0.3,0,0.3)
  975.                             tou.CFrame = reee
  976.                         elseif tou.Size.X < 10 then
  977.                             tou.Size = tou.Size+Vector3.new(0.2,0,0.2)
  978.                             tou.CFrame = reee
  979.                         end
  980.                     elseif tou.CanCollide == true then
  981.                         local bloodlol = Instance.new('Part')
  982.                         if gone_limbs >= 1 then
  983.                             bloodlol.Size = Vector3.new(1*gone_limbs,0.2,1*gone_limbs)
  984.                         else
  985.                             bloodlol.Size = Vector3.new(1,0.2,1)
  986.                         end
  987.                         bloodlol.Name = "blood"
  988.                         bloodlol.Anchored = true
  989.                         bloodlol.CanCollide = false
  990.                         bloodlol.Material = Enum.Material.Glass
  991.                         bloodlol.Color = Color3.fromRGB(75, 0, 0)
  992.                         local mesh = Instance.new('SpecialMesh')
  993.                         mesh.MeshType = Enum.MeshType.Sphere
  994.                         mesh.Parent = bloodlol
  995.                         bloodlol.Parent = workspace
  996.                         bloodlol.CFrame = CFrame.new(pos)
  997.                         while bloodlol and bloodlol.Parent ~= nil do
  998.                             if bloodlol.Transparency < 1 then
  999.                                 bloodlol.Transparency = bloodlol.Transparency + 0.05
  1000.                             else
  1001.                                 bloodlol:Destroy()
  1002.                             end
  1003.                             wait(0.1)
  1004.                         end
  1005.                     end
  1006.                 end
  1007.             end)
  1008.         end)
  1009.         wait(0.1)
  1010.     end
  1011.     tempbleedval:Destroy()
  1012.     --end)
  1013. end
  1014.  
  1015. function Reload()
  1016.     if max_ammo > ammo then else return end
  1017.     using = true
  1018.     reload_s:Play()
  1019.     local mag = Instance.new("Part")
  1020.     mag.Name = 'gun mag'
  1021.     mag.Size = Vector3.new(0.47, 0.86, 0.16)
  1022.     mag.Color = han.Color
  1023.     mag.Parent = workspace
  1024.     mag.CFrame = han.CFrame * CFrame.new(1.2,-0.5,0)
  1025.     debris:AddItem(mag,10)
  1026.     wait(reload_s.TimeLength)
  1027.     ammo = max_ammo
  1028.     game:GetService("Debris"):AddItem(mag,10)
  1029.     using = false
  1030. end
  1031.  
  1032. function breakwindow(hit)
  1033.     if hit and not string.match(hit.Name:lower(),"window shatter") and not string.match(hit.Name:lower(),"blood") then else return end
  1034.     local wbreakc = wbreak:Clone()
  1035.     wbreakc.Parent = hit
  1036.     wbreakc:Play()
  1037.     local sx,sy,sz=hit.Size.x,hit.Size.y,hit.Size.z
  1038.     hit.Name = "window shatter"
  1039.     for x=1,4 do
  1040.         for y=1,4 do
  1041.             local part=hit:Clone()
  1042.             local position=Vector3.new(x-2.1,y-2.1,0)*Vector3.new(sx/4,sy/4,sz)
  1043.             part.Size=Vector3.new(sx/4,sy/4,sz)
  1044.             part.CFrame=hit.CFrame*(CFrame.new(part.Size/8)-hit.Size/8+position)           
  1045.             part.Velocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1046.             part.Name="window shatter"
  1047.             part.Parent=hit.Parent
  1048.             debris:AddItem(part,2)
  1049.             spawn(function()
  1050.                 wait(0.5)
  1051.                 for i=1,10 do
  1052.                     part.Transparency=part.Transparency+0.05
  1053.                     wait(0.05)
  1054.                 end
  1055.                 part:Destroy()
  1056.             end)
  1057.             part.Anchored=false
  1058.         end
  1059.     end
  1060.     hit:Destroy()
  1061. end
  1062.  
  1063. function raycast(Pos,Dir,Max,Ignore)
  1064.     return workspace:FindPartOnRayWithIgnoreList(Ray.new(Pos, Dir * (Max or 999.999)), (Ignore or {}), false, true)
  1065. end
  1066.  
  1067. local objhit = {}
  1068. local oldobjhit = {}
  1069.  
  1070. function make_hole(pos,obj,col)
  1071.     local BulletHolePart = Instance.new("Part")
  1072.     BulletHolePart.Massless = true
  1073.     BulletHolePart.Anchored = false
  1074.     BulletHolePart.CanCollide = false
  1075.     BulletHolePart.Locked = true
  1076.     BulletHolePart.FormFactor = "Custom"
  1077.     BulletHolePart.TopSurface, BulletHolePart.BottomSurface, BulletHolePart.RightSurface, BulletHolePart.LeftSurface, BulletHolePart.FrontSurface, BulletHolePart.BackSurface = "SmoothNoOutlines", "SmoothNoOutlines", "SmoothNoOutlines", "SmoothNoOutlines", "SmoothNoOutlines", "SmoothNoOutlines"
  1078.     BulletHolePart.Name = "Bullet Hole"
  1079.     BulletHolePart.Material = "Plastic"
  1080.     BulletHolePart.Reflectance = 0
  1081.     BulletHolePart.Transparency = 1
  1082.     BulletHolePart.BrickColor = BrickColor.new("Medium stone grey")
  1083.     BulletHolePart.Size = Vector3.new(0.3, 0, 0.3)
  1084.     BulletHolePart:BreakJoints()
  1085.     BulletHolePart.CFrame = pos
  1086.     BulletHolePart.Parent = script
  1087.     local weld = Instance.new("WeldConstraint")
  1088.     weld.Part0 = obj
  1089.     weld.Part1 = BulletHolePart
  1090.     weld.Parent = obj
  1091.     -- game:GetService("Debris"):AddItem(BulletHolePart, 5)
  1092.     --[[
  1093.     local BulletHoleDecal = Instance.new("Decal")
  1094.     BulletHoleDecal.Color3 = Color3.new(col.r, col.g, col.b)
  1095.     BulletHoleDecal.Face = "Top"
  1096.     BulletHoleDecal.Texture = "rbxassetid://359667865"
  1097.     BulletHoleDecal.Transparency = 0
  1098.     BulletHoleDecal.Parent = BulletHolePart
  1099.     ]]
  1100.     remote:FireClient(plr,2,"rbxassetid://359667865","Top",0,BulletHolePart)
  1101.     return BulletHolePart
  1102. end
  1103.  
  1104. local blood_images = {931617584,1663434319,1391189545,4533673847,3236192667,2565888666,612591729,120362139,116830967,122022304,131339257,247766282,121678640,176677800,120361912,176678070,176678086,176677869} --305296807,256293532,148713503,176678030
  1105.  
  1106. local e_s = 1
  1107.  
  1108. function add_decal(f,t,obj)
  1109.     --spawn(function()
  1110.     local texture = Instance.new("Texture")
  1111.     texture.Parent = obj
  1112.     texture.Face = f
  1113.     texture.Texture = 'rbxassetid://' .. t
  1114.     if f == 'Left' or f == 'Right' then
  1115.         texture.StudsPerTileV = obj.Size.Y + e_s
  1116.         if (obj.Size.X > obj.Size.Z) then
  1117.             texture.StudsPerTileV = obj.Size.Z + e_s
  1118.         elseif (obj.Size.Z > obj.Size.X) then
  1119.             texture.StudsPerTileU = obj.Size.X + e_s
  1120.         else
  1121.             texture.StudsPerTileU = obj.Size.X + e_s
  1122.         end
  1123.     elseif f == 'Front' or f == 'Back' then
  1124.         texture.StudsPerTileV = obj.Size.Y + e_s
  1125.         if (obj.Size.X > obj.Size.Z) then
  1126.             texture.StudsPerTileV = obj.Size.X + e_s
  1127.         elseif (obj.Size.Z > obj.Size.X) then
  1128.             texture.StudsPerTileU = obj.Size.Z + e_s
  1129.         else
  1130.             texture.StudsPerTileU = obj.Size.X + e_s
  1131.         end
  1132.     elseif f == 'Top' or f == 'Bottom' then
  1133.         texture.StudsPerTileV = obj.Size.X + e_s
  1134.         texture.StudsPerTileU = obj.Size.Z + e_s
  1135.     end
  1136.     --end)
  1137. end
  1138.  
  1139. function add_blood(obj)
  1140.     local t1,t2,t3,t4,t5,t6 = blood_images[math.random(1,#blood_images)],blood_images[math.random(1,#blood_images)],blood_images[math.random(1,#blood_images)],blood_images[math.random(1,#blood_images)],blood_images[math.random(1,#blood_images)],blood_images[math.random(1,#blood_images)]
  1141.     add_decal('Top',t1,obj)
  1142.     add_decal('Bottom',t2,obj)
  1143.     add_decal('Left',t3,obj)
  1144.     add_decal('Right',t4,obj)
  1145.     add_decal('Front',t5,obj)
  1146.     add_decal('Back',t6,obj)
  1147. end
  1148.  
  1149. function make_bone(obj,targtorso)
  1150.     if obj.Name == 'Left Arm' or obj.Name == 'LeftUpperArm' then
  1151.         local bone = Instance.new("Part")
  1152.         bone.name = 'bone'
  1153.         bone.CanCollide = false
  1154.         bone.Anchored = false
  1155.         bone.CFrame = targtorso.CFrame
  1156.         bone.Size = targtorso.Size
  1157.         bone.Massless = true
  1158.         bone.Locked = true
  1159.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1160.         if not exists then
  1161.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1162.         end
  1163.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1164.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1165.         game:GetService("PhysicsService"):SetPartCollisionGroup(targtorso,'Limb Collide')
  1166.         local weld = Instance.new("Weld")
  1167.         weld.Part0 = bone
  1168.         weld.Part1 = targtorso
  1169.         weld.C1 = CFrame.new(-0.61,0.77,0.03)*CFrame.Angles(math.rad(90),0,math.rad(90))
  1170.         weld.Parent = bone
  1171.         targtorso.Anchored = false
  1172.         bone.Parent = script
  1173.         local mesh = Instance.new("SpecialMesh")
  1174.         mesh.MeshId = 'rbxassetid://1076136382'
  1175.         mesh.TextureId = 'rbxassetid://1076137938'
  1176.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1177.         mesh.Parent = bone
  1178.         --
  1179.         local bone = Instance.new("Part")
  1180.         bone.Name = 'bone'
  1181.         bone.CanCollide = false
  1182.         bone.Anchored = false
  1183.         bone.CFrame = obj.CFrame
  1184.         bone.Size = obj.Size
  1185.         bone.Massless = true
  1186.         bone.Locked = true
  1187.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1188.         if not exists then
  1189.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1190.         end
  1191.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1192.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1193.         game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1194.         local weld = Instance.new("Weld")
  1195.         weld.Part0 = bone
  1196.         weld.Part1 = obj
  1197.         weld.C1 = CFrame.new(0.13,0.26,0)
  1198.         weld.Parent = bone
  1199.         obj.Anchored = false
  1200.         bone.Parent = script
  1201.         local mesh = Instance.new("SpecialMesh")
  1202.         mesh.MeshId = 'rbxassetid://36780032'
  1203.         mesh.TextureId = 'rbxassetid://36780292'
  1204.         mesh.Parent = bone
  1205.     elseif obj.Name == 'Right Arm' or obj.Name == 'RightUpperArm' then
  1206.         local bone = Instance.new("Part")
  1207.         bone.Name = 'bone'
  1208.         bone.CanCollide = false
  1209.         bone.Anchored = false
  1210.         bone.CFrame = targtorso.CFrame
  1211.         bone.Size = targtorso.Size
  1212.         bone.Massless = true
  1213.         bone.Locked = true
  1214.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1215.         if not exists then
  1216.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1217.         end
  1218.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1219.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1220.         game:GetService("PhysicsService"):SetPartCollisionGroup(targtorso,'Limb Collide')
  1221.         local weld = Instance.new("Weld")
  1222.         weld.Part0 = bone
  1223.         weld.Part1 = targtorso
  1224.         weld.C1 = CFrame.new(0.61,0.77,0.03)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  1225.         weld.Parent = bone
  1226.         targtorso.Anchored = false
  1227.         bone.Parent = script
  1228.         local mesh = Instance.new("SpecialMesh")
  1229.         mesh.MeshId = 'rbxassetid://1076136382'
  1230.         mesh.TextureId = 'rbxassetid://1076137938'
  1231.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1232.         mesh.Parent = bone
  1233.         --
  1234.         local bone = Instance.new("Part")
  1235.         bone.Name = 'bone'
  1236.         bone.CanCollide = false
  1237.         bone.Anchored = false
  1238.         bone.CFrame = obj.CFrame
  1239.         bone.Size = obj.Size
  1240.         bone.Massless = true
  1241.         bone.Locked = true
  1242.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1243.         if not exists then
  1244.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1245.         end
  1246.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1247.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1248.         game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1249.         local weld = Instance.new("Weld")
  1250.         weld.Part0 = bone
  1251.         weld.Part1 = obj
  1252.         weld.C1 = CFrame.new(-0.13,0.26,0)
  1253.         weld.Parent = bone
  1254.         obj.Anchored = false
  1255.         bone.Parent = script
  1256.         local mesh = Instance.new("SpecialMesh")
  1257.         mesh.MeshId = 'rbxassetid://36780156'
  1258.         mesh.TextureId = 'rbxassetid://36780292'
  1259.         mesh.Parent = bone
  1260.     elseif obj.Name == 'Left Leg' or obj.Name == 'LeftUpperLeg' then
  1261.         local bone = Instance.new("Part")
  1262.         bone.Name = 'bone'
  1263.         bone.CanCollide = false
  1264.         bone.Anchored = false
  1265.         bone.CFrame = targtorso.CFrame
  1266.         bone.Size = targtorso.Size
  1267.         bone.Massless = true
  1268.         bone.Locked = true
  1269.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1270.         if not exists then
  1271.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1272.         end
  1273.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1274.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1275.         game:GetService("PhysicsService"):SetPartCollisionGroup(targtorso,'Limb Collide')
  1276.         local weld = Instance.new("Weld")
  1277.         weld.Part0 = bone
  1278.         weld.Part1 = targtorso
  1279.         weld.C1 = CFrame.new(-0.6,-0.64,0.11)*CFrame.Angles(0,0,math.rad(180))
  1280.         weld.Parent = bone
  1281.         targtorso.Anchored = false
  1282.         bone.Parent = script
  1283.         local mesh = Instance.new("SpecialMesh")
  1284.         mesh.MeshId = 'rbxassetid://1076136382'
  1285.         mesh.TextureId = 'rbxassetid://1076137938'
  1286.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1287.         mesh.Parent = bone
  1288.         --
  1289.         local bone = Instance.new("Part")
  1290.         bone.Name = 'bone'
  1291.         bone.CanCollide = false
  1292.         bone.Anchored = false
  1293.         bone.CFrame = obj.CFrame
  1294.         bone.Size = obj.Size
  1295.         bone.Massless = true
  1296.         bone.Locked = true
  1297.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1298.         if not exists then
  1299.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1300.         end
  1301.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1302.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1303.         game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1304.         local weld = Instance.new("Weld")
  1305.         weld.Part0 = bone
  1306.         weld.Part1 = obj
  1307.         weld.C1 = CFrame.new(0,0.09,0.13)
  1308.         weld.Parent = bone
  1309.         obj.Anchored = false
  1310.         bone.Parent = script
  1311.         local mesh = Instance.new("SpecialMesh")
  1312.         mesh.MeshId = 'rbxassetid://36780156'
  1313.         mesh.TextureId = 'rbxassetid://36780292'
  1314.         mesh.Parent = bone
  1315.     elseif obj.Name == 'Right Leg' or obj.Name == 'RightUpperLeg' then
  1316.         local bone = Instance.new("Part")
  1317.         bone.Name = 'bone'
  1318.         bone.CanCollide = false
  1319.         bone.Anchored = false
  1320.         bone.CFrame = targtorso.CFrame
  1321.         bone.Size = targtorso.Size
  1322.         bone.Massless = true
  1323.         bone.Locked = true
  1324.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1325.         if not exists then
  1326.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1327.         end
  1328.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1329.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1330.         game:GetService("PhysicsService"):SetPartCollisionGroup(targtorso,'Limb Collide')
  1331.         local weld = Instance.new("Weld")
  1332.         weld.Part0 = bone
  1333.         weld.Part1 = targtorso
  1334.         weld.C1 = CFrame.new(0.6,-0.64,0.11)*CFrame.Angles(0,0,math.rad(180))
  1335.         weld.Parent = bone
  1336.         targtorso.Anchored = false
  1337.         bone.Parent = script
  1338.         local mesh = Instance.new("SpecialMesh")
  1339.         mesh.MeshId = 'rbxassetid://1076136382'
  1340.         mesh.TextureId = 'rbxassetid://1076137938'
  1341.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1342.         mesh.Parent = bone
  1343.         --
  1344.         local bone = Instance.new("Part")
  1345.         bone.Name = 'bone'
  1346.         bone.CanCollide = false
  1347.         bone.Anchored = false
  1348.         bone.CFrame = obj.CFrame
  1349.         bone.Size = obj.Size
  1350.         bone.Massless = true
  1351.         bone.Locked = true
  1352.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1353.         if not exists then
  1354.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1355.         end
  1356.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1357.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1358.         game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1359.         local weld = Instance.new("Weld")
  1360.         weld.Part0 = bone
  1361.         weld.Part1 = obj
  1362.         weld.C1 = CFrame.new(0,0.09,0.13)
  1363.         weld.Parent = bone
  1364.         obj.Anchored = false
  1365.         bone.Parent = script
  1366.         local mesh = Instance.new("SpecialMesh")
  1367.         mesh.MeshId = 'rbxassetid://36780195'
  1368.         mesh.TextureId = 'rbxassetid://36780292'
  1369.         mesh.Parent = bone
  1370.     elseif obj.Name == 'Head' then
  1371.         local bone = Instance.new("Part")
  1372.         bone.Name = 'bone'
  1373.         bone.CanCollide = false
  1374.         bone.Anchored = false
  1375.         bone.CFrame = targtorso.CFrame
  1376.         bone.Size = targtorso.Size
  1377.         bone.Massless = true
  1378.         bone.Locked = true
  1379.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1380.         if not exists then
  1381.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1382.         end
  1383.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1384.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1385.         game:GetService("PhysicsService"):SetPartCollisionGroup(targtorso,'Limb Collide')
  1386.         local weld = Instance.new("Weld")
  1387.         weld.Part0 = bone
  1388.         weld.Part1 = targtorso
  1389.         weld.C1 = CFrame.new(0,0.66,0)
  1390.         weld.Parent = bone
  1391.         targtorso.Anchored = false
  1392.         bone.Parent = script
  1393.         local mesh = Instance.new("SpecialMesh")
  1394.         mesh.MeshId = 'rbxassetid://1076136382'
  1395.         mesh.TextureId = 'rbxassetid://1076137938'
  1396.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1397.         mesh.Parent = bone
  1398.         --
  1399.         local bone = Instance.new("Part")
  1400.         bone.Name = 'bone'
  1401.         bone.CanCollide = false
  1402.         bone.Anchored = false
  1403.         bone.CFrame = obj.CFrame
  1404.         bone.Size = obj.Size
  1405.         bone.Massless = true
  1406.         bone.Locked = true
  1407.         local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1408.         if not exists then
  1409.             game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1410.         end
  1411.         game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1412.         game:GetService("PhysicsService"):SetPartCollisionGroup(bone,'Limb Collide')
  1413.         game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1414.         local weld = Instance.new("Weld")
  1415.         weld.Part0 = bone
  1416.         weld.Part1 = obj
  1417.         weld.C1 = CFrame.new(0,-0.23,0)*CFrame.Angles(0,math.rad(-90),0)
  1418.         weld.Parent = bone
  1419.         obj.Anchored = false
  1420.         bone.Parent = script
  1421.         local mesh = Instance.new("SpecialMesh")
  1422.         mesh.MeshId = 'rbxassetid://1076136382'
  1423.         mesh.TextureId = 'rbxassetid://1076137938'
  1424.         mesh.Scale = Vector3.new(0.03,0.03,0.03)
  1425.         mesh.Parent = bone
  1426.     end
  1427. end
  1428.  
  1429. function break_limb(obj,rig,targtorso,targhum)
  1430.     if not obj:FindFirstChild('Dismembered') and obj.Name ~= 'Torso' and obj.Name ~= 'HumanoidRootPart' and obj.Name ~= 'UpperTorso' and obj.Name ~= 'LowerTorso' then else return end
  1431.     local confirm = Instance.new("ObjectValue")
  1432.     confirm.Name = 'Dismembered'
  1433.     confirm.Parent = obj
  1434.     local bsc = obj:FindFirstChildOfClass("BallSocketConstraint")
  1435.     if bsc then
  1436.         bsc:Destroy()
  1437.     end
  1438.     --bleed2(obj,targhum,false,5,false)
  1439.     add_blood(obj)
  1440.     make_bone(obj,targtorso)
  1441.     local kb = 15
  1442.     local bv = Instance.new("BodyVelocity")
  1443.     bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1444.     bv.Velocity = han.CFrame.lookVector*kb+Vector3.new(0,kb,0)
  1445.     bv.Parent = obj
  1446.     game:GetService("Debris"):AddItem(bv,0.1)
  1447.     if rig == Enum.HumanoidRigType.R6 then
  1448.         local bsc = obj:FindFirstChildOfClass("BallSocketConstraint")
  1449.         if bsc then
  1450.             bsc:Destroy()
  1451.         end
  1452.         for i,v in pairs(targtorso:GetChildren()) do
  1453.             if v:IsA("Motor6D") then
  1454.                 if obj.Name == 'Head' and v.Name == 'Neck' then
  1455.                     v:Destroy()
  1456.                 elseif obj.Name == 'Left Arm' and v.Name == 'Left Shouldver' then
  1457.                     v:Destroy()
  1458.                 elseif obj.Name == 'Right Arm' and v.Name == 'Right Shoulder' then
  1459.                     v:Destroy()
  1460.                 elseif obj.Name == 'Left Leg' and v.Name == 'Left Hip' then
  1461.                     if obj.Parent:FindFirstChild("Right Leg") then
  1462.                         targhum.WalkSpeed = targhum.WalkSpeed/2
  1463.                     else
  1464.                         targhum.WalkSpeed = 0
  1465.                     end
  1466.                     v:Destroy()
  1467.                 elseif obj.Name == 'Right Leg' and v.Name == 'Right Hip' then
  1468.                     if obj.Parent:FindFirstChild("Left Leg") then
  1469.                         targhum.WalkSpeed = targhum.WalkSpeed/2
  1470.                     else
  1471.                         targhum.WalkSpeed = 0
  1472.                     end
  1473.                     v:Destroy()
  1474.                 end
  1475.             end
  1476.         end
  1477.     elseif rig == Enum.HumanoidRigType.R15 then
  1478.         for i,v in pairs(obj:GetChildren()) do
  1479.             if v:IsA("Motor6D") then
  1480.                 if (obj.Name == 'LeftUpperLeg' and obj.Parent:FindFirstChild("RightUpperLeg")) or (obj.Name == 'RightUpperLeg' and obj.Parent:FindFirstChild("LeftUpperLeg")) then
  1481.                     targhum.WalkSpeed = targhum.WalkSpeed/2
  1482.                 elseif obj.Name == 'RightUpperLeg' or obj.Name == 'LeftUpperLeg' then
  1483.                     targhum.WalkSpeed = 0
  1484.                 end
  1485.                 v:Destroy()
  1486.             end
  1487.         end
  1488.     end
  1489.     local cb = Instance.new("Part")
  1490.     cb.Name = 'limb'
  1491.     cb.Transparency = 1
  1492.     cb.CanCollide = true
  1493.     cb.Anchored = false
  1494.     cb.CFrame = obj.CFrame
  1495.     cb.Size = obj.Size
  1496.     cb.Massless = true
  1497.     cb.Locked = true
  1498.     local exists = pcall(game:GetService("PhysicsService").GetCollisionGroupId, game:GetService("PhysicsService"), 'Limb Collide')
  1499.     if not exists then
  1500.         game:GetService("PhysicsService"):CreateCollisionGroup('Limb Collide')
  1501.     end
  1502.     game:GetService("PhysicsService"):CollisionGroupSetCollidable('Limb Collide','Limb Collide',false)
  1503.     game:GetService("PhysicsService"):SetPartCollisionGroup(cb,'Limb Collide')
  1504.     game:GetService("PhysicsService"):SetPartCollisionGroup(obj,'Limb Collide')
  1505.     local weld = Instance.new("Weld")
  1506.     weld.Part0 = cb
  1507.     weld.Part1 = obj
  1508.     weld.Parent = cb
  1509.     obj.Massless = true
  1510.     obj.Anchored = false
  1511.     cb.Parent = script
  1512. end
  1513.  
  1514. function check(toughness,obj,objpos,p,rays,rot)
  1515.     local plrhit = false
  1516.     if obj and not obj:FindFirstChild('Dismembered') then else return; end;
  1517.     local targchar,targtorso,targhum,targhead
  1518.     pcall(function()
  1519.         targchar = obj.Parent
  1520.     end)
  1521.     for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1522.         if v and v.Character and obj:IsDescendantOf(v.Character) then
  1523.             targchar = v.Character
  1524.         end
  1525.     end
  1526.     pcall(function()
  1527.         targtorso = targchar:FindFirstChild("Torso") or targchar:FindFirstChild("UpperTorso") or targchar:FindFirstChild("HumanoidRootPart")
  1528.     end)
  1529.     pcall(function()
  1530.         targhum = targchar:FindFirstChildOfClass("Humanoid")
  1531.     end)
  1532.     pcall(function()
  1533.         targhead = targchar:FindFirstChild("Head")
  1534.     end)
  1535.     if targchar and targchar.Parent and targtorso and targtorso.Parent and targhum and targhum.Parent and targhum ~= hum and targhead and targhead.Parent and not targhum:FindFirstChild("hit " .. targchar.Name .. " with " .. gun.Name .. " by " .. plr.Name) then
  1536.         plrhit = true
  1537.         local confirm = Instance.new("IntValue")
  1538.         confirm.Parent = targhum
  1539.         confirm.Name = ("hit " .. targchar.Name .. " with " .. gun.Name .. " by " .. plr.Name)
  1540.         debris:AddItem(confirm,shootwait/bulletfire)
  1541.         local dmg = math.random(30,40)
  1542.         if obj == targhead then
  1543.             dmg = math.random(50,60)
  1544.             targhum:TakeDamage(dmg)
  1545.         elseif not op then
  1546.             dmg = math.random(30,40)
  1547.             targhum:TakeDamage(dmg)
  1548.         elseif op then
  1549.             targhum.MaxHealth = 0
  1550.             targhum.Health = 0
  1551.             targhum.Parent:BreakJoints()
  1552.         end
  1553.         if math.random(1,3) == 1 then
  1554.             break_limb(obj,targhum.RigType,targtorso,targhum)
  1555.         end
  1556.         add_blood(obj)
  1557.         --[[
  1558.         local bleeding = Instance.new("Sound")
  1559.         bleeding.SoundId = 'rbxassetid://360007673'
  1560.         bleeding.Volume = 1
  1561.         bleeding.Parent = targtorso
  1562.         bleeding:Play()
  1563.         ]]
  1564.         remote:FireClient(plr,1,'rbxassetid://360007673',nil,1,targtorso)
  1565.         if 0 >= targhum.Health and obj == targhead then
  1566.             kill(obj,true,p.CFrame.lookVector)
  1567.         elseif 0 >= targhum.Health then
  1568.             kill(obj,false,p.CFrame.lookVector)
  1569.         elseif targhum.Health > 0 then
  1570.             --bleed2(targtorso,targhum,true,5,false)
  1571.         end
  1572.     else
  1573.         table.insert(objhit,1,obj)
  1574.         local mat = obj.Material
  1575.         local mathit = obj:FindFirstChild('material hit ' .. plr.Name)
  1576.         if not mathit and toughness > 0 and 1 > obj.Transparency then
  1577.             --print('old: ' .. toughness)
  1578.             if (mat == Enum.Material.Glass or mat == Enum.Material.Ice) then
  1579.                 breakwindow(obj)
  1580.             elseif (mat == Enum.Material.Wood or mat == Enum.Material.WoodPlanks) then
  1581.                 toughness = toughness - 1.5
  1582.             elseif (mat == Enum.Material.Metal or mat == Enum.Material.DiamondPlate or mat == Enum.Material.CorrodedMetal) then
  1583.                 toughness = toughness - 5
  1584.             elseif (mat == Enum.Material.Brick or mat == Enum.Material.Concrete or mat == Enum.Material.Cobblestone or mat == Enum.Material.Granite or mat == Enum.Material.Slate or mat == Enum.Material.Pebble) then
  1585.                 toughness = toughness - 3
  1586.             else
  1587.                 toughness = toughness - 1
  1588.             end
  1589.             --print('new: ' .. toughness)
  1590.             local libruary = {
  1591.                 ['wizz'] = {342190005, 342190012, 342190017, 342190024},
  1592.                 ['crackSmall'] = {873119768, 873119788, 873119811, 873119845, 873119886, 873119904},
  1593.                 ['crackBig'] = {873119597, 873119653, 873119679, 873119703, 873119724, 873119744},
  1594.                 ['whizz'] = {873121840, 873121858, 873121876, 873121896, 873121913, 873121936},
  1595.                 ['woodhit'] = {342204157, 342204164, 342204170, 342204175, 871705143, 871705174}, --871705195, 871705217, 871705237, 871705264
  1596.                 ['stonehit'] = {871701076, 871701134, 871701190, 871701241, 871701297, 871701346},
  1597.                 ['metalhit'] = {871704182, 871704259, 871704297, 871704329, 871704362, 871704395},
  1598.                 ['grasshit'] = {871709869, 871709832, 871709789, 871709755, 871709708, 871709643},
  1599.                 ['impact'] = {525720625},
  1600.             }
  1601.             local soundfont=({
  1602.                 Brick="stonehit";
  1603.                 Cobblestone="stonehit";
  1604.                 Concrete="stonehit";
  1605.                 CorrodedMetal="metalhit";
  1606.                 DiamondPlate="metalhit";
  1607.                 Fabric=nil;
  1608.                 Foil="metalhit";
  1609.                 Granite="stonehit";
  1610.                 Grass="grasshit";
  1611.                 Ice="stonehit";
  1612.                 Marble="stonehit";
  1613.                 Metal="metalhit";
  1614.                 Neon=nil;
  1615.                 Pebble="stonehit";
  1616.                 Plastic="metalhit";
  1617.                 Sand=nil;
  1618.                 Slate="stonehit";
  1619.                 SmoothPlastic="metalhit";
  1620.                 Wood="woodhit";
  1621.                 WoodPlanks="woodhit";
  1622.             })[mat.Name]
  1623.             local part = make_hole(CFrame.new(objpos, objpos - rot) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) * CFrame.Angles(math.rad(0), math.rad(math.random(-360, 360)), math.rad(0)), obj, obj.BrickColor)
  1624.             --[[
  1625.             local BulletHoleSound = Instance.new("Sound")
  1626.             BulletHoleSound.Volume = 3
  1627.             BulletHoleSound.Pitch = math.random(9,11)/10
  1628.             ]]
  1629.             local _id = ''
  1630.             if soundfont ~= nil then
  1631.                 --[[BulletHoleSound.SoundId]]_id = "rbxassetid://"..libruary[soundfont][math.random(1,6)]
  1632.             else
  1633.                 --[[BulletHoleSound.SoundId]]_id = "rbxassetid://"..libruary['impact'][1]
  1634.             end
  1635.             --BulletHoleSound.Parent = part
  1636.             --BulletHoleSound:Play()
  1637.             remote:FireClient(plr,1,_id,nil,3,part)
  1638.             local tempmathit = Instance.new("ObjectValue")
  1639.             tempmathit.Name = ('material hit ' .. plr.Name)
  1640.             tempmathit.Parent = obj
  1641.             game:GetService("Debris"):AddItem(tempmathit,shootwait/bulletfire)
  1642.             game:GetService("Debris"):AddItem(part,7)
  1643.         end
  1644.     end
  1645.     if toughness > 0 and rays > 0 then
  1646.         local found = false
  1647.         for i,v in pairs(oldobjhit) do if v and obj:IsDescendantOf(v) then found = true; end; end;
  1648.         oldobjhit = objhit
  1649.         if not plrhit and not found then
  1650.             rays = rays - 1
  1651.             wait()
  1652.         end
  1653.         local ig = {char,gun,script,unpack(objhit)}
  1654.         local _obj,_vec,_rot = raycast(objpos,(hitpos-han.Position).Unit, nil, ig) -- (hitpos-objpos).Unit
  1655.         check(toughness,_obj,_vec,p,rays,_rot)
  1656.     else
  1657.         p:Destroy()
  1658.     end
  1659. end
  1660.  
  1661. function drop_shell()
  1662.     local Shell = Instance.new("Part")
  1663.     Shell.Color = Color3.new(1, 1, 0)
  1664.     Shell.Size = Vector3.new(0.530001819, 0.132500455, 0.132500455)
  1665.     Shell.BottomSurface = Enum.SurfaceType.Smooth
  1666.     Shell.BrickColor = BrickColor.new("New Yeller")
  1667.     Shell.Material = Enum.Material.Metal
  1668.     Shell.Shape = Enum.PartType.Cylinder
  1669.     Shell.CFrame = han.CFrame
  1670.     Shell.Parent = script
  1671.     local bvs = Instance.new("BodyVelocity")
  1672.     bvs.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1673.     bvs.Velocity = han.CFrame.lookVector+Vector3.new(0,10,-5)
  1674.     bvs.Parent = Shell
  1675.     game:GetService("Debris"):AddItem(bvs,0.1)
  1676.     game:GetService("Debris"):AddItem(Shell,10)
  1677. end
  1678.  
  1679. function Shoot()
  1680.     if not using and CheckIfAlive() and ammo > 0 then
  1681.         using = true
  1682.         wait()
  1683.         tween:Create(gun,TweenInfo.new(0.1),({Grip = CFrame.new(0.364753544, -0.169386029, -0.00732704997, -4.3651621e-08, -0.0522755384, 0.998632669, -2.2850366e-09, 0.99863261, 0.0522755422, -1, 0, -4.37113883e-08)})):Play()
  1684.         spawn(function()
  1685.             flash.Enabled = true
  1686.             light.Enabled = true
  1687.             smoke.Enabled = true
  1688.             wait()
  1689.             flash.Enabled = false
  1690.             light.Enabled = false
  1691.             smoke.Enabled = false
  1692.         end)
  1693.         spawn(function()
  1694.         for i = 1,bulletfire do
  1695.             ammo = ammo - 1
  1696.             drop_shell()
  1697.             local mrd = math.random(1,3)
  1698.             if mrd == 1 then
  1699.                 shoot_s:Play()
  1700.             elseif mrd == 2 then
  1701.                 shoot_s2:Play()
  1702.             elseif mrd == 3 then
  1703.                 shoot_s3:Play()
  1704.             end
  1705.             for i,v in ipairs(objhit) do table.remove(objhit,i); end;
  1706.             for i,v in ipairs(objhit) do table.remove(oldobjhit,i); end;
  1707.             spawn(function()
  1708.                 local p = Instance.new("Part")
  1709.                 p.Name = "bullet"
  1710.                 p.Massless = true
  1711.                 p.Anchored = false
  1712.                 p.CanCollide = false
  1713.                 p.Color = Color3.fromRGB(255, 255, 0)
  1714.                 p.Size = Vector3.new(0.5,0.5,1)
  1715.                 p.Transparency = 0
  1716.                 p.Position = han.Position
  1717.                 p.CFrame = CFrame.new(han.Position,hitpos)
  1718.                 p.Velocity = p.CFrame.lookVector * 2000
  1719.                 p.Material = Enum.Material.Neon
  1720.                 p.Parent = script
  1721.                 local mesh = Instance.new("SpecialMesh")
  1722.                 mesh.MeshType = Enum.MeshType.Sphere
  1723.                 mesh.Parent = p
  1724.                 --tween:Create(p,TweenInfo.new(((hitpos)-han.Position).Magnitude/10000),{Position = p.Position + ((hitpos)-han.Position).Unit*1000}):Play()
  1725.                 local body_vel = Instance.new("BodyVelocity")
  1726.                 body_vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1727.                 body_vel.Velocity = p.CFrame.lookVector * 2000
  1728.                 body_vel.Parent = p
  1729.                 debris:AddItem(p,3)
  1730.                 game:GetService("TweenService"):Create(p,TweenInfo.new(3),{Size = Vector3.new(0.5,0.5,10),Transparency = 1}):Play()
  1731.                 local toughness = 3
  1732.                 local rays = 5
  1733.                 local ig = {char,gun,script}
  1734.                 local obj,vec,rot = raycast(han.Position,(hitpos-han.Position).Unit, nil, ig)
  1735.                 check(toughness,obj,vec,p,rays,rot)
  1736.             end)
  1737.             remote:FireClient(plr,1,shoot_s.SoundId,shoot_s,5,han)
  1738.             wait(shootwait/bulletfire)
  1739.         end
  1740.         end)
  1741.         spawn(function()
  1742.             wait(0.1)
  1743.             tween:Create(gun,TweenInfo.new(0.1),({Grip = CFrame.new(0.355400085, -0.188222155, -0.00732704997, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)})):Play()
  1744.         end)
  1745.         wait(shootwait)
  1746.         using = false
  1747.     end
  1748. end
  1749.  
  1750. gun.Activated:Connect(function()
  1751.     if not using and CheckIfAlive() and 0 >= ammo then
  1752.         Reload()
  1753.     end
  1754. end)
  1755.  
  1756. gun.Equipped:Connect(function()
  1757.     equipped = true
  1758.     pcall(function()
  1759.         char = gun.Parent
  1760.         plr = game:GetService("Players"):GetPlayerFromCharacter(char)
  1761.         hum = char:FindFirstChildOfClass("Humanoid")
  1762.         torso = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  1763.         rootpart = char:FindFirstChild("HumanoidRootPart")
  1764.         if not CheckIfAlive() then gun.Parent = nil return end
  1765.     end)
  1766. end)
  1767.  
  1768. gun.Unequipped:Connect(function()
  1769.     equipped = false
  1770. end)
  1771.  
  1772. remote = Instance.new("RemoteEvent")
  1773. remote.Name = 'famasg2_remote'
  1774. remote.Parent = gun
  1775.  
  1776. remote.OnServerEvent:Connect(function(player,mode,data,data2)
  1777.     if equipped then else return end
  1778.     if plr == player and mode == 1 then
  1779.         if data ~= nil then
  1780.             hitpos = data
  1781.         end
  1782.         if data2 ~= nil then
  1783.             shooting = data2
  1784.         end
  1785.         if shooting then
  1786.             Shoot()
  1787.         end
  1788.     elseif not shooting and not using and CheckIfAlive() and plr == player and mode == 2 and data == 'reload' then
  1789.         Reload()
  1790.     end
  1791. end)
  1792.  
  1793. local ls = [[
  1794.     local plr = game:GetService("Players").LocalPlayer
  1795.     local mouse = plr:GetMouse()
  1796.     local char = plr.Character
  1797.     local remote = script.Parent
  1798.     local tool = remote.Parent
  1799.     local shooting = false
  1800.     local lh = Vector3.new()
  1801.     tool.Equipped:Connect(function()
  1802.         pcall(function()
  1803.             char = tool.Parent
  1804.         end)
  1805.         pcall(function()
  1806.             plr = game:GetService("Players"):GetPlayerFromCharacter(char)
  1807.         end)
  1808.         pcall(function()
  1809.             mouse = plr:GetMouse()
  1810.         end)
  1811.         if mouse then
  1812.             mouse.KeyDown:Connect(function(key)
  1813.                 if key == 'r' then
  1814.                     remote:FireServer(2,'reload')
  1815.                 end
  1816.             end)
  1817.             mouse.Button1Down:Connect(function()
  1818.                 local pos
  1819.                 if mouse.Hit then
  1820.                     pos = mouse.Hit.Position
  1821.                 end
  1822.                 lh = pos or Vector3.new()
  1823.                 remote:FireServer(1,pos,true)
  1824.                 wait(0.2)
  1825.                 remote:FireServer(1,lh,false)
  1826.             end)
  1827.         end
  1828.     end)
  1829.     remote.OnClientEvent:Connect(function(mode,data,inst,v,p)
  1830.         if mode == 1 then
  1831.             if inst then inst.Volume = 0; end;
  1832.             local sound = Instance.new("Sound")
  1833.             sound.SoundId = data
  1834.             sound.Volume = v
  1835.             sound.Parent = p
  1836.             sound:Play()
  1837.         elseif mode == 2 then
  1838.             --if inst then inst.Transparency = 1; end;
  1839.             local decal = Instance.new("Decal")
  1840.             decal.Texture = data
  1841.             decal.Transparency = v
  1842.             decal.Parent = p
  1843.             decal.Face = inst
  1844.         end
  1845.     end)
  1846. ]]
  1847.  
  1848. NLS(ls,remote)
Add Comment
Please, Sign In to add comment