Advertisement
xtremscriptsxd

lol

Dec 11th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.75 KB | None | 0 0
  1.  
  2.  
  3. local p = game.Players.LocalPlayer
  4. local char = p.Character
  5. local mouse = p:GetMouse()
  6. local larm = char["Left Arm"]
  7. local rarm = char["Right Arm"]
  8. local lleg = char["Left Leg"]
  9. local rleg = char["Right Leg"]
  10. local hed = char.Head
  11. local torso = char.Torso
  12. local hum = char.Humanoid
  13. local stance = "idle"
  14. local root = char.HumanoidRootPart
  15. local tool = script.Parent
  16. local canatk = true
  17. LS = torso["Left Shoulder"]
  18. LH = torso["Left Hip"]
  19. RS = torso["Right Shoulder"]
  20. RH = torso["Right Hip"]
  21. Neck = torso.Neck
  22. RootPart = char.HumanoidRootPart
  23. RootJoint = RootPart.RootJoint
  24. qcooldown = 0
  25. canq = true
  26. beenhit = false
  27.  
  28.  
  29.  
  30.  
  31. function ballhands1()
  32. local hpr = Instance.new("Part", char)
  33. hpr.Anchored = false
  34. hpr.Size = Vector3.new(1,1,1)
  35. hpr.CanCollide = false
  36. hpr.Material = "Neon"
  37. hpr.BrickColor = BrickColor.new("Cyan")
  38. hpr.Shape = "Ball"
  39. local hpl = hpr:Clone()
  40. hpl.Parent = char
  41. local hprweld = Instance.new("Weld",char["Right Arm"])
  42. hprweld.Part0 = char["Right Arm"]
  43. hprweld.Part1 = hpr
  44. hprweld.C0 = CFrame.new(0, -1, 0)
  45. local hplweld = Instance.new("Weld",char["Left Arm"])
  46. hplweld.Part0 = char["Left Arm"]
  47. hplweld.Part1 = hpl
  48. hplweld.C0 = CFrame.new(0, -1, 0)
  49.  
  50.  
  51. spawn(function()
  52. while true do
  53. wait()
  54.  
  55. local fx1 = hpr:Clone()
  56. fx1.Parent = char
  57. fx1.Anchored = true
  58. local fx2 = hpl:Clone()
  59. fx2.Parent = char
  60. fx2.Anchored = true
  61. for i = 0,5,.1 do
  62. fx1.Size = fx1.Size+Vector3.new(.1,.1,.1)
  63. fx2.Size = fx2.Size+Vector3.new(.1,.1,.1)
  64. fx1.Transparency = i
  65. fx2.Transparency = i
  66. fx1.CFrame = hpr.CFrame
  67. fx2.CFrame = hpl.CFrame
  68.  
  69. wait()
  70. end
  71. fx1:Destroy()
  72. end
  73. end)
  74.  
  75.  
  76. end
  77.  
  78.  
  79.  
  80.  
  81. function ballhands2()
  82. local hpr = Instance.new("Part", char)
  83. hpr.Anchored = false
  84. hpr.Size = Vector3.new(2,2,2)
  85. hpr.CanCollide = false
  86. hpr.Material = "SmoothPlastic"
  87. hpr.BrickColor = BrickColor.new("Cyan")
  88. hpr.Shape = "Ball"
  89. hpr.Transparency = .8
  90. local hpl = hpr:Clone()
  91. hpl.Parent = char
  92. local hprweld = Instance.new("Weld",char["Right Arm"])
  93. hprweld.Part0 = char["Right Arm"]
  94. hprweld.Part1 = hpr
  95. hprweld.C0 = CFrame.new(0, -1, 0)
  96. local hplweld = Instance.new("Weld",char["Left Arm"])
  97. hplweld.Part0 = char["Left Arm"]
  98. hplweld.Part1 = hpl
  99. hplweld.C0 = CFrame.new(0, -1, 0)
  100. end
  101.  
  102.  
  103.  
  104.  
  105. mouse.KeyDown:connect(function(key)
  106. if key == "e" then
  107. ballhands1()
  108. ballhands2()
  109. end
  110. end)
  111.  
  112. mouse.KeyDown:connect(function(key)
  113. if key == "m" then
  114. game.Players.LocalPlayer.Character.Animate:Destroy()
  115. end
  116. end)
  117.  
  118.  
  119.  
  120. mouse.KeyDown:connect(function(key)
  121. if key == "q" then
  122. if canatk == true then
  123. if canq == true then
  124. canatk = false
  125. hum.WalkSpeed = 0
  126. qcooldown = 10
  127. local punhold = Instance.new("Part", workspace)
  128. punhold.Anchored = true
  129. punhold.CanCollide = false
  130. punhold.CFrame = torso.CFrame
  131. punhold.Transparency = 1
  132. local sphere = Instance.new("Part", workspace)
  133. sphere.CFrame = torso.CFrame
  134. sphere.CFrame = torso.CFrame:lerp(sphere.CFrame*CFrame.new(0,0,-4),1)
  135. sphere.Anchored = true
  136. sphere.CanCollide = false
  137. sphere.Transparency = 0.8
  138. sphere.Size = Vector3.new(4,4,4)
  139. sphere.Shape = "Ball"
  140. sphere.TopSurface = Enum.SurfaceType.Smooth
  141. sphere.BottomSurface = Enum.SurfaceType.Smooth
  142. sphere.BrickColor = BrickColor.new("Cyan")
  143.  
  144. local smals = sphere:Clone()
  145. smals.Parent = workspace
  146. smals.Transparency = 0
  147. smals.Material = "Neon"
  148. smals.Size = Vector3.new(2,2,2)
  149. smals.BrickColor = BrickColor.new("Cyan")
  150.  
  151. local rngholdr = sphere:Clone()
  152. rngholdr.Parent = workspace
  153. rngholdr.CFrame = rngholdr.CFrame
  154. local rngholdr2 = sphere:Clone()
  155. rngholdr2.Parent = workspace
  156. local holder = smals:Clone()
  157. holder.Parent = workspace
  158. holder.Transparency = 1
  159. holder.Size = Vector3.new(.2,.2,.2)
  160. rngholdr2.CFrame = rngholdr2.CFrame
  161. rngholdr2.CFrame = rngholdr2.CFrame:lerp(rngholdr2.CFrame*CFrame.fromEulerAnglesXYZ(0,0,1),1)
  162.  
  163. local rng = Instance.new("SpecialMesh", rngholdr)
  164. rng.MeshId = "http://www.roblox.com/asset/?id=3270017"
  165. rng.Scale = Vector3.new(4,4,4)
  166.  
  167. local rng1 = rng:Clone()
  168. rng1.Parent = rngholdr2
  169.  
  170. local groundprt = Instance.new("Part", sphere)
  171. groundprt.Anchored = true
  172. groundprt.CanCollide = false
  173. groundprt.BrickColor = BrickColor.new("Cyan")
  174. groundprt.Transparency = 0.5
  175. groundprt.CFrame = sphere.CFrame
  176. groundprt.CFrame = groundprt.CFrame:lerp(groundprt.CFrame*CFrame.new(0,-2,0),1)
  177. local grnd2 = groundprt:Clone()
  178. grnd2.Parent = workspace
  179. local crown2 = Instance.new("SpecialMesh", grnd2)
  180. crown2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  181. crown2.Scale = Vector3.new(8,0.5,8)
  182. local crown = Instance.new("SpecialMesh", groundprt)
  183. crown.MeshId = "http://www.roblox.com/asset/?id=20329976"
  184. crown.Scale = Vector3.new(4,2,4)
  185. local hbox = Instance.new("Part", workspace)
  186. hbox.Size=Vector3.new(12,12,.2)
  187. hbox.Anchored = true
  188. hbox.CanCollide = false
  189. hbox.CFrame = sphere.CFrame
  190. hbox.CFrame = hbox.CFrame:lerp(hbox.CFrame*CFrame.new(0,0,-6),1)
  191. hbox.Transparency = 1
  192. hbox.Touched:connect(function(hit)
  193. if hit.Parent:FindFirstChild("Humanoid") then
  194. if hit.Parent.Name ~= p.Name then
  195. canatk = false
  196. qcooldown = 20
  197. beenhit = true
  198. smals:Destroy()
  199. sphere:Destroy()
  200. rngholdr:Destroy()
  201. rngholdr2:Destroy()
  202. grnd2:Destroy()
  203. grnd3:Destroy()
  204. hbox:Destroy()
  205. local newt = hit.Parent.Torso
  206. local ex1 = Instance.new("Part", newt)
  207. ex1.Anchored = true
  208. ex1.BrickColor = BrickColor.new("Cyan")
  209. ex1.Material = "Neon"
  210. ex1.Transparency = .5
  211. ex1.CanCollide = false
  212. ex1.CFrame = newt.CFrame
  213. ex1.Size = Vector3.new(3,3,3)
  214. ex1.TopSurface = Enum.SurfaceType.Smooth
  215. ex1.BottomSurface = Enum.SurfaceType.Smooth
  216. local mh1 = ex1:Clone()
  217. mh1.Parent = newt
  218. mh1.CFrame = mh1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  219. local mh2 = ex1:Clone()
  220. mh2.Parent = newt
  221. mh2.CFrame = mh2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  222. local m1 = Instance.new("SpecialMesh",mh1)
  223. m1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  224. m1.Scale = Vector3.new(4,4,4)
  225. local m2 = m1:Clone()
  226. m2.Parent = mh2
  227. local ex2 = ex1:Clone()
  228. ex2.Parent = newt
  229. ex2.CFrame=ex2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  230. ex1.CFrame=ex1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  231.  
  232.  
  233.  
  234.  
  235. for i = 0,10,.5 do
  236. ex1.Size = ex1.Size+Vector3.new(.5,.5,.5)
  237. ex2.Size = ex2.Size+Vector3.new(.5,.5,.5)
  238. ex1.CFrame = newt.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  239. ex2.CFrame = newt.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))
  240. m1.Scale = m1.Scale+Vector3.new(1,1,1)
  241. m2.Scale = m2.Scale+Vector3.new(1,1,1)
  242. wait()
  243. end
  244. wait()
  245. ex1:Destroy()
  246. ex2:Destroy()
  247. mh1:Destroy()
  248. mh2:Destroy()
  249. local hoom = hit.Parent:FindFirstChild("Humanoid")
  250. hoom.Health= hoom.Health-60
  251. wait(qcooldown)
  252. canq = true
  253. canatk = true
  254. beenhit = false
  255. end
  256. end
  257. end)
  258.  
  259. spawn(function()
  260. RH.C0=RH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(20))
  261. LH.C0=LH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  262. RS.C0=RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(90))
  263. LS.C0=LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(90))
  264. Neck.C0=Neck.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  265. RootJoint.C0=RootJoint.C0*CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.rad(20),math.rad(0),math.rad(0))
  266. wait(1)
  267. RH.C0=RH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-20))
  268. LH.C0=LH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  269. RS.C0=RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-90))
  270. LS.C0=LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-90))
  271. Neck.C0=Neck.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  272. RootJoint.C0=RootJoint.C0*CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.rad(-20),math.rad(0),math.rad(0))
  273. hum.WalkSpeed = 16
  274. end)
  275. for i = 1, 10 do
  276.  
  277. groundprt.CFrame = groundprt.CFrame * CFrame.Angles(0,-math.rad(15 + i),0)
  278.  
  279. grnd2.CFrame = grnd2.CFrame * CFrame.Angles(0,-math.rad(15 + i),0)
  280. rngholdr.CFrame = rngholdr.CFrame:lerp(rngholdr.CFrame*CFrame.fromEulerAnglesXYZ(-.1,0,0),1)
  281. rngholdr2.CFrame = rngholdr2.CFrame:lerp(rngholdr2.CFrame*CFrame.fromEulerAnglesXYZ(.1,0,0),1)
  282. wait()
  283. end
  284. spawn(function()
  285. for i =1,10,.5 do
  286. sphere.Size = sphere.Size+Vector3.new(.2,.2,.2)
  287. smals.Size = smals.Size+Vector3.new(.05,.05,.05)
  288. rng.Scale = rng.Scale+Vector3.new(.2,.2,.2)
  289. rng1.Scale = rng1.Scale+Vector3.new(.2,.2,.2)
  290. wait()
  291. end
  292. end)
  293. --groundprt:Destroy()
  294. --grnd2:Destroy()
  295. groundprt:Destroy()
  296. grnd3 = grnd2:Clone()
  297. grnd3.Parent = workspace
  298. spawn(function()
  299. while true do
  300. --groundprt.CFrame = groundprt.CFrame * CFrame.Angles(0,-math.rad(15 + 1),0)
  301. grnd2.CFrame = grnd2.CFrame * CFrame.Angles(0,-math.rad(15 + 1),0)
  302. grnd3.CFrame = grnd3.CFrame * CFrame.Angles(0,-math.rad(15 + 3),0)
  303. wait()
  304. end
  305. end)
  306.  
  307. spawn(function()
  308. while true do
  309. rngholdr.CFrame = rngholdr.CFrame:lerp(rngholdr.CFrame*CFrame.fromEulerAnglesXYZ(-.1,0,0),1)
  310. rngholdr2.CFrame = rngholdr2.CFrame:lerp(rngholdr2.CFrame*CFrame.fromEulerAnglesXYZ(.1,0,0),1)
  311. rngholdr.Position = holder.Position
  312. rngholdr2.Position = holder.Position
  313. grnd2.Position = holder.Position
  314. grnd3.Position = holder.Position
  315. wait()
  316. end
  317. end)
  318.  
  319. local pun = Instance.new("Part", workspace)
  320. pun.Anchored = true
  321. pun.CanCollide = false
  322. pun.Size = Vector3.new(.2,.2,.2)
  323. pun.CFrame = punhold.CFrame
  324. pun.CFrame = pun.CFrame:lerp(pun.CFrame*CFrame.new(0,0,-4),1)
  325. pun.CFrame = pun.CFrame*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0)
  326. pun.BrickColor= BrickColor.new("Cyan")
  327. local punm = Instance.new("SpecialMesh", pun)
  328. punm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  329. punm.Scale = Vector3.new(12,12,12)
  330.  
  331. spawn(function()
  332. for i =0,5,.1 do
  333. pun.Transparency = i
  334. wait()
  335. end
  336. end)
  337. for i = 1,10,.1 do
  338. sphere.CFrame = sphere.CFrame:lerp(sphere.CFrame*CFrame.new(0,0,-3),1)
  339. smals.CFrame =smals.CFrame:lerp(smals.CFrame*CFrame.new(0,0,-3),1)
  340. sphere.CFrame=smals.CFrame
  341. holder.CFrame = sphere.CFrame
  342. hbox.CFrame = sphere.CFrame
  343. hbox.CFrame = hbox.CFrame:lerp(hbox.CFrame*CFrame.new(0,0,-6),1)
  344. wait()
  345. end
  346.  
  347.  
  348.  
  349.  
  350. smals:Destroy()
  351. sphere:Destroy()
  352. rngholdr:Destroy()
  353. rngholdr2:Destroy()
  354. grnd2:Destroy()
  355. grnd3:Destroy()
  356. canatk = true
  357. hum.WalkSpeed = 200
  358. if beenhit == false then
  359. wait(qcooldown)
  360. end
  361. end
  362. end
  363. end
  364. end)
  365.  
  366.  
  367.  
  368. mouse.KeyDown:Connect(function(key)
  369. if key == "r" then
  370. hum.WalkSpeed = 100
  371.  
  372.  
  373. local pm = Instance.new("ParticleEmitter", hed)
  374. pm.Size = NumberSequence.new(5, 5, 5)
  375. pm.Speed = NumberRange.new(30, 30, 30)
  376. for i = 1,80 do
  377. RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-9))
  378. LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(9))
  379. RootJoint.C0=RootJoint.C0*CFrame.new(0,1,0)*CFrame.fromEulerAnglesXYZ(math.rad(4.5),math.rad(0),math.rad(0))
  380. wait()
  381. end
  382. pm:Destroy()
  383. hum.WalkSpeed = 16
  384. end
  385. end)
  386.  
  387. mouse.KeyDown:connect(function(key)
  388. if key == "x" then
  389. if canatk == true then
  390. canatk = false
  391. for i = 1,10 do
  392. RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(-9),math.rad(0),math.rad(0))
  393. LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  394. RH.C0=RH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  395. LH.C0=LH.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  396. RootJoint.C0=RootJoint.C0*CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(9))
  397. Neck.C0=Neck.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-9))
  398. wait()
  399. end
  400.  
  401. --[[ local shol = Instance.new("Part", char)
  402. shol.Anchored = true
  403. shol.CanCollide = false
  404. shol.BrickColor = BrickColor.new("Cyan")
  405. shol.CFrame = hed.CFrame
  406. shol.CFrame = shol.CFrame*CFrame.new(0,-.3,-3)
  407. shol.CFrame = shol.CFrame*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0)
  408. shol.Transparency = .5
  409. local me = Instance.new("SpecialMesh", shol)
  410. me.MeshId = "http://www.roblox.com/asset/?id=1033714"
  411. me.Scale = Vector3.new(5,5,5)
  412.  
  413. local bem = Instance.new("Part", char)
  414. bem.Anchored = true
  415. bem.BrickColor = BrickColor.new("Really black")
  416. bem.CanCollide = false
  417. --bem.FormFactor = 3
  418. --bem.Name = "Beam" .. shot
  419. bem.Size = Vector3.new(1, 1, 1)
  420. bem.Transparency = 0
  421. bem.TopSurface = 0
  422. bem.BottomSurface = 0
  423. local bemm = Instance.new("SpecialMesh", bem)
  424. bemm.MeshType = 4
  425. bemm.Scale = Vector3.new(1, 4, 4)
  426. bem.CFrame = larm.CFrame]]
  427. wait(1)
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(90),math.rad(0),math.rad(0))
  435. RootJoint.C0=RootJoint.C0*CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(-90))
  436. Neck.C0=Neck.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(90))
  437. canatk = true
  438. end
  439. end
  440. end)
  441.  
  442. mouse.KeyDown:connect(function(key)
  443. if key == "h" then
  444. local pkep = Instance.new("Part", torso)
  445. pkep.Anchored = true
  446. pkep.Size = Vector3.new(18,1,18)
  447. pkep.Transparency = 1
  448. pkep.CanCollide = false
  449. pkep.CFrame = torso.CFrame
  450. pkep.CFrame = pkep.CFrame*CFrame.new(0,-2.5,0)
  451. pkep.Touched:connect(function(hit)
  452. if hit.Parent:FindFirstChild("Humanoid") then
  453. if hit.Parent.Name ~= p.Name then
  454. local hoom = hit.Parent:FindFirstChild("Humanoid")
  455. hoom.WalkSpeed = 0
  456. hoom.Health = hoom.Health-30
  457. wait(2)
  458. hoom.WalkSpeed = 16
  459. end
  460. end
  461. end)
  462. local bp = Instance.new("BodyPosition",torso)
  463. bp.position = torso.Position+Vector3.new(0,10,0)
  464. bp.maxForce = Vector3.new(500000000, 500000000, 500000000)
  465.  
  466.  
  467. for i =1,10,.25 do
  468.  
  469.  
  470. RS.C0=RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(-3),math.rad(0),math.rad(0))
  471. LS.C0=LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(-3),math.rad(0),math.rad(0))
  472.  
  473. end
  474. RS.C0=RS.C0*CFrame.new(0,-.5,-.5)
  475. LS.C0=LS.C0*CFrame.new(0,-.5,-.5)
  476.  
  477.  
  478.  
  479.  
  480.  
  481. spawn(function()
  482. local grnd2 = Instance.new("Part", pkep)
  483. grnd2.Anchored = true
  484. grnd2.CanCollide = false
  485. grnd2.BrickColor = BrickColor.new("Cyan")
  486. grnd2.Transparency = 0.5
  487. grnd2.CFrame = pkep.CFrame
  488. local crown2 = Instance.new("SpecialMesh", grnd2)
  489. crown2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  490. crown2.Scale = Vector3.new(18,1,18)
  491.  
  492. for i =1,20,.1 do
  493. grnd2.CFrame = grnd2.CFrame * CFrame.Angles(0,-math.rad(15),0)
  494. wait()
  495. end
  496. grnd2:Destroy()
  497. end)
  498.  
  499. local function spam()
  500. for i =1,10 do
  501. local groundprt = Instance.new("Part", pkep)
  502. groundprt.Anchored = true
  503. groundprt.CanCollide = false
  504. groundprt.BrickColor = BrickColor.new("Cyan")
  505. groundprt.Transparency = 0.5
  506. groundprt.CFrame = pkep.CFrame
  507. -- local grnd2 = groundprt:Clone()
  508. --grnd2.Parent = workspace
  509. --local crown2 = Instance.new("SpecialMesh", grnd2)
  510. --crown2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  511. --crown2.Scale = Vector3.new(12,1,12)
  512. local crown = Instance.new("SpecialMesh", groundprt)
  513. crown.MeshId = "http://www.roblox.com/asset/?id=20329976"
  514. crown.Scale = Vector3.new(16,.5,16)
  515. for i =1,10,.5 do
  516. crown.Scale = crown.Scale+Vector3.new(0,2,0)
  517. crown.Scale = crown.Scale-Vector3.new(.5,0,.5)
  518. wait()
  519. end
  520. groundprt:Destroy()
  521. end
  522. end
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. spawn(function()
  530. spam()
  531.  
  532. end)
  533. wait(.1)
  534. spawn(function()
  535. spam()
  536.  
  537. end)
  538. wait(.1)
  539. spawn(function()
  540. spam()
  541. end)
  542. wait(.1)
  543. spawn(function()
  544. spam()
  545. end)
  546. wait(.1)
  547. spawn(function()
  548. spam()
  549. end)
  550. wait(.1)
  551.  
  552.  
  553. wait(8)
  554.  
  555. RS.C0=RS.C0*CFrame.new(0,.5,.5)
  556. LS.C0=LS.C0*CFrame.new(0,.5,.5)
  557.  
  558. for i =1,10,.25 do
  559.  
  560.  
  561. RS.C0=RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(3),math.rad(0),math.rad(0))
  562. LS.C0=LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(3),math.rad(0),math.rad(0))
  563.  
  564. end
  565. bp.Parent = nil
  566. bp:Remove()
  567. bp:Destroy()
  568. pkep:Destroy()
  569. end
  570. end)
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. if stance == "idle" then
  588.  
  589. spawn(function()
  590. while true do
  591. wait(5)
  592. local cro = Instance.new("Part", char)
  593. cro.Anchored = true
  594. cro.CanCollide = false
  595. cro.CFrame = torso.CFrame*CFrame.new(0,-3,0)
  596. cro.Transparency = .5
  597. cro.BrickColor = BrickColor.new("Cyan")
  598. local me = Instance.new("SpecialMesh", cro)
  599. me.MeshId = "http://www.roblox.com/asset/?id=20329976"
  600. me.Scale = Vector3.new(4,1.5,4)
  601. for i =0,5,.1 do
  602. me.Scale = me.Scale+Vector3.new(.3,0,.3)
  603. wait()
  604. end
  605. cro:Destroy()
  606. end
  607. end)
  608.  
  609.  
  610.  
  611. RH.C0=RH.C0*CFrame.fromEulerAnglesXYZ(math.rad(-2),math.rad(0),math.rad(0))
  612. LH.C0=LH.C0*CFrame.fromEulerAnglesXYZ(math.rad(-2),math.rad(0),math.rad(0))
  613. RS.C0=RS.C0*CFrame.fromEulerAnglesXYZ(math.rad(-10),math.rad(0),math.rad(0))--dis 1
  614. LS.C0=LS.C0*CFrame.fromEulerAnglesXYZ(math.rad(-10),math.rad(0),math.rad(0))
  615. Neck.C0=Neck.C0*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  616. RootJoint.C0=RootJoint.C0*CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.rad(0),math.rad(0),math.rad(0))
  617.  
  618. spawn(function()
  619. while true do
  620. wait()
  621.  
  622. for i = 1, 10 do
  623. RS.C0 = RS.C0*CFrame.new(0,.01,0)
  624. LS.C0 = LS.C0*CFrame.new(0,.01,0)
  625. wait(.1)
  626. end
  627. for i = 1,10 do
  628. RS.C0 = RS.C0*CFrame.new(0,-0.01,0)
  629. LS.C0 = LS.C0*CFrame.new(0,-0.01,0)
  630. wait(.1)
  631. end
  632.  
  633.  
  634.  
  635. end
  636. end)
  637.  
  638. elseif stance == "ring" then
  639.  
  640. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement