Advertisement
MrSlakyx

God Of Whiteness

May 12th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.63 KB | None | 0 0
  1. local char = game.Players.LocalPlayer.Character
  2. for i,v in pairs(char:children()) do
  3. if v:IsA("Accessory") then
  4. v:Destroy()
  5. end
  6. end
  7. local aura = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  8. aura.Size = NumberSequence.new(0)
  9. aura.Lifetime = NumberRange.new(0)
  10. aura.LightEmission = 0
  11. local jun = game.Players.LocalPlayer
  12. local Player=game.Players.LocalPlayer
  13. repeat wait()
  14. until Player
  15. local Char=Player.Character
  16. repeat wait()
  17. until Char
  18. local CurrentEffects={}
  19. local CurrentDamages={}
  20. local Human=Char.Humanoid
  21. local LArm=Char["Left Arm"]
  22. local RArm=Char["Right Arm"]
  23. local LLeg=Char["Left Leg"]
  24. local RLeg=Char["Right Leg"]
  25. local Torso=Char.Torso
  26. local RS=Torso["Right Shoulder"]
  27. local LS=Torso["Left Shoulder"]
  28. local RH=Torso["Right Hip"]
  29. local LH=Torso["Left Hip"]
  30. local Head=Char.Head
  31. local Neck=Torso.Neck
  32. local RootPart=Char.HumanoidRootPart
  33. local RootJoint=RootPart.RootJoint
  34. local equipped=false
  35. local Debounce=false
  36. local Anim="Idle"
  37. local chat = game:GetService("Chat")
  38. local Mouse=Player:GetMouse()
  39. local Lighting=game.Lighting
  40. local cf=CFrame.new
  41. local v3=Vector3.new
  42. local c3=Color3.new
  43. local it=Instance.new
  44. local angles=CFrame.Angles
  45. local rad=math.rad
  46. local ran=math.random
  47. local huge=math.huge
  48. local attacking=false
  49. local attacktype=1
  50. local Portalling=false
  51. local p = game.Players.LocalPlayer
  52. local char = p.Character
  53. local mouse = p:GetMouse()
  54. local larm = char["Left Arm"]
  55. local rarm = char["Right Arm"]
  56. local lleg = char["Left Leg"]
  57. local rleg = char["Right Leg"]
  58. local hed = char.Head
  59. local symbolimg = "rbxassetid://349165228"
  60. local torso = char.Torso
  61. local hum = char.Humanoid
  62. local cam = game.Workspace.CurrentCamera
  63. local root = char.HumanoidRootPart
  64. local deb = false
  65. local shot = 0
  66. local debris=game:service"Debris"
  67. local l = game:GetService("Lighting")
  68. local rs = game:GetService("RunService").RenderStepped
  69. local eColors = {"Royal purple", "Really black"}
  70. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  71. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  72. LSC0=cf(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  73. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  74. RSC0=cf(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  75. ROOTC0 = cf(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  76. r=game:service'RunService'.RenderStepped
  77. --------------------------------------------------------------------
  78.  
  79.  
  80.  
  81. local Transforming = true
  82. Human.WalkSpeed = 0
  83.  
  84.  
  85. Player:ClearCharacterAppearance()
  86. wait(0.1)
  87. Player.Character.Head.BrickColor = BrickColor.new("White")
  88. Player.Character.Torso.BrickColor = BrickColor.new("White")
  89. Player.Character["Right Arm"].BrickColor = BrickColor.new("White")
  90. Player.Character["Right Leg"].BrickColor = BrickColor.new("White")
  91. Player.Character["Left Leg"].BrickColor = BrickColor.new("White")
  92. Player.Character["Left Arm"].BrickColor = BrickColor.new("White")
  93. Player.Character.Head.face:Destroy()
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. local selectionBoxOfTorso = Instance.new("SelectionBox",Torso)
  102. selectionBoxOfTorso.Adornee = Torso
  103. selectionBoxOfTorso.Color = BrickColor.new("Lime green")
  104. selectionBoxOfTorso.LineThickness = 0.01
  105. selectionBoxOfTorso.Transparency = 0
  106.  
  107. local selectionBoxOfRightArm = Instance.new("SelectionBox",Char["Right Arm"])
  108. selectionBoxOfRightArm.Adornee = Char["Right Arm"]
  109. selectionBoxOfRightArm.Color = BrickColor.new("Lime green")
  110. selectionBoxOfRightArm.LineThickness = 0.01
  111. selectionBoxOfRightArm.Transparency = 0
  112.  
  113. local selectionBoxOfRightLeg = Instance.new("SelectionBox",Char["Right Leg"])
  114. selectionBoxOfRightLeg.Adornee = Char["Right Leg"]
  115. selectionBoxOfRightLeg.Color = BrickColor.new("Lime green")
  116. selectionBoxOfRightLeg.LineThickness = 0.01
  117. selectionBoxOfRightLeg.Transparency = 0
  118.  
  119. local selectionBoxOfLeftArm = Instance.new("SelectionBox",Char["Left Arm"])
  120. selectionBoxOfLeftArm.Adornee = Char["Left Arm"]
  121. selectionBoxOfLeftArm.Color = BrickColor.new("Lime green")
  122. selectionBoxOfLeftArm.LineThickness = 0.01
  123. selectionBoxOfLeftArm.Transparency = 0
  124.  
  125. local selectionBoxOfLeftLeg = Instance.new("SelectionBox",Char["Left Leg"])
  126. selectionBoxOfLeftLeg.Adornee = Char["Left Leg"]
  127. selectionBoxOfLeftLeg.Color = BrickColor.new("Lime green")
  128. selectionBoxOfLeftLeg.LineThickness = 0.01
  129. selectionBoxOfLeftLeg.Transparency = 0
  130.  
  131.  
  132. LightOnBody = Instance.new("PointLight", Head)
  133. LightOnBody.Brightness = 3000
  134. LightOnBody.Range = 20
  135. LightOnBody.Color = Color3.new(0, 225, 0)
  136.  
  137.  
  138.  
  139. local p = game.Players.LocalPlayer
  140. local char = p.Character
  141. GodOfDestruction = Instance.new("Model",game.Players.LocalPlayer.Character.Torso)
  142. GodOfDestruction.Name = "GodOfDestruction"
  143. humanoid = Instance.new("Humanoid",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  144. shirt = Instance.new("Shirt",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  145. shirt.Name = "Shirt"
  146. pants = Instance.new("Pants",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  147. pants.Name = "Pants"
  148. torso = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  149. torso.Size = Vector3.new(2,2,1)
  150. torso.Rotation = Vector3.new(0,180,0)
  151. torso.Position = Vector3.new(0,4,0)
  152. torso.BrickColor = BrickColor.new("White")
  153. torso.Name = "Torso"
  154. head = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  155. head.Size = Vector3.new(1.25,1.25,1.25)
  156. head.BrickColor = BrickColor.new("White")
  157. head.Name = "Head"
  158. head.Position = Vector3.new(0,6,0)
  159. headmesh = Instance.new("SpecialMesh",head)
  160. headmesh.MeshType = "Head"
  161. larm = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  162. larm.Size = Vector3.new(1,2,1)
  163. larm.BrickColor = BrickColor.new("White")
  164. larm.Name = "Left Arm"
  165. larm.Position = Vector3.new(-2,4,0)
  166. rarm = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  167. rarm.Size = Vector3.new(1,2,1)
  168. rarm.BrickColor = BrickColor.new("White")
  169. rarm.Name = "Right Arm"
  170. rarm.Position = Vector3.new(2,4,0)
  171. lleg = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  172. lleg.Size = Vector3.new(1,2,1)
  173. lleg.Name = "Left Leg"
  174. lleg.Position = Vector3.new(1,2,0)
  175. lleg.BrickColor = BrickColor.new("White")
  176. rleg = Instance.new("Part",game.Players.LocalPlayer.Character.Torso.GodOfDestruction)
  177. rleg.Size = Vector3.new(1,2,1)
  178. rleg.Name = "Right Leg"
  179. rleg.Position = Vector3.new(-1,2,0)
  180. rleg.BrickColor = BrickColor.new("White")
  181. headweld = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Head)
  182. headweld.Part0 = game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Head
  183. headweld.Part1 = torso
  184. headweld.C0 = CFrame.new(0, -1.5, 0)
  185. larmweld = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso)
  186. larmweld.Part0 = game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso
  187. larmweld.Part1 = larm
  188. larmweld.C0 = CFrame.new(1.5, 0, 0)
  189. rarmweld = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso)
  190. rarmweld.Part0 = game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso
  191. rarmweld.Part1 = rarm
  192. rarmweld.C0 = CFrame.new(-1.5, 0, 0)
  193. rlegweld = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso)
  194. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso
  195. rlegweld.Part1 = rleg
  196. rlegweld.C0 = CFrame.new(-0.5, -2, 0)
  197. llegweld = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso)
  198. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso.GodOfDestruction.Torso
  199. llegweld.Part1 = lleg
  200. llegweld.C0 = CFrame.new(0.5, -2, 0)
  201. npctoplayer = Instance.new("Weld",game.Players.LocalPlayer.Character.Torso)
  202. npctoplayer.Part0 = game.Players.LocalPlayer.Character.Torso
  203. npctoplayer.Part1 = torso
  204. npctoplayer.C0 = CFrame.new(0, 0, -10) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0))
  205.  
  206.  
  207. local selectionBoxOfTorso = Instance.new("SelectionBox",torso)
  208. selectionBoxOfTorso.Adornee = torso
  209. selectionBoxOfTorso.Color = BrickColor.new("Really red")
  210. selectionBoxOfTorso.LineThickness = 0.01
  211. selectionBoxOfTorso.Transparency = 0
  212.  
  213. local selectionBoxOfRightArm = Instance.new("SelectionBox",rarm)
  214. selectionBoxOfRightArm.Adornee =rarm
  215. selectionBoxOfRightArm.Color = BrickColor.new("Really red")
  216. selectionBoxOfRightArm.LineThickness = 0.01
  217. selectionBoxOfRightArm.Transparency = 0
  218.  
  219. local selectionBoxOfRightLeg = Instance.new("SelectionBox",rleg)
  220. selectionBoxOfRightLeg.Adornee =rleg
  221. selectionBoxOfRightLeg.Color = BrickColor.new("Really red")
  222. selectionBoxOfRightLeg.LineThickness = 0.01
  223. selectionBoxOfRightLeg.Transparency = 0
  224.  
  225. local selectionBoxOfLeftArm = Instance.new("SelectionBox",larm)
  226. selectionBoxOfLeftArm.Adornee = larm
  227. selectionBoxOfLeftArm.Color = BrickColor.new("Really red")
  228. selectionBoxOfLeftArm.LineThickness = 0.01
  229. selectionBoxOfLeftArm.Transparency = 0
  230.  
  231. local selectionBoxOfLeftLeg = Instance.new("SelectionBox",lleg)
  232. selectionBoxOfLeftLeg.Adornee = lleg
  233. selectionBoxOfLeftLeg.Color = BrickColor.new("Really red")
  234. selectionBoxOfLeftLeg.LineThickness = 0.01
  235. selectionBoxOfLeftLeg.Transparency = 0
  236.  
  237.  
  238. LightOnBody = Instance.new("PointLight", head)
  239. LightOnBody.Brightness = 3000
  240. LightOnBody.Range = 20
  241. LightOnBody.Color = Color3.new(225, 0, 0)
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. CV="Pastel blue"
  251.  
  252. local txt = Instance.new("BillboardGui", GodOfDestruction)
  253. txt.Adornee = head
  254. txt.Name = "_status"
  255. txt.Size = UDim2.new(2, 0, 1.2, 0)
  256. txt.StudsOffset = Vector3.new(-9, 8, 0)
  257. local text = Instance.new("TextLabel", txt)
  258. text.Size = UDim2.new(10, 0, 7, 0)
  259. text.FontSize = "Size24"
  260. text.TextScaled = true
  261. text.TextTransparency = 0
  262. text.BackgroundTransparency = 1
  263. text.TextTransparency = 0
  264. text.TextStrokeTransparency = 0
  265. text.Font = "Antique"
  266. text.TextStrokeColor3 = Color3.new(225,0,0)
  267.  
  268. v=Instance.new("Part")
  269. v.Name = "ColorBrick"
  270. v.Parent=Player.Character
  271. v.FormFactor="Symmetric"
  272. v.Anchored=true
  273. v.CanCollide=false
  274. v.BottomSurface="Smooth"
  275. v.TopSurface="Smooth"
  276. v.Size=Vector3.new(10,5,3)
  277. v.Transparency=1
  278. v.CFrame=Char.Torso.CFrame
  279. v.BrickColor=BrickColor.new(CV)
  280. v.Transparency=1
  281. text.TextColor3 = Color3.new(0,0,0)
  282. v.Shape="Block"
  283. text.Text = "God Of Destruction"
  284.  
  285.  
  286.  
  287.  
  288. local ChatService = game:GetService("Chat")
  289.  
  290. ChatService:Chat(Head, "If we fuse...we will become the omni god..", "Green")
  291. wait(4)
  292. ChatService:Chat(Head, "No one will be able to stop us...", "Green")
  293. wait(4)
  294. ChatService:Chat(Head, "Lets do this...", "Green")
  295.  
  296.  
  297. local close = -10
  298. for i=1,10 do
  299. wait(0.2)
  300. close = close + 1
  301. npctoplayer.C0 = CFrame.new(0, 0, close) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0))
  302. end
  303. game.Players.LocalPlayer.Character.Torso.GodOfDestruction:Destroy()
  304. wait(0.1)
  305. local p = game.Players.LocalPlayer
  306. local char = p.Character
  307. local mouse = p:GetMouse()
  308. local larm = char["Left Arm"]
  309. local rarm = char["Right Arm"]
  310. local lleg = char["Left Leg"]
  311. local rleg = char["Right Leg"]
  312. local hed = char.Head
  313. local torso = char.Torso
  314. local hum = char.Humanoid
  315. local cam = game.Workspace.CurrentCamera
  316. local root = char.HumanoidRootPart
  317. local deb = false
  318. local shot = 0
  319. local debris=game:service"Debris"
  320. local l = game:GetService("Lighting")
  321. local rs = game:GetService("RunService").RenderStepped
  322.  
  323.  
  324. Debounces = {
  325. CanAttack = true;
  326. NoIdl = false;
  327. Slashing = false;
  328. Slashed = false;
  329. RPunch = false;
  330. Invisible = false;
  331. RPunched = false;
  332. LPunch = false;
  333. LPunched = false;
  334. }
  335. local Touche = {char.Name, }
  336.  
  337.  
  338. function genWeld(a,b)
  339. local w = Instance.new("Weld",a)
  340. w.Part0 = a
  341. w.Part1 = b
  342. return w
  343. end
  344. function weld(a, b)
  345. local weld = Instance.new("Weld")
  346. weld.Name = "W"
  347. weld.Part0 = a
  348. weld.Part1 = b
  349. weld.C0 = a.CFrame:inverse() * b.CFrame
  350. weld.Parent = a
  351. return weld;
  352. end
  353. ----------------------------------------------------
  354. function Lerp(c1,c2,al)
  355. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  356. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  357. for i,v in pairs(com1) do
  358. com1[i] = v+(com2[i]-v)*al
  359. end
  360. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  361. end
  362. ----------------------------------------------------
  363. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  364. local wld = Instance.new("Weld", wp1)
  365. wld.Part0 = wp0
  366. wld.Part1 = wp1
  367. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  368. end
  369. ----------------------------------------------------
  370. function weld5(part0, part1, c0, c1)
  371. weeld=Instance.new("Weld", part0)
  372. weeld.Part0=part0
  373. weeld.Part1=part1
  374. weeld.C0=c0
  375. weeld.C1=c1
  376. return weeld
  377. end
  378. ----------------------------------------------------
  379. function HasntTouched(plrname)
  380. local ret = true
  381. for _, v in pairs(Touche) do
  382. if v == plrname then
  383. ret = false
  384. end
  385. end
  386. return ret
  387. end
  388. ----------------------------------------------------
  389.  
  390. newWeld(torso, larm, -1.5, 0.5, 0)
  391. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  392. newWeld(torso, rarm, 1.5, 0.5, 0)
  393. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  394. newWeld(torso, hed, 0, 1.5, 0)
  395. newWeld(torso, lleg, -0.5, -1, 0)
  396. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  397. newWeld(torso, rleg, 0.5, -1, 0)
  398. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  399. newWeld(root, torso, 0, -1, 0)
  400. torso.Weld.C1 = CFrame.new(0, -1, 0)
  401.  
  402.  
  403. p = Instance.new("Part")
  404. p.BrickColor = BrickColor.new("White")
  405. p.Transparency = 1
  406. TorsoColor = p.BrickColor
  407.  
  408.  
  409. local Transforming = true
  410. hum.WalkSpeed = 0
  411.  
  412.  
  413.  
  414.  
  415. local fx = Instance.new("Part",Torso)
  416. wit = p.BrickColor.Color
  417. wit2 = Color3.new(85,0,127)
  418. local glowz = Instance.new("ParticleEmitter",fx)
  419. glowz.LightEmission = 1
  420. glowz.Texture = "rbxassetid://284205403"
  421. glowz.Color = ColorSequence.new(wit)
  422. glowz.Size = NumberSequence.new(5)
  423. glowz.Speed = NumberRange.new(25,50)
  424. glowz.LockedToPart = false
  425. glowz.Transparency = NumberSequence.new(0.75)
  426. glowz.RotSpeed = NumberRange.new(-2000,2000)
  427. glowz.Lifetime = NumberRange.new(1)
  428. glowz.Rate = 50000
  429. glowz.VelocitySpread = 9001
  430. local glowz2 = Instance.new("ParticleEmitter",fx)
  431. glowz2.LightEmission = 0.5
  432. glowz.Texture = "rbxassetid://284205403"
  433. glowz2.Color = ColorSequence.new(wit2)
  434. glowz2.Size = NumberSequence.new(5)
  435. glowz2.Speed = NumberRange.new(25,50)
  436. glowz2.LockedToPart = false
  437. glowz2.Transparency = NumberSequence.new(0.75)
  438. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  439. glowz2.Lifetime = NumberRange.new(1)
  440. glowz2.Rate = 50000
  441. glowz2.VelocitySpread = 9001
  442. fx.Anchored = true
  443. fx.Material = "Neon"
  444. fx.CanCollide = false
  445. fx.Locked = true
  446. fx.Transparency = 1
  447. fx.Material = "Neon"
  448. fx.Size = Vector3.new(1,1,1)
  449. fx.TopSurface = "SmoothNoOutlines"
  450. fx.BottomSurface = "SmoothNoOutlines"
  451. fx.BrickColor = BrickColor.new("White")
  452. fxm = Instance.new("SpecialMesh",fx)
  453. fxm.MeshType = "Sphere"
  454. local sa2 = Instance.new("Sound",Torso)
  455. sa2.SoundId = "rbxassetid://93724183"
  456. sa2.Pitch = 0.5
  457. sa2.Volume = 5
  458. sa2.Looped = false
  459. sa2:Play()
  460. local value = 1
  461. fxm.Scale = Vector3.new(1,1,1)
  462. for i = 1, 20 do rs:wait()
  463. value = value - 0.05
  464. fx.Transparency = fx.Transparency - (1/20)
  465. fx.CFrame = Torso.CFrame
  466. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  467. rs:wait()
  468. end
  469.  
  470.  
  471. selectionBoxOfTorso:Destroy()
  472. selectionBoxOfRightArm:Destroy()
  473. selectionBoxOfRightLeg:Destroy()
  474. selectionBoxOfLeftArm:Destroy()
  475. selectionBoxOfLeftLeg:Destroy()
  476. LightOnBody:Destroy()
  477.  
  478.  
  479. local selectionBoxOfTorso = Instance.new("SelectionBox",Torso)
  480. selectionBoxOfTorso.Adornee = Torso
  481. selectionBoxOfTorso.Color = BrickColor.new("White")
  482. selectionBoxOfTorso.LineThickness = 0.01
  483. selectionBoxOfTorso.Transparency = 0
  484.  
  485. local selectionBoxOfRightArm = Instance.new("SelectionBox",Char["Right Arm"])
  486. selectionBoxOfRightArm.Adornee = Char["Right Arm"]
  487. selectionBoxOfRightArm.Color = BrickColor.new("White")
  488. selectionBoxOfRightArm.LineThickness = 0.01
  489. selectionBoxOfRightArm.Transparency = 0
  490.  
  491. local selectionBoxOfRightLeg = Instance.new("SelectionBox",Char["Right Leg"])
  492. selectionBoxOfRightLeg.Adornee = Char["Right Leg"]
  493. selectionBoxOfRightLeg.Color = BrickColor.new("White")
  494. selectionBoxOfRightLeg.LineThickness = 0.01
  495. selectionBoxOfRightLeg.Transparency = 0
  496.  
  497. local selectionBoxOfLeftArm = Instance.new("SelectionBox",Char["Left Arm"])
  498. selectionBoxOfLeftArm.Adornee = Char["Left Arm"]
  499. selectionBoxOfLeftArm.Color = BrickColor.new("White")
  500. selectionBoxOfLeftArm.LineThickness = 0.01
  501. selectionBoxOfLeftArm.Transparency = 0
  502.  
  503. local selectionBoxOfLeftLeg = Instance.new("SelectionBox",Char["Left Leg"])
  504. selectionBoxOfLeftLeg.Adornee = Char["Left Leg"]
  505. selectionBoxOfLeftLeg.Color = BrickColor.new("White")
  506. selectionBoxOfLeftLeg.LineThickness = 0.01
  507. selectionBoxOfLeftLeg.Transparency = 0
  508.  
  509.  
  510.  
  511.  
  512. local Orbd = Instance.new("Part", char)
  513. Orbd.Name = "Orbd"
  514. Orbd.Shape = Enum.PartType.Ball
  515. Orbd.CanCollide = false
  516.  
  517. Orbd.BrickColor = BrickColor.new("White")
  518.  
  519. Orbd.Transparency = 0
  520. Orbd.Material = "Neon"
  521. Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
  522. Orbd.TopSurface = Enum.SurfaceType.Smooth
  523. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  524.  
  525. local Weld = Instance.new("Weld", Orbd)
  526. Weld.Part0 = char.Head
  527. Weld.Part1 = Orbd
  528. Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
  529. local glov = Instance.new("PointLight", Orbd)
  530. glov.Brightness = 3000
  531. glov.Range = 20
  532. glov.Color = Color3.new(255, 0, 255)
  533.  
  534. --------------------------------------------------------
  535. local Orbvc = Instance.new("Part", char)
  536. Orbvc.Name = "Orbvc"
  537. Orbvc.Shape = Enum.PartType.Ball
  538. Orbvc.CanCollide = false
  539.  
  540. Orbvc.BrickColor = BrickColor.new("White")
  541.  
  542. Orbvc.Transparency = 0
  543. Orbvc.Material = "Neon"
  544. Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
  545. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  546. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  547.  
  548. local Weld = Instance.new("Weld", Orbvc)
  549. Weld.Part0 = char.Head
  550. Weld.Part1 = Orbvc
  551. Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
  552. local glo = Instance.new("PointLight", Orbvc)
  553. glo.Brightness = 3000
  554. glo.Range = 20
  555. glo.Color = Color3.new(255, 0, 255)
  556. ----------------------------------------------------
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. function FindNearestTorso(Position,Distance,SinglePlayer)
  568. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  569. local List = {}
  570. for i,v in pairs(workspace:GetChildren())do
  571. if v:IsA("Model")then
  572. if v:findFirstChild("Torso")then
  573. if v ~= char then
  574. if(v.Torso.Position -Position).magnitude <= Distance then
  575. table.insert(List,v)
  576. end
  577. end
  578. end
  579. end
  580. end
  581. return List
  582. end
  583.  
  584.  
  585.  
  586.  
  587. GroundWave1 = function()
  588. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  589. local Colors = {"Royal purple", "Really black"}
  590. local wave = Instance.new("Part", Torso)
  591. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  592. wave.Anchored = true
  593. wave.CanCollide = false
  594. wave.Locked = true
  595. wave.Size = Vector3.new(1, 1, 1)
  596. wave.TopSurface = "Smooth"
  597. wave.BottomSurface = "Smooth"
  598. wave.Transparency = 0.35
  599. wave.CFrame = HandCF
  600. wm = Instance.new("SpecialMesh", wave)
  601. wm.MeshId = "rbxassetid://3270017"
  602. coroutine.wrap(function()
  603. for i = 1, 30, 1 do
  604. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  605. wave.Size = wm.Scale
  606. wave.CFrame = HandCF
  607. wave.Transparency = i/30
  608. wait()
  609. end
  610. wait()
  611. wave:Destroy()
  612. end)()
  613. end
  614. ----------------------------------------------------
  615.  
  616.  
  617. GroundWave3 = function()
  618. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  619. local Colors = {"Royal purple", "Royal purple"}
  620. local wave = Instance.new("Part", torso)
  621. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  622. wave.Anchored = true
  623. wave.CanCollide = false
  624. wave.Locked = true
  625. wave.Size = Vector3.new(1, 1, 1)
  626. wave.TopSurface = "Smooth"
  627. wave.BottomSurface = "Smooth"
  628. wave.Transparency = 0.35
  629. wave.CFrame = HandCF
  630. wm = Instance.new("SpecialMesh", wave)
  631. wm.MeshId = "rbxassetid://3270017"
  632. coroutine.wrap(function()
  633. for i = 1, 14, 1 do
  634. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  635. wave.Size = wm.Scale
  636. wave.CFrame = HandCF
  637. wave.Transparency = i/14
  638. wait()
  639. end
  640. wait()
  641. wave:Destroy()
  642. end)()
  643. end
  644.  
  645.  
  646.  
  647.  
  648.  
  649. local acos = math.acos
  650. local sqrt = math.sqrt
  651. local Vec3 = Vector3.new
  652. local fromAxisAngle = CFrame.fromAxisAngle
  653.  
  654. local function toAxisAngle(CFr)
  655. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  656. local Angle = math.acos((R00+R11+R22-1)/2)
  657. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  658. A = A == 0 and 0.00001 or A
  659. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  660. B = B == 0 and 0.00001 or B
  661. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  662. C = C == 0 and 0.00001 or C
  663. local x = (R21-R12)/sqrt(A)
  664. local y = (R02-R20)/sqrt(B)
  665. local z = (R10-R01)/sqrt(C)
  666. return Vec3(x,y,z),Angle
  667. end
  668.  
  669. local acos = math.acos
  670. local sqrt = math.sqrt
  671. local Vec3 = Vector3.new
  672. local fromAxisAngle = CFrame.fromAxisAngle
  673.  
  674. local function toAxisAngle(CFr)
  675. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  676. local Angle = math.acos((R00+R11+R22-1)/2)
  677. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  678. A = A == 0 and 0.00001 or A
  679. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  680. B = B == 0 and 0.00001 or B
  681. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  682. C = C == 0 and 0.00001 or C
  683. local x = (R21-R12)/sqrt(A)
  684. local y = (R02-R20)/sqrt(B)
  685. local z = (R10-R01)/sqrt(C)
  686. return Vec3(x,y,z),Angle
  687. end
  688.  
  689. function ApplyTrig(Num,Func)
  690. local Min,Max = Func(0),Func(1)
  691. local i = Func(Num)
  692. return (i-Min)/(Max-Min)
  693. --[[if Func == "sin" then
  694. return (math.sin((1-Num)*math.pi)+1)/2
  695. elseif Func == "cos" then
  696. return (math.cos((1-Num)*math.pi)+1)/2
  697. end]]
  698. end
  699.  
  700. function LerpCFrame(CFrame1,CFrame2,Num)
  701. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  702. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  703. end
  704.  
  705.  
  706.  
  707. local togglecamshake = true
  708.  
  709. function camshake(partoz, magn, intens)
  710. if togglecamshake == true then
  711. return
  712. end
  713. for _, guy in pairs(workspace:GetChildren()) do
  714. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("Torso") and guy.Name ~= "Noob" and magn > (guy:FindFirstChild("Torso").Position - partoz.Position).magnitude then
  715. coroutine.resume(coroutine.create(function()
  716. local humz = guy:FindFirstChild("Humanoid")
  717. local torse = guy:FindFirstChild("Torso")
  718. for _ = 1, 5 * intens do
  719. wait()
  720. humz.CameraOffset = Vector3.new(2 * math.random(-intens, intens), 0.5 * math.random(-intens, intens), 2 * math.random(-intens, intens))
  721. end
  722. humz.CameraOffset = Vector3.new(0, 0, 0)
  723. end))
  724. end
  725. end
  726. end
  727.  
  728.  
  729. function Crater(Torso,Radius)
  730. Spawn(function()
  731. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  732. local Ignore = {}
  733. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  734. if v.Character ~= nil then
  735. Ignore[#Ignore+1] = v.Character
  736. end
  737. end
  738. local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  739. if Hit == nil then return end
  740. local Parts = {}
  741. for i = 1,360,10 do
  742. local P = Instance.new("Part",Torso.Parent)
  743. P.Anchored = true
  744. P.FormFactor = "Custom"
  745. P.BrickColor = BrickColor.new("Royal purple")
  746. P.Material = "Granite"
  747. P.TopSurface = "Smooth"
  748. P.BottomSurface = "Smooth"
  749. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  750. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  751. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  752. if math.random(0,5) == 0 then -- rubble
  753. local P = Instance.new("Part",Torso.Parent)
  754. P.Anchored = true
  755. P.FormFactor = "Custom"
  756. P.BrickColor = BrickColor.new("White")
  757. P.Material = Hit.Material
  758. P.TopSurface = "Smooth"
  759. P.BottomSurface = "Smooth"
  760. P.Size = Vector3.new(5,5,5)*(math.random(80,100)/100)
  761. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  762. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  763. end
  764. end
  765. for i = 0,1,0.05 do
  766. for i2,v in pairs(Parts) do
  767. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  768. end
  769. wait(0.02)
  770. end
  771. for i,v in pairs(Parts) do
  772. if v[1].Size.X > 2.1 then
  773. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  774. end
  775. v[1].Anchored = false
  776. end
  777. for i = 0,1,0.05 do
  778. for i2,v in pairs(Parts) do
  779. v[1].Transparency = i
  780. if i == 1 then
  781. v[1]:Destroy()
  782. elseif i >= 0.25 then
  783. v[1].CanCollide = false
  784. end
  785. end
  786. wait(0.02)
  787. end
  788. Parts = nil
  789. end)
  790. end
  791.  
  792.  
  793.  
  794. GroundWave = function()
  795. if Transforming == true then
  796. local value = 5
  797. local value2 = 10
  798. local value3 = 20
  799. local sa2 = Instance.new("Sound",Torso)
  800. sa2.SoundId = "rbxassetid://393621716"
  801. sa2.Pitch = 1
  802. sa2.Volume = 10
  803. sa2.Looped = false
  804. sa2:Play()
  805. local wave = Instance.new("Part", Torso)
  806. local glowz = Instance.new("ParticleEmitter",wave)
  807. glowz.LightEmission = 1
  808. glowz.Texture = "rbxassetid://284205403"
  809. glowz.Color = ColorSequence.new(wit)
  810. glowz.Size = NumberSequence.new(30)
  811. glowz.Speed = NumberRange.new(25,100)
  812. glowz.LockedToPart = false
  813. glowz.Transparency = NumberSequence.new(0.75)
  814. glowz.RotSpeed = NumberRange.new(-2000,2000)
  815. glowz.Lifetime = NumberRange.new(1)
  816. glowz.Rate = 50000
  817. glowz.VelocitySpread = 9001
  818. local glowz2 = Instance.new("ParticleEmitter",wave)
  819. glowz2.LightEmission = 1
  820. glowz.Texture = "rbxassetid://284205403"
  821. glowz2.Color = ColorSequence.new(wit)
  822. glowz2.Size = NumberSequence.new(30)
  823. glowz2.Speed = NumberRange.new(25,100)
  824. glowz2.LockedToPart = false
  825. glowz2.Transparency = NumberSequence.new(0.75)
  826. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  827. glowz2.Lifetime = NumberRange.new(1)
  828. glowz2.Rate = 50000
  829. glowz2.VelocitySpread = 9001
  830. wave.BrickColor = BrickColor.new("White")
  831. wave.Anchored = true
  832. wave.CanCollide = false
  833. wave.Locked = true
  834. wave.Size = Vector3.new(1, 1, 1)
  835. wave.TopSurface = "Smooth"
  836. wave.BottomSurface = "Smooth"
  837. wave.Transparency = 0.35
  838. wave.CFrame = fx.CFrame
  839. wave.Material = "Neon"
  840. wm = Instance.new("SpecialMesh", wave)
  841. wm.MeshType = "Sphere"
  842. wm.Scale = Vector3.new(1,1,1)
  843. local wave2 = Instance.new("Part", Torso)
  844. wave2.BrickColor = TorsoColor
  845. wave2.Anchored = true
  846. wave2.CanCollide = false
  847. wave2.Locked = true
  848. wave2.Size = Vector3.new(1, 1, 1)
  849. wave2.TopSurface = "Smooth"
  850. wave2.BottomSurface = "Smooth"
  851. wave2.Transparency = 0.35
  852. wave2.CFrame = fx.CFrame
  853. wave2.Material = "Neon"
  854. wm2 = Instance.new("SpecialMesh", wave2)
  855. wm2.MeshType = "FileMesh"
  856. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  857. wm2.Scale = Vector3.new(1,1,1)
  858. local wave3 = Instance.new("Part", Torso)
  859. wave3.BrickColor = BrickColor.new("White")
  860. wave3.Anchored = true
  861. wave3.CanCollide = false
  862. wave3.Locked = true
  863. wave3.Size = Vector3.new(1, 1, 1)
  864. wave3.TopSurface = "Smooth"
  865. wave3.BottomSurface = "Smooth"
  866. wave3.Transparency = 0.35
  867. wave3.CFrame = fx.CFrame
  868. wave3.Material = "Neon"
  869. wm3 = Instance.new("SpecialMesh", wave3)
  870. wm3.MeshType = "FileMesh"
  871. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  872. wm3.Scale = Vector3.new(1,1,1)
  873. coroutine.wrap(function()
  874. for i = 1, 18, 1 do
  875. value = value - 0.5
  876. value2 = value2 - 0.75*1.5
  877. value3 = value3 - 0.475*1.5
  878. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  879. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  880. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  881. --wave.Size = wm.Scale
  882. wave.CFrame = fx.CFrame
  883. wave.Transparency = i/14
  884. --wave2.Size = wm2.Scale
  885. wave2.CFrame = fx.CFrame
  886. wave2.Rotation = Vector3.new(90, 0, 0)
  887. wave2.Transparency = i/14
  888. --wave3.Size = wm3.Scale
  889. wave3.CFrame = fx.CFrame
  890. wave3.Rotation = Vector3.new(90, 0, 0)
  891. wave3.Transparency = i/14
  892. wait()
  893. glowz.Rate = 0
  894. glowz2.Rate = 0
  895. end
  896. wait()
  897. wave:Destroy()
  898. wave2:Destroy()
  899. wave3:Destroy()
  900. end)()
  901. elseif Transforming == false then
  902. wait()
  903. end
  904. end
  905.  
  906. for i = 1, 100 do rs:wait()
  907. fx.CFrame = Torso.CFrame
  908. end
  909.  
  910. spawn(function()
  911. while wait(1) do
  912. GroundWave()
  913. end
  914. end)
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921. local RbxUtility = LoadLibrary("RbxUtility")
  922. local Create = RbxUtility.Create
  923.  
  924. function RemoveOutlines(part)
  925. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  926. end
  927. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  928. local Part = Create("Part"){
  929. Parent = Parent,
  930. Reflectance = Reflectance,
  931. Transparency = Transparency,
  932. CanCollide = false,
  933. Locked = true,
  934. BrickColor = BrickColor.new(tostring(BColor)),
  935. Name = Name,
  936. Size = Size,
  937. Material = Material,
  938. }
  939. RemoveOutlines(Part)
  940. return Part
  941. end
  942. local Effects = {}
  943.  
  944.  
  945.  
  946. wait(2)
  947. local Muss = Instance.new("Sound",char)
  948. Muss.SoundId = "rbxassetid://186942568"
  949. Muss.Pitch = 1
  950. Muss.Volume = 0
  951. Muss.Looped = true
  952. Muss:Play()
  953. Transforming = false
  954.  
  955.  
  956. local value2 = 1
  957. for i = 1, 20 do rs:wait()
  958. value2 = value2 - 0.05
  959. glowz.Rate = 0
  960. glowz2.Rate = 0
  961. fx.Transparency = fx.Transparency + (1/20)
  962. fx.CFrame = torso.CFrame
  963. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  964. rs:wait()
  965. end
  966.  
  967.  
  968. local Mus = Instance.new("Sound",char)
  969. Mus.SoundId = "rbxassetid://752647397"
  970. Mus.Pitch = 1
  971. Mus.Volume = 40
  972. Mus.Looped = false
  973. wait(0.3)
  974. Mus:Play()
  975.  
  976. glowz:Destroy()
  977. glowz2:Destroy()
  978. for i = 1,20 do
  979.  
  980. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  981. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.2)
  982. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  983. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.4)
  984. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.4, -.7) * CFrame.Angles(math.rad(-20), 0, math.rad(0)), 0.4)
  985. end
  986. wait(1)
  987. for i = 1,20 do
  988. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  989. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.2)
  990. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  991.  
  992. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)), 0.4)
  993. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(10)), 0.4)
  994.  
  995. end
  996.  
  997.  
  998. wait(5)
  999.  
  1000. wait(1.3)
  1001. for i = 1,20 do
  1002. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,0)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(30)), 0.2)
  1003.  
  1004.  
  1005. end
  1006. wait(0.4)
  1007. for i = 1,20 do
  1008.  
  1009. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,0)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(-30)), 0.2)
  1010. end
  1011. wait(0.6)
  1012. for i = 1,20 do
  1013. wait()
  1014. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  1015. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-35)), 0.2)
  1016. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(35)), 0.2)
  1017. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.4)
  1018. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.4)
  1019. end
  1020. wait(0.2)
  1021. for i = 1,20 do
  1022. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  1023. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,0)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(30)), 0.2)
  1024. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,0)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(-30)), 0.2)
  1025.  
  1026. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)), 0.4)
  1027. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(10)), 0.4)
  1028.  
  1029. end
  1030. wait()
  1031.  
  1032. camshake(torso, 48, 6)
  1033. for i,v in pairs(FindNearestTorso(Torso.CFrame.p,40))do
  1034. if v:FindFirstChild('Humanoid') then
  1035. v.Humanoid:TakeDamage(math.random(999999999999999999999999,99999999999999999999999999999999999999))
  1036. end
  1037. end
  1038.  
  1039.  
  1040.  
  1041.  
  1042. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  1043. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  1044. end
  1045.  
  1046. function rayCast(Position, Direction, MaxDistance, IgnoreList)
  1047. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  1048. end
  1049. local TBlast, TBMesh = Instance.new("Part"), Instance.new("SpecialMesh")
  1050. TBlast.BrickColor = BrickColor.new("White")
  1051. TBlast.Transparency = 1
  1052. TBlast.Anchored = true
  1053. TBlast.CanCollide = false
  1054. TBlast.CFrame = root.CFrame
  1055. TBlast.Size = Vector3.new(2,2,2)
  1056. TBMesh.Parent = TBlast
  1057. TBMesh.MeshType = "Sphere"
  1058. game.Lighting.Brightness = 0
  1059. game.Lighting.OutdoorAmbient = TBlast.BrickColor.Color
  1060. game.Lighting.TimeOfDay = 0.1
  1061. game.Lighting.FogEnd = 1000
  1062. game.Lighting.FogColor = TBlast.BrickColor.Color
  1063. game.Lighting.TimeOfDay = "00:00:00"
  1064. game.Lighting.Ambient = Color3.new(0,0,0)
  1065. game.Lighting.FogColor = Color3.new(0,0,0)
  1066. game.Lighting.FogEnd = 500
  1067. game.Lighting.FogStart = 0
  1068. game.Lighting.GlobalShadows = true
  1069.  
  1070.  
  1071.  
  1072. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1073. local valuer = 5
  1074. local valuer2 = 10
  1075. local valuer3 = 15
  1076. local sa2 = Instance.new("Sound",torso)
  1077. sa2.SoundId = "rbxassetid://130972023"
  1078. sa2.Pitch = 1
  1079. sa2.Volume = 5
  1080. sa2.Looped = false
  1081. sa2:Play()
  1082. local sar2 = Instance.new("Sound",torso)
  1083. sar2.SoundId = "rbxassetid://153274423"
  1084. sar2.Pitch = 1
  1085. sar2.Volume = 5
  1086. sar2.Looped = false
  1087. sar2:Play()
  1088. Crater(torso,67)
  1089.  
  1090. GroundWave4 = function()
  1091.  
  1092. local wave = Instance.new("Part", torso)
  1093. wave.BrickColor = BrickColor.new("White")
  1094. wave.Anchored = true
  1095. wave.CanCollide = false
  1096. wave.Locked = true
  1097. wave.Size = Vector3.new(1, 1, 1)
  1098. wave.TopSurface = "Smooth"
  1099. wave.BottomSurface = "Smooth"
  1100. wave.Transparency = 0.35
  1101. wave.CFrame = fx.CFrame
  1102. wm = Instance.new("SpecialMesh", wave)
  1103. wm.MeshType = "Sphere"
  1104. wm.Scale = Vector3.new(1,1,1)
  1105. coroutine.wrap(function()
  1106. for i = 1, 18, 1 do
  1107. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  1108. --wave.Size = wm.Scale
  1109. wave.CFrame = fx.CFrame
  1110. wave.Transparency = i/14
  1111. wait()
  1112. end
  1113. wait()
  1114. wave:Destroy()
  1115. end)()
  1116.  
  1117. end
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. GroundWave1()
  1124.  
  1125.  
  1126. CV="Pastel blue"
  1127.  
  1128. local txt = Instance.new("BillboardGui", Char)
  1129. txt.Adornee = Char .Head
  1130. txt.Name = "_status"
  1131. txt.Size = UDim2.new(2, 0, 1.2, 0)
  1132. txt.StudsOffset = Vector3.new(-9, 8, 0)
  1133. local text = Instance.new("TextLabel", txt)
  1134. text.Size = UDim2.new(10, 0, 7, 0)
  1135. text.FontSize = "Size24"
  1136. text.TextScaled = true
  1137. text.TextTransparency = 0
  1138. text.BackgroundTransparency = 1
  1139. text.TextTransparency = 0
  1140. text.TextStrokeTransparency = 0
  1141. text.Font = "Antique"
  1142. text.TextStrokeColor3 = Color3.new(170,0,255)
  1143.  
  1144. v=Instance.new("Part")
  1145. v.Name = "ColorBrick"
  1146. v.Parent=Player.Character
  1147. v.FormFactor="Symmetric"
  1148. v.Anchored=true
  1149. v.CanCollide=false
  1150. v.BottomSurface="Smooth"
  1151. v.TopSurface="Smooth"
  1152. v.Size=Vector3.new(10,5,3)
  1153. v.Transparency=1
  1154. v.CFrame=Char.Torso.CFrame
  1155. v.BrickColor=BrickColor.new(CV)
  1156. v.Transparency=1
  1157. text.TextColor3 = Color3.new(0,0,0)
  1158. v.Shape="Block"
  1159. text.Text = "The Omni-God of Whiteness"
  1160.  
  1161.  
  1162.  
  1163.  
  1164. ROW = function(out, trans, s, wt, t, ang, plus)
  1165. for i = 1, 360, 360/t do
  1166. local c = Instance.new("Part", game.Workspace)
  1167. c.FormFactor = 3
  1168. c.TopSurface = 0
  1169. c.BottomSurface = 0
  1170. c.Size = s
  1171. c.Anchored = true
  1172. c.CanCollide = wt
  1173. c.Material=workspace.Base.Material
  1174. c.Transparency = trans
  1175. c.BrickColor = workspace.Base.BrickColor
  1176. c.CFrame = CFrame.new(Torso.CFrame.x,0,Torso.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  1177. c.Locked=true
  1178. game.Debris:AddItem(c,15)
  1179. end
  1180. end
  1181.  
  1182. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190. local wave = Instance.new("Part", torso)
  1191. wave.BrickColor = TorsoColor
  1192. wave.Anchored = true
  1193. wave.CanCollide = false
  1194. wave.Locked = true
  1195. wave.Size = Vector3.new(1, 1, 1)
  1196. wave.TopSurface = "Smooth"
  1197. wave.BottomSurface = "Smooth"
  1198. wave.Transparency = 0.35
  1199. wave.CFrame = HandCF
  1200. wm = Instance.new("SpecialMesh", wave)
  1201. wm.MeshId = "rbxassetid://3270017"
  1202. local wave2 = Instance.new("Part", torso)
  1203. wave2.BrickColor = BrickColor.new("White")
  1204. wave2.Anchored = true
  1205. wave2.CanCollide = false
  1206. wave2.Locked = true
  1207. wave2.Size = Vector3.new(1, 1, 1)
  1208. wave2.TopSurface = "Smooth"
  1209. wave2.BottomSurface = "Smooth"
  1210. wave2.Transparency = 0.35
  1211. wave2.CFrame = HandCF
  1212. wm2 = Instance.new("SpecialMesh", wave2)
  1213. wm2.MeshId = "rbxassetid://3270017"
  1214. local wave3 = Instance.new("Part", torso)
  1215. wave3.BrickColor = TorsoColor
  1216. wave3.Anchored = true
  1217. wave3.CanCollide = false
  1218. wave3.Locked = true
  1219. wave3.Size = Vector3.new(1, 1, 1)
  1220. wave3.TopSurface = "Smooth"
  1221. wave3.BottomSurface = "Smooth"
  1222. wave3.Transparency = 0.35
  1223. wave3.CFrame = HandCF
  1224. wm3 = Instance.new("SpecialMesh", wave3)
  1225. wm3.MeshId = "rbxassetid://3270017"
  1226. coroutine.wrap(function()
  1227. for i = 1, 14, 1 do
  1228. valuer = valuer - 0.35
  1229. valuer2 = valuer - 0.45
  1230. valuer3 = valuer3 - 0.475
  1231. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  1232. wave.Size = wm.Scale
  1233. wave.CFrame = HandCF
  1234. wave.Transparency = i/14
  1235. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  1236. wave2.Size = wm2.Scale
  1237. wave2.CFrame = HandCF
  1238. wave2.Transparency = i/14
  1239. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  1240. wave3.Size = wm2.Scale
  1241. wave3.CFrame = HandCF
  1242. wave3.Transparency = i/14
  1243. wait()
  1244. end
  1245. wait()
  1246. wave:Destroy()
  1247. wave2:Destroy()
  1248. end)()
  1249.  
  1250. local torso = game.Players.LocalPlayer.Character.Torso
  1251. local block = Instance.new("Part",torso)
  1252. block.Size = Vector3.new(0.1,0.1,0.1)
  1253. block.Position = block.Position + Vector3.new(2,2,2)
  1254. block.Transparency = 1
  1255. local weld = Instance.new("Weld",torso)
  1256. weld.Part0 = torso
  1257. weld.Part1 = block
  1258. weld.C0 = CFrame.new(0,5,0)
  1259. local tables = {5,4,3,2,1}
  1260. local part = Instance.new("ParticleEmitter")
  1261. part.Parent = game.Players.LocalPlayer.Character.Torso
  1262. part.LockedToPart = true
  1263.  
  1264. part.Texture = "rbxassetid://300899196"
  1265. part.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,18),NumberSequenceKeypoint.new(1,1)})
  1266. part.Transparency = NumberSequence.new(0.7)
  1267. part.Lifetime = NumberRange.new(2)
  1268. part.Rate = 30
  1269. local part2 = Instance.new("ParticleEmitter",block)
  1270. part2.Lifetime = NumberRange.new(5)
  1271. part2.Speed = NumberRange.new(0)
  1272. part2.Size = NumberSequence.new(18)
  1273. part2.LockedToPart = true
  1274. part2.Transparency = NumberSequence.new(0.5)
  1275. part2.Rate = 3
  1276. part2.Color = ColorSequence.new(Color3.fromRGB(170,0,255))
  1277. part2.Texture = "http://www.roblox.com/asset/?id=358965396"
  1278. local model = Instance.new("Model",torso)
  1279.  
  1280. local ball0 = Instance.new("Part",model)
  1281. ball0.Position = ball0.Position + Vector3.new(2,2,2)
  1282. ball0.Transparency = 0.5
  1283. ball0.BrickColor = BrickColor.new("Royal purple")
  1284. ball0.Size = Vector3.new(1,1,1)
  1285. ball0mesh = Instance.new("SpecialMesh",ball0)
  1286. ball0mesh.MeshType = "Sphere"
  1287. ball0mesh.Scale = Vector3.new(1,1,1)
  1288. ballweld = Instance.new("Weld",model)
  1289. ballweld.Part0 = torso
  1290. ballweld.Part1 = ball0
  1291.  
  1292.  
  1293.  
  1294.  
  1295. for i = 1,15 do
  1296. wait(0.1)
  1297. part.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30),NumberSequenceKeypoint.new(1,1)})
  1298. part2.Size = NumberSequence.new(15)
  1299. for i = 1 , 3 do
  1300. wait()
  1301. ball0mesh.Scale = ball0mesh.Scale + Vector3.new(13,13,13)
  1302.  
  1303. end
  1304.  
  1305. wait(0.1)
  1306. part2.Size = NumberSequence.new(8)
  1307. part.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,18),NumberSequenceKeypoint.new(1,1)})
  1308. ball0mesh.Scale = Vector3.new(1,1,1)
  1309.  
  1310. end
  1311.  
  1312. hum.WalkSpeed = 16
  1313. Muss.Volume = 8
  1314.  
  1315.  
  1316. Charging = true
  1317. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  1318. function FDebris()
  1319. repeat
  1320. local p = Instance.new('Part',Torso)
  1321. p.formFactor = 'Custom'
  1322. p.Size = Vector3.new(1,1,1)
  1323. p.BrickColor = BrickColor.new("White")
  1324. p.CanCollide = false
  1325. p.Transparency = 0.2
  1326. p.Anchored = true
  1327. p.Locked=true
  1328. p.Material = "Neon"
  1329. s = math.random(1,40)/10
  1330. local m = Instance.new("BlockMesh",p)
  1331. m.Scale = Vector3.new(s,s,s)
  1332. p.CFrame = Torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  1333. --[[coroutine.wrap(function()
  1334. wait(2)
  1335. while Charging == true do
  1336. wait(2)
  1337. GroundWave1()
  1338. wait(2)
  1339. end
  1340. end)()]]--
  1341.  
  1342. spawn(function()
  1343. while rs:wait() do
  1344. if p.Transparency >= 1 then p:Destroy() break end
  1345. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  1346. p.Transparency = p.Transparency+0.01
  1347. end
  1348. end)
  1349. wait(.3)
  1350. until Charging == false
  1351. end
  1352.  
  1353.  
  1354. spawn(function()
  1355. while wait(.01)
  1356. do
  1357. FDebris()
  1358. end
  1359. end)
  1360.  
  1361.  
  1362.  
  1363. FloatPart = function()
  1364. local Part = Instance.new('Part',Torso)
  1365. Part.CFrame = CFrame.new(Torso.CFrame.X,workspace.Base.CFrame.Y+1,Torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  1366. Part.Anchored = true
  1367. Part.Material = 'Neon'
  1368. Part.CanCollide = false
  1369. Part.BrickColor = BrickColor.new("White")
  1370. local Mesh = Instance.new('SpecialMesh',Part)
  1371. Mesh.Scale = Vector3.new(4,4,.2)
  1372. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  1373. Mesh.VertexColor = Vector3.new(0,170,255)
  1374. spawn(function()
  1375. for i = 1,30 do
  1376. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  1377. Part.Transparency = Part.Transparency + .035
  1378. game["Run Service"].RenderStepped:wait()
  1379. end
  1380. Part:Destroy()
  1381. end)
  1382. end;
  1383.  
  1384. DubPart = function()
  1385. local Part = Instance.new('Part',Torso)
  1386. Part.CFrame = CFrame.new(Torso.CFrame.X,workspace.Base.CFrame.Y+1,Torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  1387. Part.Anchored = true
  1388. Part.CanCollide = false
  1389. Part.Material = 'Neon'
  1390. Part.BrickColor = BrickColor.new(SecondaryColor)
  1391. local Mesh = Instance.new('SpecialMesh',Part)
  1392. Mesh.Scale = Vector3.new(7,7,.2)
  1393. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  1394. Mesh.VertexColor = Vector3.new(0,170,255)
  1395. spawn(function()
  1396. for i = 1,30 do
  1397. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  1398. Part.Transparency = Part.Transparency + .035
  1399. game["Run Service"].RenderStepped:wait()
  1400. end
  1401. Part:Destroy()
  1402. end)
  1403. end;
  1404.  
  1405. Fade = function(Item,t)
  1406. spawn(function()
  1407. for i = 1,20 do
  1408. Item.Transparency = Item.Transparency + .05
  1409. if t then
  1410. wait(t)
  1411. else
  1412. wait()
  1413. end
  1414. end
  1415. Item:Destroy()
  1416. end)
  1417. end
  1418.  
  1419. Particle = function(PrimaryColor)
  1420. local Part = Instance.new('Part',Torso)
  1421. Part.BrickColor = BrickColor.new(PrimaryColor)
  1422. Part.Anchored = true
  1423. Part.Transparency = .3
  1424. Part.CanCollide = false
  1425. Part.CFrame = Torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random())
  1426. local Mesh = Instance.new('BlockMesh',Part)
  1427. Mesh.Scale = Vector3.new(.05,.1,.1)
  1428. spawn(function()
  1429. for i = 1,40 do
  1430. Part.Transparency = Part.Transparency + .0125
  1431. Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0)
  1432. game["Run Service"].RenderStepped:wait()
  1433. end
  1434. Part:Destroy()
  1435. end)
  1436. end;
  1437.  
  1438. --[[spawn(function()
  1439. while wait() do
  1440. wait(.05)
  1441. FloatPart()
  1442. wait(.08)
  1443. FloatPart()
  1444. wait(.05)
  1445. DubPart()
  1446. wait(.08)
  1447. end
  1448. end)]]
  1449.  
  1450. game["Run Service"].RenderStepped:connect(function(_)
  1451. Particle("Royale purple")
  1452. Particle("Really black")
  1453. Particle("Royal purple")
  1454. --Character['HumanoidRootPart'].C1 = Character['HumanoidRootPart'].C1 * CFrame.new(0,Height+math.sin(tick())/150,0)
  1455. end)
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472. function FindNearestTorso(Position,Distance,SinglePlayer)
  1473. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1474. local List = {}
  1475. for i,v in pairs(workspace:GetChildren())do
  1476. if v:IsA("Model")then
  1477. if v:findFirstChild("Torso")then
  1478. if v ~= char then
  1479. if(v.Torso.Position -Position).magnitude <= Distance then
  1480. table.insert(List,v)
  1481. end
  1482. end
  1483. end
  1484. end
  1485. end
  1486. return List
  1487. end
  1488.  
  1489.  
  1490.  
  1491.  
  1492. vt = Vector3.new
  1493.  
  1494.  
  1495.  
  1496. local player = game.Players.LocalPlayer
  1497. local pchar = player.Character
  1498. local mouse = player:GetMouse()
  1499. local cam = workspace.CurrentCamera
  1500.  
  1501. local rad = math.rad
  1502. bodyparts = {}
  1503. local keysDown = {}
  1504. local flySpeed = 0
  1505. local MAX_FLY_SPEED = 150
  1506.  
  1507. local canFly = false
  1508. local flyToggled = false
  1509.  
  1510. local forward, side = 0, 0
  1511. local lastForward, lastSide = 0, 0
  1512.  
  1513. local floatBP = Instance.new("BodyPosition")
  1514. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1515. local flyBV = Instance.new("BodyVelocity")
  1516. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1517. local turnBG = Instance.new("BodyGyro")
  1518. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1519.  
  1520. mouse.KeyDown:connect(function(key)
  1521. keysDown[key] = true
  1522.  
  1523. if key == "f" then
  1524. flyToggled = not flyToggled
  1525.  
  1526. if not flyToggled then
  1527. stanceToggle = "Normal"
  1528. floatBP.Parent = nil
  1529. flyBV.Parent = nil
  1530. turnBG.Parent = nil
  1531. root.Velocity = Vector3.new()
  1532. pchar.Humanoid.PlatformStand = false
  1533. end
  1534. end
  1535.  
  1536. end)
  1537. mouse.KeyUp:connect(function(key)
  1538. keysDown[key] = nil
  1539. end)
  1540.  
  1541. local function updateFly()
  1542.  
  1543.  
  1544.  
  1545.  
  1546. if not flyToggled then return end
  1547.  
  1548. lastForward = forward
  1549. lastSide = side
  1550.  
  1551. forward = 0
  1552. side = 0
  1553.  
  1554. if keysDown.w then
  1555. forward = forward + 1
  1556. end
  1557. if keysDown.s then
  1558. forward = forward - 1
  1559. end
  1560. if keysDown.a then
  1561. side = side - 1
  1562. end
  1563. if keysDown.d then
  1564. side = side + 1
  1565. end
  1566.  
  1567. canFly = (forward ~= 0 or side ~= 0)
  1568.  
  1569. if canFly then
  1570. stanceToggle = "Floating"
  1571. turnBG.Parent = root
  1572. floatBP.Parent = nil
  1573. flyBV.Parent = root
  1574.  
  1575. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1576. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1577. else
  1578. floatBP.position = root.Position
  1579. floatBP.Parent = root
  1580.  
  1581. flySpeed = flySpeed - 1
  1582. if flySpeed < 0 then flySpeed = 0 end
  1583. end
  1584.  
  1585. local camCF = cam.CoordinateFrame
  1586. local in_forward = canFly and forward or lastForward
  1587. local in_side = canFly and side or lastSide
  1588.  
  1589. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1590.  
  1591. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,0)
  1592. end
  1593.  
  1594. game:service'RunService'.RenderStepped:connect(function()
  1595. if flyToggled then
  1596. pchar.Humanoid.PlatformStand = true
  1597. end
  1598. updateFly()
  1599. end)
  1600.  
  1601.  
  1602.  
  1603. mouse.KeyDown:connect(function(key)
  1604. if key == "b" then
  1605. hum.WalkSpeed = 0
  1606. if Debounces.CanAttack == true then
  1607. Debounces.CanAttack = false
  1608. Debounces.NoIdl = true
  1609. Debounces.on = true
  1610. v = Instance.new("Sound")
  1611. v.SoundId = "http://www.roblox.com/asset/?id=753551986"
  1612. v.Parent = char
  1613. v.Looped = false
  1614. v.Pitch = 1
  1615. v.Volume = 3000
  1616. wait(0.01)
  1617. v:Play()
  1618. wait()
  1619. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  1620. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  1621. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  1622. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  1623. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-5)), 0.1)
  1624. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(5)), 0.1)
  1625. if Debounces.on == false then
  1626. end
  1627. wait()
  1628. end
  1629. wait()
  1630.  
  1631.  
  1632. local function Shockwave7()
  1633. local ENERGY = Instance.new("Part", Char)
  1634. ENERGY.Name = "ENERGY"
  1635. ENERGY.CanCollide = false
  1636. ENERGY.BrickColor = BrickColor.new("Really black")
  1637. ENERGY.Transparency = 0.2
  1638. ENERGY.TopSurface = 0
  1639. ENERGY.BottomSurface = 0
  1640. ENERGY.Anchored = true
  1641. local cm = Instance.new("CylinderMesh", ENERGY)
  1642. cm.Scale = Vector3.new(1, 20, 1)
  1643. ENERGY.Size = Vector3.new(5, 20, 5)
  1644. ENERGY.CFrame = char.Torso.CFrame
  1645. ENERGY.Touched:connect(function(hit)
  1646. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  1647. local Occlude = true
  1648. local NotOccludes = {
  1649. char.Name;
  1650. "Wings";
  1651. "Scythe";
  1652. "Thingy";
  1653. "Thingy2"; -- put all of the names in a table pls
  1654. }
  1655. for i,v in pairs(NotOccludes) do
  1656. if hit.Parent.Name == v then
  1657. Occlude = false
  1658. end
  1659. end
  1660. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  1661. if Occlude then
  1662. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 9999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1663. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * 220
  1664. end
  1665. end
  1666. end)
  1667. for i = 1, 50 do
  1668. ENERGY.CFrame = char.Torso.CFrame
  1669. ENERGY.Transparency = ENERGY.Transparency + 0.012
  1670. ENERGY.Size = ENERGY.Size + Vector3.new(0.2, 0, 0.2)
  1671. wait()
  1672. end
  1673. ENERGY:Destroy()
  1674. end
  1675. Shockwave7()
  1676.  
  1677.  
  1678. pt=Instance.new('Part',torso)
  1679. pt.Anchored=true
  1680. pt.CanCollide=false
  1681. pt.Locked = true
  1682. pt.FormFactor='Custom'
  1683. pt.Size=Vector3.new(1,1,1)
  1684. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1685. pt.Transparency=.6
  1686. pt.BrickColor=BrickColor.new('Royal purple')
  1687. msh=Instance.new('SpecialMesh',pt)
  1688. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1689. msh.Scale=Vector3.new(8,4,8)
  1690. pt2=pt:clone()
  1691. pt2.Parent = torso
  1692. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1693. pt2.BrickColor=BrickColor.new("Really black")
  1694. msh2=msh:clone()
  1695. msh2.Parent=pt2
  1696. msh2.Scale=Vector3.new(10,5,10)
  1697.  
  1698. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  1699. bl = Instance.new("Part", char)
  1700. bl.Locked = true
  1701. bl.Name = "Shell"
  1702. bl.BrickColor = BrickColor.new("White")
  1703. bl.Anchored = true
  1704. bl.CanCollide = false
  1705. bl.Transparency = 0
  1706. bl.Reflectance = 0
  1707. bl.BottomSurface = 0
  1708. bl.TopSurface = 0
  1709. bl.Shape = 0
  1710. blm = Instance.new("SpecialMesh",bl)
  1711. blm.MeshType = "Sphere"
  1712. blm.Scale = Vector3.new(1,1,1)
  1713. blm.MeshId = "rbxassetid://9982590"
  1714.  
  1715. coroutine.resume(coroutine.create(function()
  1716. for i=1, math.huge, 4 do
  1717. rs:wait()
  1718. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1719. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  1720. bl.Transparency = bl.Transparency + 0.005
  1721. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  1722. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  1723. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  1724. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  1725. end
  1726. end))
  1727.  
  1728. for i = 1, 15 do
  1729. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1730. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1731. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1732. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1733. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1734. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1735. if Debounces.on == false then
  1736. break
  1737. end
  1738. wait()
  1739. end
  1740. for i = 1, 15 do
  1741. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1742. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1743. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1744. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1745. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1746. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1747. if Debounces.on == false then
  1748. break
  1749. end
  1750. wait()
  1751. end
  1752. for i = 1, 15 do
  1753. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1754. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1755. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1756. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1757. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1758. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1759. if Debounces.on == false then
  1760. break
  1761. end
  1762. wait()
  1763. end
  1764. for i = 1, 15 do
  1765. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1766. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1767. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1768. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1769. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1770. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1771. if Debounces.on == false then
  1772. break
  1773. end
  1774. wait()
  1775. end
  1776. for i = 1, 15 do
  1777. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1778. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1779. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1780. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1781. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1782. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1783. if Debounces.on == false then
  1784. break
  1785. end
  1786. wait()
  1787. end
  1788. for i = 1, 10 do
  1789. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1790. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1791. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1792. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1793. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1794. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1795. if Debounces.on == false then
  1796. break
  1797. end
  1798. wait()
  1799. end
  1800. wait(1.4)
  1801. Debounces.NoIdl = false
  1802. hum.WalkSpeed = 5
  1803. Debounces.on = false
  1804. wait()
  1805. if Debounces.CanAttack == false then
  1806. Debounces.CanAttack = true
  1807. v:Destroy()
  1808. bl:Destroy()
  1809. blm:Destroy()
  1810. pt:Destroy()
  1811. pt2:Destroy()
  1812. msh:Destroy()
  1813. msh2:Destroy()
  1814. end
  1815. end
  1816. end)
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822. local grabbed = false
  1823. local cf = CFrame.new
  1824. local mr = math.rad
  1825. local angles = CFrame.Angles
  1826. local ud = UDim2.new
  1827. local c3 = Color3.new
  1828. local NeckCF = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1829. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  1830. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  1831. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  1832.  
  1833. clerp = function(a, b, t)
  1834. return a:lerp(b, t)
  1835. end
  1836.  
  1837. local RbxUtility = LoadLibrary("RbxUtility")
  1838. local Create = RbxUtility.Create
  1839. RemoveOutlines = function(part)
  1840. part.TopSurface = 10
  1841. end
  1842.  
  1843. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1844. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  1845. RemoveOutlines(Part)
  1846. return Part
  1847. end
  1848.  
  1849. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1850. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  1851. if Mesh == "SpecialMesh" then
  1852. Msh.MeshType = MeshType
  1853. Msh.MeshId = MeshId
  1854. end
  1855. return Msh
  1856. end
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864. ArtificialHB = Instance.new("BindableEvent", script)
  1865. ArtificialHB.Name = "Heartbeat"
  1866. script:WaitForChild("Heartbeat")
  1867. frame = 0.033333333333333
  1868. tf = 0
  1869. allowframeloss = false
  1870. tossremainder = false
  1871. lastframe = tick()
  1872. script.Heartbeat:Fire()
  1873. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1874. tf = tf + s
  1875. if frame <= tf then
  1876. if allowframeloss then
  1877. script.Heartbeat:Fire()
  1878. lastframe = tick()
  1879. else
  1880. for i = 1, math.floor(tf / frame) do
  1881. script.Heartbeat:Fire()
  1882. end
  1883. lastframe = tick()
  1884. end
  1885. if tossremainder then
  1886. tf = 0
  1887. else
  1888. tf = tf - frame * math.floor(tf / frame)
  1889. end
  1890. end
  1891. end
  1892. )
  1893. swait = function(num)
  1894. if num == 0 or num == nil then
  1895. ArtificialHB.Event:wait()
  1896. else
  1897. for i = 0, num do
  1898. ArtificialHB.Event:wait()
  1899. end
  1900. end
  1901. end
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  1912. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  1913. return Weld
  1914. end
  1915.  
  1916. rayCast = function(Position, Direction, Range, Ignore)
  1917. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1918. end
  1919.  
  1920. CreateSound = function(id, par, vol, pit)
  1921. coroutine.resume(coroutine.create(function()
  1922. local sou = Instance.new("Sound", par or workspace)
  1923. sou.Volume = vol
  1924. sou.Pitch = pit or 1
  1925. sou.SoundId = id
  1926. swait()
  1927. sou:play()
  1928. game:GetService("Debris"):AddItem(sou, 6)
  1929. end
  1930. ))
  1931. end
  1932.  
  1933. local getclosest = function(obj, distance)
  1934. local last, lastx = distance + 1, nil
  1935. for i,v in pairs(workspace:GetChildren()) do
  1936. if v:IsA("Model") and v ~= char and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  1937. local t = v.Torso
  1938. local dist = t.Position - obj.Position.magnitude
  1939. if dist <= distance and dist < last then
  1940. last = dist
  1941. lastx = v
  1942. end
  1943. end
  1944. end
  1945. return lastx
  1946. end
  1947.  
  1948. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1949. if hit.Parent == nil then
  1950. return
  1951. end
  1952. local h = hit.Parent:FindFirstChild("Humanoid")
  1953. for _,v in pairs(hit.Parent:children()) do
  1954. if v:IsA("Humanoid") then
  1955. h = v
  1956. end
  1957. end
  1958. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1959. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  1960. return
  1961. end
  1962. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  1963. game:GetService("Debris"):AddItem(c, 0.5)
  1964. if HitSound ~= nil and HitPitch ~= nil then
  1965. CreateSound(HitSound, hit, 1, HitPitch)
  1966. end
  1967. local Damage = math.random(minim, maxim)
  1968. local blocked = false
  1969. local block = hit.Parent:findFirstChild("Block")
  1970. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  1971. blocked = true
  1972. block.Value = block.Value - 1
  1973. print(block.Value)
  1974. end
  1975. if blocked == false then
  1976. h.Health = h.Health - Damage
  1977. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  1978. else
  1979. h.Health = h.Health - Damage / 2
  1980. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  1981. end
  1982. if Type == "Knockdown" then
  1983. local hum = hit.Parent.Humanoid
  1984. hum.PlatformStand = true
  1985. coroutine.resume(coroutine.create(function(HHumanoid)
  1986. swait(1)
  1987. HHumanoid.PlatformStand = false
  1988. end
  1989. ), hum)
  1990. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  1991. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  1992. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  1993. game:GetService("Debris"):AddItem(bodvol, 0.5)
  1994. game:GetService("Debris"):AddItem(rl, 0.5)
  1995. else
  1996. do
  1997. if Type == "Debuff" then
  1998. print'hi'
  1999. else
  2000. if Type == "Up" then
  2001. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  2002. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2003. else
  2004. do
  2005. if Type == "DarkUp" then
  2006. coroutine.resume(coroutine.create(function()
  2007. for i = 0, 1, 0.1 do
  2008. swait()
  2009. BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, 0.08, 1)
  2010. end
  2011. end
  2012. ))
  2013. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  2014. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2015. else
  2016. do
  2017. if Type == "Snare" then
  2018. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  2019. game:GetService("Debris"):AddItem(bp, 1)
  2020. else
  2021. do
  2022. if Type == "Freeze" then
  2023. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  2024. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  2025. hit.Parent.Torso.Anchored = true
  2026. coroutine.resume(coroutine.create(function(Part)
  2027. swait(1.5)
  2028. Part.Anchored = false
  2029. end), hit.Parent.Torso)
  2030. game:GetService("Debris"):AddItem(BodPos, 3)
  2031. game:GetService("Debris"):AddItem(BodGy, 3)
  2032. end
  2033. do
  2034. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  2035. game:GetService("Debris"):AddItem(debounce, Delay)
  2036. c = Instance.new("ObjectValue")
  2037. c.Name = "creator"
  2038. c.Value = Player
  2039. c.Parent = h
  2040. game:GetService("Debris"):AddItem(c, 0.5)
  2041. end
  2042. end
  2043. end
  2044. end
  2045. end
  2046. end
  2047. end
  2048. end
  2049. end
  2050. end
  2051. end
  2052. end
  2053.  
  2054. ShowDamage = function(Pos, Text, Time, Color)
  2055. local Rate = 0.033333333333333
  2056. if not Pos then
  2057. local Pos = Vector3.new(0, 0, 0)
  2058. end
  2059. local Text = Text or ""
  2060. local Time = Time or 2
  2061. if not Color then
  2062. local Color = Color3.new(1, 0, 1)
  2063. end
  2064. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  2065. EffectPart.Anchored = true
  2066. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  2067. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  2068. game.Debris:AddItem(EffectPart, Time + 0.1)
  2069. EffectPart.Parent = game:GetService("Workspace")
  2070. delay(0, function()
  2071. local Frames = Time / Rate
  2072. for Frame = 1, Frames do
  2073. wait(Rate)
  2074. local Percent = Frame / Frames
  2075. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2076. TextLabel.TextTransparency = Percent
  2077. end
  2078. if EffectPart and EffectPart.Parent then
  2079. EffectPart:Destroy()
  2080. end
  2081. end
  2082. )
  2083. end
  2084.  
  2085. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  2086. for _,c in pairs(workspace:children()) do
  2087. local hum = c:findFirstChild("Humanoid")
  2088. if hum ~= nil then
  2089. local head = c:findFirstChild("Torso")
  2090. if head ~= nil then
  2091. local targ = head.Position - Part.Position
  2092. local mag = targ.magnitude
  2093. if mag <= magni and c.Name ~= Player.Name then
  2094. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  2095. end
  2096. end
  2097. end
  2098. end
  2099. end
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105. local effect = Instance.new("Model", Char)
  2106. effect.Name = "Effects"
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  2113. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2114. prt.Anchored = true
  2115. prt.CFrame = cframe
  2116. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2117. game:GetService("Debris"):AddItem(prt, 10)
  2118. if Type == 1 or Type == nil then
  2119. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  2120. else
  2121. if Type == 2 then
  2122. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  2123. end
  2124. end
  2125. end
  2126.  
  2127.  
  2128.  
  2129.  
  2130. WaveEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2131. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2132. prt.Anchored = true
  2133. prt.CFrame = cframe
  2134. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2135. game:GetService("Debris"):AddItem(prt, 10)
  2136. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2137. end
  2138.  
  2139.  
  2140.  
  2141. local grabbing = false
  2142. WindFloor = function()
  2143.  
  2144. end
  2145.  
  2146.  
  2147.  
  2148. bc = BrickColor.new
  2149. function WindFloor2()
  2150. local shur = Instance.new("Part",char)
  2151. local gahd = Instance.new("Sound",shur)
  2152. gahd.SoundId = "rbxassetid://402981977"
  2153. gahd.Volume = 5
  2154. gahd.Pitch = 0.75
  2155. gahd:Play()
  2156. shur.Transparency = 1
  2157. shur.Material = "Neon"
  2158. shur.BrickColor = bc("Royal purple")
  2159. shur.Anchored = true
  2160. shur.CFrame = mouse.Hit
  2161. shur.Rotation = vt(0,math.random(-500,500),0)
  2162. shur.Size = vt(1,0.2,1)
  2163. shur.CanCollide = false
  2164. local dec = Instance.new("Decal",shur)
  2165. dec.Texture = symbolimg
  2166. dec.Face = "Top"
  2167. local dec2 = dec:Clone()
  2168. dec2.Parent = shur
  2169. dec2.Face = "Bottom"
  2170. local Meshshur = Instance.new("CylinderMesh",shur)
  2171. Meshshur.Scale = vt(0,1,0)
  2172. local value1 = 1*2.25
  2173. for i = 0, 50 do
  2174. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2175. value1 = value1 - 0.015*2.25
  2176. wait(0)
  2177. end
  2178. local spart = Instance.new("Part",char)
  2179. local tick = Instance.new("Sound",spart)
  2180. tick.SoundId = "rbxassetid://414516914"
  2181. tick.Volume = 2.5
  2182. tick.Pitch = 0.45
  2183. tick:Play()
  2184. spart.Size = vt(1,1,1)
  2185. spart.BrickColor = BrickColor.new("Royal purple")
  2186. spart.Transparency = 0.1
  2187. spart.Anchored = true
  2188. spart.CanCollide = false
  2189. spart.CFrame = shur.CFrame + vt(0,2.5,0)
  2190. local expld = Instance.new("Explosion", spart)
  2191. expld.BlastRadius = 27.5
  2192. expld.Position = spart.Position
  2193. local mesh = Instance.new("SpecialMesh",spart)
  2194. mesh.MeshType = "FileMesh"
  2195. mesh.Scale = vt(1,0.01,1)
  2196. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2197. local parz = spart:Clone()
  2198. local mshe = parz.Mesh
  2199. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2200. parz.CFrame = spart.CFrame
  2201. parz.Parent = char
  2202. local par2 = spart:Clone()
  2203. local msh = par2.Mesh
  2204. par2.Mesh.MeshType = "Sphere"
  2205. par2.Material = "Neon"
  2206. par2.CFrame = spart.CFrame
  2207. par2.BrickColor = BrickColor.new("Royal purple")
  2208. par2.Parent = char
  2209. local par3 = spart:Clone()
  2210. local msh3 = par2.Mesh
  2211. msh3.Scale = vt(15,0,15)
  2212. par3.Mesh.MeshType = "Sphere"
  2213. par3.Material = "Neon"
  2214. par3.CFrame = spart.CFrame
  2215. par3.BrickColor = BrickColor.new("Royal purple")
  2216. par3.Parent = char
  2217. for i = 0, 150 do
  2218. spart.Transparency = spart.Transparency + 0.01
  2219. mesh.Scale = mesh.Scale + vt(2.25,0.15,2.25)
  2220. spart.Position = spart.Position
  2221. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2222. par2.Transparency = par2.Transparency + 0.01
  2223. msh.Scale = msh.Scale + vt(1.5/1.25,1.5/1.25,1.5/1.25)
  2224. par2.Position = par2.Position
  2225. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2226. par3.Transparency = par2.Transparency + 0.05
  2227. msh3.Scale = msh3.Scale + vt(-0.5,50/1.25,-0.5)
  2228. par3.Position = par2.Position
  2229. par3.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2230. parz.Transparency = par2.Transparency + 0.01
  2231. mshe.Scale = msh.Scale + vt(4,1,4)
  2232. parz.Position = parz.Position
  2233. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2234. wait(0)
  2235. end
  2236. for i = 0, 100 do
  2237. dec.Transparency = dec.Transparency + 0.015
  2238. dec2.Transparency = dec.Transparency
  2239. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2240. value1 = value1 - 0.015*2.25
  2241. wait(0)
  2242. end
  2243. shur:Destroy()
  2244. par2:Destroy()
  2245. spart:Destroy()
  2246. end
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254. function BlastStorm()
  2255.  
  2256. local lag = Instance.new("Sound", workspace)
  2257. lag.SoundId = "rbxassetid://752783199"
  2258. lag.Volume = 20000
  2259. lag.Pitch = 1
  2260. lag:Play()
  2261. wait(0)
  2262. local ff = Instance.new("ForceField",char)
  2263. local shur = Instance.new("Part",char)
  2264. local gahd = Instance.new("Sound",char)
  2265. gahd.SoundId = "rbxassetid://402981977"
  2266. gahd.Volume = 2.5
  2267. gahd.Pitch = 0.6
  2268. gahd:Play()
  2269. shur.Transparency = 1
  2270. shur.Material = "Neon"
  2271. shur.BrickColor = bc("Royal purple")
  2272. shur.Anchored = true
  2273. shur.CFrame = mouse.Hit
  2274. shur.Size = vt(1,0.2,1)
  2275. shur.CanCollide = false
  2276. local dec = Instance.new("Decal",shur)
  2277. dec.Texture = symbolimg
  2278. dec.Face = "Top"
  2279. local dec2 = dec:Clone()
  2280. dec2.Parent = shur
  2281. dec2.Face = "Bottom"
  2282. local Meshshur = Instance.new("CylinderMesh",shur)
  2283. Meshshur.Scale = vt(0,1,0)
  2284. local value1 = 1*12.5
  2285. for i = 0, 50 do
  2286. shur.CFrame = torso.CFrame + vt(0,-2.5,0)
  2287. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2288. value1 = value1 - 0.015*12.5
  2289. wait(0)
  2290. end
  2291.  
  2292. wait(0)
  2293. local spart = Instance.new("Part",char)
  2294. local tick = Instance.new("Sound",char)
  2295. tick.SoundId = "rbxassetid://414516914"
  2296. tick.Volume = 2.5
  2297. tick.Pitch = 0.4
  2298. tick:Play()
  2299. local tickz = Instance.new("Sound",char)
  2300. tickz.SoundId = "rbxassetid://435742675"
  2301. tickz.Volume = 1
  2302. tickz.Pitch = 1
  2303. tickz:Play()
  2304. local tickr = Instance.new("Sound",char)
  2305. tickr.SoundId = "rbxassetid://435742675"
  2306. tickr.Volume = 2.5
  2307. tickr.Pitch = 0.5
  2308. tickr:Play()
  2309. local tickel = Instance.new("Sound",char)
  2310. tickel.SoundId = "rbxassetid://2248511"
  2311. tickel.Volume = 3
  2312. tickel.Pitch = 0.2
  2313. tickel:Play()
  2314. spart.Size = vt(1,1,1)
  2315. spart.BrickColor = BrickColor.new("Royal purple")
  2316. spart.Transparency = 0.1
  2317. spart.Anchored = true
  2318. spart.CanCollide = false
  2319. spart.CFrame = mouse.Hit
  2320. local expld = Instance.new("Explosion", spart)
  2321. expld.BlastRadius = 500000
  2322. expld.Position = spart.Position
  2323. local mesh = Instance.new("SpecialMesh",spart)
  2324. mesh.MeshType = "FileMesh"
  2325. mesh.Scale = vt(1,0.01,1)
  2326. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2327. local parz = spart:Clone()
  2328. local mshe = parz.Mesh
  2329. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2330. parz.CFrame = spart.CFrame
  2331. parz.Parent = char
  2332. local par2 = spart:Clone()
  2333. local msh = par2.Mesh
  2334. par2.Mesh.MeshType = "Sphere"
  2335. par2.Material = "Neon"
  2336. par2.CFrame = spart.CFrame
  2337. par2.BrickColor = BrickColor.new("Royal purple")
  2338. par2.Parent = char
  2339. for i = 0, 200 do
  2340. spart.Transparency = spart.Transparency + 0.005
  2341. mesh.Scale = mesh.Scale + vt(10,1,10)
  2342. spart.Position = spart.Position
  2343. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2344. par2.Transparency = par2.Transparency + 0.005
  2345. msh.Scale = msh.Scale + vt(5/1.25,1000/1.25,5/1.25)
  2346. par2.Position = par2.Position
  2347. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2348. parz.Transparency = par2.Transparency + 0.005
  2349. mshe.Scale = msh.Scale + vt(6,1,6)
  2350. parz.Position = parz.Position
  2351. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2352. wait(0)
  2353. end
  2354. ff:Destroy()
  2355. for i = 0, 100 do
  2356. dec.Transparency = dec.Transparency + 0.015
  2357. dec2.Transparency = dec.Transparency
  2358. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2359. value1 = value1 - 0.015*12.5
  2360. wait(0)
  2361. end
  2362. shur:Destroy()
  2363. par2:Destroy()
  2364. spart:Destroy()
  2365. tick:Destroy()
  2366. tickr:Destroy()
  2367. tickz:Destroy()
  2368. tickel:Destroy()
  2369. end
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378. local maincolor = Color3.new(170/255,0/255,255/255)
  2379.  
  2380.  
  2381.  
  2382. function noobyisscripter()
  2383. local hitted = false
  2384. local valuesize = 5
  2385. local lb = Instance.new("Part")
  2386. lb.Parent = char
  2387. lb.Material = "Neon"
  2388. lb.BrickColor = BrickColor.new(maincolor)
  2389. lb.CanCollide = false
  2390. lb.Shape = "Ball"
  2391. lb.CFrame = char.Torso.CFrame + Vector3.new(0,0.7,0)
  2392. lb.Anchored = false
  2393. lb.Size = vt(1,1,1)
  2394. local thing = Instance.new("SpecialMesh",lb)
  2395. thing.MeshType = "Sphere"
  2396. local trail = Instance.new("ParticleEmitter",lb)
  2397. trail.Texture = "rbxassetid://296874871"
  2398. trail.LightEmission = 0.95
  2399. trail.Color = ColorSequence.new(maincolor)
  2400. trail.Rate = 10000
  2401. trail.Lifetime = NumberRange.new(1.5)
  2402. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1.5,0),NumberSequenceKeypoint.new(1,0,0)})
  2403. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2404. trail.Speed = NumberRange.new(0,0)
  2405. trail.RotSpeed = NumberRange.new(-500,500)
  2406. local bv = Instance.new("BodyVelocity")
  2407. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2408. bv.velocity = mouse.Hit.lookVector *100
  2409. bv.Parent = lb
  2410. wait(0.1)
  2411. pewdiepie=lb.Touched:connect(function(hit)
  2412. if hitted == false then
  2413. local sd = Instance.new("Sound",lb)
  2414. sd.SoundId = "rbxassetid://138210320"
  2415. sd.Volume = 2.5
  2416. sd:Play()
  2417. hitted = true
  2418. trail.Rate = 0
  2419. lb.Anchored = true
  2420. local explosion = Instance.new("Explosion",lb)
  2421. explosion.BlastRadius = 10
  2422. explosion.Position = lb.Position
  2423. local ex = Instance.new("ParticleEmitter",lb)
  2424. ex.Texture = "rbxassetid://296874871"
  2425. ex.LightEmission = 0.95
  2426. ex.Color = ColorSequence.new(maincolor)
  2427. ex.Rate = 10000
  2428. ex.Lifetime = NumberRange.new(1.75)
  2429. ex.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,25,0)})
  2430. ex.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2431. ex.Speed = NumberRange.new(25,45)
  2432. ex.VelocitySpread = 90000
  2433. ex.RotSpeed = NumberRange.new(-500,500)
  2434. for i = 0, 19 do
  2435. wait()
  2436. valuesize = valuesize - 0.25
  2437. thing.Scale = thing.Scale + vt(valuesize,valuesize,valuesize)
  2438. end
  2439. ex.Rate = 0
  2440. for i = 0, 9 do
  2441. wait()
  2442. lb.Transparency = lb.Transparency + 0.1
  2443. end
  2444. wait(5)
  2445. lb:Destroy()
  2446. end
  2447. end)
  2448. end
  2449.  
  2450.  
  2451. mouse.KeyDown:connect(function(key)
  2452. if key == "g" then
  2453. if Debounces.CanAttack == true then
  2454. Debounces.CanAttack = false
  2455. Debounces.on = true
  2456. Debounces.NoIdl = true
  2457. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  2458. shot1 = Instance.new("Sound",Torso)
  2459. shot1.SoundId = "rbxassetid://200633492"
  2460. shot1.Looped = false
  2461. shot1.Pitch = 3
  2462. shot1.Volume = 400
  2463. shot1:Play()
  2464. Debounces.RPunch = true
  2465. Debounces.LPunch = true
  2466. Debounces.ks = true
  2467. Debounces.ks2 = true
  2468. for i = 1, 3 do
  2469. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2470. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2471. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2472. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2473. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2474. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2475. if Debounces.on == false then break end
  2476. wait()
  2477. end
  2478. shot1 = Instance.new("Sound",Torso)
  2479. shot1.SoundId = "rbxassetid://200633492"
  2480. shot1.Looped = false
  2481. shot1.Pitch = 3
  2482. shot1.Volume = 400
  2483. shot1:Play()
  2484. wait(0.5)
  2485. noobyisscripter()
  2486. for i = 1, 3 do
  2487. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2488. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2489. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2490. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2491. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2492. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2493. if Debounces.on == false then break end
  2494. wait()
  2495. end
  2496. shot1 = Instance.new("Sound",Torso)
  2497. shot1.SoundId = "rbxassetid://200633492"
  2498. shot1.Looped = false
  2499. shot1.Pitch = 3
  2500. shot1.Volume = 400
  2501. shot1:Play()
  2502. wait(0.5)
  2503. noobyisscripter()
  2504. for i = 1, 3 do
  2505. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2506. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2507. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2508. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2509. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2510. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2511. if Debounces.on == false then break end
  2512. wait()
  2513. end
  2514. shot1 = Instance.new("Sound",Torso)
  2515. shot1.SoundId = "rbxassetid://200633492"
  2516. shot1.Looped = false
  2517. shot1.Pitch = 3
  2518. shot1.Volume = 400
  2519. shot1:Play()
  2520. wait(0.5)
  2521. noobyisscripter()
  2522. for i = 1, 3 do
  2523. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2524. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2525. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2526. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2527. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2528. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2529. if Debounces.on == false then break end
  2530. wait()
  2531. end
  2532. shot1 = Instance.new("Sound",Torso)
  2533. shot1.SoundId = "rbxassetid://200633492"
  2534. shot1.Looped = false
  2535. shot1.Pitch = 3
  2536. shot1.Volume = 400
  2537. shot1:Play()
  2538. wait(0.5)
  2539. noobyisscripter()
  2540. for i = 1, 3 do
  2541. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2542. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2543. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2544. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2545. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2546. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2547. if Debounces.on == false then break end
  2548. wait()
  2549. end
  2550. shot1 = Instance.new("Sound",Torso)
  2551. shot1.SoundId = "rbxassetid://200633492"
  2552. shot1.Looped = false
  2553. shot1.Pitch = 3
  2554. shot1.Volume = 400
  2555. shot1:Play()
  2556. wait(0.5)
  2557. noobyisscripter()
  2558. for i = 1, 3 do
  2559. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2560. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2561. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2562. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2563. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2564. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2565. if Debounces.on == false then break end
  2566. wait()
  2567. end
  2568. shot1 = Instance.new("Sound",Torso)
  2569. shot1.SoundId = "rbxassetid://200633492"
  2570. shot1.Looped = false
  2571. shot1.Pitch = 3
  2572. shot1.Volume = 400
  2573. shot1:Play()
  2574. wait(0.5)
  2575. noobyisscripter()
  2576. for i = 1, 3 do
  2577. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2578. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2579. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2580. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2581. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2582. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2583. if Debounces.on == false then break end
  2584. wait()
  2585. end
  2586. shot1 = Instance.new("Sound",Torso)
  2587. shot1.SoundId = "rbxassetid://200633492"
  2588. shot1.Looped = false
  2589. shot1.Pitch = 3
  2590. shot1.Volume = 400
  2591. shot1:Play()
  2592. wait(0.5)
  2593. noobyisscripter()
  2594. for i = 1, 3 do
  2595. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2596. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2597. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2598. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2599. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2600. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2601. if Debounces.on == false then break end
  2602. wait()
  2603. end
  2604. shot1 = Instance.new("Sound",Torso)
  2605. shot1.SoundId = "rbxassetid://200633492"
  2606. shot1.Looped = false
  2607. shot1.Pitch = 3
  2608. shot1.Volume = 400
  2609. shot1:Play()
  2610. wait(0.5)
  2611. noobyisscripter()
  2612. for i = 1, 3 do
  2613. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2614. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2615. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2616. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2617. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2618. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2619. if Debounces.on == false then break end
  2620. wait()
  2621. end
  2622. shot1 = Instance.new("Sound",Torso)
  2623. shot1.SoundId = "rbxassetid://200633492"
  2624. shot1.Looped = false
  2625. shot1.Pitch = 3
  2626. shot1.Volume = 400
  2627. shot1:Play()
  2628. wait(0.5)
  2629. noobyisscripter()
  2630. for i = 1, 3 do
  2631. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2632. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2633. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2634. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2635. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2636. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2637. if Debounces.on == false then break end
  2638. wait()
  2639. end
  2640. shot1 = Instance.new("Sound",Torso)
  2641. shot1.SoundId = "rbxassetid://200633492"
  2642. shot1.Looped = false
  2643. shot1.Pitch = 3
  2644. shot1.Volume = 400
  2645. shot1:Play()
  2646. wait(0.5)
  2647. noobyisscripter()
  2648. for i = 1, 3 do
  2649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2650. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2651. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2652. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2653. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2654. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2655. if Debounces.on == false then break end
  2656. wait()
  2657. end
  2658. shot1 = Instance.new("Sound",Torso)
  2659. shot1.SoundId = "rbxassetid://200633492"
  2660. shot1.Looped = false
  2661. shot1.Pitch = 3
  2662. shot1.Volume = 400
  2663. shot1:Play()
  2664. wait(0.5)
  2665. noobyisscripter()
  2666. for i = 1, 3 do
  2667. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2668. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2669. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2670. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2671. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2672. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2673. if Debounces.on == false then break end
  2674. wait()
  2675. end
  2676. shot1 = Instance.new("Sound",Torso)
  2677. shot1.SoundId = "rbxassetid://200633492"
  2678. shot1.Looped = false
  2679. shot1.Pitch = 3
  2680. shot1.Volume = 400
  2681. shot1:Play()
  2682. wait(0.5)
  2683. noobyisscripter()
  2684. for i = 1, 3 do
  2685. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2686. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2687. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2688. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2689. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2690. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2691. if Debounces.on == false then break end
  2692. wait()
  2693. end
  2694. shot1 = Instance.new("Sound",Torso)
  2695. shot1.SoundId = "rbxassetid://200633492"
  2696. shot1.Looped = false
  2697. shot1.Pitch = 3
  2698. shot1.Volume = 400
  2699. shot1:Play()
  2700. wait(0.5)
  2701. noobyisscripter()
  2702. for i = 1, 3 do
  2703. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2704. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2705. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2706. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2707. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2708. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2709. if Debounces.on == false then break end
  2710. wait()
  2711. end
  2712. shot1 = Instance.new("Sound",Torso)
  2713. shot1.SoundId = "rbxassetid://200633492"
  2714. shot1.Looped = false
  2715. shot1.Pitch = 3
  2716. shot1.Volume = 400
  2717. shot1:Play()
  2718. wait(0.5)
  2719. noobyisscripter()
  2720. for i = 1, 3 do
  2721. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2722. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2723. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2724. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2725. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2726. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2727. if Debounces.on == false then break end
  2728. wait()
  2729. end
  2730. shot1 = Instance.new("Sound",Torso)
  2731. shot1.SoundId = "rbxassetid://200633492"
  2732. shot1.Looped = false
  2733. shot1.Pitch = 3
  2734. shot1.Volume = 400
  2735. shot1:Play()
  2736. wait(0.5)
  2737. noobyisscripter()
  2738. for i = 1, 3 do
  2739. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2740. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2741. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2742. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2743. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2744. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2745. if Debounces.on == false then break end
  2746. wait()
  2747. end
  2748. shot1 = Instance.new("Sound",Torso)
  2749. shot1.SoundId = "rbxassetid://200633492"
  2750. shot1.Looped = false
  2751. shot1.Pitch = 3
  2752. shot1.Volume = 400
  2753. shot1:Play()
  2754. wait(0.5)
  2755. noobyisscripter()
  2756. for i = 1, 3 do
  2757. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2758. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2759. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2760. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2761. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2762. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2763. if Debounces.on == false then break end
  2764. wait()
  2765. end
  2766. shot1 = Instance.new("Sound",Torso)
  2767. shot1.SoundId = "rbxassetid://200633492"
  2768. shot1.Looped = false
  2769. shot1.Pitch = 3
  2770. shot1.Volume = 400
  2771. shot1:Play()
  2772. wait(0.5)
  2773. noobyisscripter()
  2774. for i = 1, 3 do
  2775. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2776. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2777. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2778. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2779. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2780. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2781. if Debounces.on == false then break end
  2782. wait()
  2783. end
  2784. shot1 = Instance.new("Sound",Torso)
  2785. shot1.SoundId = "rbxassetid://200633492"
  2786. shot1.Looped = false
  2787. shot1.Pitch = 3
  2788. shot1.Volume = 400
  2789. shot1:Play()
  2790. wait(0.5)
  2791. noobyisscripter()
  2792. for i = 1, 3 do
  2793. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2794. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2795. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2796. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2797. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2798. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2799. if Debounces.on == false then break end
  2800. wait()
  2801. end
  2802. shot1 = Instance.new("Sound",Torso)
  2803. shot1.SoundId = "rbxassetid://200633492"
  2804. shot1.Looped = false
  2805. shot1.Pitch = 3
  2806. shot1.Volume = 400
  2807. shot1:Play()
  2808. wait(0.5)
  2809. noobyisscripter()
  2810. for i = 1, 3 do
  2811. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2812. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2813. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2814. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2815. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2816. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2817. if Debounces.on == false then break end
  2818. wait()
  2819. end
  2820.  
  2821. Debounces.LPunch = false
  2822. Debounces.RPunch = false
  2823. Debounces.ks = false
  2824. Debounces.ks2 = false
  2825. if Debounces.CanAttack == false then
  2826. Debounces.CanAttack = true
  2827. Debounces.on = false
  2828. Debounces.NoIdl = false
  2829. end
  2830. end
  2831. end
  2832. end)
  2833.  
  2834.  
  2835.  
  2836.  
  2837. mouse.KeyDown:connect(function(key)
  2838. if key == "r" then
  2839.  
  2840. if Debounces.CanAttack == true then
  2841. Debounces.CanAttack = false
  2842. Debounces.NoIdl = true
  2843. Debounces.on = true
  2844. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character,"Here is all of my energy","Red")
  2845. function FindNearestTorso(Position,Distance,SinglePlayer)
  2846. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2847. local List = {}
  2848. for i,v in pairs(workspace:GetChildren())do
  2849. if v:IsA("Model")then
  2850. if v:findFirstChild("Torso")then
  2851. if v ~= char then
  2852. if(v.Torso.Position -Position).magnitude <= Distance then
  2853. table.insert(List,v)
  2854. end
  2855. end
  2856. end
  2857. end
  2858. end
  2859. return List
  2860. end
  2861. z = Instance.new("Sound",hed)
  2862. z.SoundId = "rbxassetid://232213955"
  2863. z.Pitch = 1
  2864. z.Volume = 1
  2865. wait(0.2)
  2866. z:Play()
  2867. sp = Instance.new("Part",hed)
  2868. sp.Anchored = true
  2869. sp.CanCollide = false
  2870. sp.Locked = false
  2871. sp.Transparency = 0
  2872. sp.Material = "Neon"
  2873. sp.Size = Vector3.new(1,1,1)
  2874. sp.TopSurface = "SmoothNoOutlines"
  2875. sp.BottomSurface = "SmoothNoOutlines"
  2876. sp.BrickColor = BrickColor.new("Royal purple")
  2877. spm = Instance.new("SpecialMesh",sp)
  2878. spm.MeshType = "Sphere"
  2879. spm.Scale = Vector3.new(100,100,100)
  2880. sp2 = Instance.new("Part", rarm)
  2881. sp2.Name = "Energy"
  2882. sp2.BrickColor = BrickColor.new("Royal purple")
  2883. sp2.Size = Vector3.new(1,1,1)
  2884. sp2.Shape = "Ball"
  2885. sp2.CanCollide = false
  2886. sp2.Anchored = true
  2887. sp2.Locked = true
  2888. sp2.TopSurface = 0
  2889. sp2.BottomSurface = 0
  2890. sp2.Transparency = 1
  2891. spm2 = Instance.new("SpecialMesh",sp2)
  2892. spm2.MeshId = "rbxassetid://9982590"
  2893. spm2.Scale = Vector3.new(100,100,100)
  2894. for i = 1, 20 do
  2895. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  2896. sp.CFrame = root.CFrame*CFrame.new(0,100,0)
  2897. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(8)), 0.4)
  2898. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(-8)), 0.4)
  2899. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2900. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2901. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2902. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2903. if Debounces.on == false then break end
  2904. rs:wait()
  2905. end
  2906. for i = 1, 100, 20 do rs:wait()
  2907. sp.CFrame = root.CFrame*CFrame.new(0,100,0)
  2908. end
  2909. for i = 1, 20 do
  2910. sp.CFrame = root.CFrame*CFrame.new(0,100,0)
  2911. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(-8)), 0.4)
  2912. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(8)), 0.4)
  2913. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(0),0), 0.4)
  2914. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2915. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2916. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2917. if Debounces.on == false then break end
  2918. rs:wait()
  2919. end
  2920. sp.Transparency = 0
  2921. for i = 1, 20 do
  2922. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(-8)), 0.4)
  2923. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(8)), 0.4)
  2924. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(0),0), 0.4)
  2925. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2926. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2927. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2928. if Debounces.on == false then break end
  2929. rs:wait()
  2930. end
  2931. wait(1)
  2932. sp.Transparency = 0
  2933. sp2.Transparency = 0.84
  2934. for i = 1, 20 do
  2935. --spm.Scale = spm.Scale - Vector3.new(15,15,15)
  2936. sp.CFrame = root.CFrame*CFrame.new(0,100,0)
  2937. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  2938. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(-8)), 0.4)
  2939. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(8)), 0.2)
  2940. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  2941. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2942. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-8)), 0.2)
  2943. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(8)), 0.2)
  2944. if Debounces.on == false then break end
  2945. rs:wait()
  2946. end
  2947. for i = 1, 2880, 50 do
  2948. rs:wait()
  2949. sp.CFrame = root.CFrame*CFrame.new(0,100,0)
  2950. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0)
  2951. rs:wait()
  2952. end
  2953. sp:Destroy()
  2954. sp2:Destroy()
  2955. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character,"TAKE THIS!","Red")
  2956. local X = Instance.new("Part",char)
  2957. local O = Instance.new("ObjectValue",X)
  2958. O.Name = "creator"
  2959. X.Locked = true
  2960. X.Name = "Shell"
  2961. X.Anchored = false
  2962. X.CanCollide = false
  2963. X.Transparency = 0
  2964. X.Reflectance = 0
  2965. X.BottomSurface = 0
  2966. X.TopSurface = 0
  2967. X.Shape = 0
  2968. local V = Instance.new("ObjectValue",X)
  2969. V.Value = char
  2970. V.Name = "creator"
  2971. X.BrickColor = BrickColor.new("Royal purple")
  2972. X.Size = Vector3.new(1,1,1)
  2973. X.Material = "Neon"
  2974. local Z = Instance.new("SpecialMesh",X)
  2975. Z.MeshType = "Sphere"
  2976. Z.Scale = Vector3.new(100,100,100)
  2977. X.CFrame = rarm.CFrame*CFrame.new(15,15,15)
  2978. local bv = Instance.new("BodyVelocity",X)
  2979. bv.maxForce = Vector3.new(99999,99999,99999)
  2980. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  2981. bv.velocity = X.CFrame.lookVector*65
  2982.  
  2983. Explode = X.Touched:connect(function(hit)
  2984.  
  2985. local cf = X.CFrame
  2986. bv:Destroy()
  2987. X.Anchored = true
  2988. Z:Remove()
  2989. Explode:disconnect()
  2990.  
  2991. local ROW2 = function(out, trans, s, wt, t, ang, plus)
  2992. for i = 1, 360, 360/t do
  2993. local c = Instance.new("Part", game.Workspace)
  2994. c.FormFactor = 3
  2995. c.TopSurface = 0
  2996. c.BottomSurface = 0
  2997. c.Size = s
  2998. c.Anchored = true
  2999. c.CanCollide = wt
  3000. c.Material=workspace.Base.Material
  3001. c.Transparency = trans
  3002. c.BrickColor = workspace.Base.BrickColor
  3003. c.CFrame = CFrame.new(X.CFrame.x,0,X.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  3004. c.Locked=true
  3005. game.Debris:AddItem(c,25)
  3006. end
  3007. end
  3008.  
  3009. ROW2(18, 0, Vector3.new(34.5, 70, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  3010.  
  3011.  
  3012. local ra = Ray.new(X.Position, X.CFrame.upVector * 3)
  3013. local part, positi = workspace:FindPartOnRayWithIgnoreList(ra, {Char}, false, true)
  3014. if part then
  3015. local cfremz = CFrame.new(positi)
  3016. debris(cfremz, part, 30)
  3017. end
  3018.  
  3019. X.Size = Vector3.new(6,6,6)
  3020. X.Touched:connect(function(hit) end)
  3021. X.CanCollide = false
  3022. local part3 = Instance.new("Part", rarm)
  3023. part3.Anchored=true
  3024. part3.CanCollide=false
  3025. part3.Locked = true
  3026. part3.TopSurface = "SmoothNoOutlines"
  3027. part3.BottomSurface = "SmoothNoOutlines"
  3028. part3.FormFactor='Custom'
  3029. part3.Size=Vector3.new(2,2, 2)
  3030. part3.CFrame=X.CFrame
  3031. part3.Transparency=0
  3032. part3.BrickColor=TorsoColor
  3033. local mesh3 = Instance.new("SpecialMesh",part3)
  3034. mesh3.MeshType = "Sphere"
  3035. mesh3.Scale = Vector3.new(2,2,2)
  3036. --debris:AddItem(X,8)
  3037. local part4 = Instance.new("Part", rarm)
  3038. part4.Material = "Neon"
  3039. part4.Anchored=true
  3040. part4.CanCollide=false
  3041. part4.Locked = true
  3042. part4.TopSurface = "SmoothNoOutlines"
  3043. part4.BottomSurface = "SmoothNoOutlines"
  3044. part4.FormFactor='Custom'
  3045. part4.Size=Vector3.new(2,2, 2)
  3046. part4.CFrame=X.CFrame
  3047. part4.Transparency=0
  3048. part4.BrickColor=BrickColor.new("Black")
  3049. local mesh4 = Instance.new("SpecialMesh",part4)
  3050. mesh4.MeshType = "Sphere"
  3051. mesh4.Scale = Vector3.new(1,1,1)
  3052. local part7 = Instance.new("Part", rarm)
  3053. part7.Material = "Neon"
  3054. part7.Anchored=true
  3055. part7.CanCollide=false
  3056. part7.Locked = true
  3057. part7.TopSurface = "SmoothNoOutlines"
  3058. part7.BottomSurface = "SmoothNoOutlines"
  3059. part7.FormFactor='Custom'
  3060. part7.Size=Vector3.new(2,2, 2)
  3061. part7.CFrame=X.CFrame
  3062. part7.Transparency=0
  3063. part7.BrickColor=BrickColor.new("Really black")
  3064. local mesh7 = Instance.new("SpecialMesh",part7)
  3065. mesh7.MeshType = "Sphere"
  3066. mesh7.Scale = Vector3.new(0.2, 0.2, 0.2)
  3067. --[[X.Touched:connect(function(ht)
  3068. hit = ht.Parent
  3069. if ht and hit:IsA("Model") then
  3070. if hit:FindFirstChild("Humanoid") then
  3071. if hit.Name ~= p.Name then
  3072. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  3073. wait(.3)
  3074. end
  3075. end
  3076. elseif ht and hit:IsA("Hat") then
  3077. if hit.Parent.Name ~= p.Name then
  3078. if hit.Parent:FindFirstChild("Humanoid") then
  3079. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  3080. wait(.3)
  3081. end
  3082. end
  3083. end
  3084. end)
  3085. part3.Touched:connect(function(ht)
  3086. hit = ht.Parent
  3087. if ht and hit:IsA("Model") then
  3088. if hit:FindFirstChild("Humanoid") then
  3089. if hit.Name ~= p.Name then
  3090. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  3091. wait(.3)
  3092. end
  3093. end
  3094. elseif ht and hit:IsA("Hat") then
  3095. if hit.Parent.Name ~= p.Name then
  3096. if hit.Parent:FindFirstChild("Humanoid") then
  3097. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  3098. wait(.3)
  3099. end
  3100. end
  3101. end
  3102. end)]]--
  3103. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  3104. if v:FindFirstChild('Humanoid') then
  3105. v.Humanoid:TakeDamage(math.random(999999999999999999999999999999999999999999,999999999999999999999999999999999999999))
  3106. v.Humanoid.PlatformStand = true
  3107. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 999
  3108. end
  3109. end
  3110.  
  3111. local acos = math.acos
  3112. local sqrt = math.sqrt
  3113. local Vec3 = Vector3.new
  3114. local fromAxisAngle = CFrame.fromAxisAngle
  3115.  
  3116. local function toAxisAngle(CFr)
  3117. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3118. local Angle = math.acos((R00+R11+R22-1)/2)
  3119. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3120. A = A == 0 and 0.00001 or A
  3121. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3122. B = B == 0 and 0.00001 or B
  3123. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3124. C = C == 0 and 0.00001 or C
  3125. local x = (R21-R12)/sqrt(A)
  3126. local y = (R02-R20)/sqrt(B)
  3127. local z = (R10-R01)/sqrt(C)
  3128. return Vec3(x,y,z),Angle
  3129. end
  3130.  
  3131. function ApplyTrig(Num,Func)
  3132. local Min,Max = Func(0),Func(1)
  3133. local i = Func(Num)
  3134. return (i-Min)/(Max-Min)
  3135. end
  3136.  
  3137. function LerpCFrame(CFrame1,CFrame2,Num)
  3138. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3139. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3140. end
  3141.  
  3142. function Crater(Torso,Radius)
  3143. Spawn(function()
  3144. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3145. local Ignore = {}
  3146. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3147. if v.Character ~= nil then
  3148. Ignore[#Ignore+1] = v.Character
  3149. end
  3150. end
  3151. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3152. if Hit == nil then return end
  3153. local Parts = {}
  3154. for i = 1,360,10 do
  3155. local P = Instance.new("Part",Torso.Parent)
  3156. P.Anchored = true
  3157. P.FormFactor = "Custom"
  3158. P.BrickColor = Hit.BrickColor
  3159. P.Material = Hit.Material
  3160. P.TopSurface = "Smooth"
  3161. P.BottomSurface = "Smooth"
  3162. P.Size = Vector3.new(10,20,20)*(math.random(80,100)/100)
  3163. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3164. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  3165. if math.random(0,5) == 0 then -- rubble
  3166. local P = Instance.new("Part",Torso.Parent)
  3167. P.Anchored = true
  3168. P.FormFactor = "Custom"
  3169. P.BrickColor = Hit.BrickColor
  3170. P.Material = Hit.Material
  3171. P.TopSurface = "Smooth"
  3172. P.BottomSurface = "Smooth"
  3173. P.Size = Vector3.new(4,4,4)*(math.random(80,100)/100)
  3174. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3175. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  3176. end
  3177. end
  3178. for i = 0,1,0.05 do
  3179. for i2,v in pairs(Parts) do
  3180. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3181. end
  3182. wait(0.02)
  3183. end
  3184. for i,v in pairs(Parts) do
  3185. if v[1].Size.X > 2.1 then
  3186. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3187. end
  3188. v[1].Anchored = false
  3189. end
  3190. for i = 0,1,0.05 do
  3191. for i2,v in pairs(Parts) do
  3192. v[1].Transparency = i
  3193. if i == 1 then
  3194. v[1]:Destroy()
  3195. elseif i >= 0.25 then
  3196. v[1].CanCollide = false
  3197. end
  3198. end
  3199. wait(0.02)
  3200. end
  3201. Parts = nil
  3202. end)
  3203. end
  3204.  
  3205.  
  3206. Part = function(x,y,z,color,tr,cc,an,parent)
  3207. local p = Instance.new('Part',parent or Weapon)
  3208. p.formFactor = 'Custom'
  3209. p.Size = Vector3.new(x,y,z)
  3210. p.BrickColor = BrickColor.new(color)
  3211. p.CanCollide = cc
  3212. p.Transparency = tr
  3213. p.Anchored = an
  3214. p.TopSurface,p.BottomSurface = 0,0
  3215. p.Locked=true
  3216. p:BreakJoints()
  3217. return p end
  3218.  
  3219. Mesh = function(par,num,x,y,z)
  3220. local msh = _
  3221. if num == 1 then msh = Instance.new("CylinderMesh",par)
  3222. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  3223. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  3224. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  3225. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  3226. end msh.Scale = Vector3.new(x,y,z)
  3227. return msh end
  3228.  
  3229. function explosion(col1,col2,cfr,sz,rng,dmg)
  3230. local a= Part(1,1,1,col1,.5,false,true,workspace)
  3231. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  3232. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  3233. v1,v2,v3=sz.x,sz.y,sz.z
  3234. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  3235. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  3236. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  3237. a.CFrame=cfr
  3238. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  3239. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  3240.  
  3241. Spawn(function()
  3242. while wait() do
  3243. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  3244. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  3245. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  3246. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  3247. a.Transparency=a.Transparency+0.05
  3248. a2.Transparency=a2.Transparency+0.05
  3249. a3.Transparency=a3.Transparency+0.05
  3250. end
  3251. end)
  3252. end
  3253.  
  3254. Crater(X,120)
  3255. Crater(X,220)
  3256. Crater(X,320)
  3257. z = Instance.new("Sound",workspace)
  3258. z.SoundId = "rbxassetid://231917744"
  3259. z.Pitch = .5
  3260. z.Volume = 5
  3261. z1 = Instance.new("Sound",workspace)
  3262. z1.SoundId = "rbxassetid://231917744"
  3263. z1.Pitch = .5
  3264. z1.Volume = 5
  3265. z2 = Instance.new("Sound",workspace)
  3266. z2.SoundId = "rbxassetid://231917744"
  3267. z2.Pitch = .5
  3268. z2.Volume = 5
  3269. z3 = Instance.new("Sound",workspace)
  3270. z3.SoundId = "rbxassetid://245537790"
  3271. z3.Pitch = .7
  3272. z3.Volume = 5
  3273. z4 = Instance.new("Sound",workspace)
  3274. z4.SoundId = "rbxassetid://245537790"
  3275. z4.Pitch = .7
  3276. z4.Volume = 5
  3277. z4a = Instance.new("Sound",workspace)
  3278. z4a.SoundId = "rbxassetid://419447292"
  3279. z4a.Pitch = 1
  3280. z4a.Volume = 5
  3281. z3a = Instance.new("Sound",workspace)
  3282. z3a.SoundId = "rbxassetid://421328847"
  3283. z3a.Pitch = 1
  3284. z3a.Volume = 5
  3285. wait(0.1)
  3286. z:Play()
  3287. z1:Play()
  3288. z2:Play()
  3289. z3:Play()
  3290. z4:Play()
  3291. z3a:Play()
  3292. z4a:Play()
  3293.  
  3294. local part=Instance.new('Part',rarm)
  3295. part.Anchored=true
  3296. part.CanCollide=false
  3297. part.Locked = true
  3298. part.FormFactor='Custom'
  3299. part.Size=Vector3.new(2,2,2)
  3300. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  3301. part.Transparency=0
  3302. part.BrickColor=BrickColor.new('Really black')
  3303. local mesh=Instance.new('SpecialMesh',part)
  3304. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3305. mesh.Scale=Vector3.new(4,4,4)
  3306. local part2=part:clone()
  3307. part2.Parent = rarm
  3308. part2.BrickColor=TorsoColor
  3309. local part5=part:clone()
  3310. part5.Parent = rarm
  3311. part5.BrickColor=TorsoColor
  3312. local part6=part:clone()
  3313. part6.Parent = rarm
  3314. part6.BrickColor=BrickColor.new("Black")
  3315. local mesh2=mesh:clone()
  3316. mesh2.Parent=part2
  3317. mesh2.Scale=Vector3.new(6, 6, 6)
  3318. local mesh5=mesh:clone()
  3319. mesh5.Parent=part5
  3320. mesh5.Scale=Vector3.new(6, 6, 6)
  3321. local mesh6=mesh:clone()
  3322. mesh6.Parent=part6
  3323. mesh6.Scale=Vector3.new(6, 6, 6)
  3324. local blast = Instance.new("Part", rarm)
  3325. blast.BrickColor = BrickColor.new("Really black")
  3326. blast.Anchored = true
  3327. blast.CanCollide = false
  3328. blast.Locked = true
  3329. blast.Size = Vector3.new(2, 2, 2)
  3330. blast.TopSurface = "Smooth"
  3331. blast.BottomSurface = "Smooth"
  3332. blast.Transparency = 0
  3333. blast.CFrame = HandCF
  3334. local bm = Instance.new("SpecialMesh", blast)
  3335. bm.Scale = Vector3.new(10,2,10)
  3336. bm.MeshId = "rbxassetid://3270017"
  3337. local blast2 = Instance.new("Part", rarm)
  3338. blast2.BrickColor = BrickColor.new("Really black")
  3339. blast2.Anchored = true
  3340. blast2.CanCollide = false
  3341. blast2.Locked = true
  3342. blast2.Size = Vector3.new(2, 2, 2)
  3343. blast2.TopSurface = "Smooth"
  3344. blast2.BottomSurface = "Smooth"
  3345. blast2.Transparency = 0
  3346. blast2.CFrame = HandCF
  3347. local bm2 = Instance.new("SpecialMesh", blast2)
  3348. bm2.Scale = Vector3.new(6,2,6)
  3349. bm2.MeshId = "rbxassetid://3270017"
  3350. local blast3 = Instance.new("Part", rarm)
  3351. blast3.BrickColor = BrickColor.new("Really black")
  3352. blast3.Anchored = true
  3353. blast3.CanCollide = false
  3354. blast3.Locked = true
  3355. blast3.Size = Vector3.new(1, 1, 1)
  3356. blast3.TopSurface = "Smooth"
  3357. blast3.BottomSurface = "Smooth"
  3358. blast3.Transparency = 0
  3359. blast3.CFrame = HandCF
  3360. local bm3 = Instance.new("SpecialMesh", blast3)
  3361. bm3.Scale = Vector3.new(6,2,6)
  3362. bm3.MeshId = "rbxassetid://3270017"
  3363. for i = 1,120 do rs:wait()
  3364. X.Transparency = X.Transparency + (1/120)
  3365. part.Transparency = part.Transparency + (1/120)
  3366. part2.Transparency = part2.Transparency + (1/120)
  3367. part3.Transparency = part3.Transparency + (1/120)
  3368. part4.Transparency = part4.Transparency + (1/120)
  3369. part5.Transparency = part5.Transparency + (1/120)
  3370. part6.Transparency = part6.Transparency + (1/120)
  3371. part7.Transparency = part7.Transparency + (1/120)
  3372. blast.Transparency = blast.Transparency + (1/120)
  3373. blast2.Transparency = blast2.Transparency + (1/120)
  3374. blast3.Transparency = blast3.Transparency + (1/120)
  3375. X.Size = X.Size + Vector3.new(1.6,1.6,1.6)
  3376. --part3.Size = part3.Size + Vector3.new(6,6,6)
  3377. mesh.Scale = mesh.Scale + Vector3.new(2,.4,2)
  3378. mesh2.Scale = mesh2.Scale + Vector3.new(2.2,.4,2.2)
  3379. mesh3.Scale = mesh3.Scale + Vector3.new(6,6,6)
  3380. mesh4.Scale = mesh4.Scale + Vector3.new(3.4,3.4,3.4)
  3381. mesh5.Scale = mesh5.Scale + Vector3.new(3.2,.4,3.2)
  3382. mesh6.Scale = mesh6.Scale + Vector3.new(4,.4,4)
  3383. mesh7.Scale = mesh7.Scale + Vector3.new(8,8,8)
  3384. bm.Scale = bm.Scale + Vector3.new(12,12,.4)
  3385. bm2.Scale = bm2.Scale + Vector3.new(8,8,.4)
  3386. bm3.Scale = bm3.Scale + Vector3.new(8,8,.4)
  3387. X.CFrame = cf
  3388. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  3389. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  3390. part3.CFrame=X.CFrame
  3391. part4.CFrame=X.CFrame
  3392. part7.CFrame=X.CFrame
  3393. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  3394. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  3395. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3396. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  3397. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  3398. rs:wait()
  3399. end
  3400. X:Destroy()
  3401. part:Destroy()
  3402. part2:Destroy()
  3403. part3:Destroy()
  3404. part4:Destroy()
  3405. part5:Destroy()
  3406. part6:Destroy()
  3407. blast:Destroy()
  3408. blast2:Destroy()
  3409. blast3:Destroy()
  3410. z:Destroy()
  3411. z1:Destroy()
  3412. z2:Destroy()
  3413. z3:Destroy()
  3414. z4:Destroy()
  3415. for i = 1, 20 do
  3416. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  3417. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  3418. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3419. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  3420. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3421. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3422. if Debounces.on == false then break end
  3423. rs:wait()
  3424. end
  3425. if Debounces.CanAttack == false then
  3426. Debounces.CanAttack = true
  3427. Debounces.NoIdl = false
  3428. Debounces.on = false
  3429. end
  3430. end)
  3431. end
  3432. end
  3433. end)
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440.  
  3441. WindFloor = function()
  3442. local useRageVer = false
  3443. local locor = 0
  3444. if TrackFunction ~= nil then
  3445. TrackFunction:disconnect()
  3446. TrackFunction = nil
  3447. end
  3448. Ult = true
  3449. Ragemode = false
  3450. CanInterrupt(false)
  3451. PlayerIsAttacking = true
  3452. local cl = 0
  3453. local clastframe = lastframe
  3454. BodyVel.velocity = Vector3.new()
  3455. local CPlane = MousePlane()
  3456. BodyVel.maxForce = Vector3.new(1000000, 1000000, 1000000)
  3457. vPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(vPlayer.Character.HumanoidRootPart.Position, vPlayer.Character.HumanoidRootPart.Position + CPlane * 50)
  3458. BodyGyro.cframe = CFrame.new(vPlayer.Character.HumanoidRootPart.CFrame.p, vPlayer.Character.HumanoidRootPart.CFrame.p + CPlane * 50)
  3459. local cl = 0
  3460. DesiredWalkspeed = 0
  3461. p = Instance.new("Sound", vPlayer.Character.Torso)
  3462. p.Volume = 0.8
  3463. p.Pitch = 1
  3464. p.SoundId = "http://www.roblox.com/asset/?id=240517975"
  3465. p:Play()
  3466. game:GetService("Debris"):AddItem(p, 3)
  3467. local pb = Instance.new("Sound", vPlayer.Character.Torso)
  3468. pb.Volume = 1
  3469. pb.Pitch = 0.85
  3470. pb.SoundId = "http://www.roblox.com/asset/?id=240517987"
  3471. pb:Play()
  3472. game:GetService("Debris"):AddItem(pb, 10)
  3473. do
  3474. for i = 1, 8 do
  3475. swait()
  3476. cl = cl + i * 0.02
  3477. LerpWelds(clastframe, cl, Animations.LHB.Animation(0))
  3478. if i == 4 then
  3479. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position - Vector3.new(0, 2.5, 0)) * CFrame.Angles(0, math.random(-10, 10), 0), "Really black", "SpecialMesh", Vector3.new(11, 1, 11))
  3480. pc.Mesh.MeshType = "FileMesh"
  3481. pc.Anchored = true
  3482. pc.CanCollide = false
  3483. pc.Parent = workspace
  3484. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3485. pc.Name = "Shockwave"
  3486. game:GetService("Debris"):AddItem(pc, 5)
  3487. coroutine.resume(coroutine.create(function(p)
  3488. for ii = 1, 10 do
  3489. p.Transparency = ii / 10
  3490. p.CFrame = p.CFrame * CFrame.Angles(0, math.rad(10 + ii), 0) - Vector3.new(0, 0, 0)
  3491. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.5, 0, 0.5)
  3492. swait()
  3493. end
  3494. p:Remove()
  3495. end), pc)
  3496. end
  3497. end
  3498. end
  3499. BodyVel.Parent = vPlayer.Character.HumanoidRootPart
  3500. BodyGyro.Parent = vPlayer.Character.HumanoidRootPart
  3501. cl = 0
  3502. clastframe = lastframe
  3503. for i = 1, 6 do
  3504. swait()
  3505. cl = cl + i * 0.05
  3506. LerpWelds(clastframe, cl, Animations.LHB.Animation(1))
  3507. local eff = NewPart(Vector3.new(1, 1, 1), vPlayer.Character.Torso.CFrame * CFrame.new(math.random(-20, 20) / 30, math.random(-20, 20) / 30, math.random(-20, 20) / 30) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(12, 12, 12))
  3508. eff.Parent = workspace
  3509. eff.Name = "BloodEffect"
  3510. eff.Anchored = true
  3511. eff.CanCollide = false
  3512. game:GetService("Debris"):AddItem(eff, 5)
  3513. coroutine.resume(coroutine.create(function(p, V, x)
  3514. A = vPlayer.Character.Torso.Velocity / 60
  3515. for i = 1, 12 do
  3516. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(11, 1, 11) / 12
  3517. p.Transparency = 0.75 + i / 48
  3518. p.CFrame = p.CFrame * V + A
  3519. swait()
  3520. end
  3521. p:Remove()
  3522. end), eff, CFrame.Angles(math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2)))
  3523. if i ~= 1 and (i ~= 4 or i == 6) then
  3524. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position - Vector3.new(0, 1.5, 0)) * CFrame.Angles(0, math.rad(i * 20), 0), "White", "SpecialMesh", Vector3.new(8, 1, 8))
  3525. pc.Mesh.MeshType = "FileMesh"
  3526. pc.Anchored = true
  3527. pc.CanCollide = false
  3528. pc.Parent = workspace
  3529. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3530. pc.Name = "Shockwave"
  3531. game:GetService("Debris"):AddItem(pc, 5)
  3532. coroutine.resume(coroutine.create(function(p)
  3533. for ii = 1, 7 do
  3534. p.Transparency = ii / 7
  3535. p.CFrame = p.CFrame * CFrame.Angles(0, -math.rad(3), 0) - Vector3.new(0, 0, 0)
  3536. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1.4, 0, 1.4)
  3537. swait()
  3538. end
  3539. p:Remove()
  3540. end), pc)
  3541. end
  3542. end
  3543. swait()
  3544. for i = 1, 20 do
  3545. do
  3546. CPlane = MousePlane()
  3547. BodyGyro.Parent = vPlayer.Character.HumanoidRootPart
  3548. BodyGyro.cframe = CFrame.new(BodyGyro.Parent.Position, BodyGyro.Parent.Position + CPlane * 50)
  3549. if i == 5 or i == 10 then
  3550. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position - Vector3.new(0, 1.5, 0)) * CFrame.Angles(0, math.random(-10, 10), 0), "Really black", "SpecialMesh", Vector3.new(8, 2, 8))
  3551. pc.Mesh.MeshType = "FileMesh"
  3552. pc.Anchored = true
  3553. pc.CanCollide = false
  3554. pc.Parent = workspace
  3555. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3556. pc.Name = "Shockwave"
  3557. game:GetService("Debris"):AddItem(pc, 5)
  3558. coroutine.resume(coroutine.create(function(p)
  3559. for ii = 1, 13 do
  3560. p.Transparency = ii / 13
  3561. p.CFrame = p.CFrame * CFrame.Angles(0, -math.rad(10 + ii), 0) - Vector3.new(0, 0, 0)
  3562. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(3, 0, 3)
  3563. swait()
  3564. end
  3565. p:Remove()
  3566. end), pc)
  3567. else
  3568. do
  3569. do
  3570. if i == 2 or i == 10 then
  3571. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.HumanoidRootPart.Position - Vector3.new(0, 1, 0)) * CFrame.Angles(math.rad(90), 0, 0), "Really black", "SpecialMesh", Vector3.new(56, 56, 1))
  3572. pc.Mesh.MeshType = "FileMesh"
  3573. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3574. pc.Parent = workspace
  3575. pc.Anchored = true
  3576. pc.CanCollide = false
  3577. pc.Transparency = 0.5
  3578. game:GetService("Debris"):AddItem(pc, 5)
  3579. coroutine.resume(coroutine.create(function(p)
  3580. for ii = 1, 20 do
  3581. p.Transparency = ii / 20
  3582. p.CFrame = p.CFrame * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  3583. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(1.4, 1.4, 0) * 2
  3584. swait()
  3585. end
  3586. p:Remove()
  3587. end), pc)
  3588. end
  3589. if i % 4 == 0 then
  3590. for _,v in pairs(GetNubsInRadius(vPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 1, 0), 35)) do
  3591. applyCameraShake(v, 80 + i * 10, 4)
  3592. end
  3593. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position - Vector3.new(0, 1.5, 0)) * CFrame.Angles(0, math.rad(i * 20), 0), "Really black", "SpecialMesh", Vector3.new(18, 2, 18))
  3594. pc.Mesh.MeshType = "FileMesh"
  3595. pc.Anchored = true
  3596. pc.CanCollide = false
  3597. pc.Parent = workspace
  3598. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3599. pc.Name = "Shockwave"
  3600. game:GetService("Debris"):AddItem(pc, 5)
  3601. coroutine.resume(coroutine.create(function(p)
  3602. for ii = 1, 10 do
  3603. p.Transparency = ii / 10
  3604. p.CFrame = p.CFrame * CFrame.Angles(0, math.rad(7 + ii), 0) - Vector3.new(0, 0, 0)
  3605. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(1.4, 0, 1.4)
  3606. swait()
  3607. end
  3608. p:Remove()
  3609. end), pc)
  3610. else
  3611. do
  3612. do
  3613. if i % 1 == 0 then
  3614. local eff = NewPart(Vector3.new(1, 1, 1), vPlayer.Character.Torso.CFrame * CFrame.new(math.random(-20, 20) / 10, math.random(-20, 20) / 10, math.random(-20, 20) / 10) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(0.7, 0.7, 0.7))
  3615. eff.Parent = workspace
  3616. eff.Name = "BloodEffect"
  3617. eff.Anchored = true
  3618. eff.CanCollide = false
  3619. game:GetService("Debris"):AddItem(eff, 5)
  3620. coroutine.resume(coroutine.create(function(p, V, x)
  3621. A = vPlayer.Character.Torso.Velocity / 60
  3622. for i = 1, 8 do
  3623. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(6, 6, 6) / 8
  3624. p.Transparency = 0.2
  3625. p.CFrame = p.CFrame * V + A
  3626. swait()
  3627. end
  3628. p:Remove()
  3629. end), eff, CFrame.Angles(math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2)))
  3630. local eff = NewPart(Vector3.new(1, 1, 1), vPlayer.Character.Torso.CFrame * CFrame.new(math.random(-20, 20) / 30, math.random(-20, 20) / 30, math.random(-20, 20) / 30) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(12, 12, 12))
  3631. eff.Parent = workspace
  3632. eff.Name = "BloodEffect"
  3633. eff.Anchored = true
  3634. eff.CanCollide = false
  3635. game:GetService("Debris"):AddItem(eff, 5)
  3636. coroutine.resume(coroutine.create(function(p, V, x)
  3637. A = vPlayer.Character.Torso.Velocity / 60
  3638. for i = 1, 12 do
  3639. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(11, 1, 11) / 12
  3640. p.Transparency = 0.75 + i / 48
  3641. p.CFrame = p.CFrame * V + A
  3642. swait()
  3643. end
  3644. p:Remove()
  3645. end), eff, CFrame.Angles(math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2)))
  3646. end
  3647. do
  3648. fwait()
  3649. end
  3650. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out DO_STMT
  3651.  
  3652. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  3653.  
  3654. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out IF_STMT
  3655.  
  3656. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out DO_STMT
  3657.  
  3658. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out DO_STMT
  3659.  
  3660. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  3661.  
  3662. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out IF_STMT
  3663.  
  3664. -- DECOMPILER ERROR at PC942: LeaveBlock: unexpected jumping out DO_STMT
  3665.  
  3666. end
  3667. end
  3668. end
  3669. end
  3670. end
  3671. end
  3672. end
  3673. end
  3674. cl = 0
  3675. clastframe = lastframe
  3676. for i = 1, 6 do
  3677. swait()
  3678. cl = cl + i * 0.05
  3679. LerpWelds(clastframe, cl, Animations.LHB.Animation(2))
  3680. local pc = NewPart(Vector3.new(1, 1, 1), vPlayer.Character["Left Arm"].CFrame * CFrame.new(0, -1.5, 0) * CFrame.Angles(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), "Really black", "BlockMesh", Vector3.new(2.3, 2.3, 2.3))
  3681. pc.CanCollide = false
  3682. pc.Anchored = true
  3683. pc.Parent = workspace
  3684. game:GetService("Debris"):AddItem(pc, 5)
  3685. coroutine.resume(coroutine.create(function(p)
  3686. local R = CFrame.Angles(math.random(-3, 3), math.random(-4, 4), math.random(-5, 5))
  3687. local C = Vector3.new(math.random(-5, 5) / 40, math.random(-5, 5) / 40, math.random(-5, 5) / 40) + vPlayer.Character.Torso.Velocity / 120
  3688. for i = 1, 30 do
  3689. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(2, 2, 2) / 30
  3690. p.Transparency = i / 30
  3691. p.CFrame = p.CFrame * R - Vector3.new(0, 0.0054555555555556 * i, 0) + C
  3692. swait()
  3693. end
  3694. p:Remove()
  3695. end), pc)
  3696. end
  3697. cl = 0
  3698. clastframe = lastframe
  3699. local Grabbee = nil
  3700. for i = 1, 15 do
  3701. fwait()
  3702. do
  3703. if i == 3 then
  3704. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position, vPlayer.Character.Torso.Position + CPlane * 5) * CFrame.Angles(math.rad(90), math.rad(0), 0), "Really black", "SpecialMesh", Vector3.new(8, 2, 8))
  3705. pc.Mesh.MeshType = "FileMesh"
  3706. pc.Anchored = true
  3707. pc.CanCollide = false
  3708. pc.Parent = workspace
  3709. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3710. pc.Name = "Shockwave"
  3711. game:GetService("Debris"):AddItem(pc, 5)
  3712. coroutine.resume(coroutine.create(function(p)
  3713. for ii = 1, 10 do
  3714. p.Transparency = ii / 10
  3715. p.CFrame = p.CFrame * CFrame.Angles(0, math.rad(7 + ii), 0) - Vector3.new(0, 0, 0)
  3716. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1, 0, 1)
  3717. swait()
  3718. end
  3719. p:Remove()
  3720. end), pc)
  3721. end
  3722. BodyVel.velocity = CPlane * (i * 7.5 + 65)
  3723. for _,v in pairs(GetNubsInRadius(vPlayer.Character.HumanoidRootPart.Position + CPlane * 2, 4.75)) do
  3724. Grabbee = v
  3725. do break end
  3726. end
  3727. do
  3728. local pc = NewPart(Vector3.new(1, 1, 1), vPlayer.Character["Left Arm"].CFrame * CFrame.new(0, -1.5, 0) * CFrame.Angles(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), "Really black", "BlockMesh", Vector3.new(2.3, 2.3, 2.3))
  3729. pc.CanCollide = false
  3730. pc.Anchored = true
  3731. pc.Parent = workspace
  3732. game:GetService("Debris"):AddItem(pc, 5)
  3733. coroutine.resume(coroutine.create(function(p)
  3734. local R = CFrame.Angles(math.random(-3, 3), math.random(-4, 4), math.random(-5, 5))
  3735. local C = Vector3.new(math.random(-5, 5) / 40, math.random(-5, 5) / 40, math.random(-5, 5) / 40) + vPlayer.Character.Torso.Velocity / 120
  3736. for i = 1, 20 do
  3737. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(2, 2, 2) / 20
  3738. p.Transparency = i / 20
  3739. p.CFrame = p.CFrame * R - Vector3.new(0, 0.0054555555555556 * i, 0) + C
  3740. swait()
  3741. end
  3742. p:Remove()
  3743. end), pc)
  3744. do
  3745. local pc = NewPart(Vector3.new(1, 1, 1), vPlayer.Character["Left Arm"].CFrame * CFrame.new(0, -3.5, 0) * CFrame.Angles(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), "Really black", "BlockMesh", Vector3.new(5, 5, 5))
  3746. pc.CanCollide = false
  3747. pc.Anchored = true
  3748. pc.Parent = workspace
  3749. game:GetService("Debris"):AddItem(pc, 5)
  3750. coroutine.resume(coroutine.create(function(p)
  3751. local R = CFrame.Angles(math.random(-3, 3), math.random(-4, 4), math.random(-5, 5))
  3752. for i = 1, 20 do
  3753. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(5, 5, 5) / 20
  3754. p.Transparency = 0.5 + i / 40
  3755. p.CFrame = p.CFrame * R
  3756. swait()
  3757. end
  3758. p:Remove()
  3759. end), pc)
  3760. if i <= 6 then
  3761. cl = cl + i * 0.05
  3762. LerpWelds(clastframe, cl, Animations.LHB.Animation(3))
  3763. end
  3764. -- DECOMPILER ERROR at PC1273: LeaveBlock: unexpected jumping out DO_STMT
  3765.  
  3766. -- DECOMPILER ERROR at PC1273: LeaveBlock: unexpected jumping out DO_STMT
  3767.  
  3768. end
  3769. end
  3770. end
  3771. end
  3772. if Grabbee ~= nil then
  3773. if Grabbee:FindFirstChild("Stats") and Grabbee.Stats.Stunned.Value == false then
  3774. Grabbee.Stats.Stun.Value = 999
  3775. end
  3776. cbuff = Instance.new("NumberValue", playerstats.Decrease)
  3777. cbuff.Name = "DecreaseDef"
  3778. cbuff.Value = -2
  3779. Mana.Value = Mana.Value - 10
  3780. if useRageVer == true then
  3781. borb = math.floor(40 + Mana.Value / 3 + (locor) / 3) * 0.4
  3782. else
  3783. borb = math.floor(40 + Mana.Value / 3) * 0.4
  3784. end
  3785. local Grabdone = false
  3786. gpos = Instance.new("BodyPosition")
  3787. gpos.Name = ":<"
  3788. gpos.Parent = vPlayer.Character.HumanoidRootPart
  3789. gpos.P = 5000
  3790. gpos.D = 600
  3791. gpos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3792. gpos.position = vPlayer.Character.HumanoidRootPart.Position
  3793. coroutine.resume(coroutine.create(function(NNoob)
  3794. nubgyro = nil
  3795. while Grabdone == false and vPlayer.Character.Humanoid.Health > 0 do
  3796. if NNoob.Parent == nil then
  3797. break
  3798. else
  3799. if NNoob.Humanoid.Health < 0 then
  3800. break
  3801. end
  3802. end
  3803. NNoob.Humanoid.PlatformStand = true
  3804. if nubgyro == nil or nubpos == nil then
  3805. if NNoob.Torso:FindFirstChild(":>") then
  3806. NNoob.Torso[":>"]:Remove()
  3807. end
  3808. if NNoob.Torso:FindFirstChild(":<") then
  3809. NNoob.Torso[":<"]:Remove()
  3810. end
  3811. nubgyro = Instance.new("BodyGyro")
  3812. nubgyro.Name = ":>"
  3813. nubgyro.Parent = NNoob.Torso
  3814. nubgyro.P = 5000
  3815. nubgyro.D = 200
  3816. nubgyro.maxTorque = Vector3.new(50000, 50000, 50000) * 5000
  3817. nubgyro.cframe = vPlayer.Character["Left Arm"].CFrame
  3818. nubpos = Instance.new("BodyPosition")
  3819. nubpos.Name = ":<"
  3820. nubpos.Parent = NNoob.Torso
  3821. nubpos.P = 8000
  3822. nubpos.D = 200
  3823. nubpos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3824. nubpos.position = vPlayer.Character["Left Arm"].CFrame * CFrame.new(0, -1.6, 0).p
  3825. else
  3826. if nubgyro.Parent == nil then
  3827. nubgyro = nil
  3828. nubpos = nil
  3829. else
  3830. nubgyro.cframe = vPlayer.Character.HumanoidRootPart.CFrame * CFrame.fromEulerAnglesXYZ(math.pi / 18, math.pi, 0)
  3831. nubpos.position = vPlayer.Character["Left Arm"].CFrame * CFrame.new(0, -1.4, 0).p - Vector3.new(0, 0.3, 0)
  3832. end
  3833. end
  3834. swait()
  3835. end
  3836. if nubpos and nubgyro then
  3837. nubpos:Remove()
  3838. nubgyro:Remove()
  3839. if NNoob:FindFirstChild("Humanoid") then
  3840. NNoob.Humanoid.PlatformStand = false
  3841. end
  3842. end
  3843. end), Grabbee)
  3844. p = Instance.new("Sound", vPlayer.Character.Torso)
  3845. p.Volume = 1
  3846. p.Pitch = 0.9
  3847. p.SoundId = "http://www.roblox.com/asset/?id=240429615"
  3848. p:Play()
  3849. game:GetService("Debris"):AddItem(p, 3)
  3850. BodyVel.velocity = Vector3.new()
  3851. cl = 0
  3852. clastframe = lastframe
  3853. for i = 1, 7 do
  3854. swait()
  3855. cl = cl + i * 0.036
  3856. LerpWelds(clastframe, cl, Animations.LHB.Animation(4))
  3857. end
  3858. cl = 0
  3859. clastframe = lastframe
  3860. for i = 1, 8 do
  3861. swait()
  3862. cl = cl + i * 0.028
  3863. LerpWelds(clastframe, cl, Animations.LHB.Animation(5))
  3864. end
  3865. p = Instance.new("Sound", vPlayer.Character.Torso)
  3866. p.Volume = 1
  3867. p.Pitch = 0.55
  3868. p.SoundId = "http://www.roblox.com/asset/?id=233856115"
  3869. p:Play()
  3870. game:GetService("Debris"):AddItem(p, 3)
  3871. p = Instance.new("Sound", vPlayer.Character.Torso)
  3872. p.Volume = 1
  3873. p.Pitch = 1
  3874. p.SoundId = "http://www.roblox.com/asset/?id=192410070"
  3875. p:Play()
  3876. game:GetService("Debris"):AddItem(p, 3)
  3877. p = Instance.new("Sound", vPlayer.Character.Torso)
  3878. p.Volume = 1
  3879. p.Pitch = 0.4
  3880. p.SoundId = "http://www.roblox.com/asset/?id=231917822"
  3881. p:Play()
  3882. game:GetService("Debris"):AddItem(p, 3)
  3883. p = Instance.new("Sound", Grabbee.Torso)
  3884. p.Volume = 1
  3885. p.Pitch = 1
  3886. p.SoundId = "http://www.roblox.com/asset/?id=243711335"
  3887. p:Play()
  3888. game:GetService("Debris"):AddItem(p, 3)
  3889. local sees = math.ceil(Mana.Value / borb)
  3890. local sees2 = (math.ceil(Corruption / borb))
  3891. local partic1, partic2 = nil, nil
  3892. partic1 = Instance.new("ParticleEmitter")
  3893. partic1.Name = "AttackParticleEmitter3"
  3894. partic1.Texture = "http://www.roblox.com/asset/?id=233069772"
  3895. partic1.LightEmission = 0
  3896. partic1.ZOffset = 2
  3897. partic1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2), NumberSequenceKeypoint.new(1, 1)})
  3898. partic1.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 5), NumberSequenceKeypoint.new(1, 1)})
  3899. partic1.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0.1, 0.1, 0.1))
  3900. partic1.Rate = 80
  3901. partic1.VelocitySpread = 180
  3902. partic1.Speed = NumberRange.new(6, 10)
  3903. partic1.Lifetime = NumberRange.new(1, 1.2)
  3904. partic1.Rotation = NumberRange.new(-180, 180)
  3905. partic1.RotSpeed = NumberRange.new(-100, 100)
  3906. partic1.Parent = Grabbee.Torso
  3907. if useRageVer then
  3908. partic2 = Instance.new("ParticleEmitter", p)
  3909. partic2.Name = "AttackParticleEmitter3"
  3910. partic2.Texture = "http://www.roblox.com/asset/?id=241409051"
  3911. partic2.LightEmission = 0
  3912. partic2.ZOffset = 1
  3913. partic2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5), NumberSequenceKeypoint.new(1, 1)})
  3914. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 3), NumberSequenceKeypoint.new(1, 0)})
  3915. partic2.Color = ColorSequence.new(Color3.new(0.3, 0.3, 0.3), Color3.new(0.2, 0.2, 0.2))
  3916. partic2.Rate = 60
  3917. partic2.VelocitySpread = 180
  3918. partic2.Speed = NumberRange.new(1, 2)
  3919. partic2.Lifetime = NumberRange.new(1, 1.2)
  3920. partic2.Rotation = NumberRange.new(-180, 180)
  3921. partic2.RotSpeed = NumberRange.new(-100, 100)
  3922. partic2.Acceleration = Vector3.new(0, 10, 0)
  3923. partic2.Parent = Grabbee.Torso
  3924. end
  3925. for i = 1, borb + borb % 2 do
  3926. swait()
  3927. if i % 2 == 0 then
  3928. applyDamage(Grabbee, 3, Vector3.new(), false, false, nil, 0, 0, "", 0, false, false, 0, true, "Pure", true, false)
  3929. local st = Grabbee:FindFirstChild("Stats")
  3930. if st and st:FindFirstChild("Mana") then
  3931. if st.Mana.Value >= 3 then
  3932. --script.Parent.DMG.RemoteEventM:FireServer(st.Mana, 3)
  3933. st.Mana.Value = st.Mana.Value - 3
  3934. else
  3935. st.Mana.Value = 0
  3936. end
  3937. end
  3938. end
  3939. do
  3940. if sees <= Mana.Value then
  3941. Mana.Value = Mana.Value - sees
  3942. else
  3943. Mana.Value = 0
  3944. end
  3945. if useRageVer then
  3946. if sees2 <= Corruption then
  3947. Corruption = Corruption - sees2
  3948. else
  3949. Corruption = 0
  3950. end
  3951. end
  3952. if useRageVer == true and i % 2 == 0 then
  3953. if vPlayer.Character.Humanoid.Health >= 6.5 then
  3954. vPlayer.Character.Humanoid:TakeDamage(1.5)
  3955. end
  3956. local eb = BillboardGui("http://www.roblox.com/asset/?id=233069772", Grabbee.Torso.CFrame * CFrame.new(math.random(-20, 20) / 10, math.random(-20, 20) / 10, math.random(-20, 20) / 20).p, 0)
  3957. eb.Parent = workspace
  3958. eb.BillboardGui.ImageLabel.Rotation = math.random(-180, 180)
  3959. eb.BillboardGui.Size = UDim2.new(2, 0, 2, 0)
  3960. game:GetService("Debris"):AddItem(eb, 3)
  3961. coroutine.resume(coroutine.create(function(p)
  3962. local r = math.random(-3, 3) * 9
  3963. if r > -12 and r < 1 then
  3964. r = -12
  3965. else
  3966. if r < 12 and r > -1 then
  3967. r = 12
  3968. end
  3969. end
  3970. for i = 1, 12 do
  3971. p.BillboardGui.ImageLabel.ImageTransparency = 0.5 + i / 24
  3972. p.BillboardGui.Size = UDim2.new(3 + i, 0, 3 + i, 0)
  3973. p.BillboardGui.ImageLabel.Rotation = p.BillboardGui.ImageLabel.Rotation + r
  3974. swait()
  3975. end
  3976. p:Remove()
  3977. end), eb)
  3978. end
  3979. do
  3980. local eff = NewPart(Vector3.new(1, 1, 1), vPlayer.Character.Torso.CFrame * CFrame.new(math.random(-20, 20) / 30, math.random(-20, 20) / 30, math.random(-20, 20) / 30) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(12, 12, 12))
  3981. eff.Parent = workspace
  3982. eff.Name = "BloodEffect"
  3983. eff.Anchored = true
  3984. eff.CanCollide = false
  3985. game:GetService("Debris"):AddItem(eff, 5)
  3986. coroutine.resume(coroutine.create(function(p, V, x)
  3987. A = vPlayer.Character.Torso.Velocity / 60
  3988. for i = 1, 8 do
  3989. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(11, 1, 11) / 8
  3990. p.Transparency = 0.75 + i / 32
  3991. p.CFrame = p.CFrame * V + A
  3992. swait()
  3993. end
  3994. p:Remove()
  3995. end), eff, CFrame.Angles(math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2)))
  3996. if i % 5 == 0 then
  3997. for _,v in pairs(GetNubsInRadius(vPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 1, 0), 35)) do
  3998. applyCameraShake(v, 120, 5)
  3999. end
  4000. applyCameraShake(vPlayer.Character, 120, 5)
  4001. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(vPlayer.Character.Torso.Position + Vector3.new(0, 2.5, 0)) * CFrame.Angles(0, math.rad(i * 20), 0), "Really black", "SpecialMesh", Vector3.new(6, 13, 6))
  4002. pc.Mesh.MeshType = "FileMesh"
  4003. pc.Anchored = true
  4004. pc.CanCollide = false
  4005. pc.Parent = workspace
  4006. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  4007. pc.Name = "Shockwave"
  4008. game:GetService("Debris"):AddItem(pc, 5)
  4009. coroutine.resume(coroutine.create(function(p)
  4010. for ii = 1, 13 do
  4011. p.Transparency = ii / 13
  4012. p.CFrame = p.CFrame * CFrame.Angles(0, math.rad(5 + ii), 0) - Vector3.new(0, 0.38461538461538, 0)
  4013. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1, -1, 1)
  4014. swait()
  4015. end
  4016. p:Remove()
  4017. end), pc)
  4018. end
  4019. do
  4020. if Grabbee.Parent == nil then
  4021. break
  4022. else
  4023. if Grabbee:FindFirstChild("Humanoid") == nil then
  4024. break
  4025. end
  4026. end
  4027. local eff = NewPart(Vector3.new(1, 1, 1), Grabbee.Torso.CFrame * CFrame.new(math.random(-20, 20) / 10, math.random(-25, 25) / 10, math.random(-20, 20) / 20) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(1.1, 1.1, 1.1))
  4028. eff.Parent = workspace
  4029. eff.Name = "BloodEffect"
  4030. eff.Anchored = true
  4031. eff.CanCollide = false
  4032. game:GetService("Debris"):AddItem(eff, 5)
  4033. coroutine.resume(coroutine.create(function(p, V, x)
  4034. A = vPlayer.Character.Torso.Velocity / 60
  4035. for i = 1, 12 do
  4036. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(5, 5, 5) / 12
  4037. p.Transparency = 0.25 + i / 48
  4038. p.CFrame = p.CFrame * V + A
  4039. swait()
  4040. end
  4041. p:Remove()
  4042. end), eff, CFrame.Angles(math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2), math.rad(math.random(-8, 8) * 2)))
  4043. do
  4044. if i % 3 == 0 then
  4045. local pc = NewPart(Vector3.new(1, 1, 1), Grabbee.Torso.CFrame * CFrame.new(math.random(-10, 10) / 10, math.random(-10, 10) / 10, math.random(-10, 10) / 10) * CFrame.Angles(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), "Bright blue", "BlockMesh", Vector3.new(2, 2, 2))
  4046. pc.CanCollide = false
  4047. pc.Anchored = true
  4048. pc.Parent = workspace
  4049. game:GetService("Debris"):AddItem(pc, 5)
  4050. coroutine.resume(coroutine.create(function(p)
  4051. local R = CFrame.Angles(math.random(-3, 3), math.random(-4, 4), math.random(-5, 5))
  4052. local C = Vector3.new(math.random(-5, 5) / 40, math.random(-5, 5) / 40, math.random(-5, 5) / 40)
  4053. for i = 1, 20 do
  4054. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(2, 2, 2) / 20
  4055. p.Transparency = i / 20
  4056. p.CFrame = p.CFrame * R - Vector3.new(0, 0.029757575757576 * i, 0)
  4057. swait()
  4058. end
  4059. p:Remove()
  4060. end), pc)
  4061. end
  4062. end
  4063. end
  4064. end
  4065. end
  4066. end
  4067. cl = 0
  4068. clastframe = lastframe
  4069. for i = 1, 5 do
  4070. wait()
  4071. cl = cl + i * 0.07
  4072. if i == 3 then
  4073. Grabdone = true
  4074. partic1.Enabled = false
  4075. game:GetService("Debris"):AddItem(partic1, 5)
  4076. if partic2 then
  4077. partic2.Enabled = false
  4078. game:GetService("Debris"):AddItem(partic2, 5)
  4079. end
  4080. p = Instance.new("Sound", vPlayer.Character.Torso)
  4081. p.Volume = 1
  4082. p.Pitch = 0.95
  4083. p.SoundId = "http://www.roblox.com/asset/?id=241816029"
  4084. p:Play()
  4085. game:GetService("Debris"):AddItem(p, 3)
  4086. if Grabbee:FindFirstChild("Stats") then
  4087. if Grabbee.Stats.Mana.Value >= 10 then
  4088. Grabbee.Stats.Mana.Value = Grabbee.Stats.Mana.Value - 10
  4089. else
  4090. Grabbee.Stats.Mana.Value = 0
  4091. end
  4092. if Grabbee.Stats.Stunned.Value == false then
  4093. Grabbee.Stats.Stun.Value = 999
  4094. end
  4095. end
  4096. applyDamage(Grabbee, 15, Vector3.new(0, 30, 0) + CPlane * 40, true, false, addonCullMovers, 0, 0, "", 0, false, false, 0, true, "IgnoreDefense", true, false)
  4097. local pc = NewPart(Vector3.new(1, 1, 1), CFrame.new(Grabbee.Torso.Position, Grabbee.Torso.Position + CPlane * 9.5 + Vector3.new(0, 5, 0)) * CFrame.Angles(math.random(-30, 30) / 50, math.random(-30, 30) / 50, math.random(-30, 30) / 50), "Really black", "SpecialMesh", Vector3.new(6, 6, 2))
  4098. pc.Mesh.MeshType = "FileMesh"
  4099. pc.Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4100. pc.Parent = workspace
  4101. pc.Anchored = true
  4102. pc.CanCollide = false
  4103. pc.Transparency = 0.5
  4104. game:GetService("Debris"):AddItem(pc, 5)
  4105. coroutine.resume(coroutine.create(function(p)
  4106. for ii = 1, 28 do
  4107. p.Transparency = ii / 28
  4108. p.CFrame = p.CFrame * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0.1)
  4109. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(1.8 - ii * 0.05, 1.8 - ii * 0.05, 0)
  4110. swait()
  4111. end
  4112. p:Remove()
  4113. end), pc)
  4114. for loel = 1, 8 do
  4115. local eff = NewPart(Vector3.new(1, 1, 1), Grabbee.Torso.CFrame * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(4, 4, 4))
  4116. eff.Parent = workspace
  4117. eff.Name = "BloodEffect"
  4118. eff.Anchored = true
  4119. eff.CanCollide = false
  4120. game:GetService("Debris"):AddItem(eff, 5)
  4121. coroutine.resume(coroutine.create(function(p, V, x)
  4122. for i = 1, 25 do
  4123. p.Transparency = 0.5 + i / 50
  4124. p.CFrame = p.CFrame + x / 2
  4125. swait()
  4126. end
  4127. p:Remove()
  4128. end), eff, CFrame.Angles(math.rad(math.random(-8, 8)), math.rad(math.random(-8, 8)), math.rad(math.random(-8, 8))), Vector3.new(math.random(-10, 10) / 10, math.random(-10, 10) / 10, math.random(-10, 10) / 10))
  4129. end
  4130. for loel = 1, 3 do
  4131. local eff = NewPart(Vector3.new(1, 1, 1), Grabbee.Torso.CFrame * CFrame.new(math.random(-20, 20) / 10, math.random(-25, 25) / 10, math.random(-20, 20) / 20) * CFrame.Angles(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15)), "Really black", "BlockMesh", Vector3.new(4, 4, 4))
  4132. eff.Parent = workspace
  4133. eff.Name = "BloodEffect"
  4134. eff.Anchored = true
  4135. eff.CanCollide = false
  4136. game:GetService("Debris"):AddItem(eff, 5)
  4137. coroutine.resume(coroutine.create(function(p, V, x)
  4138. for i = 1, 25 do
  4139. p.Mesh.Scale = p.Mesh.Scale + Vector3.new(14 + loel * 8, 14 + loel * 8, 14 + loel * 8) / 25
  4140. p.Transparency = 0.25 + i / 18.75
  4141. p.CFrame = p.CFrame * V
  4142. swait()
  4143. end
  4144. p:Remove()
  4145. end), eff, CFrame.Angles(math.rad(math.random(-8, 8)), math.rad(math.random(-8, 8)), math.rad(math.random(-8, 8))))
  4146. end
  4147. end
  4148. do
  4149. do
  4150. LerpWelds(clastframe, cl, Animations.LHB.Animation(6))
  4151. -- DECOMPILER ERROR at PC2735: LeaveBlock: unexpected jumping out DO_STMT
  4152.  
  4153. end
  4154. end
  4155. end
  4156. cbuff:Remove()
  4157. gpos:Remove()
  4158. else
  4159. do
  4160. for i = 1, 4 do
  4161. fwait()
  4162. BodyVel.velocity = BodyVel.velocity / 1.25
  4163. end
  4164. do
  4165. cl = 0
  4166. coroutine.resume(coroutine.create(function(p)
  4167. for i = 1, 30 do
  4168. p.Volume = 1 - i / 30
  4169. swait()
  4170. end
  4171. p:Stop()
  4172. end), pb)
  4173. clastframe = lastframe
  4174. BodyVel.maxForce = Vector3.new(1000000, 0, 1000000)
  4175. for i = 1, 15 do
  4176. fwait()
  4177. BodyVel.velocity = BodyVel.velocity / 1.2
  4178. LerpWelds(clastframe, i / 15, Animations.Stand.Animation(0))
  4179. end
  4180. if Grabbee == nil then
  4181. Cooldowns["4"] = CooldownsB["4"] / 3
  4182. else
  4183. Cooldowns["4"] = CooldownsB["4"]
  4184. end
  4185. end
  4186. end
  4187. end
  4188. CanInterrupt(true)
  4189. PlayerIsAttacking = false
  4190. BodyVel.Parent = nil
  4191. BodyGyro.Parent = nil
  4192. Ult = false
  4193. end
  4194.  
  4195.  
  4196.  
  4197. mouse.KeyDown:connect(function(k)
  4198.  
  4199. k = k:lower()
  4200. if k == "q" then
  4201. BlastStorm()
  4202. end
  4203. if k == "e" then
  4204. WindFloor2()
  4205. end
  4206. if k == "t" then
  4207. WindFloor()
  4208. end
  4209. end)
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218. local BC = BrickColor.new
  4219. local Col3 = Color3.new
  4220. local Inst = Instance.new
  4221. local Ud2 = UDim2.new
  4222. local FONT = "SourceSansLight"
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230. Colour1 = BC("Pastel Blue")
  4231. Colour2 = BC("Black")
  4232. Colour3 = BC("Ghost grey")
  4233. Chaos_UI = Inst("ScreenGui", Player.PlayerGui)
  4234. Chaos_UI.Name = "Chaos UI"
  4235. ColMain, KP, Moves, OM = Inst("Frame", Chaos_UI), Inst("Frame", Chaos_UI), Inst("ScrollingFrame", Chaos_UI), Inst("TextButton", Chaos_UI)
  4236.  
  4237.  
  4238. Moves.BackgroundColor3 = Col3(72/255,72/255,72/255)
  4239. Moves.BackgroundTransparency = .8
  4240. Moves.BorderSizePixel = 0
  4241. Moves.Name = "Moves"
  4242. Moves.Position = Ud2(-.2, 0, .4, 0)
  4243. Moves.Size = Ud2(.2, 0, .5, 0)
  4244. Moves.ScrollBarThickness = 8
  4245. OM.Name = "VML"
  4246. OM.Position = Ud2(.002, 0, .83, 0)
  4247. OM.Size = Ud2(.05, 0, .08, 0)
  4248. OM.Visible = false
  4249. OM.Style = "RobloxRoundButton"
  4250. OM.Font = FONT
  4251. OM.Text = "View Move List"
  4252. OM.TextColor3 = Col3(1,1,1)
  4253. OM.TextScaled = true
  4254. local Title = Inst("TextLabel", Moves)
  4255. Title.BackgroundTransparency = 1
  4256. Title.Name = "Title"
  4257. Title.Size = Ud2(1, 0, .014, 0)
  4258. Title.Font = FONT
  4259. Title.Text = "Move List"
  4260. Title.TextColor3 = Col3(1,1,1)
  4261. Title.TextScaled = true
  4262. Title.TextStrokeTransparency = 0
  4263.  
  4264. OM.Visible = true
  4265.  
  4266. function Create_Moves_In_List()
  4267. local ah = .012
  4268. local am = .012
  4269. local move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "*Whatever you do, DO NOT use 2 different moves tat the same time!!*" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4270. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "Q - Ultimate Shadow Blast, must be flying when in use, *be carefull using this*" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4271. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "E - Shadow Blast" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4272. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "R - Purple Nova, I recommend being in a high distance when you use this" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4273. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "T - Unfinished, dont press it" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4274. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "F - Fly mode/ Fly mode Deactivate" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4275. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "B - Roar, you know how that is" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4276. move = Title:Clone() move.Parent = Moves move.Name = "A Move" move.Text = "G - Destructive Fire Blasts, I recommend being in fly mode" move.Position = Ud2(0, 0, ah, 0) move.TextXAlignment = "Left" ah = ah+am
  4277. end
  4278. Create_Moves_In_List()
  4279.  
  4280.  
  4281. local mopen = false
  4282. OM.MouseButton1Click:connect(function()
  4283. if not Debounces.UIAction and not mopen then
  4284. Debounces.UIAction = true
  4285. OM.Text = "Hide Move List"
  4286. mopen = true
  4287. Moves:TweenPosition(Ud2(.002, 0, .4, 0),_, "Bounce", .6, true)
  4288. OM:TweenPosition(Ud2(.202, 0, .83, 0),_, "Bounce", .6, true)
  4289. wait(.3)
  4290. Debounces.UIAction = false
  4291. elseif not Debounces.UIAction and mopen then
  4292. Debounces.UIAction = true
  4293. OM.Text = "View Move List"
  4294. mopen = false
  4295. Moves:TweenPosition(Ud2(-.2, 0, .4, 0),_, "Bounce", .6, true)
  4296. OM:TweenPosition(Ud2(.002, 0, .83, 0),_, "Bounce", .6, true)
  4297. wait(.3)
  4298. Debounces.UIAction = false
  4299. end
  4300. end)
  4301.  
  4302.  
  4303.  
  4304.  
  4305.  
  4306. local animpose = "Idle"
  4307. local lastanimpose = "Idle"
  4308. local sine = 0
  4309. local change = 1
  4310. local val = 0
  4311. local ffing = false
  4312. -------------------------------
  4313. game:GetService("RunService").RenderStepped:connect(function()
  4314. --[[if char.Humanoid.Jump == true then
  4315. jump = true
  4316. else
  4317. jump = false
  4318. end]]
  4319. char.Humanoid.FreeFalling:connect(function(f)
  4320. if f then
  4321. ffing = true
  4322. else
  4323. ffing = false
  4324. end
  4325. end)
  4326. sine = sine + change
  4327. if jumpn == true then
  4328. animpose = "Jumping"
  4329. elseif ffing == true then
  4330. animpose = "Freefalling"
  4331. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  4332. animpose = "Idle"
  4333. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  4334. animpose = "Walking"
  4335. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  4336. animpose = "Running"
  4337. end
  4338. if animpose ~= lastanimpose then
  4339. sine = 0
  4340. if Debounces.NoIdl == false then
  4341. if animpose == "Idle" then
  4342. for i = 1, 2 do
  4343. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
  4344. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  4345. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4346. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4347. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4348. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4349. end
  4350. elseif animpose == "Walking" then
  4351. for i = 1, 2 do
  4352. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  4353. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  4354. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4355. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4356. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4357. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4358. end
  4359. elseif animpose == "Running" then
  4360. for i = 1, 2 do
  4361. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2)
  4362. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2)
  4363. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  4364. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  4365. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  4366. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  4367. wait()
  4368. end
  4369. end
  4370. else
  4371. end
  4372. end
  4373. lastanimpose = animpose
  4374. if Debounces.NoIdl == false then
  4375. if animpose == "Idle" then
  4376. change = 0.5
  4377. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  4378. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  4379. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/10)),math.rad(20),0), 0.2)
  4380. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  4381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.16*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-20), math.rad(0)), 0.05)
  4382. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  4383. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  4384. elseif animpose == "Walking" then
  4385. change = 1
  4386. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  4387. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  4388. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4389. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4390. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4391. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4392. elseif animpose == "Running" then
  4393. change = 1
  4394. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2)
  4395. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  4396. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  4397. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  4398. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  4399. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  4400. end
  4401. end
  4402. end)
  4403.  
  4404. hum.MaxHealth = math.huge
  4405. wait(3)
  4406. hum.Health = math.huge
  4407.  
  4408.  
  4409. spawn(function()
  4410. while wait(2)
  4411. do
  4412. GroundWave3()
  4413. end
  4414. end)
  4415.  
  4416.  
  4417. while true do --Loop
  4418. wait(0.04)
  4419. part2.Texture = "http://www.roblox.com/asset/?id=358965396" --Insert decal's first texture
  4420. part2.Texture = "http://www.roblox.com/asset/?id=358965513" --second texture
  4421. wait(0.04) --wait 1 second, you can change this and make it different for every one
  4422. part2.Texture = "http://www.roblox.com/asset/?id=358965632"
  4423. wait(0.04)
  4424. part2.Texture = "http://www.roblox.com/asset/?id=358965664"
  4425. wait(0.04)
  4426. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement