Advertisement
Gokussjg

Untitled

May 5th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.23 KB | None | 0 0
  1. --[[
  2. Project: Cancer staff A
  3. by grgrgry21 A A
  4. hooh A C A
  5. xdxddddxdxxxd A A
  6. dun lek me or il sue u A
  7. ==UpdateLogs==
  8. ==Ver 0.02==
  9. Added "q" move
  10. changed weld char to model
  11. ==Ver 0.01==
  12. Added sound
  13. Added growing scale effect
  14. ====~~Press F to kill urself 8)~~====
  15. ]]
  16.  
  17. plr = game.Players.LocalPlayer
  18. char = plr.Character
  19. Torso = char.Torso
  20. local msd = Instance.new('Model', char)
  21. msd.Name = "kys"
  22. mouse = plr:GetMouse()
  23. up = false
  24.  
  25. armweld = Instance.new("Weld", char.Torso)
  26. armweld.C0 = CFrame.new(1.5, .5, 0)
  27. armweld.C1 = CFrame.new(0, .5, 0)
  28. armweld.Part0 = char.Torso
  29. armweld.Part1 = char["Right Arm"]
  30.  
  31. Handle = Instance.new("Part",msd)
  32. Handle.Size=Vector3.new(1,6,1)
  33. Handle.Name = "Handle"
  34. Handle.Anchored = false
  35. Handle.CanCollide = false
  36. Handle.BrickColor = BrickColor.new("Really black")
  37. Handle:BreakJoints()
  38. Mesh = Instance.new("SpecialMesh",Handle)
  39. Mesh.MeshType=0
  40. Mesh.Scale=Vector3.new(0.2,0.7,0.2)
  41. Mesh.Offset=Vector3.new(0,-0.15,0)
  42. Weld = Instance.new("Weld",Handle)
  43. Weld.Part0 = Weld.Parent
  44. Weld.Part1 = plr.Character["Right Arm"]
  45. Weld.C0 = CFrame.new(0,1,1)*CFrame.Angles(math.rad(90),0,0)
  46.  
  47. Handle1 = Instance.new("Part",msd)
  48. Handle1.Size = Vector3.new(0.1,0.1,0.1)
  49. Handle1.Name = "Handle1"
  50. Handle1:BreakJoints()
  51. Handle1.Anchored = false
  52. Handle1.Transparency = 0
  53. Handle1.CanCollide = false
  54. Handle1.Shape = "Ball"
  55. Handle1.Material='Neon'
  56. Handle1.TopSurface = "SmoothNoOutlines"
  57. Handle1.BottomSurface = "SmoothNoOutlines"
  58. Handle1.BrickColor = BrickColor.new("Really red")
  59. Mesh = Instance.new("SpecialMesh",Handle1)
  60. Mesh.MeshType=0
  61. Mesh.Scale=Vector3.new(1.5,0.8,1.5)
  62. Mesh.Offset=Vector3.new(0,0,0)
  63. Weld = Instance.new("Weld",Handle1)
  64. Weld.Part0 = Weld.Parent
  65. Weld.Part1 = plr.Character["Right Arm"]
  66. Weld.C0 = CFrame.new(0,3.2,1)*CFrame.Angles(math.rad(90),0,0)
  67. --efect
  68. local han = Instance.new("Part", msd)
  69. han.Anchored = false
  70. han.Size = Vector3.new(0.1,0.1,0.1)
  71. han.formFactor = "Custom"
  72. han.CanCollide = false
  73. han.Name="die"
  74. han.BrickColor = BrickColor.new("Really red")
  75. han.Material='Neon'
  76. han.Transparency =1
  77. --han.Position = Ball.Position
  78. local asd2 = Instance.new("SpecialMesh",han)
  79. asd2.MeshType="Sphere"
  80. asd2.Scale = Vector3.new(4.7,4.7,4.7)
  81. Weld = Instance.new("Weld",han)
  82. Weld.Part0 = Weld.Parent
  83. Weld.Part1 = Handle
  84. Weld.C0 = CFrame.new(0,0,-2.5)*CFrame.Angles(math.rad(90),0,0)
  85. --
  86. Ball = Instance.new("Part",msd)
  87. Ball.Size = Vector3.new(0.1,0.1,0.1)
  88. Ball.Name = "Ball"
  89. Ball:BreakJoints()
  90. Ball.Anchored = false
  91. Ball.Transparency = 0
  92. Ball.CanCollide = false
  93. Ball.Shape = "Ball"
  94. Ball.Material='Neon'
  95. Ball.TopSurface = "SmoothNoOutlines"
  96. Ball.BottomSurface = "SmoothNoOutlines"
  97. Ball.BrickColor = BrickColor.new("Really red")
  98. Mesh = Instance.new("SpecialMesh",Ball)
  99. Mesh.MeshType="Sphere"
  100. Mesh.Scale = Vector3.new(4.7,4.7,4.7)
  101. Weld = Instance.new("Weld",Ball)
  102. Weld.Part0 = Weld.Parent
  103. Weld.Part1 = Handle
  104. Weld.C0 = CFrame.new(0,0,-2.5)*CFrame.Angles(math.rad(90),0,0)
  105.  
  106. Ball1 = Instance.new("Part",msd)
  107. Ball1.Size = Vector3.new(0.1,0.1,0.1)
  108. Ball1.Name = "Ball1"
  109. Ball1:BreakJoints()
  110. Ball1.Anchored = false
  111. Ball1.CanCollide = false
  112. Ball1.Shape = "Ball"
  113. Ball1.Material='Neon'
  114. Ball1.Transparency=0.7
  115. Ball1.TopSurface = "SmoothNoOutlines"
  116. Ball1.BottomSurface = "SmoothNoOutlines"
  117. Ball1.BrickColor = BrickColor.new("Really red")
  118. Mesh = Instance.new("SpecialMesh",Ball1)
  119. Mesh.MeshType="Sphere"
  120. Mesh.Scale = Vector3.new(6,6,6)
  121. Weld = Instance.new("Weld",Ball1)
  122. Weld.Part0 = Weld.Parent
  123. Weld.Part1 = Handle
  124. Weld.C0 = CFrame.new(0,0,-2.5)*CFrame.Angles(math.rad(90),0,0)
  125.  
  126. Wing = Instance.new("Part",msd)
  127. Wing.Size = Vector3.new(0.1,0.1,0.1)
  128. Wing.Name = "Wing"
  129. Wing:BreakJoints()
  130. Wing.Anchored = false
  131. Wing.CanCollide = false
  132. Wing.Shape = "Ball"
  133. Wing.Material='SmoothPlastic'
  134. Wing.Transparency=0
  135. Wing.TopSurface = "SmoothNoOutlines"
  136. Wing.BottomSurface = "SmoothNoOutlines"
  137. Wing.BrickColor = BrickColor.new("Really red")
  138. Mesh = Instance.new("SpecialMesh",Wing)
  139. Mesh.Scale = Vector3.new(3,2,0.3)
  140. Mesh.MeshId = "rbxassetid://147982651"
  141. Weld = Instance.new("Weld",Wing)
  142. Weld.Part0 = Weld.Parent
  143. Weld.Part1 = Handle
  144. Weld.C1 = CFrame.new(0,1,-1.5)*CFrame.Angles(math.rad(90),0,0)
  145. Weld.C0 = CFrame.new(0,0,-1.5)*CFrame.Angles(math.rad(90),0,0)
  146.  
  147. Wing = Instance.new("Part",msd)
  148. Wing.Size = Vector3.new(0.1,0.1,0.1)
  149. Wing.Name = "Wing"
  150. Wing:BreakJoints()
  151. Wing.Anchored = false
  152. Wing.CanCollide = false
  153. Wing.Shape = "Ball"
  154. Wing.Material='SmoothPlastic'
  155. Wing.Transparency=0
  156. Wing.TopSurface = "SmoothNoOutlines"
  157. Wing.BottomSurface = "SmoothNoOutlines"
  158. Wing.BrickColor = BrickColor.new("Really black")
  159. Mesh = Instance.new("SpecialMesh",Wing)
  160. Mesh.Scale = Vector3.new(2.9, 2, 0.3)
  161. Mesh.MeshId = "rbxassetid://147982651"
  162. Weld = Instance.new("Weld",Wing)
  163. Weld.Part0 = Weld.Parent
  164. Weld.Part1 = Handle
  165. Weld.C1 = CFrame.new(0,1,-1.5)*CFrame.Angles(math.rad(90),0,0)
  166. Weld.C0 = CFrame.new(0,0,-1.5)*CFrame.Angles(math.rad(90),0,0)
  167.  
  168. Ring = Instance.new("Part",msd)
  169. Ring.Size = Vector3.new(0.1,0.1,0.1)
  170. Ring.Name = "Ring"
  171. Ring:BreakJoints()
  172. Ring.Anchored = false
  173. Ring.CanCollide = false
  174. Ring.Shape = "Ball"
  175. Ring.Material='SmoothPlastic'
  176. Ring.Transparency=0
  177. Ring.TopSurface = "SmoothNoOutlines"
  178. Ring.BottomSurface = "SmoothNoOutlines"
  179. Ring.BrickColor = BrickColor.new("Really black")
  180. Mesh = Instance.new("SpecialMesh",Ring)
  181. Mesh.Scale = Vector3.new(1.2, 1.3, 1.2)
  182. Mesh.MeshId = "rbxassetid://3270017"
  183. Weld = Instance.new("Weld",Ring)
  184. Weld.Part0 = Weld.Parent
  185. Weld.Part1 = Handle
  186. Weld.C1 = CFrame.new(0,2.5,-2.5)*CFrame.Angles(math.rad(90),0,0)
  187. Weld.C0 = CFrame.new(0,0,-2.5)*CFrame.Angles(math.rad(90),0,0)
  188. --right v v v
  189. Wed = Instance.new("Part",msd)
  190. Wed.Size = Vector3.new(0.1,0.1,0.1)
  191. Wed.Name = "Wed"
  192. Wed:BreakJoints()
  193. Wed.Anchored = false
  194. Wed.CanCollide = false
  195. Wed.Shape = "Ball"
  196. Wed.Material='SmoothPlastic'
  197. Wed.TopSurface = "SmoothNoOutlines"
  198. Wed.BottomSurface = "SmoothNoOutlines"
  199. Wed.BrickColor = BrickColor.new("Really black")
  200. Mesh = Instance.new("SpecialMesh",Wed)
  201. Mesh.MeshType="Wedge"
  202. Mesh.Scale = Vector3.new(1, 1.2, 1.2)
  203. Weld = Instance.new("Weld",Wed)
  204. Weld.Part0 = Weld.Parent
  205. Weld.Part1 = Handle
  206. Weld.C1 = CFrame.new(0,2.38,0)*CFrame.Angles(math.rad(90),math.rad(90),0)
  207. Weld.C0 = CFrame.new(0,0.65,0)*CFrame.Angles(math.rad(90),0,math.rad(90))
  208.  
  209. Wed = Instance.new("Part",msd)
  210. Wed.Size = Vector3.new(0.1,0.1,0.1)
  211. Wed.Name = "Wed"
  212. Wed:BreakJoints()
  213. Wed.Anchored = false
  214. Wed.CanCollide = false
  215. Wed.Shape = "Ball"
  216. Wed.Material='SmoothPlastic'
  217. Wed.TopSurface = "SmoothNoOutlines"
  218. Wed.BottomSurface = "SmoothNoOutlines"
  219. Wed.BrickColor = BrickColor.new("Really black")
  220. Mesh = Instance.new("SpecialMesh",Wed)
  221. Mesh.MeshType="Wedge"
  222. Mesh.Scale = Vector3.new(1, 1.2, 1.2)
  223. Weld = Instance.new("Weld",Wed)
  224. Weld.Part0 = Weld.Parent
  225. Weld.Part1 = Handle
  226. Weld.C1 = CFrame.new(0,2.62,0)*CFrame.Angles(math.rad(90),math.rad(90),0)
  227. Weld.C0 = CFrame.new(0,0,-0.65)*CFrame.Angles(0,0,math.rad(90))
  228. --left v v v
  229. Wed = Instance.new("Part",msd)
  230. Wed.Size = Vector3.new(0.1,0.1,0.1)
  231. Wed.Name = "Wed"
  232. Wed:BreakJoints()
  233. Wed.Anchored = false
  234. Wed.CanCollide = false
  235. Wed.Shape = "Ball"
  236. Wed.Material='SmoothPlastic'
  237. Wed.TopSurface = "SmoothNoOutlines"
  238. Wed.BottomSurface = "SmoothNoOutlines"
  239. Wed.BrickColor = BrickColor.new("Really black")
  240. Mesh = Instance.new("SpecialMesh",Wed)
  241. Mesh.MeshType="Wedge"
  242. Mesh.Scale = Vector3.new(1, 1.2, 1.2)
  243. Weld = Instance.new("Weld",Wed)
  244. Weld.Part0 = Weld.Parent
  245. Weld.Part1 = Handle
  246. Weld.C1 = CFrame.new(0,2.38,0)*CFrame.Angles(0,0,math.rad(90))
  247. Weld.C0 = CFrame.new(0,0.65,0)*CFrame.Angles(math.rad(90),math.rad(90),math.rad(90))
  248.  
  249. Wed = Instance.new("Part",msd)
  250. Wed.Size = Vector3.new(0.1,0.1,0.1)
  251. Wed.Name = "Wed"
  252. Wed:BreakJoints()
  253. Wed.Anchored = false
  254. Wed.CanCollide = false
  255. Wed.Shape = "Ball"
  256. Wed.Material='SmoothPlastic'
  257. Wed.TopSurface = "SmoothNoOutlines"
  258. Wed.BottomSurface = "SmoothNoOutlines"
  259. Wed.BrickColor = BrickColor.new("Really black")
  260. Mesh = Instance.new("SpecialMesh",Wed)
  261. Mesh.MeshType="Wedge"
  262. Mesh.Scale = Vector3.new(1, 1.2, 1.2)
  263. Weld = Instance.new("Weld",Wed)
  264. Weld.Part0 = Weld.Parent
  265. Weld.Part1 = Handle
  266. Weld.C1 = CFrame.new(0,2.62,0)*CFrame.Angles(0,0,math.rad(90))
  267. Weld.C0 = CFrame.new(0,0,-0.65)*CFrame.Angles(math.rad(90),math.rad(90),0)
  268.  
  269. function onKeyDown(key)
  270. if key == "e" then
  271. if up == false then
  272. for a = 0, 1, .05 do
  273. armweld.C0 = CFrame.new(1.5, .5, 0) * CFrame.Angles(math.sin(a*math.pi/2)*math.pi/2, 0, 0)
  274. wait()
  275. end
  276. up = true
  277. else
  278. up = false
  279. for a = 1, 0, -.05 do
  280. armweld.C0 = CFrame.new(1.5, .5, 0) * CFrame.Angles(math.sin(a*math.pi/2)*math.pi/2, 0, 0)
  281. wait()
  282. end
  283. end
  284. end
  285.  
  286. if key == "q" then
  287. if up == true then
  288.  
  289. for a = 0, 1, .05 do
  290. armweld.C0 = CFrame.new(1.5, .5, 0) * CFrame.Angles(math.sin(a*math.pi/2)*2.5, 0, 0)
  291. wait()
  292. end
  293. han.Transparency = 0
  294. asd2.Scale = Vector3.new(4.7,4.7,4.7)
  295. local hai = Instance.new("Part", char)
  296. hai.Anchored = true
  297. hai.formFactor = "Custom"
  298. hai.CanCollide = false
  299. hai.Name="die"
  300. hai.BrickColor = BrickColor.new("Really red")
  301. hai.Material='Neon'
  302. hai.Transparency =0
  303. hai.Size = Vector3.new(1, 1, 1)
  304. hai.Position = mouse.hit.p
  305. local asd = Instance.new("SpecialMesh",hai)
  306. asd.MeshType="Sphere"
  307. asd.Scale = Vector3.new(10,10,10)
  308. local hai1 = Instance.new("Part", char)
  309. hai1.Anchored = true
  310. hai1.formFactor = "Custom"
  311. hai1.CanCollide = false
  312. hai1.Name="diea"
  313. hai1.BrickColor = BrickColor.new("Really red")
  314. hai1.Material='Neon'
  315. hai1.Transparency = 0
  316. hai1.Size = Vector3.new(1, 1, 1)
  317. hai1.Position = mouse.hit.p
  318. local asd1 = Instance.new("SpecialMesh",hai1)
  319. asd1.MeshType="Sphere"
  320. asd1.Scale = Vector3.new(10,10,10)
  321. CreateSound("http://roblox.com/asset/?id=199146035", hai, 2, 1)
  322. for i = 0 , 1.5 , 0.1 do
  323. asd1.Scale = asd1.Scale + Vector3.new(0.8,0.8,0.8)
  324. hai1.Transparency = hai1.Transparency + 0.08
  325. asd2.Scale = asd2.Scale + Vector3.new(0.7,0.7,0.7)
  326. han.Transparency = han.Transparency + 0.08
  327. wait()
  328. end
  329.  
  330.  
  331.  
  332. for a = .5, 0, -.1 do
  333. armweld.C0 = CFrame.new(1.5, .5, 0) * CFrame.Angles(math.sin(a*math.pi/2)*2.5, 0, 0)
  334. wait()
  335.  
  336. end
  337.  
  338.  
  339. local Cancrbomb = Instance.new("Part", char)
  340. Cancrbomb.Anchored = true
  341. Cancrbomb.Size = Vector3.new(1,1,1)
  342. Cancrbomb.formFactor = "Custom"
  343. Cancrbomb.CanCollide = false
  344. Cancrbomb.Name="die"
  345. Cancrbomb.BrickColor = BrickColor.new("Really red")
  346. Cancrbomb.Material='Neon'
  347. Cancrbomb.Transparency =0
  348. Cancrbomb.Position = hai.Position
  349.  
  350. local hoi = Instance.new("SpecialMesh",Cancrbomb)
  351. hoi.MeshType="Sphere"
  352. hoi.Scale = Vector3.new(10,10,10)
  353. local Cancrbomb1 = Instance.new("Part", char)
  354. Cancrbomb1.Anchored = true
  355. Cancrbomb1.Size = Vector3.new(1,1,1)
  356. Cancrbomb1.formFactor = "Custom"
  357. Cancrbomb1.CanCollide = false
  358. Cancrbomb1.Name="die"
  359. Cancrbomb1.BrickColor = BrickColor.new("Really red")
  360. Cancrbomb1.Material='Neon'
  361. Cancrbomb1.Transparency =0
  362. Cancrbomb1.Position = hai.Position
  363. local hoi1 = Instance.new("SpecialMesh",Cancrbomb1)
  364. hoi1.MeshType="Sphere"
  365. hoi1.Scale = Vector3.new(10,10,10)
  366. local Cancrbomb2 = Instance.new("Part", char)
  367. Cancrbomb2.Anchored = true
  368. Cancrbomb2.Size = Vector3.new(1,1,1)
  369. Cancrbomb2.formFactor = "Custom"
  370. Cancrbomb2.CanCollide = false
  371. Cancrbomb2.Name="die"
  372. Cancrbomb2.BrickColor = BrickColor.new("Really red")
  373. Cancrbomb2.Material='Neon'
  374. Cancrbomb2.Transparency =0
  375. Cancrbomb2.Position = hai.Position
  376. local hoi2 = Instance.new("SpecialMesh",Cancrbomb2)
  377. hoi2.MeshType="Sphere"
  378. hoi2.Scale = Vector3.new(10,10,10)
  379. --kys
  380. local kys = Instance.new("Part", char)
  381. kys.Anchored = true
  382. kys.Size = Vector3.new(38,8,1)
  383. kys.formFactor = "Custom"
  384. kys.CanCollide = false
  385. kys.Name="die"
  386. kys.BrickColor = BrickColor.new("Really red")
  387. kys.Material='Neon'
  388. kys.Transparency =1
  389. kys.Position = hai.Position
  390. local kys1 = Instance.new("Part", char)
  391. kys1.Anchored = true
  392. kys1.Size = Vector3.new(8,38,1)
  393. kys1.formFactor = "Custom"
  394. kys1.CanCollide = false
  395. kys1.Name="die"
  396. kys1.BrickColor = BrickColor.new("Really red")
  397. kys1.Material='Neon'
  398. kys1.Transparency =1
  399. kys1.Position = hai.Position
  400. local kys2 = Instance.new("Part", char)
  401. kys2.Anchored = true
  402. kys2.Size = Vector3.new(1,8,38)
  403. kys2.formFactor = "Custom"
  404. kys2.CanCollide = false
  405. kys2.Name="die"
  406. kys2.BrickColor = BrickColor.new("Really red")
  407. kys2.Material='Neon'
  408. kys2.Transparency =1
  409. kys2.Position = hai.Position
  410. CreateSound("http://roblox.com/asset/?id=206083232", Cancrbomb, 2, 1)
  411. kys.Touched:connect(function(hit)
  412. if hit.Parent:findFirstChild("Humanoid") then
  413. CreateSound("http://roblox.com/asset/?id=206082273", hit, 0.2, math.random(70, 120) / 100)
  414. CreateSound("http://roblox.com/asset/?id=206082327", hit, 0.2, math.random(70, 120) / 100)
  415. hit.Parent.Humanoid.MaxHealth = 100
  416. wait(0.00001)
  417. hit.Parent.Humanoid:TakeDamage(6900)
  418. --hit.Parent.Humanoid.Health = 0
  419. end
  420. end)
  421. kys1.Touched:connect(function(hit)
  422. if hit.Parent:findFirstChild("Humanoid") then
  423. CreateSound("http://roblox.com/asset/?id=206082273", hit, 0.2, math.random(70, 120) / 100)
  424. CreateSound("http://roblox.com/asset/?id=206082327", hit, 0.2, math.random(70, 120) / 100)
  425. hit.Parent.Humanoid.MaxHealth = 100
  426. wait(0.00001)
  427. hit.Parent.Humanoid:TakeDamage(6900)
  428. --hit.Parent.Humanoid.Health = 0
  429. end
  430. end)
  431. kys2.Touched:connect(function(hit)
  432. if hit.Parent:findFirstChild("Humanoid") then
  433. CreateSound("http://roblox.com/asset/?id=206082273", hit, 0.2, math.random(70, 120) / 100)
  434. CreateSound("http://roblox.com/asset/?id=206082327", hit, 0.2, math.random(70, 120) / 100)
  435. hit.Parent.Humanoid.MaxHealth = 100
  436. wait(0.00001)
  437. hit.Parent.Humanoid:TakeDamage(6900)
  438. --hit.Parent.Humanoid.Health = 0
  439. end
  440. end)
  441. wait(.01)
  442.  
  443.  
  444. hai:remove()
  445. hai1:remove()
  446. for i = 0 , 3 , 0.1 do
  447. hoi.Scale = hoi.Scale + Vector3.new(5,0,0)
  448. Cancrbomb.Transparency = Cancrbomb.Transparency + 0.05
  449. hoi1.Scale = hoi1.Scale + Vector3.new(0,5,0)
  450. Cancrbomb1.Transparency = Cancrbomb1.Transparency + 0.05
  451. hoi2.Scale = hoi2.Scale + Vector3.new(0,0,5)
  452. Cancrbomb2.Transparency = Cancrbomb2.Transparency + 0.05
  453. kys.CFrame =(Cancrbomb.CFrame*CFrame.new(0,0,0))*CFrame.Angles(math.random(-3,3),0,0)
  454. kys1.CFrame =(Cancrbomb.CFrame*CFrame.new(0,0,0))*CFrame.Angles(0,math.random(-3,3),0)
  455. kys2.CFrame =(Cancrbomb.CFrame*CFrame.new(0,0,0))*CFrame.Angles(0,0,math.random(-3,3))
  456. wait()
  457.  
  458. end
  459. kys:remove()
  460. kys1:remove()
  461. kys2:remove()
  462. wait(.6)
  463. Cancrbomb:remove()
  464. Cancrbomb1:remove()
  465. Cancrbomb2:remove()
  466. for a = 0, 1, .05 do
  467. armweld.C0 = CFrame.new(1.5, .5, 0) * CFrame.Angles(math.sin(a*math.pi/2)*math.pi/2, 0, 0)
  468. wait()
  469. end
  470.  
  471. end
  472. end
  473. --nioce
  474. end
  475.  
  476. mouse.KeyDown:connect(onKeyDown)
  477. mouse.Button1Down:connect(function()
  478.  
  479. if up then
  480. local startpos = Ball.Position;
  481. local endpos = mouse.Hit.p;
  482. local length = 999;
  483.  
  484. local ray = Ray.new(startpos, (endpos - startpos).unit*length)
  485. local hit, hitpos = workspace:FindPartOnRay( ray, char )
  486.  
  487. local size = (startpos-hitpos).magnitude
  488.  
  489.  
  490. if hit then
  491. if hit.Parent:findFirstChild("Humanoid") then
  492. CreateSound("http://roblox.com/asset/?id=206082273", hit, 1, math.random(70, 120) / 100)
  493. CreateSound("http://roblox.com/asset/?id=206082327", hit, 1, math.random(70, 120) / 100)
  494.  
  495.  
  496. hit.Parent.Humanoid.MaxHealth = 1
  497. wait(0.01)
  498. hit.Parent.Humanoid:TakeDamage(6900000)
  499. --hit.Parent.Humanoid.Health = 0
  500.  
  501.  
  502.  
  503. end
  504.  
  505.  
  506. end
  507. local part = Instance.new("Part", char)
  508. part.Anchored = true
  509. part.formFactor = "Custom"
  510. part.CanCollide = false
  511. part.BrickColor = BrickColor.new("Really red")
  512. part.Material='Neon'
  513. part.Name="aa"
  514. part.Transparency =0
  515. part.Size = Vector3.new(.8, size, .8)
  516.  
  517. part.CFrame = CFrame.new(startpos, hitpos) * CFrame.Angles(-math.pi/2, 0, 0) * CFrame.new(0, size/2, 0)
  518. local m = Instance.new("CylinderMesh", part)
  519.  
  520. local part1 = Instance.new("Part", char)
  521. part1.Anchored = true
  522. part1.formFactor = "Custom"
  523. part1.CanCollide = false
  524. part1.BrickColor = BrickColor.new("Really red")
  525. part1.Material='Neon'
  526. part1.Name="aa"
  527. part1.Transparency =0.3
  528. part1.Size = Vector3.new(1.3, size, 1.3)
  529.  
  530. part1.CFrame = CFrame.new(startpos, hitpos) * CFrame.Angles(-math.pi/2, 0, 0) * CFrame.new(0, size/2, 0)
  531. local m1 = Instance.new("CylinderMesh", part1)
  532.  
  533. local ded = Instance.new("Part", char)
  534. ded.Anchored = true
  535. ded.formFactor = "Custom"
  536. ded.CanCollide = false
  537. ded.Name="aa"
  538. ded.BrickColor = BrickColor.new("Really red")
  539. ded.Material='Neon'
  540. ded.Transparency =0.3
  541. ded.Size = Vector3.new(1.3, 1.3, 1.3)
  542. ded.Position = mouse.hit.p
  543. local asd = Instance.new("SpecialMesh",ded)
  544. asd.MeshType="Sphere"
  545. asd.Scale = Vector3.new(0.2,0.2,0.2)
  546.  
  547. local ded1 = Instance.new("Part", char)
  548. ded1.Anchored = true
  549. ded1.formFactor = "Custom"
  550. ded1.CanCollide = false
  551. ded1.Name="aa"
  552. ded1.BrickColor = BrickColor.new("Really red")
  553. ded1.Material='Neon'
  554. ded1.Transparency =0.3
  555. ded1.Size = Vector3.new(1.8, 1.8, 1.8)
  556. ded1.Position = mouse.hit.p
  557. local asd1 = Instance.new("SpecialMesh",ded1)
  558. asd1.MeshType="Sphere"
  559. asd1.Scale = Vector3.new(0.7,0.7,0.7)
  560.  
  561. local endpos = Instance.new("Part", char)
  562. endpos.Anchored = true
  563. endpos.formFactor = "Custom"
  564. endpos.CanCollide = false
  565. endpos.Name="aa"
  566. endpos.BrickColor = BrickColor.new("Really red")
  567. endpos.Material='Neon'
  568. endpos.Transparency =0
  569. endpos.Size = Vector3.new(0.8, 0.8, 0.8)
  570. endpos.Position = mouse.hit.p
  571. local joj = Instance.new("SpecialMesh",endpos)
  572. joj.MeshType="Sphere"
  573. joj.Scale = Vector3.new(1,1,1)
  574. local endpos1 = Instance.new("Part", char)
  575. endpos1.Anchored = true
  576. endpos1.formFactor = "Custom"
  577. endpos1.CanCollide = false
  578. endpos1.Name="aa"
  579. endpos1.BrickColor = BrickColor.new("Really red")
  580. endpos1.Material='Neon'
  581. endpos1.Transparency =0.3
  582. endpos1.Size = Vector3.new(1.3, 1.3, 1.3)
  583. endpos1.Position = mouse.hit.p
  584. local joj1 = Instance.new("SpecialMesh",endpos1)
  585. joj1.MeshType="Sphere"
  586. joj1.Scale = Vector3.new(1,1,1)
  587.  
  588. local kyspls = Instance.new("Part", char)
  589. kyspls.Anchored = true
  590. kyspls.Name="kys"
  591. kyspls.formFactor = "Custom"
  592. kyspls.CanCollide = false
  593. kyspls.BrickColor = BrickColor.new("Really red")
  594. kyspls.Material='Neon'
  595. kyspls.Transparency = 1
  596. kyspls.Size = Vector3.new(10, 1, 10)
  597. kyspls.Position = mouse.hit.p
  598. kyspls.CFrame =(endpos.CFrame*CFrame.new(0,0,-2))*CFrame.Angles(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  599. wait(0.00000001)
  600.  
  601. kyspls.Touched:connect(function(hit)
  602. if hit.Parent:findFirstChild("Humanoid") then
  603. CreateSound("http://roblox.com/asset/?id=206082273", hit, 0.15, math.random(70, 120) / 100)
  604. CreateSound("http://roblox.com/asset/?id=206082327", hit, 0.15, math.random(70, 120) / 100)
  605. hit.Parent.Humanoid.MaxHealth = 1
  606. wait(0.00001)
  607. hit.Parent.Humanoid:TakeDamage(6900000)
  608. --hit.Parent.Humanoid.Health = 0
  609. end
  610. end)
  611.  
  612. --[[local e = Instance.new("Explosion")
  613. e.Position = mouse.hit.p
  614. e.Parent = game:GetService("Workspace")]]
  615.  
  616. CreateSound("http://roblox.com/asset/?id=199144144", Torso, 1, 1)
  617.  
  618. wait(0.0333333333333)
  619.  
  620. for i = 0 , 1.5 , 0.1 do
  621. m.Scale = m.Scale + Vector3.new(0.02,0,0.02)
  622. part.Transparency = part.Transparency + 0.08
  623.  
  624. m1.Scale = m1.Scale + Vector3.new(0.03,0,0.03)
  625. part1.Transparency = part1.Transparency + 0.08
  626.  
  627.  
  628. joj.Scale = joj.Scale + Vector3.new(0.02,0,0.02)
  629. endpos.Transparency = endpos.Transparency + 0.08
  630.  
  631. joj1.Scale = joj1.Scale + Vector3.new(0.03,0,0.03)
  632. endpos1.Transparency = endpos1.Transparency + 0.08
  633.  
  634. ded.Transparency = ded.Transparency + 0.08
  635. asd.Scale = asd.Scale + Vector3.new(2,2,2)
  636.  
  637. ded1.Transparency = ded1.Transparency + 0.08
  638. asd1.Scale = asd1.Scale + Vector3.new(2.1,2.1,2.1)
  639.  
  640. kyspls.CFrame =(endpos.CFrame*CFrame.new(0,0,-2))*CFrame.Angles(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  641. wait(0.00000001)
  642. end
  643.  
  644. part.Transparency = 1
  645. part.Parent = nil
  646. part1.Transparency = 1
  647. part1.Parent = nil
  648. endpos.Transparency = 1
  649. endpos.Parent = nil
  650. endpos1.Transparency = 1
  651. endpos1.Parent = nil
  652. ded.Transparency = 1
  653. ded.Parent = nil
  654. ded1.Transparency = 1
  655. ded1.Parent = nil
  656. kyspls:remove()
  657. end
  658. end)
  659. --
  660.  
  661. wait(1)
  662. Ball.Touched:connect(function(hit)
  663. if up == false then
  664. if hit.Parent:findFirstChild("Humanoid") then
  665. hit.Parent.Humanoid.MaxHealth = 1
  666. wait(0.01)
  667. hit.Parent.Humanoid:TakeDamage(6900000)
  668. hit.Parent.Humanoid.Health = 0
  669. end
  670. end
  671. end)
  672.  
  673. --[[nig = Instance.new("Sound",workspace)
  674. nig.Volume = 1
  675. nig.Pitch = 1
  676. nig.SoundId = "rbxassetid://206082273"
  677. nig:Stop()
  678. nig.Name = "ay"
  679.  
  680. nig1 = Instance.new("Sound",workspace)
  681. nig1.Volume = 1
  682. nig1.Pitch = 1
  683. nig1.SoundId = "rbxassetid://206082327"
  684. nig1:Stop()
  685. nig1.Name = "ay1"
  686.  
  687. --sh = Instance.new("Sound",workspace)
  688. sh.Volume = 1
  689. sh.Pitch = 1
  690. sh.SoundId = "rbxassetid://199144144"
  691. sh:Stop()
  692. sh.Name.Name = "ay2"]]
  693.  
  694. function CreateSound(id, par, vol, pit)
  695. coroutine.resume(coroutine.create(function()
  696. local sou = Instance.new("Sound", par or workspace)
  697. sou.Volume = vol
  698. sou.Pitch = pit or 1
  699. sou.SoundId = id
  700. wait()
  701. sou:play()
  702. game:GetService("Debris"):AddItem(sou, 6)
  703. end))
  704. end
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711. local txt = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
  712. txt.Adornee = game.Players.LocalPlayer.Character.Head
  713. txt.Name = "_status"
  714. txt.Size = UDim2.new(2, 0, 1.2, 0)
  715. txt.StudsOffset = Vector3.new(-9, 8, 0)
  716. local text = Instance.new("TextLabel", txt)
  717. text.Size = UDim2.new(10, 0, 7, 0)
  718. text.FontSize = "Size24"
  719. text.TextScaled = true
  720. text.TextTransparency = 0
  721. text.BackgroundTransparency = 1
  722. text.TextTransparency = 0
  723. text.TextStrokeTransparency = 0
  724. text.Font = "SciFi"
  725. text.TextStrokeColor3 = Color3.new(1,1,1)
  726.  
  727. v=Instance.new("Part")
  728. v.Name = "ColorBrick"
  729. v.Parent= game.Players.LocalPlayer.Character
  730. v.FormFactor="Symmetric"
  731. v.Anchored=true
  732. v.CanCollide=false
  733. v.BottomSurface="Smooth"
  734. v.TopSurface="Smooth"
  735. v.Size=Vector3.new(3,1.5,1)
  736. v.Transparency=1
  737. v.CFrame=game.Players.LocalPlayer.Character.Torso.CFrame
  738. v.BrickColor=BrickColor.new("Really red")
  739. v.Transparency=1
  740. text.TextColor3 = Color3.new(255, 0, 0)
  741. v.Shape="Block"
  742. text.Text = "Shady staff V0.02 by grgrgry21."
  743. wait(2)
  744. text.Text = "Dont dare u leak mah skrpt"
  745. wait(0.4)
  746. text.Parent = nil
  747. v.Parent = nil
  748. txt.Parent = nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement