Advertisement
Idirina

Sooicide goon

Dec 17th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. debounce = 0;
  2.  
  3.  
  4.  
  5.  
  6. local player = game.Players.LocalPlayer
  7. repeat wait() until player.Character.Humanoid
  8. local humanoid = player.Character.Humanoid
  9. local mouse = player:GetMouse()
  10. --game.Players.LocalPlayer.Character.Shirt.ShirtTemplate='rbxassetid://473465498'
  11. local player=game.Players.LocalPlayer;
  12. local char=game.Players.LocalPlayer.Character;
  13. local humanoid = player.Character.Humanoid;
  14. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  15. Tool.GripRight=Vector3.new(-0.816, 0, 0.577);
  16. Tool.GripUp=Vector3.new(-0.027, 0.996, -0.089);
  17. Tool.GripPos=Vector3.new(-0.3, -0.4, 0.4);
  18. Tool.GripForward=Vector3.new(-1, 0, -0); --0.485, 0.14, -0.863
  19. Tool.Name='sooicide';
  20. Handle=Instance.new('Part', Tool);
  21. Handle.Name = 'Handle';
  22. Handle.BrickColor=BrickColor.new('Really black')
  23. Handle.Size=Vector3.new(0.26, 1.11, 4.85);
  24. Handle.Position=Vector3.new(-18.53, 0.555, -16.825)
  25. gunfire=Instance.new('Part', Tool)
  26. gunfire.Name='GunFire'
  27. gunfire.Size=Vector3.new(0.2, 0.2, 0.2)
  28. gunfire.Transparency=1
  29. gunfire.Position=Vector3.new(-18.56, 1.1, -19.35)
  30. gunfirefx=Instance.new('BillboardGui', gunfire)
  31. gunfirefx.Enabled=false
  32. gunfirefx.Adornee = gunfire
  33. gunfirefx.Size=UDim2.new(1.1, 0, 1.1, 0)
  34. gunfirefx2=Instance.new('ImageLabel', gunfirefx)
  35. gunfirefx2.Image='http://www.roblox.com/asset/?id=117472237'
  36. gunfirefx2.BackgroundTransparency=1
  37. gunfirefx2.Size=UDim2.new(1.2, 0, 1.2, 0)
  38.  
  39. shootsound=Instance.new('Sound', char.Torso)
  40. shootsound.Volume=8
  41. shootsound.SoundId='rbxassetid://230622620'
  42. c4mesh=Instance.new('SpecialMesh', Handle);
  43. c4mesh.MeshType = 'FileMesh';
  44. c4mesh.MeshId='http://www.roblox.com/asset/?id=95356090';
  45. c4mesh.TextureId='http://www.roblox.com/asset/?id=95387789';
  46. c4mesh.Scale=Vector3.new(1.8, 1.8, 1.8);
  47.  
  48. local anim5 = Instance.new("Animation", player.Character)
  49. anim5.AnimationId = "http://www.roblox.com/asset/?id=95383474"
  50. local playAnim10 = humanoid:LoadAnimation(anim5)
  51.  
  52. Tool.GripRight=Vector3.new(-0.816, 0, 0.577)
  53.  
  54. function equipped()
  55. wait()
  56. playAnim10:Play()
  57. end
  58.  
  59. function unequipped()
  60. wait()
  61. playAnim10:Stop()
  62. end
  63.  
  64. Tool.Equipped:connect(equipped)
  65. Tool.Unequipped:connect(unequipped)
  66.  
  67. light=Instance.new('PointLight', Handle);
  68. light.Color = Color3.new(255, 255, 0)
  69. light.Range=10;
  70. light.Enabled=false;
  71.  
  72.  
  73. function Shoot()
  74. shootsound:Play()
  75. light.Enabled=true
  76. wait(0.1)
  77. light.Enabled=false
  78. player.Character.Humanoid.Health=0
  79. wait()
  80. Tool:Destroy()
  81. end
  82. Tool.Activated:connect(Shoot)
  83.  
  84. --ragdoll
  85.  
  86. print("Loaded.")
  87. --You don't need to edit this!
  88.  
  89. Character = player.Character
  90. Humanoid = Character.Humanoid
  91. Torso = Character.Torso
  92. mode = Instance.new("Model")
  93. mode.Name = ""
  94. mode.Parent = game.Workspace
  95.  
  96. function OnDeath()
  97.  
  98. print("Death")
  99. wait(0.00000001)
  100. Humanoid.Parent = nil
  101. if Torso then
  102. zam=Torso:Clone()
  103. zam.Parent=mode
  104. x=Character:GetChildren()
  105. for i=1,#x do
  106. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  107. local zor=x[i]:Clone()
  108. zor.Parent=mode
  109. end
  110. if x[i].Name=="Head" then
  111. local zem=x[i]:Clone()
  112. zem.Parent=mode --Made by MatrixComplexity
  113. local Neck = Instance.new("Weld")
  114. Neck.Name = "Neck"
  115. Neck.Part0 = zam
  116. Neck.Part1 = zem
  117. Neck.C0 = CFrame.new(0, 1.5, 0)
  118. Neck.C1 = CFrame.new()
  119. Neck.Parent = zam
  120. end
  121. if x[i].Name=="Right Arm" then
  122. local Limb=x[i]:Clone()
  123. Limb.Parent=mode
  124. Limb.CFrame = zam.CFrame * CFrame.new(1.5, 0, 0)
  125. local Joint = Instance.new("Glue")
  126. Joint.Name = "RightShoulder"
  127. Joint.Part0 = zam
  128. Joint.Part1 = Limb
  129. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  130. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  131. Joint.Parent = zam
  132.  
  133. local B = Instance.new("Part")
  134. B.TopSurface = 0
  135. B.BottomSurface = 0
  136. B.formFactor = "Symmetric"
  137. B.Size = Vector3.new(1, 1, 1)
  138. B.Transparency = 1
  139. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  140. B.Parent = mode
  141. local W = Instance.new("Weld")
  142. W.Part0 = Limb
  143. W.Part1 = B
  144. W.C0 = CFrame.new(0, -0.5, 0)
  145. W.Parent = Limb
  146.  
  147. end
  148. if x[i].Name=="Left Arm" then
  149. local Limb=x[i]:Clone()
  150. Limb.Parent=mode
  151.  
  152. Limb.CFrame = zam.CFrame * CFrame.new(-1.5, 0, 0)
  153. local Joint = Instance.new("Glue")
  154. Joint.Name = "LeftShoulder"
  155. Joint.Part0 = zam
  156. Joint.Part1 = Limb
  157. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  158. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  159. Joint.Parent = zam
  160.  
  161. local B = Instance.new("Part")
  162. B.TopSurface = 0
  163. B.BottomSurface = 0
  164. B.formFactor = "Symmetric"
  165. B.Size = Vector3.new(1, 1, 1)
  166. B.Transparency = 1
  167. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  168. B.Parent = mode
  169. local W = Instance.new("Weld")
  170. W.Part0 = Limb
  171. W.Part1 = B
  172. W.C0 = CFrame.new(0, -0.5, 0)
  173. W.Parent = Limb
  174.  
  175. end
  176. if x[i].Name=="Right Leg" then
  177. local Limb=x[i]:Clone()
  178. Limb.Parent=mode
  179.  
  180. Limb.CFrame = zam.CFrame * CFrame.new(0.5, -2, 0)
  181. local Joint = Instance.new("Glue")
  182. Joint.Name = "RightHip"
  183. Joint.Part0 = zam
  184. Joint.Part1 = Limb
  185. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  186. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  187. Joint.Parent = zam
  188.  
  189. local B = Instance.new("Part")
  190. B.TopSurface = 0
  191. B.BottomSurface = 0
  192. B.formFactor = "Symmetric"
  193. B.Size = Vector3.new(1, 1, 1)
  194. B.Transparency = 1
  195. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  196. B.Parent = mode
  197. local W = Instance.new("Weld")
  198. W.Part0 = Limb
  199. W.Part1 = B
  200. W.C0 = CFrame.new(0, -0.5, 0)
  201. W.Parent = Limb
  202.  
  203. end
  204. if x[i].Name=="Left Leg" then
  205. local Limb=x[i]:Clone()
  206. Limb.Parent=mode
  207.  
  208. Limb.CFrame = zam.CFrame * CFrame.new(-0.5, -2, 0)
  209. local Joint = Instance.new("Glue")
  210. Joint.Name = "LeftHip"
  211. Joint.Part0 = zam
  212. Joint.Part1 = Limb
  213. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  214. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  215. Joint.Parent = zam
  216.  
  217. local B = Instance.new("Part")
  218. B.TopSurface = 0
  219. B.BottomSurface = 0
  220. B.formFactor = "Symmetric"
  221. B.Size = Vector3.new(1, 1, 1)
  222. B.Transparency = 1
  223. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  224. B.Parent = mode
  225. local W = Instance.new("Weld")
  226. W.Part0 = Limb
  227. W.Part1 = B
  228. W.C0 = CFrame.new(0, -0.5, 0)
  229. W.Parent = Limb
  230.  
  231. end
  232. bland=Instance.new("Humanoid")
  233. bland.Health = 0
  234. bland.MaxHealth = 0
  235. bland.Parent=mode
  236. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  237. local zor=x[i]:Clone()
  238. zor.Parent=mode
  239. end
  240. --[
  241. if (x[i].ClassName=="CharacterMesh") then
  242. local zor=x[i]:Clone()
  243. zor.Parent=mode
  244. end
  245. if (x[i].ClassName=="Hat") then
  246. local zor=x[i]:Clone()
  247. zor.Parent=mode
  248. end
  249. local cam = Instance.new("Camera")
  250. cam.Parent = game.Players:FindFirstChild(Character.Name)
  251. cam.CameraSubject = mode.Humanoid
  252. local Bar = Instance.new("Part")
  253. Bar.TopSurface = 0
  254. Bar.BottomSurface = 0
  255. Bar.formFactor = "Symmetric"
  256. Bar.Size = Vector3.new(1, 1, 1)
  257. Bar.Transparency = 1
  258. Bar.CFrame = zam.CFrame * CFrame.new(0, 0.5, 0)
  259. Bar.Parent = mode
  260. local Weld = Instance.new("Weld")
  261. Weld.Part0 = zam
  262. Weld.Part1 = Bar
  263. Weld.C0 = CFrame.new(0, 0.5, 0)
  264. Weld.Parent = zam
  265. --]]
  266. end
  267. end
  268. wait()
  269. Character:Remove()
  270. wait(6)
  271. mode:Destroy()
  272. end
  273.  
  274. Humanoid.Died:connect(OnDeath)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement