Advertisement
kevinbuitendyk

CumSh0ts

Feb 24th, 2018
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. me = game.Players.LocalPlayer.Character
  2. mod = Instance.new("Model")
  3. mod.Name = "Johnsen"
  4. mod.Parent = me
  5.  
  6. part = Instance.new("Part")
  7. part.Parent = mod
  8. part.Size = Vector3.new(1, 1, 1)
  9. part.Position = Vector3.new(1, 1, 1)
  10. part.BrickColor = BrickColor.new("Light orange")
  11. part:BreakJoints()
  12. mesh = Instance.new("SpecialMesh")
  13. mesh.Parent = part
  14. mesh.MeshType = "Sphere"
  15. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  16. we = Instance.new("Weld")
  17. we.Parent = mod
  18. we.Part0 = part
  19. we.Part1 = me.Torso
  20. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(0.15, 1.25, 0.75)
  21. we.C1 = CFrame.new()
  22. part = Instance.new("Part")
  23. part.Parent = mod
  24. part.Size = Vector3.new(1, 1, 1)
  25. part.Position = Vector3.new(1, 1, 1)
  26. part.BrickColor = BrickColor.new("Light orange")
  27. part:BreakJoints()
  28. mesh = Instance.new("SpecialMesh")
  29. mesh.Parent = part
  30. mesh.MeshType = "Sphere"
  31. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  32. we = Instance.new("Weld")
  33. we.Parent = mod
  34. we.Part0 = part
  35. we.Part1 = me.Torso
  36. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(-0.15, 1.25, 0.75)
  37. we.C1 = CFrame.new()
  38. Part1 = Instance.new("Part")
  39. Part1.Name = "Shaft"
  40. Part1.Parent = mod
  41. Part1.Size = Vector3.new(1, 3, 1)
  42. Part1.Position = Vector3.new(1, 1, 1)
  43. Part1.BrickColor = BrickColor.new("Light orange")
  44. Part1:BreakJoints()
  45. mesh3 = Instance.new("SpecialMesh")
  46. mesh3.Parent = Part1
  47. mesh3.MeshType = "Head"
  48. mesh3.Scale = Vector3.new(0.5, 1, 0.5)
  49. we3 = Instance.new("Weld")
  50. we3.Parent = mod
  51. we3.Part0 = Part1
  52. we3.Part1 = me.Torso
  53. we3.C0 = CFrame.fromEulerAnglesXYZ(1, 0, 0) + Vector3.new(0, -0.8, 1.25)
  54. we3.C1 = CFrame.new()
  55. local Tip = Instance.new("Part")
  56. Tip.Name = "Tip"
  57. Tip.Parent = Part1
  58. Tip.Size = Vector3.new(0.2,0.2,0.2)
  59. Tip.Transparency = 1
  60. Tip:BreakJoints()
  61. we4 = Instance.new("Weld")
  62. we4.Parent = mod
  63. we4.Part0 = Tip
  64. we4.Part1 = Part1
  65. we4.C0 = CFrame.fromEulerAnglesXYZ(0,0,0) + Vector3.new(0, -1.5, 0)
  66. we4.C1 = CFrame.new()
  67.  
  68. local mouse = game.Players.LocalPlayer:GetMouse()
  69. local tool = Tip
  70.  
  71. mouse.Button1Down:connect(function()
  72. print("Mouse pressed!")
  73. local ray = Ray.new(tool.CFrame.p, (mouse.Hit.p - tool.CFrame.p).unit * 300)
  74. local part, position = workspace:FindPartOnRay(ray, game.Players.LocalPlayer.Character, false, true)
  75.  
  76. local beam = Instance.new("Part", workspace)
  77. beam.BrickColor = BrickColor.new("White")
  78. beam.FormFactor = "Custom"
  79. beam.Material = "Neon"
  80. beam.Transparency = 0.25
  81. beam.Anchored = true
  82. beam.Locked = true
  83. beam.CanCollide = false
  84.  
  85. local distance = (tool.CFrame.p - position).magnitude
  86. beam.Size = Vector3.new(0.3, 0.3, distance)
  87. beam.CFrame = CFrame.new(tool.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  88.  
  89. game:GetService("Debris"):AddItem(beam, 0.1)
  90.  
  91. if part then
  92. local humanoid = part.Parent:FindFirstChild("Humanoid")
  93.  
  94. if not humanoid then
  95. humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  96. end
  97.  
  98. if humanoid then
  99. humanoid:TakeDamage(50)
  100. end
  101. end
  102. end)me = game.Players.LocalPlayer.Character
  103. mod = Instance.new("Model")
  104. mod.Name = "Johnsen"
  105. mod.Parent = me
  106.  
  107. part = Instance.new("Part")
  108. part.Parent = mod
  109. part.Size = Vector3.new(1, 1, 1)
  110. part.Position = Vector3.new(1, 1, 1)
  111. part.BrickColor = BrickColor.new("Light orange")
  112. part:BreakJoints()
  113. mesh = Instance.new("SpecialMesh")
  114. mesh.Parent = part
  115. mesh.MeshType = "Sphere"
  116. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  117. we = Instance.new("Weld")
  118. we.Parent = mod
  119. we.Part0 = part
  120. we.Part1 = me.Torso
  121. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(0.15, 1.25, 0.75)
  122. we.C1 = CFrame.new()
  123. part = Instance.new("Part")
  124. part.Parent = mod
  125. part.Size = Vector3.new(1, 1, 1)
  126. part.Position = Vector3.new(1, 1, 1)
  127. part.BrickColor = BrickColor.new("Light orange")
  128. part:BreakJoints()
  129. mesh = Instance.new("SpecialMesh")
  130. mesh.Parent = part
  131. mesh.MeshType = "Sphere"
  132. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  133. we = Instance.new("Weld")
  134. we.Parent = mod
  135. we.Part0 = part
  136. we.Part1 = me.Torso
  137. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(-0.15, 1.25, 0.75)
  138. we.C1 = CFrame.new()
  139. Part1 = Instance.new("Part")
  140. Part1.Name = "Shaft"
  141. Part1.Parent = mod
  142. Part1.Size = Vector3.new(1, 3, 1)
  143. Part1.Position = Vector3.new(1, 1, 1)
  144. Part1.BrickColor = BrickColor.new("Light orange")
  145. Part1:BreakJoints()
  146. mesh3 = Instance.new("SpecialMesh")
  147. mesh3.Parent = Part1
  148. mesh3.MeshType = "Head"
  149. mesh3.Scale = Vector3.new(0.5, 1, 0.5)
  150. we3 = Instance.new("Weld")
  151. we3.Parent = mod
  152. we3.Part0 = Part1
  153. we3.Part1 = me.Torso
  154. we3.C0 = CFrame.fromEulerAnglesXYZ(1, 0, 0) + Vector3.new(0, -0.8, 1.25)
  155. we3.C1 = CFrame.new()
  156. local Tip = Instance.new("Part")
  157. Tip.Name = "Tip"
  158. Tip.Parent = Part1
  159. Tip.Size = Vector3.new(0.2,0.2,0.2)
  160. Tip.Transparency = 1
  161. Tip:BreakJoints()
  162. we4 = Instance.new("Weld")
  163. we4.Parent = mod
  164. we4.Part0 = Tip
  165. we4.Part1 = Part1
  166. we4.C0 = CFrame.fromEulerAnglesXYZ(0,0,0) + Vector3.new(0, -1.5, 0)
  167. we4.C1 = CFrame.new()
  168.  
  169. local mouse = game.Players.LocalPlayer:GetMouse()
  170. local tool = Tip
  171.  
  172. mouse.Button1Down:connect(function()
  173. print("Mouse pressed!")
  174. local ray = Ray.new(tool.CFrame.p, (mouse.Hit.p - tool.CFrame.p).unit * 300)
  175. local part, position = workspace:FindPartOnRay(ray, game.Players.LocalPlayer.Character, false, true)
  176.  
  177. local beam = Instance.new("Part", workspace)
  178. beam.BrickColor = BrickColor.new("White")
  179. beam.FormFactor = "Custom"
  180. beam.Material = "Neon"
  181. beam.Transparency = 0.25
  182. beam.Anchored = true
  183. beam.Locked = true
  184. beam.CanCollide = false
  185.  
  186. local distance = (tool.CFrame.p - position).magnitude
  187. beam.Size = Vector3.new(0.3, 0.3, distance)
  188. beam.CFrame = CFrame.new(tool.CFrame.p, position) * CFrame.new(0, 0, -distance / 2)
  189.  
  190. game:GetService("Debris"):AddItem(beam, 0.1)
  191.  
  192. if part then
  193. local humanoid = part.Parent:FindFirstChild("Humanoid")
  194.  
  195. if not humanoid then
  196. humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  197. end
  198.  
  199. if humanoid then
  200. humanoid:TakeDamage(50)
  201. end
  202. end
  203. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement