Advertisement
yougotoof

be

May 28th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.29 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility by WaverlyCole & Fireboltofdeath");print("https://github.com/WaverlyCole/FE-Compatibility-VoidSb-")
  2. local Wrapper = {};Wrapper.Fake = {};Wrapper.Real = {};Wrapper.Data = {};
  3. local sGame = game;local sScript = script;local sOwner = owner;local sInstance = Instance;local sLoadLibrary = LoadLibrary
  4. Wrapper.Event = Instance.new("RemoteEvent");Wrapper.Event.Name = "UserInput";
  5. Wrapper.CreateObject = function(connections, index)
  6. local proxy = newproxy (true);local meta = getmetatable (proxy);
  7. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  8. while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end;
  9. meta.__index = function (self, i)
  10. if (i == 'TriggerEvent') then return runbind end;
  11. return connections[i] and connections[i].Event or index[i];
  12. end;
  13. meta.__newindex = index;meta.__metatable = false;return proxy
  14. end;
  15. Wrapper.Mouse = Wrapper.CreateObject({"KeyUp","KeyDown","Button1Down","Button1Up","Move","Button2Down","Button2Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  16. Wrapper.UserInputService = Wrapper.CreateObject({"InputBegan","InputEnded"},{})
  17. Wrapper.ContextActionService = {Actions={};BindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end;UnBindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end};
  18. Wrapper.Sandbox = function(...)
  19. local Unwrap = {...};
  20. for obi = 1,#Unwrap do
  21. local Object = Unwrap[obi];
  22. if (Wrapper.Fake[Object] == nil and Wrapper.Real[Object] == nil) then
  23. local Type = typeof(Object);local Replacement = Object;
  24. if (Type == "function") then
  25. Replacement = function(...)
  26. local IsRoblox = not (pcall(function() string.dump(Object) end))
  27. if IsRoblox then
  28. return Object(Wrapper.Unsandbox(...))
  29. end
  30. return Object(Wrapper.Sandbox(...))
  31. end
  32. elseif (Type == "table") then
  33. Replacement = {};
  34. setmetatable(Replacement, {
  35. __index = function(self, i)
  36. return Wrapper.Sandbox(Object[Wrapper.Unsandbox(i)])
  37. end,
  38. __newindex = function(self,i,v)
  39. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v)
  40. end;
  41. })
  42. elseif (Type == "Instance") then
  43. Replacement = newproxy(true);
  44. local Mt = getmetatable(Replacement);
  45. Mt.__namecall = function(self, ...)
  46. local Pack = {...};local Name = Pack[#Pack];table.remove(Pack, #Pack);
  47. local Rest = nil;pcall(function()Rest = Object[Name];end);
  48. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  49. if (Object:IsA(g) or g == "Global") then
  50. for t, v in pairs(x) do
  51. for str in string.gmatch(t .. ",", "(%w+),") do
  52. if (Name == str) then
  53. if typeof(v) == "function" then
  54. return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  55. else
  56. return v;
  57. end
  58. end
  59. end
  60. end
  61. end
  62. end
  63. if (Rest == nil) then
  64. if Wrapper.Sandbox(sGame):GetService(unpack(Pack)) then return Wrapper.Sandbox(sGame):GetService(unpack(Pack))end;
  65. return Wrapper.Sandbox(Object[Name]);
  66. elseif (typeof(Rest) == "function") then
  67. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  68. end
  69. return Wrapper.Sandbox(Object[Name]);
  70. end
  71. Mt.__index = function(self, i)
  72. local Rest = nil;pcall(function()Rest = Object[i];end)
  73. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  74. if (Object:IsA(g) or g == "Global") then
  75. for t, v in pairs(x) do
  76. for str in string.gmatch(t .. ",", "(%w+),") do
  77. if (i == str) then
  78. if typeof(v) == "function" then
  79. return function(...)return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))end;
  80. else
  81. return v;
  82. end
  83. end
  84. end
  85. end
  86. end
  87. end
  88. if (Object:IsA("Sound") and i == "PlaybackLoudness") then return Wrapper.SoundLoudness[Wrapper.Unsandbox(Object)];end;
  89. if (Rest == nil) then
  90. if Wrapper.Sandbox(sGame):GetService(i) then return Wrapper.Sandbox(sGame):GetService(i)end;
  91. return Wrapper.Sandbox(Object[i]);
  92. elseif (typeof(Rest) == "function") then
  93. local isService,Service = pcall(function() return sGame:GetService(i) end)
  94. if isService and Service then return Wrapper.Sandbox(Service) end
  95. return function(self, ...)
  96. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))
  97. end
  98. end
  99. return Wrapper.Sandbox(Object[i]);
  100. end
  101. Mt.__newindex = function(self, i, v)
  102. for g,x in pairs (Wrapper.InstanceMT["SET"]) do
  103. if (Object:IsA(g)) then
  104. for t, v in pairs(x) do
  105. for str in string.gmatch( t .. ",", "(%w+),") do
  106. if v(Wrapper.Unsandbox(self, i, v)) == true then
  107. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);return
  108. end
  109. end
  110. end
  111. end
  112. end
  113. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);
  114. end
  115. Mt.__tostring = function(self) return tostring(Object) end
  116. --elseif (Type == "") then -- Etc
  117. end
  118. Wrapper.Fake[Object] = Replacement;Wrapper.Real[Replacement] = Object;Unwrap[obi] = Replacement;
  119. else
  120. return Wrapper.Fake[Object] or Object;
  121. end
  122. end
  123. return unpack(Unwrap);
  124. end
  125. Wrapper.Unsandbox = function(...)
  126. local Unsandbox = {...};
  127. for i,v in pairs (Unsandbox) do Unsandbox[i] = Wrapper.Real[v] or Unsandbox[i]end;
  128. return unpack(Unsandbox)
  129. end
  130. Wrapper.Services = {
  131. ['contextactionservice'] = Wrapper.ContextActionService;
  132. ["userinputservice"] = Wrapper.UserInputService;
  133. }
  134. Wrapper.InstanceMT = {
  135. ["GET"] = {
  136. ["Global"] = {
  137. ["IsFake,isFake"] = function(self)return true;end;
  138. };
  139. ["Player"] = {
  140. ["mouse,Mouse,getMouse,GetMouse"] = function(self)return Wrapper.Mouse;end;
  141. };
  142. ["Players"] = {
  143. ["localPlayer,LocalPlayer"] = Wrapper.Sandbox(owner)
  144. };
  145. ["DataModel"] = {
  146. ["getService,GetService"] = function(self,service)
  147. if Wrapper.Services[service:lower()] then return Wrapper.Sandbox(Wrapper.Services[service:lower()])end;
  148. return Wrapper.Sandbox(sGame:GetService(service))
  149. end
  150. };
  151. ["RunService"] = {
  152. ["renderstepped,renderStepped,RenderStepped"] = sGame:GetService("RunService").Stepped;
  153. }
  154. };
  155. ["SET"] = {
  156. }
  157. }
  158. Wrapper.SoundLoudness = {};
  159. Wrapper.Event.OnServerEvent:Connect(function(FiredBy,Input)
  160. if FiredBy ~= sOwner then return end
  161. if Input.MouseEvent then
  162. Wrapper.Mouse.Target = Input.Target;Wrapper.Mouse.Hit = Input.Hit;Wrapper.Mouse:TriggerEvent("Move")
  163. elseif Input.Sound then
  164. if Wrapper.SoundLoudness[Input.Sound] then Wrapper.SoundLoudness[Input.Sound] = Input.Loudness end
  165. else
  166. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  167. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Wrapper.Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  168. if Input.UserInputType == Enum.UserInputType.MouseButton2 then return Wrapper.Mouse:TriggerEvent(Begin and "Button2Down" or "Button2Up") end
  169. for _,Action in pairs(Wrapper.ContextActionService.Actions) do
  170. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  171. end
  172. Wrapper.Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());Wrapper.UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  173. end
  174. end);
  175. Wrapper.Event.Parent = NLS([[
  176. local Player = owner;local Sounds = {};local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse();
  177. local Input = function(Input,gameProcessedEvent)
  178. if gameProcessedEvent then return end;
  179. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  180. end
  181. Event.OnClientEvent:connect(function(Args)
  182. if Args[1] == "NewSound" and Args[2]:IsA("Sound") then table.insert(Sounds,Args[2]) end
  183. end)
  184. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  185. local Hit,Target;while wait(1/30) do
  186. for x,Sound in pairs(Sounds) do if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end; end;
  187. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  188. Hit = Mouse.Hit;Target = Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  189. end
  190. end]],sOwner.Character)
  191. Instance = {
  192. ["new"] = function(Type,Parent)
  193. local Real = sInstance.new(Type,Wrapper.Unsandbox(Parent))
  194. if Type:lower() == "sound" then
  195. if not Parent then
  196. Parent = sOwner.Character
  197. end
  198. Wrapper.SoundLoudness[Real] = 0;Wrapper.Event:FireClient(sOwner,{"NewSound",Real})
  199. end
  200. return Wrapper.Sandbox(Real)
  201. end
  202. }
  203. LoadLibrary = function(Library)
  204. if Library == "RbxUtility" then
  205. return setmetatable({},{
  206. __tostring = function() return "RbxUtility" end;
  207. __index = function(self, Index)
  208. if Index:lower() == "create" then
  209. return function(Type) return function(Data)
  210. Data = Data or {};local Inst = Instance.new(Type)
  211. for x,y in pairs(Data) do Inst[x] = y end
  212. return Inst
  213. end;end;
  214. end
  215. return sLoadLibrary(Library)[Index]
  216. end})
  217. end
  218. return sLoadLibrary(Library)
  219. end
  220. owner = Wrapper.Sandbox(owner);game = Wrapper.Sandbox(game)workspace = Wrapper.Sandbox(workspace)
  221. Game= game;Workspace = workspace;
  222.  
  223. --//Paste script below this line.
  224.  
  225.  
  226. --[[
  227. Beerus - God of Destruction
  228. Credits:
  229. Riz
  230. Riz v3rmillion = Afizixu
  231. Riz Roblox = DankScripter and Grogidox
  232. ]]
  233.  
  234. local p = game.Players.LocalPlayer
  235. local char = p.Character
  236. local mouse = p:GetMouse()
  237. local larm = char["Left Arm"]
  238. local rarm = char["Right Arm"]
  239. local lleg = char["Left Leg"]
  240. local rleg = char["Right Leg"]
  241. local hed = char.Head
  242. local torso = char.Torso
  243. local hum = char.Humanoid
  244. local cam = game.Workspace.CurrentCamera
  245. local root = char.HumanoidRootPart
  246. local deb = false
  247. local shot = 0
  248. local potential = false
  249. local debris=game:service"Debris"
  250. local l = game:GetService("Lighting")
  251. local rs = game:GetService("RunService").RenderStepped
  252. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  253. math.randomseed(os.time())
  254. for i,v in pairs(char:children()) do
  255. if v:IsA("Accessory") then
  256. v:Destroy()
  257. end
  258. end
  259. for i,v in pairs (hed:GetChildren()) do
  260. if v:IsA("Sound") then
  261. v:Destroy()
  262. end
  263. end
  264. ----------------------------------------------------
  265. Debounces = {
  266. CanAttack = true;
  267. NoIdl = false;
  268. Slashing = false;
  269. Slashed = false;
  270. RPunch = false;
  271. Invisible = false;
  272. RPunched = false;
  273. LPunch = false;
  274. LPunched = false;
  275. }
  276. local Touche = {char.Name, }
  277. ----------------------------------------------------
  278. hed.face.Texture = "rbxassetid://342828206"
  279. char["Body Colors"].HeadColor = BrickColor.new("Lavender")
  280. char["Body Colors"].TorsoColor = BrickColor.new("Lavender")
  281. char["Body Colors"].LeftArmColor = BrickColor.new("Lavender")
  282. char["Body Colors"].RightArmColor = BrickColor.new("Lavender")
  283. ----------------------------------------------------
  284. ypcall(function()
  285. shirt = Instance.new("Shirt", char)
  286. shirt.Name = "Shirt"
  287. pants = Instance.new("Pants", char)
  288. pants.Name = "Pants"
  289. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=245880330"
  290. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=245880370"
  291. end)
  292. ----------------------------------------------------
  293. ----------------------------------------------------
  294. --[[Additional Functions]]
  295.  
  296. cf=CFrame.new
  297. vt=Vector3.new
  298.  
  299. function swait(num)
  300. if num==0 or num==nil then
  301. game:service'RunService'.Stepped:wait(0)
  302. else
  303. for i=0,num do
  304. game:service'RunService'.Stepped:wait(0)
  305. end
  306. end
  307. end
  308.  
  309. so = function(id,par,vol,pit)
  310. coroutine.resume(coroutine.create(function()
  311. local sou = Instance.new("Sound",par or workspace)
  312. sou.Volume=vol
  313. sou.Pitch=pit or 1
  314. sou.SoundId=id
  315. swait()
  316. sou:play()
  317. game:GetService("Debris"):AddItem(sou,6)
  318. end))
  319. end
  320.  
  321. ----------------------------------------------------
  322.  
  323. function lerp(a, b, t) -- Linear interpolation
  324. return a + (b - a)*t
  325. end
  326.  
  327. function slerp(a, b, t) --Spherical interpolation
  328. dot = a:Dot(b)
  329. if dot > 0.99999 or dot < -0.99999 then
  330. return t <= 0.5 and a or b
  331. else
  332. r = math.acos(dot)
  333. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  334. end
  335. end
  336.  
  337. function matrixInterpolate(a, b, t)
  338. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  339. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  340. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  341. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  342. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  343. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  344. local t = v1:Dot(v2)
  345. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  346. return CFrame.new()
  347. end
  348. return CFrame.new(
  349. v0.x, v0.y, v0.z,
  350. v1.x, v1.y, v1.z,
  351. v2.x, v2.y, v2.z,
  352. v3.x, v3.y, v3.z)
  353. end
  354. lmod = Instance.new("Model",char)
  355. ----------------------------------------------------
  356. function Landing()
  357. part=Instance.new('Part',lmod)
  358. part.Anchored=true
  359. part.CanCollide=false
  360. part.FormFactor='Custom'
  361. part.Size=Vector3.new(.2,.2,.2)
  362. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  363. part.Transparency=.7
  364. part.BrickColor=BrickColor.new('Institutional white')
  365. mesh=Instance.new('SpecialMesh',part)
  366. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  367. mesh.Scale=Vector3.new(8,3,8)
  368.  
  369. for i,v in pairs(FindNearestTorso(torso.CFrame.p,20))do
  370. if v:FindFirstChild('Humanoid') then
  371. v.Humanoid:TakeDamage(math.random(20,30))
  372. v.Humanoid.PlatformStand = true
  373. coroutine.resume(coroutine.create(function()
  374. wait(2)
  375. v.Humanoid.PlatformStand = false
  376. end))
  377. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  378. end
  379. end
  380.  
  381. coroutine.resume(coroutine.create(function()
  382. for i=0,3.8,0.05 do
  383. wait()
  384. part.CFrame=part.CFrame
  385. part.Transparency=i + 0.5
  386. mesh.Scale=mesh.Scale+Vector3.new(1, -0.1 ,1)
  387. end
  388. part.Parent = nil
  389. end))
  390. end
  391. function newRay(start,face,range,wat)
  392. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  393. hit,pos=game.Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  394. return rey,hit,pos
  395. end
  396. ----------------------------------------------------
  397. partic2 = Instance.new("ParticleEmitter",torso)
  398. partic2.Color = ColorSequence.new(Color3.new(100/225,100/255,100/255),Color3.new(100/255,100/255,100/255))
  399. partic2.LightEmission = .95
  400. partic2.VelocityInheritance = 0.2
  401. partic2.Rate = 300
  402. partic2.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  403. partic2.Lifetime = NumberRange.new(0.1,0.2)
  404. partic2.RotSpeed = NumberRange.new(100,100)
  405. partic2.Speed = NumberRange.new(2,6)
  406. partic2.Enabled = false
  407. partic2.LockedToPart = false
  408. --------------------
  409. function Charge()
  410. pt=Instance.new('Part',torso)
  411. pt.Anchored=true
  412. pt.CanCollide=false
  413. pt.Locked = true
  414. pt.FormFactor='Custom'
  415. pt.Size=Vector3.new(1,1,1)
  416. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  417. pt.Transparency=0.2
  418. pt.BrickColor=BrickColor.new("Eggplant")
  419. msh=Instance.new('SpecialMesh',pt)
  420. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  421. msh.Scale=Vector3.new(6,3,6)
  422. pt2=pt:clone()
  423. pt2.Parent = torso
  424. pt2.Transparency=0.4
  425. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  426. pt2.BrickColor=BrickColor.new("Eggplant")
  427. msh2=msh:clone()
  428. msh2.Parent=pt2
  429. msh2.Scale=Vector3.new(8,4,8)
  430. pt3=Instance.new('Part',torso)
  431. pt3.Anchored=true
  432. pt3.CanCollide=false
  433. pt3.Locked = true
  434. pt3.FormFactor='Custom'
  435. pt3.Size=Vector3.new(1,1,1)
  436. pt3.CFrame=root.CFrame*CFrame.new(0,-1,0)
  437. pt3.Transparency=0.6
  438. pt3.BrickColor=BrickColor.new("Eggplant")
  439. msh3=Instance.new('SpecialMesh',pt3)
  440. msh3.MeshId='http://www.roblox.com/asset/?id=24388358'
  441. msh3.Scale=Vector3.new(12,6,12)
  442. pt4=pt:clone()
  443. pt4.Parent = torso
  444. pt4.CFrame=root.CFrame*CFrame.new(0,-1,0)
  445. pt4.Transparency=0.8
  446. pt4.BrickColor=BrickColor.new("Eggplant")
  447. msh4=msh:clone()
  448. msh4.Parent=pt4
  449. msh4.Scale=Vector3.new(16,8,16)
  450. coroutine.resume(coroutine.create(function()
  451. for i=1, math.huge, 4 do
  452. if Charging == true then
  453. wait()
  454. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.11*math.cos(sine/10)),0)
  455. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.12*math.cos(sine/12)),0)
  456. pt3.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.13*math.cos(sine/14)),0)
  457. pt4.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.14*math.cos(sine/16)),0)
  458. pt.CFrame = pt.CFrame+Vector3.new(0,0.01,0)
  459. pt2.CFrame = pt2.CFrame+Vector3.new(0,0.01,0)
  460. pt3.CFrame = pt3.CFrame+Vector3.new(0,0.01,0)
  461. pt4.CFrame = pt4.CFrame+Vector3.new(0,0.01,0)
  462. msh.Scale = msh.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/9),0.05)
  463. msh2.Scale = msh2.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/7),0.05)
  464. msh3.Scale = msh3.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/5),0.05)
  465. msh4.Scale = msh4.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/3),0.05)
  466. elseif Charging == false then
  467. pt:Remove()
  468. pt2:Remove()
  469. pt3:Remove()
  470. pt4:Remove()
  471. break
  472. end
  473. end
  474. end))
  475. end
  476. ---------------
  477. Magik = function()
  478. Spawn(function()
  479. if Debounces.Invisible == false then
  480. local function lerp(a,b,c)
  481. return a+(b-a)*c
  482. end
  483. local function rndRange(rng)
  484. return math.random(-rng*1000,rng*1000)/1000
  485. end
  486. local magik = Instance.new("Part", larm)
  487. local Colors = {"Lavender", "Royal purple", "Black"}
  488. magik.Anchored = true
  489. magik.Locked = true
  490. magik.FormFactor = "Custom"
  491. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  492. magik.TopSurface = "Smooth"
  493. magik.Transparency = 0
  494. magik.Material = "Neon"
  495.  
  496. magik.BottomSurface = "Smooth"
  497. magik.CanCollide = false
  498. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  499. local mr = math.rad
  500. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  501. local cf = lleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  502. magik.CFrame = cf
  503. for i = 0, 1, .05 do
  504. local newTrans = lerp(0.5, 1, i)
  505. local ns = lerp(1,1.2,i)
  506. magik.Transparency = newTrans
  507. magik.Size = Vector3.new(ns,ns,ns)
  508. magik.CFrame = cf
  509. rs:wait()
  510. end
  511. magik:Destroy()
  512. elseif Debounces.Invisible == true then
  513. wait()
  514. end
  515. end)
  516. end
  517. ----------------------------------------------------
  518. Magik2 = function()
  519. Spawn(function()
  520. if Debounces.Invisible == false then
  521. local function lerp(a,b,c)
  522. return a+(b-a)*c
  523. end
  524. local function rndRange(rng)
  525. return math.random(-rng*1000,rng*1000)/1000
  526. end
  527. local magik2 = Instance.new("Part", larm)
  528. local Colors = {"Lavender", "Royal purple", "Black"}
  529. magik2.Anchored = true
  530. magik2.Locked = true
  531. magik2.FormFactor = "Custom"
  532. magik2.Size = Vector3.new(1.2, 1.2, 1.2)
  533. magik2.TopSurface = "Smooth"
  534. magik2.Transparency = 0
  535. magik2.Material = "Neon"
  536.  
  537. magik2.BottomSurface = "Smooth"
  538. magik2.CanCollide = false
  539. magik2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  540. local mr = math.rad
  541. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  542. local cf = rleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  543. magik2.CFrame = cf
  544. for i = 0, 1, .05 do
  545. local newTrans = lerp(0.5, 1, i)
  546. local ns = lerp(1,1.2,i)
  547. magik2.Transparency = newTrans
  548. magik2.Size = Vector3.new(ns,ns,ns)
  549. magik2.CFrame = cf
  550. rs:wait()
  551. end
  552. magik2:Destroy()
  553. elseif Debounces.Invisible == true then
  554. wait()
  555. end
  556. end)
  557. end
  558. ----------------------------------------------------
  559. function NewPart(prnt,siz,cf,col,mat)
  560. local prt=Instance.new("Part")
  561. prt.Parent=prnt
  562. prt.FormFactor=3
  563. prt.Name="Part"
  564. prt.Size=siz
  565. prt.CanCollide=false
  566. prt.Anchored=true
  567. prt.Locked=true
  568. prt.TopSurface=10
  569. prt.BottomSurface=10
  570. prt.FrontSurface=10
  571. prt.BackSurface=10
  572. prt.LeftSurface=10
  573. prt.RightSurface=10
  574. prt:BreakJoints()
  575. prt.CFrame=cf or CFrame.new(30,10,30)
  576. prt.Material=mat
  577. prt.BrickColor=BrickColor.new(col)
  578. m=Instance.new("SpecialMesh",prt)
  579. m.MeshType=6
  580. return prt
  581. end
  582. -----------------------------------------
  583.  
  584. function genWeld(a,b)
  585. local w = Instance.new("Weld",a)
  586. w.Part0 = a
  587. w.Part1 = b
  588. return w
  589. end
  590. function weld(a, b)
  591. local weld = Instance.new("Weld")
  592. weld.Name = "W"
  593. weld.Part0 = a
  594. weld.Part1 = b
  595. weld.C0 = a.CFrame:inverse() * b.CFrame
  596. weld.Parent = a
  597. return weld;
  598. end
  599. ----------------------------------------------------
  600. function Lerp(c1,c2,al)
  601. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  602. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  603. for i,v in pairs(com1) do
  604. com1[i] = v+(com2[i]-v)*al
  605. end
  606. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  607. end
  608. ----------------------------------------------------
  609. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  610. local wld = Instance.new("Weld", wp1)
  611. wld.Part0 = wp0
  612. wld.Part1 = wp1
  613. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  614. end
  615. ----------------------------------------------------
  616. function weld5(part0, part1, c0, c1)
  617. weeld=Instance.new("Weld", part0)
  618. weeld.Part0=part0
  619. weeld.Part1=part1
  620. weeld.C0=c0
  621. weeld.C1=c1
  622. return weeld
  623. end
  624. ----------------------------------------------------
  625. function HasntTouched(plrname)
  626. local ret = true
  627. for _, v in pairs(Touche) do
  628. if v == plrname then
  629. ret = false
  630. end
  631. end
  632. return ret
  633. end
  634. ----------------------------------------------------
  635. newWeld(torso, larm, -1.5, 0.5, 0)
  636. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  637. newWeld(torso, rarm, 1.5, 0.5, 0)
  638. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  639. newWeld(torso, hed, 0, 1.5, 0)
  640. newWeld(torso, lleg, -0.5, -1, 0)
  641. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  642. newWeld(torso, rleg, 0.5, -1, 0)
  643. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  644. newWeld(root, torso, 0, -1, 0)
  645. torso.Weld.C1 = CFrame.new(0, -1, 0)
  646. ------------------------------------------------------music
  647. z = Instance.new("Sound", char)
  648. z.SoundId = "rbxassetid://693779092"--552945114
  649. z.Looped = true
  650. z.Pitch = 1
  651. z.Volume = 1
  652. wait(.1)
  653. z:Play()
  654. ----------------------------------------------------
  655. local Transforming = false
  656. hum.WalkSpeed = 0
  657. local fx = Instance.new("Part",torso)
  658. fx.Anchored = true
  659. fx.Material = "Neon"
  660. fx.CanCollide = false
  661. fx.Locked = true
  662. fx.Transparency = 1
  663. fx.Material = "SmoothPlastic"
  664. fx.Size = Vector3.new(1,1,1)
  665. fx.TopSurface = "SmoothNoOutlines"
  666. fx.BottomSurface = "SmoothNoOutlines"
  667. fx.BrickColor = BrickColor.new("Lavender")
  668. fxm = Instance.new("SpecialMesh",fx)
  669. fxm.MeshType = "Sphere"
  670. fxm.Scale = Vector3.new(1,1,1)
  671. for i = 1, 20 do rs:wait()
  672. fx.Transparency = fx.Transparency - (1/20)
  673. fx.CFrame = torso.CFrame
  674. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  675.  
  676. end
  677. ------------------------------------------------
  678.  
  679. local m = Instance.new("Model")
  680. m.Name = "Hair"
  681. p1 = Instance.new("Part", m)
  682. p1.BrickColor = BrickColor.new("Lavender")
  683. p1.Transparency = 1
  684. p1.FormFactor = Enum.FormFactor.Symmetric
  685. p1.Size = Vector3.new(1, 1, 1)
  686. p1.CFrame = CFrame.new(-2.49043155, 8.24595642, -3.40113306, -5.48362732e-006, -0.978699088, 0.205299795, 3.27825546e-007, -0.205299854, -0.978699148, 1, -5.28991222e-006, 1.48639083e-006)
  687. p1.CanCollide = false
  688. p1.Locked = true
  689. p1.BottomSurface = Enum.SurfaceType.Smooth
  690. p1.TopSurface = Enum.SurfaceType.Smooth
  691. b1 = Instance.new("SpecialMesh", p1)
  692. b1.MeshId = "http://www.roblox.com/asset/?id=101176852"
  693. b1.TextureId = ""
  694. b1.MeshType = Enum.MeshType.FileMesh
  695. b1.Name = "Mesh"
  696. b1.VertexColor = Vector3.new(0, 0, 0)
  697. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  698. p2 = Instance.new("Part", m)
  699. p2.BrickColor = BrickColor.new("Pastel brown")
  700. p2.Transparency = 1
  701. p2.Name = "Head"
  702. p2.FormFactor = Enum.FormFactor.Symmetric
  703. p2.Size = Vector3.new(2, 1, 1)
  704. p2.CFrame = CFrame.new(-1.70008016, 8.14794922, -3.40013027, 4.24603923e-006, 7.4505806e-008, -1, -1.50268988e-007, 1, 1.49011612e-008, 1.00000012, 6.79109462e-008, 4.23316806e-006)
  705. p2.CanCollide = false
  706. p2.Locked = true
  707. p2.TopSurface = Enum.SurfaceType.Smooth
  708. b2 = Instance.new("SpecialMesh", p2)
  709. b2.MeshType = Enum.MeshType.Head
  710. b2.Name = "Mesh"
  711. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  712. p3 = Instance.new("Part", m)
  713. p3.BrickColor = BrickColor.new("Lavender")
  714. p3.Transparency = 1
  715. p3.FormFactor = Enum.FormFactor.Symmetric
  716. p3.Size = Vector3.new(2, 2, 2)
  717. p3.CFrame = CFrame.new(-1.70003617, 8.71796131, -3.4000442, 2.57710985e-006, 6.95607483e-008, -1.00000012, -1.20466638e-007, 1, 9.95640903e-009, 1.00000024, 3.81086345e-008, 2.56423846e-006)
  718. p3.CanCollide = false
  719. p3.Locked = true
  720. p3.BottomSurface = Enum.SurfaceType.Smooth
  721. p3.TopSurface = Enum.SurfaceType.Smooth
  722. b3 = Instance.new("SpecialMesh", p3)
  723. b3.MeshId = "http://www.roblox.com/asset/?id=101176852"
  724. b3.TextureId = ""
  725. b3.MeshType = Enum.MeshType.FileMesh
  726. b3.Name = "Mesh"
  727. b3.VertexColor = Vector3.new(0, 0, 0)
  728. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  729. p4 = Instance.new("Part", m)
  730. p4.BrickColor = BrickColor.new("Lavender")
  731. p4.FormFactor = Enum.FormFactor.Symmetric
  732. p4.Size = Vector3.new(1, 1, 1)
  733. p4.Transparency = 1
  734. p4.CFrame = CFrame.new(-1.77981007, 8.84795475, -3.40016508, 5.79576135e-006, 7.9450956e-008, -1.00000012, -1.80071311e-007, 1, 1.98458743e-008, 1.00000024, 9.77132402e-008, 5.78289018e-006)
  735. p4.CanCollide = false
  736. p4.Locked = true
  737. p4.BottomSurface = Enum.SurfaceType.Smooth
  738. p4.TopSurface = Enum.SurfaceType.Smooth
  739. b4 = Instance.new("SpecialMesh", p4)
  740. b4.MeshId = "http://www.roblox.com/asset/?id=101176852"
  741. b4.TextureId = ""
  742. b4.MeshType = Enum.MeshType.FileMesh
  743. b4.Name = "Mesh"
  744. b4.VertexColor = Vector3.new(0, 0, 0)
  745. p5 = Instance.new("Part", m)
  746. p5.BrickColor = BrickColor.new("Lavender")
  747. p5.FormFactor = Enum.FormFactor.Symmetric
  748. p5.Size = Vector3.new(1, 1, 1)
  749. p5.CFrame = CFrame.new(-1.70003772, 8.46796131, -3.40004301, -3.43517968e-007, 2.98088111e-007, -1, -1.00421907e-007, 1, 2.38484063e-007, 1.00000012, 1.80640072e-008, -3.56389592e-007)
  750. p5.CanCollide = false
  751. p5.Transparency = 1
  752. p5.Locked = true
  753. p5.BottomSurface = Enum.SurfaceType.Smooth
  754. p5.TopSurface = Enum.SurfaceType.Smooth
  755. b5 = Instance.new("SpecialMesh", p5)
  756. b5.MeshId = "http://www.roblox.com/asset/?id=101176852"
  757. b5.TextureId = ""
  758. b5.MeshType = Enum.MeshType.FileMesh
  759. b5.Name = "Mesh"
  760. b5.VertexColor = Vector3.new(0, 0, 0)
  761. b5.Scale = Vector3.new(1, 0.899999976, 1)
  762. p6 = Instance.new("Part", m)
  763. p6.BrickColor = BrickColor.new("Lavender")
  764. p6.FormFactor = Enum.FormFactor.Symmetric
  765. p6.Transparency = 1
  766. p6.Size = Vector3.new(1, 1, 1)
  767. p6.CFrame = CFrame.new(-1.89967656, 8.58795834, -3.44990659, -5.81936433e-007, 5.36502284e-007, -0.99999994, -1.3998249e-007, 1, 4.76898265e-007, 1, 5.76247672e-008, -5.94808171e-007)
  768. p6.CanCollide = false
  769. p6.Locked = true
  770. p6.BottomSurface = Enum.SurfaceType.Smooth
  771. p6.TopSurface = Enum.SurfaceType.Smooth
  772. b6 = Instance.new("SpecialMesh", p6)
  773. b6.MeshId = "http://www.roblox.com/asset/?id=101176852"
  774. b6.TextureId = ""
  775. b6.MeshType = Enum.MeshType.FileMesh
  776. b6.Name = "Mesh"
  777. b6.VertexColor = Vector3.new(0, 0, 0)
  778. p7 = Instance.new("Part", m)
  779. p7.BrickColor = BrickColor.new("Lavender")
  780. p7.FormFactor = Enum.FormFactor.Symmetric
  781. p7.Transparency = 1
  782. p7.Size = Vector3.new(1, 1, 1)
  783. p7.CFrame = CFrame.new(-1.89918542, 8.31796837, -3.50097537, -4.62727087e-007, 5.36502228e-007, -0.999999881, -1.39982518e-007, 1, 4.76898208e-007, 0.99999994, 5.76247459e-008, -4.75598938e-007)
  784. p7.CanCollide = false
  785. p7.Locked = true
  786. p7.BottomSurface = Enum.SurfaceType.Smooth
  787. p7.TopSurface = Enum.SurfaceType.Smooth
  788. b7 = Instance.new("SpecialMesh", p7)
  789. b7.MeshId = "http://www.roblox.com/asset/?id=101176852"
  790. b7.TextureId = ""
  791. b7.MeshType = Enum.MeshType.FileMesh
  792. b7.Name = "Mesh"
  793. b7.VertexColor = Vector3.new(0, 0, 0)
  794. p8 = Instance.new("Part", m)
  795. p8.BrickColor = BrickColor.new("Lavender")
  796. p8.FormFactor = Enum.FormFactor.Symmetric
  797. p8.Size = Vector3.new(1, 1, 1)
  798. p8.CFrame = CFrame.new(-2.62433338, 7.66397905, -3.4010179, -1.17798254e-006, -0.805111349, 0.593123376, -2.5008859e-007, -0.593123615, -0.805111527, 0.999999881, -9.58229293e-007, 4.4941558e-007)
  799. p8.CanCollide = false
  800. p8.Transparency = 1
  801. p8.Locked = true
  802. p8.BottomSurface = Enum.SurfaceType.Smooth
  803. p8.TopSurface = Enum.SurfaceType.Smooth
  804. b8 = Instance.new("SpecialMesh", p8)
  805. b8.MeshId = "http://www.roblox.com/asset/?id=101176852"
  806. b8.TextureId = ""
  807. b8.MeshType = Enum.MeshType.FileMesh
  808. b8.Name = "Mesh"
  809. b8.VertexColor = Vector3.new(0, 0, 0)
  810. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  811. p9 = Instance.new("Part", m)
  812. p9.BrickColor = BrickColor.new("Lavender")
  813. p9.FormFactor = Enum.FormFactor.Symmetric
  814. p9.Size = Vector3.new(2, 1, 2)
  815. p9.Transparency = 1
  816. p9.CFrame = CFrame.new(-1.76505995, 8.56096649, -3.40065479, -9.73168881e-007, -0.0995008349, -0.995037436, -1.70322267e-007, 0.995037675, -0.0995009243, 1, 1.13823972e-007, -6.80968242e-007)
  817. p9.CanCollide = false
  818. p9.Locked = true
  819. p9.BottomSurface = Enum.SurfaceType.Smooth
  820. p9.TopSurface = Enum.SurfaceType.Smooth
  821. b9 = Instance.new("SpecialMesh", p9)
  822. b9.MeshId = "http://www.roblox.com/asset/?id=101176852"
  823. b9.TextureId = ""
  824. b9.MeshType = Enum.MeshType.FileMesh
  825. b9.Name = "Mesh"
  826. b9.VertexColor = Vector3.new(0, 0, 0)
  827. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  828. p10 = Instance.new("Part", m)
  829. p10.BrickColor = BrickColor.new("Lavender")
  830. p10.Transparency = 1
  831. p10.FormFactor = Enum.FormFactor.Symmetric
  832. p10.Size = Vector3.new(1, 1, 1)
  833. p10.CFrame = CFrame.new(-2.0207715, 9.06097031, -3.39961624, -1.10652763e-006, -0.683569431, -0.729885519, -2.85231891e-007, 0.729885638, -0.68356967, 1.00000012, -3.22293062e-007, -8.40051371e-007)
  834. p10.CanCollide = false
  835. p10.Locked = true
  836. p10.BottomSurface = Enum.SurfaceType.Smooth
  837. p10.TopSurface = Enum.SurfaceType.Smooth
  838. b10 = Instance.new("SpecialMesh", p10)
  839. b10.MeshId = "http://www.roblox.com/asset/?id=101176852"
  840. b10.TextureId = ""
  841. b10.MeshType = Enum.MeshType.FileMesh
  842. b10.Name = "Mesh"
  843. b10.VertexColor = Vector3.new(0, 0, 0)
  844. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  845. p11 = Instance.new("Part", m)
  846. p11.BrickColor = BrickColor.new("Lavender")
  847. p11.Transparency = 1
  848. p11.FormFactor = Enum.FormFactor.Symmetric
  849. p11.Size = Vector3.new(1, 1, 1)
  850. p11.CFrame = CFrame.new(-2.16468835, 8.78595829, -3.40089417, -1.41617738e-006, -0.989475727, -0.144699216, -4.36450762e-007, 0.144699067, -0.989476085, 1.00000024, -9.47996682e-007, -7.38401468e-007)
  851. p11.CanCollide = false
  852. p11.Locked = true
  853. p11.BottomSurface = Enum.SurfaceType.Smooth
  854. p11.TopSurface = Enum.SurfaceType.Smooth
  855. b11 = Instance.new("SpecialMesh", p11)
  856. b11.MeshId = "http://www.roblox.com/asset/?id=101176852"
  857. b11.TextureId = ""
  858. b11.MeshType = Enum.MeshType.FileMesh
  859. b11.Name = "Mesh"
  860. b11.VertexColor = Vector3.new(0, 0, 0)
  861. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  862. p12 = Instance.new("Part", m)
  863. p12.BrickColor = BrickColor.new("Lavender")
  864. p12.FormFactor = Enum.FormFactor.Custom
  865. p12.Size = Vector3.new(1, 3.5, 1)
  866. p12.CFrame = CFrame.new(-3.74216318, 6.74288082, -3.40101933, -1.20476273e-006, -0.553697288, 0.832718134, -3.31002866e-007, -0.832718611, -0.553697169, 1.00000036, -8.7345768e-007, 3.69213154e-007)
  867. p12.CanCollide = false
  868. p12.Transparency = 1
  869. p12.Locked = true
  870. p12.BottomSurface = Enum.SurfaceType.Smooth
  871. p12.TopSurface = Enum.SurfaceType.Smooth
  872. b12 = Instance.new("SpecialMesh", p12)
  873. b12.MeshId = "http://www.roblox.com/asset/?id=101176852"
  874. b12.TextureId = ""
  875. b12.MeshType = Enum.MeshType.FileMesh
  876. b12.Name = "Mesh"
  877. b12.VertexColor = Vector3.new(0, 0, 0)
  878. b12.Scale = Vector3.new(1, 3, 1.29999995)
  879. p13 = Instance.new("Part", m)
  880. p13.Transparency = 1
  881. p13.BrickColor = BrickColor.new("Lavender")
  882. p13.FormFactor = Enum.FormFactor.Custom
  883. p13.Size = Vector3.new(1, 2, 1)
  884. p13.CFrame = CFrame.new(-3.32689047, 6.86741829, -3.40101862, -9.81709945e-007, -0.319307148, 0.947651446, -5.6545997e-007, -0.947651923, -0.31930691, 1.00000048, -8.39551717e-007, 1.79318391e-007)
  885. p13.CanCollide = false
  886. p13.Locked = true
  887. p13.BottomSurface = Enum.SurfaceType.Smooth
  888. p13.TopSurface = Enum.SurfaceType.Smooth
  889. b13 = Instance.new("SpecialMesh", p13)
  890. b13.MeshId = "http://www.roblox.com/asset/?id=101176852"
  891. b13.TextureId = ""
  892. b13.MeshType = Enum.MeshType.FileMesh
  893. b13.Name = "Mesh"
  894. b13.VertexColor = Vector3.new(0, 0, 0)
  895. b13.Scale = Vector3.new(1, 3, 1.29999995)
  896. p14 = Instance.new("Part", m)
  897. p14.Transparency = 1
  898. p14.BrickColor = BrickColor.new("Lavender")
  899. p14.FormFactor = Enum.FormFactor.Custom
  900. p14.Size = Vector3.new(1, 2, 1)
  901. p14.CFrame = CFrame.new(-3.02689028, 7.96740961, -3.40101862, -1.33478545e-006, -0.750354111, 0.661036491, -5.20037702e-008, -0.661037207, -0.750354171, 1.0000006, -6.31296757e-007, 2.01137496e-007)
  902. p14.CanCollide = false
  903. p14.Locked = true
  904. p14.BottomSurface = Enum.SurfaceType.Smooth
  905. p14.TopSurface = Enum.SurfaceType.Smooth
  906. b14 = Instance.new("SpecialMesh", p14)
  907. b14.MeshId = "http://www.roblox.com/asset/?id=101176852"
  908. b14.TextureId = ""
  909. b14.MeshType = Enum.MeshType.FileMesh
  910. b14.Name = "Mesh"
  911. b14.VertexColor = Vector3.new(0, 0, 0)
  912. b14.Scale = Vector3.new(1, 3, 1.29999995)
  913. p15 = Instance.new("Part", m)
  914. p15.BrickColor = BrickColor.new("Lavender")
  915. p15.FormFactor = Enum.FormFactor.Custom
  916. p15.Size = Vector3.new(1, 2.5, 1)
  917. p15.CFrame = CFrame.new(-2.96531463, 7.75924349, -2.90101862, 0.342019022, -0.520305753, 0.782499552, -1.1920929e-007, -0.832718909, -0.553697407, 0.939693451, 0.189374983, -0.284806281)
  918. p15.CanCollide = false
  919. p15.Transparency = 1
  920. p15.Locked = true
  921. p15.BottomSurface = Enum.SurfaceType.Smooth
  922. p15.TopSurface = Enum.SurfaceType.Smooth
  923. b15 = Instance.new("SpecialMesh", p15)
  924. b15.MeshId = "http://www.roblox.com/asset/?id=101176852"
  925. b15.TextureId = ""
  926. b15.MeshType = Enum.MeshType.FileMesh
  927. b15.Name = "Mesh"
  928. b15.VertexColor = Vector3.new(0, 0, 0)
  929. b15.Scale = Vector3.new(1, 3, 1.29999995)
  930. p16 = Instance.new("Part", m)
  931. p16.BrickColor = BrickColor.new("Lavender")
  932. p16.FormFactor = Enum.FormFactor.Custom
  933. p16.Size = Vector3.new(1, 2.5, 1)
  934. p16.Transparency = 1
  935. p16.CFrame = CFrame.new(-2.96531439, 7.75924349, -3.80101967, -0.258820295, -0.534830391, 0.804343879, -1.78813934e-007, -0.832718968, -0.553697228, 0.96592629, -0.143308073, 0.215523779)
  936. p16.CanCollide = false
  937. p16.Locked = true
  938. p16.BottomSurface = Enum.SurfaceType.Smooth
  939. p16.TopSurface = Enum.SurfaceType.Smooth
  940. b16 = Instance.new("SpecialMesh", p16)
  941. b16.MeshId = "http://www.roblox.com/asset/?id=101176852"
  942. b16.TextureId = ""
  943. b16.MeshType = Enum.MeshType.FileMesh
  944. b16.Name = "Mesh"
  945. b16.VertexColor = Vector3.new(0, 0, 0)
  946. b16.Scale = Vector3.new(1, 3, 1.29999995)
  947. p17 = Instance.new("Part", m)
  948. p17.BrickColor = BrickColor.new("Lavender")
  949. p17.Transparency = 1
  950. p17.FormFactor = Enum.FormFactor.Custom
  951. p17.Size = Vector3.new(1, 2.4000001, 1)
  952. p17.CFrame = CFrame.new(-2.69075108, 7.07788849, -3.40101933, -1.13248825e-006, -0.319307148, 0.947651625, -1.1920929e-006, -0.947652161, -0.319306791, 1.0000006, -1.54972076e-006, 1.04308128e-007)
  953. p17.CanCollide = false
  954. p17.Locked = true
  955. p17.BottomSurface = Enum.SurfaceType.Smooth
  956. p17.TopSurface = Enum.SurfaceType.Smooth
  957. b17 = Instance.new("SpecialMesh", p17)
  958. b17.MeshId = "http://www.roblox.com/asset/?id=101176852"
  959. b17.TextureId = ""
  960. b17.MeshType = Enum.MeshType.FileMesh
  961. b17.Name = "Mesh"
  962. b17.VertexColor = Vector3.new(0, 0, 0)
  963. b17.Scale = Vector3.new(1, 3, 1.29999995)
  964. p18 = Instance.new("Part", m)
  965. p18.BrickColor = BrickColor.new("Lavender")
  966. p18.FormFactor = Enum.FormFactor.Custom
  967. p18.Size = Vector3.new(2, 2, 2)
  968. p18.Transparency = 1
  969. p18.CFrame = CFrame.new(-1.70003319, 8.71796608, -3.40004444, -2.37434961e-006, 1.78813934e-007, 1.00000036, -2.35242567e-007, 1.00000072, 3.27825546e-007, -1.0000006, 7.95440158e-009, -2.91315405e-006)
  970. p18.CanCollide = false
  971. p18.Locked = true
  972. p18.BottomSurface = Enum.SurfaceType.Smooth
  973. p18.TopSurface = Enum.SurfaceType.Smooth
  974. b18 = Instance.new("SpecialMesh", p18)
  975. b18.MeshId = "http://www.roblox.com/asset/?id=101176852"
  976. b18.TextureId = ""
  977. b18.MeshType = Enum.MeshType.FileMesh
  978. b18.Name = "Mesh"
  979. b18.VertexColor = Vector3.new(0, 0, 0)
  980. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  981. w1 = Instance.new("Weld", p1)
  982. w1.Name = "Head_Weld"
  983. w1.Part0 = p1
  984. w1.C0 = CFrame.new(3.40111661, -0.744508088, 8.58160019, -5.48362732e-006, 3.27825546e-007, 1, -0.978699088, -0.205299854, -5.30481339e-006, 0.205299824, -0.978699148, 1.49011612e-006)
  985. w1.Part1 = p2
  986. w1.C1 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  987. w2 = Instance.new("Weld", p2)
  988. w2.Name = "Part_Weld"
  989. w2.Part0 = p2
  990. w2.C0 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  991. w2.Part1 = p3
  992. w2.C1 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  993. w3 = Instance.new("Weld", p3)
  994. w3.Name = "Part_Weld"
  995. w3.Part0 = p3
  996. w3.C0 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  997. w3.Part1 = p4
  998. w3.C1 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  999. w4 = Instance.new("Weld", p4)
  1000. w4.Name = "Part_Weld"
  1001. w4.Part0 = p4
  1002. w4.C0 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  1003. w4.Part1 = p5
  1004. w4.C1 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  1005. w5 = Instance.new("Weld", p5)
  1006. w5.Name = "Part_Weld"
  1007. w5.Part0 = p5
  1008. w5.C0 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  1009. w5.Part1 = p6
  1010. w5.C1 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  1011. w6 = Instance.new("Weld", p6)
  1012. w6.Name = "Part_Weld"
  1013. w6.Part0 = p6
  1014. w6.C0 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  1015. w6.Part1 = p7
  1016. w6.C1 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  1017. w7 = Instance.new("Weld", p7)
  1018. w7.Name = "Part_Weld"
  1019. w7.Part0 = p7
  1020. w7.C0 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  1021. w7.Part1 = p8
  1022. w7.C1 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  1023. w8 = Instance.new("Weld", p8)
  1024. w8.Name = "Part_Weld"
  1025. w8.Part0 = p8
  1026. w8.C0 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  1027. w8.Part1 = p9
  1028. w8.C1 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  1029. w9 = Instance.new("Weld", p9)
  1030. w9.Name = "Part_Weld"
  1031. w9.Part0 = p9
  1032. w9.C0 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  1033. w9.Part1 = p10
  1034. w9.C1 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  1035. w10 = Instance.new("Weld", p10)
  1036. w10.Name = "Part_Weld"
  1037. w10.Part0 = p10
  1038. w10.C0 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  1039. w10.Part1 = p11
  1040. w10.C1 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  1041. w11 = Instance.new("Weld", p11)
  1042. w11.Name = "Part_Weld"
  1043. w11.Part0 = p11
  1044. w11.C0 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  1045. w11.Part1 = p12
  1046. w11.C1 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  1047. w12 = Instance.new("Weld", p12)
  1048. w12.Name = "Part_Weld"
  1049. w12.Part0 = p12
  1050. w12.C0 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  1051. w12.Part1 = p13
  1052. w12.C1 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  1053. w13 = Instance.new("Weld", p13)
  1054. w13.Name = "Part_Weld"
  1055. w13.Part0 = p13
  1056. w13.C0 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  1057. w13.Part1 = p14
  1058. w13.C1 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  1059. w14 = Instance.new("Weld", p14)
  1060. w14.Name = "Part_Weld"
  1061. w14.Part0 = p14
  1062. w14.C0 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  1063. w14.Part1 = p15
  1064. w14.C1 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  1065. w15 = Instance.new("Weld", p15)
  1066. w15.Name = "Part_Weld"
  1067. w15.Part0 = p15
  1068. w15.C0 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  1069. w15.Part1 = p16
  1070. w15.C1 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  1071. w16 = Instance.new("Weld", p16)
  1072. w16.Name = "Part_Weld"
  1073. w16.Part0 = p16
  1074. w16.C0 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  1075. w16.Part1 = p17
  1076. w16.C1 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  1077. w17 = Instance.new("Weld", p17)
  1078. w17.Name = "Part_Weld"
  1079. w17.Part0 = p17
  1080. w17.C0 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  1081. w17.Part1 = p18
  1082. w17.C1 = CFrame.new(-3.40004683, -8.71796036, 1.70002675, -2.6504224e-006, -7.89943471e-008, -1, -2.47197018e-008, 1, -7.89942831e-008, 1, 2.47194887e-008, -2.6504224e-006)
  1083. m.Parent = char
  1084. m:MakeJoints()
  1085.  
  1086. ----------------------------------------------------
  1087. --Huge Magic Mega Fighting Punch--
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093. ----------------------------------------------------
  1094. local cor = Instance.new("Part", char.Hair)
  1095. cor.Name = "Link"
  1096. cor.Locked = true
  1097. cor.BottomSurface = 0
  1098. cor.CanCollide = false
  1099. cor.Size = Vector3.new(1, 9, 1)
  1100. cor.Transparency = 1
  1101. cor.TopSurface = 0
  1102. corw = Instance.new("Weld", cor)
  1103. corw.Part0 = hed
  1104. corw.Part1 = cor
  1105. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1106. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1107. weld1 = Instance.new("Weld", char.Hair)
  1108. weld1.Part0 = cor
  1109. weld1.Part1 = char.Hair.Head
  1110. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1111. ----------------------------------------------------betterhair
  1112. pr = Instance.new("Part",hed)
  1113. pr.BrickColor = BrickColor.new("Lavender")
  1114. pr.Material = "Metal"
  1115. pr.Reflectance = 0.04
  1116. pr.Anchored = false
  1117. pr.CanCollide = false
  1118. pr.Archivable = false
  1119. pr.Locked = true
  1120. pr.Size = Vector3.new(0,0,0)
  1121. prm = Instance.new("SpecialMesh",pr)
  1122. prm.MeshType = "FileMesh"
  1123. prm.MeshId = "rbxassetid://101176852"
  1124. prm.Scale = Vector3.new(1,1,1)
  1125. newWeld(hed, pr, 0, 0, 0)
  1126. pr.Weld.C1 = CFrame.new(0,-.9,-.0) * CFrame.Angles(0,0,0)
  1127. ----------------------------------------------------
  1128.  
  1129. GroundWave1 = function()
  1130. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1131. local Colors = {"Royal purple", "Lavender"}
  1132. local wave = Instance.new("Part", torso)
  1133. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1134. wave.Anchored = true
  1135. wave.CanCollide = false
  1136. wave.Locked = true
  1137. wave.Size = Vector3.new(1, 1, 1)
  1138. wave.TopSurface = "Smooth"
  1139. wave.BottomSurface = "Smooth"
  1140. wave.Transparency = 0.35
  1141. wave.CFrame = HandCF
  1142. wm = Instance.new("SpecialMesh", wave)
  1143. wm.MeshId = "rbxassetid://24388358"
  1144. coroutine.wrap(function()
  1145. for i = 1, 30, 1 do
  1146. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
  1147. wave.Size = wm.Scale
  1148. wave.CFrame = HandCF
  1149. wave.Transparency = i/30
  1150. wait()
  1151. end
  1152. wait()
  1153. wave:Destroy()
  1154. end)()
  1155. end
  1156. ----------------------------------------------------
  1157. GroundWave = function()
  1158. if Transforming == true then
  1159. local wave = Instance.new("Part", torso)
  1160. wave.BrickColor = BrickColor.new("Lavender")
  1161. wave.Anchored = true
  1162. wave.CanCollide = false
  1163. wave.Locked = true
  1164. wave.Size = Vector3.new(1, 1, 1)
  1165. wave.TopSurface = "Smooth"
  1166. wave.BottomSurface = "Smooth"
  1167. wave.Transparency = 0.35
  1168. wave.CFrame = fx.CFrame
  1169. wm = Instance.new("SpecialMesh", wave)
  1170. wm.MeshType = "Sphere"
  1171. wm.Scale = Vector3.new(1,1,1)
  1172. coroutine.wrap(function()
  1173. for i = 1, 18, 1 do
  1174. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  1175. --wave.Size = wm.Scale
  1176. wave.CFrame = fx.CFrame
  1177. wave.Transparency = i/14
  1178. wait()
  1179. end
  1180. wait()
  1181. wave:Destroy()
  1182. end)()
  1183. elseif Transforming == false then
  1184. wait()
  1185. end
  1186. end
  1187.  
  1188. for i = 1, 100 do rs:wait()
  1189. fx.CFrame = torso.CFrame
  1190. end
  1191.  
  1192. Spawn(function()
  1193. while wait(1) do
  1194. GroundWave()
  1195. end
  1196. end)
  1197.  
  1198. wait(4)
  1199.  
  1200. Transforming = false
  1201.  
  1202. for i = 1, 20 do rs:wait()
  1203. fx.Transparency = fx.Transparency + (1/20)
  1204. fx.CFrame = torso.CFrame
  1205. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  1206. rs:wait()
  1207. end
  1208.  
  1209. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1210. local wave = Instance.new("Part", torso)
  1211. wave.BrickColor = BrickColor.new("Institutional white")
  1212. wave.Anchored = true
  1213. wave.CanCollide = false
  1214. wave.Locked = true
  1215. wave.Size = Vector3.new(1, 1, 1)
  1216. wave.TopSurface = "Smooth"
  1217. wave.BottomSurface = "Smooth"
  1218. wave.Transparency = 0.35
  1219. wave.CFrame = HandCF
  1220. wm = Instance.new("SpecialMesh", wave)
  1221. wm.MeshId = "rbxassetid://24388358"
  1222. coroutine.wrap(function()
  1223. for i = 1, 14, 1 do
  1224. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  1225. wave.Size = wm.Scale
  1226. wave.CFrame = HandCF
  1227. wave.Transparency = i/14
  1228. wait()
  1229. end
  1230. wait()
  1231. wave:Destroy()
  1232. end)()
  1233. hum.WalkSpeed = 16
  1234. ----------------------------------------------------
  1235. Blast = function()
  1236. local Colors = {"Lavender", "Royal purple"}
  1237. local wave = Instance.new("Part", torso)
  1238. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1239. wave.Anchored = true
  1240. wave.CanCollide = false
  1241. wave.Locked = true
  1242. wave.Size = Vector3.new(1, 1, 1)
  1243. wave.TopSurface = "Smooth"
  1244. wave.BottomSurface = "Smooth"
  1245. wave.Transparency = 0.35
  1246. wave.CFrame = rarm.CFrame
  1247. wm = Instance.new("SpecialMesh", wave)
  1248. wm.MeshType = "Sphere"
  1249. wm.Scale = Vector3.new(1,1,1)
  1250. z = Instance.new("Sound",wave)
  1251. z.SoundId = "rbxassetid://237035051"
  1252. z.Volume = 1
  1253. z.Pitch = .9
  1254. z:Play()
  1255. coroutine.wrap(function()
  1256. for i = 1, 30, 1 do
  1257. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  1258. --wave.Size = wm.Scale
  1259. wave.CFrame = rarm.CFrame
  1260. wave.Transparency = (1/14)
  1261. rs:wait()
  1262. end
  1263. rs:wait()
  1264. wave:Destroy()
  1265. z:Destroy()
  1266. end)()
  1267. end
  1268.  
  1269. function explosion(col1,col2,cfr,sz,rng,dmg)
  1270. local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
  1271. local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1272. local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1273. v1,v2,v3=sz.x,sz.y,sz.z
  1274. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  1275. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  1276. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  1277. a.CFrame=cfr
  1278. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1279. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1280. for i,v in pairs(game:GetService("Workspace"):children()) do
  1281. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1282. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  1283. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  1284. local hit=v
  1285. hit.Humanoid.Health=v.Humanoid.Health-dmg
  1286. hit.Humanoid.PlatformStand=true
  1287. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
  1288. wait(.1)
  1289. Spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  1290. end
  1291. end
  1292. end
  1293. end
  1294. Spawn(function()
  1295. while wait() do
  1296. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  1297. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  1298. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  1299. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  1300. a.Transparency=a.Transparency+0.05
  1301. a2.Transparency=a2.Transparency+0.05
  1302. a3.Transparency=a3.Transparency+0.05
  1303. end
  1304. end)
  1305. end
  1306.  
  1307. ----------------------------------------------------
  1308. rarm.Touched:connect(function(ht)
  1309. hit = ht.Parent
  1310. if ht and hit:IsA("Model") then
  1311. if hit:FindFirstChild("Humanoid") then
  1312. if hit.Name ~= p.Name then
  1313. if Debounces.RPunch == true and Debounces.RPunched == false then
  1314. Debounces.RPunched = true
  1315. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1316. if Debounces.ks==true then
  1317. z = Instance.new("Sound",hed)
  1318. z.SoundId = "rbxassetid://470279287"
  1319. z.Pitch = ptz[math.random(1,#ptz)]
  1320. z.Volume = 1
  1321. z:Play()
  1322. end
  1323. wait(.2)
  1324. Debounces.RPunched = false
  1325. end
  1326. end
  1327. end
  1328. elseif ht and hit:IsA("Hat") then
  1329. if hit.Parent.Name ~= p.Name then
  1330. if hit.Parent:FindFirstChild("Humanoid") then
  1331. if Debounces.RPunch == true and Debounces.RPunched == false then
  1332. Debounces.RPunched = true
  1333. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1334. if Debounces.ks==true then
  1335. z = Instance.new("Sound",hed)
  1336. z.SoundId = "rbxassetid://169380525"
  1337. z.Pitch = ptz[math.random(1,#ptz)]
  1338. z.Volume = 1
  1339. z:Play()
  1340. end
  1341. wait(.2)
  1342. Debounces.RPunched = false
  1343. end
  1344. end
  1345. end
  1346. end
  1347. end)
  1348. larm.Touched:connect(function(ht)
  1349. hit = ht.Parent
  1350. if ht and hit:IsA("Model") then
  1351. if hit:FindFirstChild("Humanoid") then
  1352. if hit.Name ~= p.Name then
  1353. if Debounces.LPunch == true and Debounces.LPunched == false then
  1354. Debounces.LPunched = true
  1355. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1356. if Debounces.ks2==true then
  1357. z = Instance.new("Sound",hed)
  1358. z.SoundId = "rbxassetid://169380525"
  1359. z.Pitch = ptz[math.random(1,#ptz)]
  1360. z.Volume = 1
  1361. z:Play()
  1362. end
  1363. wait(.2)
  1364. Debounces.LPunched = false
  1365. end
  1366. end
  1367. end
  1368. elseif ht and hit:IsA("Hat") then
  1369. if hit.Parent.Name ~= p.Name then
  1370. if hit.Parent:FindFirstChild("Humanoid") then
  1371. if Debounces.LPunch == true and Debounces.LPunched == false then
  1372. Debounces.LPunched = true
  1373. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1374. if Debounces.ks2==true then
  1375. z = Instance.new("Sound",hed)
  1376. z.SoundId = "rbxassetid://169380525"
  1377. z.Pitch = ptz[math.random(1,#ptz)]
  1378. z.Volume = 1
  1379. z:Play()
  1380. end
  1381. wait(.2)
  1382. Debounces.LPunched = false
  1383. end
  1384. end
  1385. end
  1386. end
  1387. end)
  1388. ----------------------------------------------------
  1389.  
  1390. mod4 = Instance.new("Model",char)
  1391.  
  1392. ptez = {0.7, 0.8, 0.9, 1}
  1393.  
  1394. function FindNearestTorso(Position,Distance,SinglePlayer)
  1395. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1396. local List = {}
  1397. for i,v in pairs(workspace:GetChildren())do
  1398. if v:IsA("Model")then
  1399. if v:findFirstChild("Torso")then
  1400. if v ~= char then
  1401. if(v.Torso.Position -Position).magnitude <= Distance then
  1402. table.insert(List,v)
  1403. end
  1404. end
  1405. end
  1406. end
  1407. end
  1408. return List
  1409. end
  1410.  
  1411. function Punch()
  1412. part=Instance.new('Part',mod4)
  1413. part.Anchored=true
  1414. part.CanCollide=false
  1415. part.FormFactor='Custom'
  1416. part.Size=Vector3.new(.2,.2,.2)
  1417. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1418. part.Transparency=.7
  1419. part.BrickColor=BrickColor.new('Lavender')
  1420. mesh=Instance.new('SpecialMesh',part)
  1421. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  1422. mesh.Scale=Vector3.new(3,3,3)
  1423. part2=Instance.new('Part',mod4)
  1424. part2.Anchored=true
  1425. part2.CanCollide=false
  1426. part2.FormFactor='Custom'
  1427. part2.Size=Vector3.new(.2,.2,.2)
  1428. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1429. part2.Transparency=.7
  1430. part2.BrickColor=BrickColor.new('Lavender')
  1431. mesh2=Instance.new('SpecialMesh',part2)
  1432. mesh2.MeshId='http://www.roblox.com/asset/?id=24388358'
  1433. mesh2.Scale=Vector3.new(3,1.5,3)
  1434. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1435. if v:FindFirstChild('Humanoid') then
  1436. v.Humanoid:TakeDamage(math.random(2,6))
  1437. end
  1438. end
  1439. coroutine.resume(coroutine.create(function()
  1440. for i=0,0.62,0.4 do
  1441. wait()
  1442. part.CFrame=part.CFrame
  1443. part.Transparency=i
  1444. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1445. part2.CFrame=part2.CFrame
  1446. part2.Transparency=i
  1447. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1448. end
  1449. part.Parent=nil
  1450. part2.Parent=nil
  1451. end))
  1452. end
  1453. ----------------------------------------------------
  1454. rarm.Touched:connect(function(ht)
  1455. hit = ht.Parent
  1456. if ht and hit:IsA("Model") then
  1457. if hit:FindFirstChild("Humanoid") then
  1458. if hit.Name ~= p.Name then
  1459. if Debounces.RPunch == true and Debounces.RPunched == false then
  1460. Debounces.RPunched = true
  1461. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1462. if Debounces.ks==true then
  1463. z = Instance.new("Sound",hed)
  1464. z.SoundId = "rbxassetid://169380525"
  1465. z.Pitch = ptz[math.random(1,#ptz)]
  1466. z.Volume = 1
  1467. z:Play()
  1468. end
  1469. wait(.2)
  1470. Debounces.RPunched = false
  1471. end
  1472. end
  1473. end
  1474. elseif ht and hit:IsA("Hat") then
  1475. if hit.Parent.Name ~= p.Name then
  1476. if hit.Parent:FindFirstChild("Humanoid") then
  1477. if Debounces.RPunch == true and Debounces.RPunched == false then
  1478. Debounces.RPunched = true
  1479. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1480. if Debounces.ks==true then
  1481. z = Instance.new("Sound",hed)
  1482. z.SoundId = "rbxassetid://169380525"
  1483. z.Pitch = ptz[math.random(1,#ptz)]
  1484. z.Volume = 1
  1485. z:Play()
  1486. end
  1487. wait(.2)
  1488. Debounces.RPunched = false
  1489. end
  1490. end
  1491. end
  1492. end
  1493. end)
  1494. larm.Touched:connect(function(ht)
  1495. hit = ht.Parent
  1496. if ht and hit:IsA("Model") then
  1497. if hit:FindFirstChild("Humanoid") then
  1498. if hit.Name ~= p.Name then
  1499. if Debounces.LPunch == true and Debounces.LPunched == false then
  1500. Debounces.LPunched = true
  1501. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1502. if Debounces.ks2==true then
  1503. z = Instance.new("Sound",hed)
  1504. z.SoundId = "rbxassetid://169380525"
  1505. z.Pitch = ptz[math.random(1,#ptz)]
  1506. z.Volume = 1
  1507. z:Play()
  1508. end
  1509. wait(.2)
  1510. Debounces.LPunched = false
  1511. end
  1512. end
  1513. end
  1514. elseif ht and hit:IsA("Hat") then
  1515. if hit.Parent.Name ~= p.Name then
  1516. if hit.Parent:FindFirstChild("Humanoid") then
  1517. if Debounces.LPunch == true and Debounces.LPunched == false then
  1518. Debounces.LPunched = true
  1519. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1520. if Debounces.ks2==true then
  1521. z = Instance.new("Sound",hed)
  1522. z.SoundId = "rbxassetid://169380525"
  1523. z.Pitch = ptz[math.random(1,#ptz)]
  1524. z.Volume = 1
  1525. z:Play()
  1526. end
  1527. wait(.2)
  1528. Debounces.LPunched = false
  1529. end
  1530. end
  1531. end
  1532. end
  1533. end)
  1534. ----------------------------------------------------
  1535. local player = game.Players.LocalPlayer
  1536. local pchar = player.Character
  1537. local mouse = player:GetMouse()
  1538. local cam = workspace.CurrentCamera
  1539.  
  1540. local rad = math.rad
  1541.  
  1542. local keysDown = {}
  1543. local flySpeed = 0
  1544. local MAX_FLY_SPEED = 150
  1545.  
  1546. local canFly = false
  1547. local flyToggled = false
  1548.  
  1549. local forward, side = 0, 0
  1550. local lastForward, lastSide = 0, 0
  1551.  
  1552. local floatBP = Instance.new("BodyPosition")
  1553. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1554. local flyBV = Instance.new("BodyVelocity")
  1555. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1556. local turnBG = Instance.new("BodyGyro")
  1557. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1558.  
  1559. mouse.KeyDown:connect(function(key)
  1560. keysDown[key] = true
  1561.  
  1562. if key == "f" then
  1563. flyToggled = not flyToggled
  1564.  
  1565. if not flyToggled then
  1566. stanceToggle = "Normal"
  1567. floatBP.Parent = nil
  1568. flyBV.Parent = nil
  1569. turnBG.Parent = nil
  1570. root.Velocity = Vector3.new()
  1571. pchar.Humanoid.PlatformStand = false
  1572. end
  1573. end
  1574.  
  1575. end)
  1576. mouse.KeyUp:connect(function(key)
  1577. keysDown[key] = nil
  1578. end)
  1579.  
  1580. local function updateFly()
  1581.  
  1582. if not flyToggled then return end
  1583.  
  1584. lastForward = forward
  1585. lastSide = side
  1586.  
  1587. forward = 0
  1588. side = 0
  1589.  
  1590. if keysDown.w then
  1591. forward = forward + 1
  1592. end
  1593. if keysDown.s then
  1594. forward = forward - 1
  1595. end
  1596. if keysDown.a then
  1597. side = side - 1
  1598. end
  1599. if keysDown.d then
  1600. side = side + 1
  1601. end
  1602.  
  1603. canFly = (forward ~= 0 or side ~= 0)
  1604.  
  1605. if canFly then
  1606. stanceToggle = "Floating"
  1607. turnBG.Parent = root
  1608. floatBP.Parent = nil
  1609. flyBV.Parent = root
  1610.  
  1611. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1612. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1613. else
  1614. floatBP.position = root.Position
  1615. floatBP.Parent = root
  1616.  
  1617. flySpeed = flySpeed - 1
  1618. if flySpeed < 0 then flySpeed = 0 end
  1619. end
  1620.  
  1621. local camCF = cam.CoordinateFrame
  1622. local in_forward = canFly and forward or lastForward
  1623. local in_side = canFly and side or lastSide
  1624.  
  1625. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1626. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1627.  
  1628. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1629. 0)
  1630. end
  1631.  
  1632. game:service'RunService'.RenderStepped:connect(function()
  1633. if flyToggled then
  1634. pchar.Humanoid.PlatformStand = true
  1635. end
  1636. updateFly()
  1637. end)
  1638. ----------------------------------------------------
  1639. ---------------------------------------------
  1640. local Part11 = Instance.new("Part", Model)
  1641. Part11.Name = "Tail"
  1642. Part11.Reflectance = 1
  1643. Part11.Transparency = 1
  1644. Part11.Anchored = true
  1645. Part11.Archivable = true
  1646. Part11.CanCollide = true
  1647. Part11.Locked = false
  1648. Part11.BrickColor = BrickColor.new("Lavender")
  1649. Part11.Material = Enum.Material.SmoothPlastic
  1650. Part11.Position = Vector3.new(-127.08619689941, 1.9775161743164, 187.12478637695)
  1651. Part11.Size = Vector3.new(1, 1.6000000238419, 1)
  1652. Part11.Rotation = Vector3.new(-0, -0.97545057535172, -90)
  1653. ---------------------------------------------
  1654. ----------------------------------------------------
  1655. pt = {0.7, 0.8, 0.9}
  1656. mouse.KeyDown:connect(function(key)
  1657. if key == "h" then
  1658. if Debounces.CanJoke == true then
  1659. Debounces.CanJoke = false
  1660. u = Instance.new("Sound")
  1661. u.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1662. u.Parent = char
  1663. u.Looped = false
  1664. u.Pitch = 1
  1665. u.Volume = 1
  1666. u2 = Instance.new("Sound")
  1667. u2.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1668. u2.Parent = char
  1669. u2.Looped = false
  1670. u2.Pitch = 1
  1671. u2.Volume = 1
  1672. wait(.01)
  1673. u:Play()
  1674. u2:Play()
  1675. wait(6)
  1676. u:Destroy()
  1677. u2:Destroy()
  1678. if Debounces.CanJoke == false then
  1679. Debounces.CanJoke = true
  1680. end
  1681. end
  1682. end
  1683. end)
  1684. ----------------------------------------------------
  1685. ----------------------------------------------------
  1686. mouse.KeyDown:connect(function(key)
  1687. if key == "b" then
  1688. hum.WalkSpeed = 0
  1689. if Debounces.CanAttack == true then
  1690. Debounces.CanAttack = false
  1691. Debounces.NoIdl = true
  1692. Debounces.on = true
  1693. v = Instance.new("Sound")
  1694. v.SoundId = "http://www.roblox.com/asset/?id=753551986"
  1695. v.Parent = char
  1696. v.Looped = false
  1697. v.Pitch = 1
  1698. v.Volume = 3000
  1699. wait(0.01)
  1700. v:Play()
  1701. wait()
  1702. 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)
  1703. 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)
  1704. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  1705. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  1706. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-5)), 0.1)
  1707. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(5)), 0.1)
  1708. if Debounces.on == false then
  1709. end
  1710. wait()
  1711. end
  1712. wait()
  1713.  
  1714.  
  1715. local function Shockwave7()
  1716. local ENERGY = Instance.new("Part", Char)
  1717. ENERGY.Name = "ENERGY"
  1718. ENERGY.CanCollide = false
  1719. ENERGY.BrickColor = BrickColor.new("Really black")
  1720. ENERGY.Transparency = 0.2
  1721. ENERGY.TopSurface = 0
  1722. ENERGY.BottomSurface = 0
  1723. ENERGY.Anchored = true
  1724. local cm = Instance.new("CylinderMesh", ENERGY)
  1725. cm.Scale = Vector3.new(1, 20, 1)
  1726. ENERGY.Size = Vector3.new(5, 20, 5)
  1727. ENERGY.CFrame = char.Torso.CFrame
  1728. ENERGY.Touched:connect(function(hit)
  1729. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  1730. local Occlude = true
  1731. local NotOccludes = {
  1732. char.Name;
  1733. "Wings";
  1734. "Scythe";
  1735. "Thingy";
  1736. "Thingy2"; -- put all of the names in a table pls
  1737. }
  1738. for i,v in pairs(NotOccludes) do
  1739. if hit.Parent.Name == v then
  1740. Occlude = false
  1741. end
  1742. end
  1743. --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
  1744. if Occlude then
  1745. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 9999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1746. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * 220
  1747. end
  1748. end
  1749. end)
  1750. for i = 1, 50 do
  1751. ENERGY.CFrame = char.Torso.CFrame
  1752. ENERGY.Transparency = ENERGY.Transparency + 0.012
  1753. ENERGY.Size = ENERGY.Size + Vector3.new(0.2, 0, 0.2)
  1754. wait()
  1755. end
  1756. ENERGY:Destroy()
  1757. end
  1758. Shockwave7()
  1759.  
  1760.  
  1761. pt=Instance.new('Part',torso)
  1762. pt.Anchored=true
  1763. pt.CanCollide=false
  1764. pt.Locked = true
  1765. pt.FormFactor='Custom'
  1766. pt.Size=Vector3.new(1,1,1)
  1767. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1768. pt.Transparency=.6
  1769. pt.BrickColor=BrickColor.new('Royal purple')
  1770. msh=Instance.new('SpecialMesh',pt)
  1771. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1772. msh.Scale=Vector3.new(8,4,8)
  1773. pt2=pt:clone()
  1774. pt2.Parent = torso
  1775. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1776. pt2.BrickColor=BrickColor.new("Really black")
  1777. msh2=msh:clone()
  1778. msh2.Parent=pt2
  1779. msh2.Scale=Vector3.new(10,5,10)
  1780.  
  1781. 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}
  1782. bl = Instance.new("Part", char)
  1783. bl.Locked = true
  1784. bl.Name = "Shell"
  1785. bl.BrickColor = BrickColor.new("Royal purple")
  1786. bl.Anchored = true
  1787. bl.CanCollide = false
  1788. bl.Transparency = 0
  1789. bl.Reflectance = 0
  1790. bl.BottomSurface = 0
  1791. bl.TopSurface = 0
  1792. bl.Shape = 0
  1793. blm = Instance.new("SpecialMesh",bl)
  1794. blm.MeshType = "Sphere"
  1795. blm.Scale = Vector3.new(1,1,1)
  1796. blm.MeshId = "rbxassetid://9982590"
  1797.  
  1798. coroutine.resume(coroutine.create(function()
  1799. for i=1, math.huge, 4 do
  1800. rs:wait()
  1801. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1802. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  1803. bl.Transparency = bl.Transparency + 0.005
  1804. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  1805. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  1806. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  1807. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  1808. end
  1809. end))
  1810.  
  1811. for i = 1, 15 do
  1812. 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)
  1813. 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)
  1814. 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)
  1815. 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)
  1816. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1817. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1818. if Debounces.on == false then
  1819. break
  1820. end
  1821. wait()
  1822. end
  1823. for i = 1, 15 do
  1824. 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)
  1825. 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)
  1826. 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)
  1827. 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)
  1828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1830. if Debounces.on == false then
  1831. break
  1832. end
  1833. wait()
  1834. end
  1835. for i = 1, 15 do
  1836. 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)
  1837. 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)
  1838. 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)
  1839. 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)
  1840. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1841. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1842. if Debounces.on == false then
  1843. break
  1844. end
  1845. wait()
  1846. end
  1847. for i = 1, 15 do
  1848. 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)
  1849. 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)
  1850. 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)
  1851. 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)
  1852. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1853. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1854. if Debounces.on == false then
  1855. break
  1856. end
  1857. wait()
  1858. end
  1859. for i = 1, 15 do
  1860. 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)
  1861. 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)
  1862. 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)
  1863. 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)
  1864. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1865. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1866. if Debounces.on == false then
  1867. break
  1868. end
  1869. wait()
  1870. end
  1871. for i = 1, 10 do
  1872. 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)
  1873. 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)
  1874. 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)
  1875. 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)
  1876. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1877. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1878. if Debounces.on == false then
  1879. break
  1880. end
  1881. wait()
  1882. end
  1883. wait(1.4)
  1884. Debounces.NoIdl = false
  1885. hum.WalkSpeed = 5
  1886. Debounces.on = false
  1887. wait()
  1888. if Debounces.CanAttack == false then
  1889. Debounces.CanAttack = true
  1890. v:Destroy()
  1891. bl:Destroy()
  1892. blm:Destroy()
  1893. pt:Destroy()
  1894. pt2:Destroy()
  1895. msh:Destroy()
  1896. msh2:Destroy()
  1897. end
  1898. end
  1899. end)
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905. local grabbed = false
  1906. local cf = CFrame.new
  1907. local mr = math.rad
  1908. local angles = CFrame.Angles
  1909. local ud = UDim2.new
  1910. local c3 = Color3.new
  1911. local NeckCF = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1912. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  1913. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  1914. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  1915.  
  1916. clerp = function(a, b, t)
  1917. return a:lerp(b, t)
  1918. end
  1919.  
  1920. local RbxUtility = LoadLibrary("RbxUtility")
  1921. local Create = RbxUtility.Create
  1922. RemoveOutlines = function(part)
  1923. part.TopSurface = 10
  1924. end
  1925.  
  1926. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1927. 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})
  1928. RemoveOutlines(Part)
  1929. return Part
  1930. end
  1931.  
  1932. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1933. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  1934. if Mesh == "SpecialMesh" then
  1935. Msh.MeshType = MeshType
  1936. Msh.MeshId = MeshId
  1937. end
  1938. return Msh
  1939. end
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947. ArtificialHB = Instance.new("BindableEvent", script)
  1948. ArtificialHB.Name = "Heartbeat"
  1949. script:WaitForChild("Heartbeat")
  1950. frame = 0.033333333333333
  1951. tf = 0
  1952. allowframeloss = false
  1953. tossremainder = false
  1954. lastframe = tick()
  1955. script.Heartbeat:Fire()
  1956. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1957. tf = tf + s
  1958. if frame <= tf then
  1959. if allowframeloss then
  1960. script.Heartbeat:Fire()
  1961. lastframe = tick()
  1962. else
  1963. for i = 1, math.floor(tf / frame) do
  1964. script.Heartbeat:Fire()
  1965. end
  1966. lastframe = tick()
  1967. end
  1968. if tossremainder then
  1969. tf = 0
  1970. else
  1971. tf = tf - frame * math.floor(tf / frame)
  1972. end
  1973. end
  1974. end
  1975. )
  1976. swait = function(num)
  1977. if num == 0 or num == nil then
  1978. ArtificialHB.Event:wait()
  1979. else
  1980. for i = 0, num do
  1981. ArtificialHB.Event:wait()
  1982. end
  1983. end
  1984. end
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  1995. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  1996. return Weld
  1997. end
  1998.  
  1999. rayCast = function(Position, Direction, Range, Ignore)
  2000. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  2001. end
  2002.  
  2003. CreateSound = function(id, par, vol, pit)
  2004. coroutine.resume(coroutine.create(function()
  2005. local sou = Instance.new("Sound", par or workspace)
  2006. sou.Volume = vol
  2007. sou.Pitch = pit or 1
  2008. sou.SoundId = id
  2009. swait()
  2010. sou:play()
  2011. game:GetService("Debris"):AddItem(sou, 6)
  2012. end
  2013. ))
  2014. end
  2015.  
  2016. local getclosest = function(obj, distance)
  2017. local last, lastx = distance + 1, nil
  2018. for i,v in pairs(workspace:GetChildren()) do
  2019. if v:IsA("Model") and v ~= char and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  2020. local t = v.Torso
  2021. local dist = t.Position - obj.Position.magnitude
  2022. if dist <= distance and dist < last then
  2023. last = dist
  2024. lastx = v
  2025. end
  2026. end
  2027. end
  2028. return lastx
  2029. end
  2030.  
  2031. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  2032. if hit.Parent == nil then
  2033. return
  2034. end
  2035. local h = hit.Parent:FindFirstChild("Humanoid")
  2036. for _,v in pairs(hit.Parent:children()) do
  2037. if v:IsA("Humanoid") then
  2038. h = v
  2039. end
  2040. end
  2041. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  2042. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  2043. return
  2044. end
  2045. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  2046. game:GetService("Debris"):AddItem(c, 0.5)
  2047. if HitSound ~= nil and HitPitch ~= nil then
  2048. CreateSound(HitSound, hit, 1, HitPitch)
  2049. end
  2050. local Damage = math.random(minim, maxim)
  2051. local blocked = false
  2052. local block = hit.Parent:findFirstChild("Block")
  2053. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  2054. blocked = true
  2055. block.Value = block.Value - 1
  2056. print(block.Value)
  2057. end
  2058. if blocked == false then
  2059. h.Health = h.Health - Damage
  2060. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2061. else
  2062. h.Health = h.Health - Damage / 2
  2063. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2064. end
  2065. if Type == "Knockdown" then
  2066. local hum = hit.Parent.Humanoid
  2067. hum.PlatformStand = true
  2068. coroutine.resume(coroutine.create(function(HHumanoid)
  2069. swait(1)
  2070. HHumanoid.PlatformStand = false
  2071. end
  2072. ), hum)
  2073. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  2074. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  2075. 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})
  2076. game:GetService("Debris"):AddItem(bodvol, 0.5)
  2077. game:GetService("Debris"):AddItem(rl, 0.5)
  2078. else
  2079. do
  2080. if Type == "Debuff" then
  2081. print'hi'
  2082. else
  2083. if Type == "Up" then
  2084. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  2085. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2086. else
  2087. do
  2088. if Type == "DarkUp" then
  2089. coroutine.resume(coroutine.create(function()
  2090. for i = 0, 1, 0.1 do
  2091. swait()
  2092. BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, 0.08, 1)
  2093. end
  2094. end
  2095. ))
  2096. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  2097. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2098. else
  2099. do
  2100. if Type == "Snare" then
  2101. 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})
  2102. game:GetService("Debris"):AddItem(bp, 1)
  2103. else
  2104. do
  2105. if Type == "Freeze" then
  2106. 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})
  2107. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  2108. hit.Parent.Torso.Anchored = true
  2109. coroutine.resume(coroutine.create(function(Part)
  2110. swait(1.5)
  2111. Part.Anchored = false
  2112. end), hit.Parent.Torso)
  2113. game:GetService("Debris"):AddItem(BodPos, 3)
  2114. game:GetService("Debris"):AddItem(BodGy, 3)
  2115. end
  2116. do
  2117. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  2118. game:GetService("Debris"):AddItem(debounce, Delay)
  2119. c = Instance.new("ObjectValue")
  2120. c.Name = "creator"
  2121. c.Value = Player
  2122. c.Parent = h
  2123. game:GetService("Debris"):AddItem(c, 0.5)
  2124. end
  2125. end
  2126. end
  2127. end
  2128. end
  2129. end
  2130. end
  2131. end
  2132. end
  2133. end
  2134. end
  2135. end
  2136.  
  2137. ShowDamage = function(Pos, Text, Time, Color)
  2138. local Rate = 0.033333333333333
  2139. if not Pos then
  2140. local Pos = Vector3.new(0, 0, 0)
  2141. end
  2142. local Text = Text or ""
  2143. local Time = Time or 2
  2144. if not Color then
  2145. local Color = Color3.new(1, 0, 1)
  2146. end
  2147. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  2148. EffectPart.Anchored = true
  2149. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  2150. 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})
  2151. game.Debris:AddItem(EffectPart, Time + 0.1)
  2152. EffectPart.Parent = game:GetService("Workspace")
  2153. delay(0, function()
  2154. local Frames = Time / Rate
  2155. for Frame = 1, Frames do
  2156. wait(Rate)
  2157. local Percent = Frame / Frames
  2158. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2159. TextLabel.TextTransparency = Percent
  2160. end
  2161. if EffectPart and EffectPart.Parent then
  2162. EffectPart:Destroy()
  2163. end
  2164. end
  2165. )
  2166. end
  2167.  
  2168. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  2169. for _,c in pairs(workspace:children()) do
  2170. local hum = c:findFirstChild("Humanoid")
  2171. if hum ~= nil then
  2172. local head = c:findFirstChild("Torso")
  2173. if head ~= nil then
  2174. local targ = head.Position - Part.Position
  2175. local mag = targ.magnitude
  2176. if mag <= magni and c.Name ~= Player.Name then
  2177. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  2178. end
  2179. end
  2180. end
  2181. end
  2182. end
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188. local effect = Instance.new("Model", Char)
  2189. effect.Name = "Effects"
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  2196. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2197. prt.Anchored = true
  2198. prt.CFrame = cframe
  2199. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2200. game:GetService("Debris"):AddItem(prt, 10)
  2201. if Type == 1 or Type == nil then
  2202. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  2203. else
  2204. if Type == 2 then
  2205. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  2206. end
  2207. end
  2208. end
  2209.  
  2210.  
  2211.  
  2212.  
  2213. WaveEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2214. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2215. prt.Anchored = true
  2216. prt.CFrame = cframe
  2217. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2218. game:GetService("Debris"):AddItem(prt, 10)
  2219. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2220. end
  2221.  
  2222.  
  2223.  
  2224. local grabbing = false
  2225. WindFloor = function()
  2226.  
  2227. end
  2228.  
  2229.  
  2230.  
  2231. bc = BrickColor.new
  2232. function WindFloor2()
  2233. local shur = Instance.new("Part",char)
  2234. local gahd = Instance.new("Sound",shur)
  2235. gahd.SoundId = "rbxassetid://402981977"
  2236. gahd.Volume = 5
  2237. gahd.Pitch = 0.75
  2238. gahd:Play()
  2239. shur.Transparency = 1
  2240. shur.Material = "Neon"
  2241. shur.BrickColor = bc("Royal purple")
  2242. shur.Anchored = true
  2243. shur.CFrame = mouse.Hit
  2244. shur.Rotation = vt(0,math.random(-500,500),0)
  2245. shur.Size = vt(1,0.2,1)
  2246. shur.CanCollide = false
  2247. local dec = Instance.new("Decal",shur)
  2248. dec.Texture = symbolimg
  2249. dec.Face = "Top"
  2250. local dec2 = dec:Clone()
  2251. dec2.Parent = shur
  2252. dec2.Face = "Bottom"
  2253. local Meshshur = Instance.new("CylinderMesh",shur)
  2254. Meshshur.Scale = vt(0,1,0)
  2255. local value1 = 1*2.25
  2256. for i = 0, 50 do
  2257. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2258. value1 = value1 - 0.015*2.25
  2259. wait(0)
  2260. end
  2261. local spart = Instance.new("Part",char)
  2262. local tick = Instance.new("Sound",spart)
  2263. tick.SoundId = "rbxassetid://414516914"
  2264. tick.Volume = 2.5
  2265. tick.Pitch = 0.45
  2266. tick:Play()
  2267. spart.Size = vt(1,1,1)
  2268. spart.BrickColor = BrickColor.new("Royal purple")
  2269. spart.Transparency = 0.1
  2270. spart.Anchored = true
  2271. spart.CanCollide = false
  2272. spart.CFrame = shur.CFrame + vt(0,2.5,0)
  2273. local expld = Instance.new("Explosion", spart)
  2274. expld.BlastRadius = 27.5
  2275. expld.Position = spart.Position
  2276. local mesh = Instance.new("SpecialMesh",spart)
  2277. mesh.MeshType = "FileMesh"
  2278. mesh.Scale = vt(1,0.01,1)
  2279. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2280. local parz = spart:Clone()
  2281. local mshe = parz.Mesh
  2282. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2283. parz.CFrame = spart.CFrame
  2284. parz.Parent = char
  2285. local par2 = spart:Clone()
  2286. local msh = par2.Mesh
  2287. par2.Mesh.MeshType = "Sphere"
  2288. par2.Material = "Neon"
  2289. par2.CFrame = spart.CFrame
  2290. par2.BrickColor = BrickColor.new("Royal purple")
  2291. par2.Parent = char
  2292. local par3 = spart:Clone()
  2293. local msh3 = par2.Mesh
  2294. msh3.Scale = vt(15,0,15)
  2295. par3.Mesh.MeshType = "Sphere"
  2296. par3.Material = "Neon"
  2297. par3.CFrame = spart.CFrame
  2298. par3.BrickColor = BrickColor.new("Royal purple")
  2299. par3.Parent = char
  2300. for i = 0, 150 do
  2301. spart.Transparency = spart.Transparency + 0.01
  2302. mesh.Scale = mesh.Scale + vt(2.25,0.15,2.25)
  2303. spart.Position = spart.Position
  2304. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2305. par2.Transparency = par2.Transparency + 0.01
  2306. msh.Scale = msh.Scale + vt(1.5/1.25,1.5/1.25,1.5/1.25)
  2307. par2.Position = par2.Position
  2308. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2309. par3.Transparency = par2.Transparency + 0.05
  2310. msh3.Scale = msh3.Scale + vt(-0.5,50/1.25,-0.5)
  2311. par3.Position = par2.Position
  2312. par3.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2313. parz.Transparency = par2.Transparency + 0.01
  2314. mshe.Scale = msh.Scale + vt(4,1,4)
  2315. parz.Position = parz.Position
  2316. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2317. wait(0)
  2318. end
  2319. for i = 0, 100 do
  2320. dec.Transparency = dec.Transparency + 0.015
  2321. dec2.Transparency = dec.Transparency
  2322. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2323. value1 = value1 - 0.015*2.25
  2324. wait(0)
  2325. end
  2326. shur:Destroy()
  2327. par2:Destroy()
  2328. spart:Destroy()
  2329. end
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337. function BlastStorm()
  2338.  
  2339. local lag = Instance.new("Sound", workspace)
  2340. lag.SoundId = "rbxassetid://752783199"
  2341. lag.Volume = 20000
  2342. lag.Pitch = 1
  2343. lag:Play()
  2344. wait(0)
  2345. local ff = Instance.new("ForceField",char)
  2346. local shur = Instance.new("Part",char)
  2347. local gahd = Instance.new("Sound",char)
  2348. gahd.SoundId = "rbxassetid://402981977"
  2349. gahd.Volume = 2.5
  2350. gahd.Pitch = 0.6
  2351. gahd:Play()
  2352. shur.Transparency = 1
  2353. shur.Material = "Neon"
  2354. shur.BrickColor = bc("Royal purple")
  2355. shur.Anchored = true
  2356. shur.CFrame = mouse.Hit
  2357. shur.Size = vt(1,0.2,1)
  2358. shur.CanCollide = false
  2359. local dec = Instance.new("Decal",shur)
  2360. dec.Texture = symbolimg
  2361. dec.Face = "Top"
  2362. local dec2 = dec:Clone()
  2363. dec2.Parent = shur
  2364. dec2.Face = "Bottom"
  2365. local Meshshur = Instance.new("CylinderMesh",shur)
  2366. Meshshur.Scale = vt(0,1,0)
  2367. local value1 = 1*12.5
  2368. for i = 0, 50 do
  2369. shur.CFrame = torso.CFrame + vt(0,-2.5,0)
  2370. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2371. value1 = value1 - 0.015*12.5
  2372. wait(0)
  2373. end
  2374.  
  2375. wait(0)
  2376. local spart = Instance.new("Part",char)
  2377. local tick = Instance.new("Sound",char)
  2378. tick.SoundId = "rbxassetid://414516914"
  2379. tick.Volume = 2.5
  2380. tick.Pitch = 0.4
  2381. tick:Play()
  2382. local tickz = Instance.new("Sound",char)
  2383. tickz.SoundId = "rbxassetid://435742675"
  2384. tickz.Volume = 1
  2385. tickz.Pitch = 1
  2386. tickz:Play()
  2387. local tickr = Instance.new("Sound",char)
  2388. tickr.SoundId = "rbxassetid://435742675"
  2389. tickr.Volume = 2.5
  2390. tickr.Pitch = 0.5
  2391. tickr:Play()
  2392. local tickel = Instance.new("Sound",char)
  2393. tickel.SoundId = "rbxassetid://2248511"
  2394. tickel.Volume = 3
  2395. tickel.Pitch = 0.2
  2396. tickel:Play()
  2397. spart.Size = vt(1,1,1)
  2398. spart.BrickColor = BrickColor.new("Royal purple")
  2399. spart.Transparency = 0.1
  2400. spart.Anchored = true
  2401. spart.CanCollide = false
  2402. spart.CFrame = mouse.Hit
  2403. local expld = Instance.new("Explosion", spart)
  2404. expld.BlastRadius = 500000
  2405. expld.Position = spart.Position
  2406. local mesh = Instance.new("SpecialMesh",spart)
  2407. mesh.MeshType = "FileMesh"
  2408. mesh.Scale = vt(1,0.01,1)
  2409. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2410. local parz = spart:Clone()
  2411. local mshe = parz.Mesh
  2412. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2413. parz.CFrame = spart.CFrame
  2414. parz.Parent = char
  2415. local par2 = spart:Clone()
  2416. local msh = par2.Mesh
  2417. par2.Mesh.MeshType = "Sphere"
  2418. par2.Material = "Neon"
  2419. par2.CFrame = spart.CFrame
  2420. par2.BrickColor = BrickColor.new("Royal purple")
  2421. par2.Parent = char
  2422. for i = 0, 200 do
  2423. spart.Transparency = spart.Transparency + 0.005
  2424. mesh.Scale = mesh.Scale + vt(10,1,10)
  2425. spart.Position = spart.Position
  2426. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2427. par2.Transparency = par2.Transparency + 0.005
  2428. msh.Scale = msh.Scale + vt(5/1.25,1000/1.25,5/1.25)
  2429. par2.Position = par2.Position
  2430. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2431. parz.Transparency = par2.Transparency + 0.005
  2432. mshe.Scale = msh.Scale + vt(6,1,6)
  2433. parz.Position = parz.Position
  2434. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2435. wait(0)
  2436. end
  2437. ff:Destroy()
  2438. for i = 0, 100 do
  2439. dec.Transparency = dec.Transparency + 0.015
  2440. dec2.Transparency = dec.Transparency
  2441. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2442. value1 = value1 - 0.015*12.5
  2443. wait(0)
  2444. end
  2445. shur:Destroy()
  2446. par2:Destroy()
  2447. spart:Destroy()
  2448. tick:Destroy()
  2449. tickr:Destroy()
  2450. tickz:Destroy()
  2451. tickel:Destroy()
  2452. end
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461. local maincolor = Color3.new(170/255,0/255,255/255)
  2462.  
  2463.  
  2464.  
  2465. function noobyisscripter()
  2466. local hitted = false
  2467. local valuesize = 5
  2468. local lb = Instance.new("Part")
  2469. lb.Parent = char
  2470. lb.Material = "Neon"
  2471. lb.BrickColor = BrickColor.new(maincolor)
  2472. lb.CanCollide = false
  2473. lb.Shape = "Ball"
  2474. lb.CFrame = char.Torso.CFrame + Vector3.new(0,0.7,0)
  2475. lb.Anchored = false
  2476. lb.Size = vt(1,1,1)
  2477. local thing = Instance.new("SpecialMesh",lb)
  2478. thing.MeshType = "Sphere"
  2479. local trail = Instance.new("ParticleEmitter",lb)
  2480. trail.Texture = "rbxassetid://296874871"
  2481. trail.LightEmission = 0.95
  2482. trail.Color = ColorSequence.new(maincolor)
  2483. trail.Rate = 10000
  2484. trail.Lifetime = NumberRange.new(1.5)
  2485. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1.5,0),NumberSequenceKeypoint.new(1,0,0)})
  2486. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2487. trail.Speed = NumberRange.new(0,0)
  2488. trail.RotSpeed = NumberRange.new(-500,500)
  2489. local bv = Instance.new("BodyVelocity")
  2490. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2491. bv.velocity = mouse.Hit.lookVector *100
  2492. bv.Parent = lb
  2493. wait(0.1)
  2494. pewdiepie=lb.Touched:connect(function(hit)
  2495. if hitted == false then
  2496. local sd = Instance.new("Sound",lb)
  2497. sd.SoundId = "rbxassetid://138210320"
  2498. sd.Volume = 2.5
  2499. sd:Play()
  2500. hitted = true
  2501. trail.Rate = 0
  2502. lb.Anchored = true
  2503. local explosion = Instance.new("Explosion",lb)
  2504. explosion.BlastRadius = 10
  2505. explosion.Position = lb.Position
  2506. local ex = Instance.new("ParticleEmitter",lb)
  2507. ex.Texture = "rbxassetid://296874871"
  2508. ex.LightEmission = 0.95
  2509. ex.Color = ColorSequence.new(maincolor)
  2510. ex.Rate = 10000
  2511. ex.Lifetime = NumberRange.new(1.75)
  2512. ex.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,25,0)})
  2513. ex.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2514. ex.Speed = NumberRange.new(25,45)
  2515. ex.VelocitySpread = 90000
  2516. ex.RotSpeed = NumberRange.new(-500,500)
  2517. for i = 0, 19 do
  2518. wait()
  2519. valuesize = valuesize - 0.25
  2520. thing.Scale = thing.Scale + vt(valuesize,valuesize,valuesize)
  2521. end
  2522. ex.Rate = 0
  2523. for i = 0, 9 do
  2524. wait()
  2525. lb.Transparency = lb.Transparency + 0.1
  2526. end
  2527. wait(5)
  2528. lb:Destroy()
  2529. end
  2530. end)
  2531. end
  2532. ----------------------------------------------------
  2533.  
  2534. ----------------------------------------------------
  2535. mouse.KeyDown:connect(function(key)
  2536. if key == "g" then
  2537. hum.WalkSpeed = 0
  2538. if Debounces.CanAttack == true then
  2539. Debounces.CanAttack = false
  2540. Debounces.on = true
  2541. Debounces.NoIdl = true
  2542. wait(.1)
  2543. so("http://www.roblox.com/asset/?id=169445572",hed,1.5,1.5)
  2544. so("http://www.roblox.com/asset/?id=169380495",hed,1.5,1.5)
  2545. for i = 1, 20 do
  2546. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  2547. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  2548. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  2549. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  2550. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  2551. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  2552. if Debounces.on == false then break end
  2553. wait()
  2554. end
  2555. wait(0.5)
  2556. local rng = Instance.new("Part", char)
  2557. rng.Anchored = true
  2558. rng.BrickColor = BrickColor.new("Institutional white")
  2559. rng.CanCollide = false
  2560. rng.FormFactor = 3
  2561. rng.Name = "Ring"
  2562. rng.Size = Vector3.new(1, 1, 1)
  2563. rng.Transparency = 0.5
  2564. rng.TopSurface = 0
  2565. rng.BottomSurface = 0
  2566. rng.Position = torso.Position - Vector3.new(0,2,0)
  2567. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2568. local rngm = Instance.new("SpecialMesh", rng)
  2569. rngm.MeshId = "http://www.roblox.com/asset/?id=156292355"
  2570. rngm.Scale = Vector3.new(1, 1, 2)
  2571. x = Instance.new("Sound",torso)
  2572. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2573. x.Looped = false
  2574. x.Pitch = .7
  2575. x.Volume = 2
  2576. x:Play()
  2577. partic2.Enabled = true
  2578. coroutine.wrap(function()
  2579. for i = 1, 60, 8 do
  2580. rngm.Scale = Vector3.new(1.2 + i*1.1, 1.2 + i*1.1, 1)
  2581. rng.Transparency = i/60
  2582. wait()
  2583. end
  2584. wait()
  2585. rng:Destroy()
  2586. end)()
  2587. hum.WalkSpeed = 50
  2588. BV = Instance.new("BodyVelocity", torso)
  2589. BV.maxForce = Vector3.new(0,200000,0)
  2590. BV.P = 100000
  2591. BV.velocity = Vector3.new(0,150,0)
  2592. for i = 1, 20 do
  2593. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  2594. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  2595. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  2596. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  2597. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2598. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  2599. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  2600. if Debounces.on == false then break end
  2601. wait()
  2602. end
  2603. x:Destroy()
  2604. BV:Destroy()
  2605.  
  2606. coroutine.resume(coroutine.create(function()
  2607. for i = 1, 2880, 48 do
  2608. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(i), math.rad(0), math.rad(0))
  2609. rs:wait(4)
  2610. end
  2611. torso.Weld.C1 = CFrame.new(0, -1, 0)
  2612. end))
  2613.  
  2614. for i = 1, 30 do
  2615. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  2616. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  2617. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  2618. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  2619. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  2620. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  2621. if Debounces.on == false then break end
  2622. wait()
  2623. end
  2624.  
  2625. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  2626. for i = 1, 30 do
  2627. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  2628. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  2629. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  2630. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  2631. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  2632. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  2633. if Debounces.on == false then break end
  2634. wait()
  2635. end
  2636. end
  2637. local ry,ht,ps=nil,nil,nil
  2638. while ht==nil do
  2639. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  2640. wait()
  2641. end
  2642. Landing()
  2643. z = Instance.new("Sound",torso)
  2644. z.SoundId = "rbxassetid://142070127"
  2645. z.Volume = 2
  2646. wait(.1)
  2647. z:Play()
  2648. partic2.Enabled = false
  2649. hum.WalkSpeed = 0
  2650. for i = 1, 25 do
  2651. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0.3) *CFrame.Angles (math.rad(120),math.rad(10),math.rad(32)), 0.2)
  2652. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,1,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-20)), 0.2)
  2653. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (-8),math.rad(-40), math.rad(-8)),0.2)
  2654. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-50), math.rad(40), math.rad(0)), 0.2)
  2655. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, 0, -.6) * CFrame.Angles(math.rad(30), 0, math.rad(20)), 0.2)
  2656. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(0)), 0.2)
  2657. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 229.5, 0), 0.3)
  2658. if Debounces.on == false then break end
  2659. wait()
  2660. end
  2661. wait(0.2)
  2662. Debounces.on = false
  2663. Debounces.NoIdl = false
  2664. cor.Weld.C1 = CFrame.Angles(0,0,0)
  2665.  
  2666. if Debounces.CanAttack == false then
  2667. Debounces.CanAttack = true
  2668. hum.WalkSpeed = 14
  2669. end
  2670. end
  2671. end
  2672. end)
  2673. ----------------------------------------------------
  2674. ----------------------------------------------------
  2675. -------------------------------
  2676. mouse.KeyDown:connect(function(key)
  2677. if key == "q" then
  2678. if Debounces.CanAttack == true then
  2679. Debounces.CanAttack = false
  2680. Debounces.NoIdl = true
  2681. Debounces.on = true
  2682. function FindNearestTorso(Position,Distance,SinglePlayer)
  2683. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2684. local List = {}
  2685. for i,v in pairs(workspace:GetChildren())do
  2686. if v:IsA("Model")then
  2687. if v:findFirstChild("Torso")then
  2688. if v ~= char then
  2689. if(v.Torso.Position -Position).magnitude <= Distance then
  2690. table.insert(List,v)
  2691. end
  2692. end
  2693. end
  2694. end
  2695. end
  2696. return List
  2697. end
  2698. z = Instance.new("Sound",hed)
  2699. z.SoundId = "rbxassetid://232213955"
  2700. z.Pitch = 1
  2701. z.Volume = 1
  2702. wait(0.2)
  2703. z:Play()
  2704. sp = Instance.new("Part",rarm)
  2705. sp.Anchored = true
  2706. sp.CanCollide = false
  2707. sp.Locked = true
  2708. sp.Transparency = 0
  2709. sp.Material = "Neon"
  2710. sp.Size = Vector3.new(1,1,1)
  2711. sp.TopSurface = "SmoothNoOutlines"
  2712. sp.BottomSurface = "SmoothNoOutlines"
  2713. sp.BrickColor = BrickColor.new("Royal purple")
  2714. spm = Instance.new("SpecialMesh",sp)
  2715. spm.MeshType = "Sphere"
  2716. spm.Scale = Vector3.new(21,21,21)
  2717. sp2 = Instance.new("Part", rarm)
  2718. sp2.Name = "Energy"
  2719. sp2.BrickColor = BrickColor.new("Royal purple")
  2720. sp2.Size = Vector3.new(1, 1, 1)
  2721. sp2.Shape = "Ball"
  2722. sp2.CanCollide = false
  2723. sp2.Anchored = true
  2724. sp2.Locked = true
  2725. sp2.TopSurface = 0
  2726. sp2.BottomSurface = 0
  2727. sp2.Transparency = 1
  2728. spm2 = Instance.new("SpecialMesh",sp2)
  2729. spm2.MeshId = "rbxassetid://9982590"
  2730. spm2.Scale = Vector3.new(2,2,2)
  2731. for i = 1, 20 do
  2732. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  2733. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2734. 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)
  2735. 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)
  2736. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2737. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2738. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2739. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2740. if Debounces.on == false then break end
  2741. rs:wait()
  2742. end
  2743. for i = 1, 100, 20 do rs:wait()
  2744. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2745. end
  2746. for i = 1, 20 do
  2747. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2748. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  2749. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.4)
  2750. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  2751. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  2752. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2753. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2754. if Debounces.on == false then break end
  2755. rs:wait()
  2756. end
  2757. sp.Transparency = 1
  2758. for i = 1, 20 do
  2759. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  2760. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)
  2761. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  2762. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  2763. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2764. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2765. if Debounces.on == false then break end
  2766. rs:wait()
  2767. end
  2768. wait(1)
  2769. sp.Transparency = 0
  2770. sp2.Transparency = 0.84
  2771. for i = 1, 20 do
  2772. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  2773. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  2774. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  2775. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  2776. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  2777. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  2778. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  2779. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  2780. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  2781. if Debounces.on == false then break end
  2782. rs:wait()
  2783. end
  2784. for i = 1, 2880, 50 do
  2785. rs:wait()
  2786. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  2787. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  2788. rs:wait()
  2789. end
  2790. sp:Destroy()
  2791. sp2:Destroy()
  2792. local X = Instance.new("Part",char)
  2793. local O = Instance.new("ObjectValue",X)
  2794. O.Name = "creator"
  2795. X.Locked = true
  2796. X.Name = "Shell"
  2797. X.Anchored = false
  2798. X.CanCollide = false
  2799. X.Transparency = 0
  2800. X.Reflectance = 0
  2801. X.BottomSurface = 0
  2802. X.TopSurface = 0
  2803. X.Shape = 0
  2804. local V = Instance.new("ObjectValue",X)
  2805. V.Value = char
  2806. V.Name = "creator"
  2807. X.BrickColor = BrickColor.new("Royal purple")
  2808. X.Size = Vector3.new(2,2,2)
  2809. X.Material = "Neon"
  2810. local Z = Instance.new("SpecialMesh",X)
  2811. Z.MeshType = "Sphere"
  2812. Z.Scale = Vector3.new(0.5,0.5,1)
  2813. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  2814. local bv = Instance.new("BodyVelocity",X)
  2815. bv.maxForce = Vector3.new(99999,99999,99999)
  2816. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  2817. bv.velocity = X.CFrame.lookVector*65
  2818.  
  2819. Explode = X.Touched:connect(function(hit)
  2820. if hit ~= char and hit.Name ~= "Shell" then
  2821. local cf = X.CFrame
  2822. bv:Destroy()
  2823. X.Anchored = true
  2824. Z:Remove()
  2825. Explode:disconnect()
  2826. X.Size = Vector3.new(3,3,3)
  2827. X.Touched:connect(function(hit) end)
  2828. X.CanCollide = false
  2829. local part3 = Instance.new("Part", rarm)
  2830. part3.Anchored=true
  2831. part3.CanCollide=false
  2832. part3.Locked = true
  2833. part3.TopSurface = "SmoothNoOutlines"
  2834. part3.BottomSurface = "SmoothNoOutlines"
  2835. part3.FormFactor='Custom'
  2836. part3.Size=Vector3.new(1,1, 1)
  2837. part3.CFrame=X.CFrame
  2838. part3.Transparency=0
  2839. part3.BrickColor=BrickColor.new("Royal purple")
  2840. local mesh3 = Instance.new("SpecialMesh",part3)
  2841. mesh3.MeshType = "Sphere"
  2842. mesh3.Scale = Vector3.new(1,1,1)
  2843. --debris:AddItem(X,8)
  2844. local part4 = Instance.new("Part", rarm)
  2845. part4.Material = "Neon"
  2846. part4.Anchored=true
  2847. part4.CanCollide=false
  2848. part4.Locked = true
  2849. part4.TopSurface = "SmoothNoOutlines"
  2850. part4.BottomSurface = "SmoothNoOutlines"
  2851. part4.FormFactor='Custom'
  2852. part4.Size=Vector3.new(1,1, 1)
  2853. part4.CFrame=X.CFrame
  2854. part4.Transparency=0
  2855. part4.BrickColor=BrickColor.new("Hot pink")
  2856. local mesh4 = Instance.new("SpecialMesh",part4)
  2857. mesh4.MeshType = "Sphere"
  2858. mesh4.Scale = Vector3.new(.5,.5,.5)
  2859. local part7 = Instance.new("Part", rarm)
  2860. part7.Material = "Neon"
  2861. part7.Anchored=true
  2862. part7.CanCollide=false
  2863. part7.Locked = true
  2864. part7.TopSurface = "SmoothNoOutlines"
  2865. part7.BottomSurface = "SmoothNoOutlines"
  2866. part7.FormFactor='Custom'
  2867. part7.Size=Vector3.new(1,1, 1)
  2868. part7.CFrame=X.CFrame
  2869. part7.Transparency=0
  2870. part7.BrickColor=BrickColor.new("Royal purple")
  2871. local mesh7 = Instance.new("SpecialMesh",part7)
  2872. mesh7.MeshType = "Sphere"
  2873. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  2874. --[[X.Touched:connect(function(ht)
  2875. hit = ht.Parent
  2876. if ht and hit:IsA("Model") then
  2877. if hit:FindFirstChild("Humanoid") then
  2878. if hit.Name ~= p.Name then
  2879. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2880. wait(.3)
  2881. end
  2882. end
  2883. elseif ht and hit:IsA("Hat") then
  2884. if hit.Parent.Name ~= p.Name then
  2885. if hit.Parent:FindFirstChild("Humanoid") then
  2886. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2887. wait(.3)
  2888. end
  2889. end
  2890. end
  2891. end)
  2892. part3.Touched:connect(function(ht)
  2893. hit = ht.Parent
  2894. if ht and hit:IsA("Model") then
  2895. if hit:FindFirstChild("Humanoid") then
  2896. if hit.Name ~= p.Name then
  2897. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2898. wait(.3)
  2899. end
  2900. end
  2901. elseif ht and hit:IsA("Hat") then
  2902. if hit.Parent.Name ~= p.Name then
  2903. if hit.Parent:FindFirstChild("Humanoid") then
  2904. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2905. wait(.3)
  2906. end
  2907. end
  2908. end
  2909. end)]]--
  2910. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  2911. if v:FindFirstChild('Humanoid') then
  2912. v.Humanoid:TakeDamage(math.random(60,90))
  2913. v.Humanoid.PlatformStand = true
  2914. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2915. end
  2916. end
  2917.  
  2918. local acos = math.acos
  2919. local sqrt = math.sqrt
  2920. local Vec3 = Vector3.new
  2921. local fromAxisAngle = CFrame.fromAxisAngle
  2922.  
  2923. local function toAxisAngle(CFr)
  2924. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  2925. local Angle = math.acos((R00+R11+R22-1)/2)
  2926. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2927. A = A == 0 and 0.00001 or A
  2928. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2929. B = B == 0 and 0.00001 or B
  2930. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2931. C = C == 0 and 0.00001 or C
  2932. local x = (R21-R12)/sqrt(A)
  2933. local y = (R02-R20)/sqrt(B)
  2934. local z = (R10-R01)/sqrt(C)
  2935. return Vec3(x,y,z),Angle
  2936. end
  2937.  
  2938. function ApplyTrig(Num,Func)
  2939. local Min,Max = Func(0),Func(1)
  2940. local i = Func(Num)
  2941. return (i-Min)/(Max-Min)
  2942. end
  2943.  
  2944. function LerpCFrame(CFrame1,CFrame2,Num)
  2945. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  2946. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  2947. end
  2948.  
  2949. function Crater(Torso,Radius)
  2950. Spawn(function()
  2951. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  2952. local Ignore = {}
  2953. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2954. if v.Character ~= nil then
  2955. Ignore[#Ignore+1] = v.Character
  2956. end
  2957. end
  2958. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2959. if Hit == nil then return end
  2960. local Parts = {}
  2961. for i = 1,360,10 do
  2962. local P = Instance.new("Part",Torso.Parent)
  2963. P.Anchored = true
  2964. P.FormFactor = "Custom"
  2965. P.BrickColor = Hit.BrickColor
  2966. P.Material = Hit.Material
  2967. P.TopSurface = "Smooth"
  2968. P.BottomSurface = "Smooth"
  2969. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  2970. 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)))
  2971. 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}
  2972. if math.random(0,5) == 0 then -- rubble
  2973. local P = Instance.new("Part",Torso.Parent)
  2974. P.Anchored = true
  2975. P.FormFactor = "Custom"
  2976. P.BrickColor = Hit.BrickColor
  2977. P.Material = Hit.Material
  2978. P.TopSurface = "Smooth"
  2979. P.BottomSurface = "Smooth"
  2980. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  2981. 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)))
  2982. 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}
  2983. end
  2984. end
  2985. for i = 0,1,0.05 do
  2986. for i2,v in pairs(Parts) do
  2987. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2988. end
  2989. wait(0.02)
  2990. end
  2991. for i,v in pairs(Parts) do
  2992. if v[1].Size.X > 2.1 then
  2993. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2994. end
  2995. v[1].Anchored = false
  2996. end
  2997. for i = 0,1,0.05 do
  2998. for i2,v in pairs(Parts) do
  2999. v[1].Transparency = i
  3000. if i == 1 then
  3001. v[1]:Destroy()
  3002. elseif i >= 0.25 then
  3003. v[1].CanCollide = false
  3004. end
  3005. end
  3006. wait(0.02)
  3007. end
  3008. Parts = nil
  3009. end)
  3010. end
  3011.  
  3012. ROW = function(out, trans, s, wt, t, ang, plus)
  3013. for i = 1, 360, 360/t do
  3014. local c = Instance.new("Part", game.Workspace)
  3015. c.FormFactor = 3
  3016. c.TopSurface = 0
  3017. c.BottomSurface = 0
  3018. c.Size = s
  3019. c.Anchored = true
  3020. c.CanCollide = wt
  3021. c.Material=workspace.Base.Material
  3022. c.Transparency = trans
  3023. c.BrickColor = workspace.Base.BrickColor
  3024. 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
  3025. c.Locked=true
  3026. game.Debris:AddItem(c,15)
  3027. end
  3028. end
  3029.  
  3030. Part = function(x,y,z,color,tr,cc,an,parent)
  3031. local p = Instance.new('Part',parent or Weapon)
  3032. p.formFactor = 'Custom'
  3033. p.Size = Vector3.new(x,y,z)
  3034. p.BrickColor = BrickColor.new(color)
  3035. p.CanCollide = cc
  3036. p.Transparency = tr
  3037. p.Anchored = an
  3038. p.TopSurface,p.BottomSurface = 0,0
  3039. p.Locked=true
  3040. p:BreakJoints()
  3041. return p end
  3042.  
  3043. Mesh = function(par,num,x,y,z)
  3044. local msh = _
  3045. if num == 1 then msh = Instance.new("CylinderMesh",par)
  3046. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  3047. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  3048. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  3049. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  3050. end msh.Scale = Vector3.new(x,y,z)
  3051. return msh end
  3052.  
  3053. function explosion(col1,col2,cfr,sz,rng,dmg)
  3054. local a= Part(1,1,1,col1,.5,false,true,workspace)
  3055. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  3056. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  3057. v1,v2,v3=sz.x,sz.y,sz.z
  3058. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  3059. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  3060. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  3061. a.CFrame=cfr
  3062. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  3063. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  3064.  
  3065. Spawn(function()
  3066. while wait() do
  3067. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  3068. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  3069. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  3070. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  3071. a.Transparency=a.Transparency+0.05
  3072. a2.Transparency=a2.Transparency+0.05
  3073. a3.Transparency=a3.Transparency+0.05
  3074. end
  3075. end)
  3076. end
  3077.  
  3078. Crater(X,20)
  3079. 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)
  3080. z = Instance.new("Sound",X)
  3081. z.SoundId = "rbxassetid://231917744"
  3082. z.Pitch = .5
  3083. z.Volume = 10
  3084. z1 = Instance.new("Sound",X)
  3085. z1.SoundId = "rbxassetid://231917744"
  3086. z1.Pitch = .5
  3087. z1.Volume = 10
  3088. z2 = Instance.new("Sound",X)
  3089. z2.SoundId = "rbxassetid://231917744"
  3090. z2.Pitch = .5
  3091. z2.Volume = 10
  3092. z3 = Instance.new("Sound",X)
  3093. z3.SoundId = "rbxassetid://245537790"
  3094. z3.Pitch = .7
  3095. z3.Volume = 1
  3096. z4 = Instance.new("Sound",X)
  3097. z4.SoundId = "rbxassetid://245537790"
  3098. z4.Pitch = .7
  3099. z4.Volume = 1
  3100. wait(0.1)
  3101. z:Play()
  3102. z1:Play()
  3103. z2:Play()
  3104. z3:Play()
  3105. z4:Play()
  3106.  
  3107. local part=Instance.new('Part',rarm)
  3108. part.Anchored=true
  3109. part.CanCollide=false
  3110. part.Locked = true
  3111. part.FormFactor='Custom'
  3112. part.Size=Vector3.new(1,1,1)
  3113. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  3114. part.Transparency=0
  3115. part.BrickColor=BrickColor.new('Royal purple')
  3116. local mesh=Instance.new('SpecialMesh',part)
  3117. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  3118. mesh.Scale=Vector3.new(2,2,2)
  3119. local part2=part:clone()
  3120. part2.Parent = rarm
  3121. part2.BrickColor=BrickColor.new("Royal purple")
  3122. local part5=part:clone()
  3123. part5.Parent = rarm
  3124. part5.BrickColor=BrickColor.new("Magenta")
  3125. local part6=part:clone()
  3126. part6.Parent = rarm
  3127. part6.BrickColor=BrickColor.new("Black")
  3128. local mesh2=mesh:clone()
  3129. mesh2.Parent=part2
  3130. mesh2.Scale=Vector3.new(3, 3, 3)
  3131. local mesh5=mesh:clone()
  3132. mesh5.Parent=part5
  3133. mesh5.Scale=Vector3.new(3, 3, 3)
  3134. local mesh6=mesh:clone()
  3135. mesh6.Parent=part6
  3136. mesh6.Scale=Vector3.new(3, 3, 3)
  3137. local blast = Instance.new("Part", rarm)
  3138. blast.BrickColor = BrickColor.new("Royal purple")
  3139. blast.Anchored = true
  3140. blast.CanCollide = false
  3141. blast.Locked = true
  3142. blast.Size = Vector3.new(1, 1, 1)
  3143. blast.TopSurface = "Smooth"
  3144. blast.BottomSurface = "Smooth"
  3145. blast.Transparency = 0
  3146. blast.CFrame = HandCF
  3147. local bm = Instance.new("SpecialMesh", blast)
  3148. bm.Scale = Vector3.new(5,1,5)
  3149. bm.MeshId = "rbxassetid://24388358"
  3150. local blast2 = Instance.new("Part", rarm)
  3151. blast2.BrickColor = BrickColor.new("Royal purple")
  3152. blast2.Anchored = true
  3153. blast2.CanCollide = false
  3154. blast2.Locked = true
  3155. blast2.Size = Vector3.new(1, 1, 1)
  3156. blast2.TopSurface = "Smooth"
  3157. blast2.BottomSurface = "Smooth"
  3158. blast2.Transparency = 0
  3159. blast2.CFrame = HandCF
  3160. local bm2 = Instance.new("SpecialMesh", blast2)
  3161. bm2.Scale = Vector3.new(3,1,3)
  3162. bm2.MeshId = "rbxassetid://24388358"
  3163. local blast3 = Instance.new("Part", rarm)
  3164. blast3.BrickColor = BrickColor.new("Royal purple")
  3165. blast3.Anchored = true
  3166. blast3.CanCollide = false
  3167. blast3.Locked = true
  3168. blast3.Size = Vector3.new(1, 1, 1)
  3169. blast3.TopSurface = "Smooth"
  3170. blast3.BottomSurface = "Smooth"
  3171. blast3.Transparency = 0
  3172. blast3.CFrame = HandCF
  3173. local bm3 = Instance.new("SpecialMesh", blast3)
  3174. bm3.Scale = Vector3.new(3,1,3)
  3175. bm3.MeshId = "rbxassetid://24388358"
  3176. for i = 1,120 do rs:wait()
  3177. X.Transparency = X.Transparency + (1/120)
  3178. part.Transparency = part.Transparency + (1/120)
  3179. part2.Transparency = part2.Transparency + (1/120)
  3180. part3.Transparency = part3.Transparency + (1/120)
  3181. part4.Transparency = part4.Transparency + (1/120)
  3182. part5.Transparency = part5.Transparency + (1/120)
  3183. part6.Transparency = part6.Transparency + (1/120)
  3184. part7.Transparency = part7.Transparency + (1/120)
  3185. blast.Transparency = blast.Transparency + (1/120)
  3186. blast2.Transparency = blast2.Transparency + (1/120)
  3187. blast3.Transparency = blast3.Transparency + (1/120)
  3188. X.Size = X.Size + Vector3.new(.8,.8,.8)
  3189. --part3.Size = part3.Size + Vector3.new(3,3,3)
  3190. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  3191. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  3192. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  3193. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  3194. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  3195. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  3196. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  3197. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  3198. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  3199. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  3200. X.CFrame = cf
  3201. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  3202. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  3203. part3.CFrame=X.CFrame
  3204. part4.CFrame=X.CFrame
  3205. part7.CFrame=X.CFrame
  3206. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  3207. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  3208. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3209. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  3210. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  3211. rs:wait()
  3212. end
  3213. X:Destroy()
  3214. part:Destroy()
  3215. part2:Destroy()
  3216. part3:Destroy()
  3217. part4:Destroy()
  3218. part5:Destroy()
  3219. part6:Destroy()
  3220. blast:Destroy()
  3221. blast2:Destroy()
  3222. blast3:Destroy()
  3223. z:Destroy()
  3224. z1:Destroy()
  3225. z2:Destroy()
  3226. z3:Destroy()
  3227. z4:Destroy()
  3228. end
  3229. end)
  3230. for i = 1, 20 do
  3231. 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)
  3232. 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)
  3233. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3234. 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)
  3235. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3236. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3237. if Debounces.on == false then break end
  3238. rs:wait()
  3239. end
  3240. if Debounces.CanAttack == false then
  3241. Debounces.CanAttack = true
  3242. Debounces.NoIdl = false
  3243. Debounces.on = false
  3244. end
  3245. end
  3246. end
  3247. end)
  3248. ----------------------------------------------------
  3249. mouse.KeyDown:connect(function(key)
  3250. if key == "e" then
  3251. if Debounces.CanAttack == true then
  3252. Debounces.CanAttack = false
  3253. Debounces.on = true
  3254. Debounces.NoIdl = true
  3255. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  3256. z = Instance.new("Sound", rarm)
  3257. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3258. z.Volume = .6
  3259. z.Pitch = pt[math.random(1,#pt)]
  3260. z.Looped = false
  3261. z:Play()
  3262. Debounces.RPunch = true
  3263. Debounces.LPunch = true
  3264. Debounces.ks = true
  3265. Debounces.ks2 = true
  3266. for i = 1, 3 do
  3267. 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)
  3268. 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)
  3269. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3270. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3271. 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)
  3272. 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)
  3273. if Debounces.on == false then break end
  3274. wait()
  3275. end
  3276. z2 = Instance.new("Sound", larm)
  3277. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3278. z2.Volume = .6
  3279. z2.Pitch = pt[math.random(1,#pt)]
  3280. z2.Looped = false
  3281. z2:Play()
  3282. for i = 1, 3 do
  3283. 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)
  3284. 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)
  3285. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3286. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3287. 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)
  3288. 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)
  3289. if Debounces.on == false then break end
  3290. wait()
  3291. end
  3292. z3 = Instance.new("Sound", rarm)
  3293. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3294. z3.Volume = 0.6
  3295. z3.Pitch = pt[math.random(1,#pt)]
  3296. z3.Looped = false
  3297. z3:Play()
  3298. for i = 1, 3 do
  3299. 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)
  3300. 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)
  3301. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3302. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3303. 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)
  3304. 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)
  3305. if Debounces.on == false then break end
  3306. wait()
  3307. end
  3308. z4 = Instance.new("Sound", larm)
  3309. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3310. z4.Volume = .6
  3311. z4.Pitch = pt[math.random(1,#pt)]
  3312. z4.Looped = false
  3313. z4:Play()
  3314. for i = 1, 3 do
  3315. 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)
  3316. 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)
  3317. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3318. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3319. 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)
  3320. 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)
  3321. if Debounces.on == false then break end
  3322. wait()
  3323. end
  3324. z5 = Instance.new("Sound", rarm)
  3325. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3326. z5.Volume = .6
  3327. z5.Pitch = pt[math.random(1,#pt)]
  3328. z5.Looped = false
  3329. z5:Play()
  3330. for i = 1, 3 do
  3331. 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)
  3332. 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)
  3333. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3334. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3335. 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)
  3336. 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)
  3337. if Debounces.on == false then break end
  3338. wait()
  3339. end
  3340. z6 = Instance.new("Sound", larm)
  3341. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3342. z6.Volume = .6
  3343. z6.Pitch = pt[math.random(1,#pt)]
  3344. z6.Looped = false
  3345. z6:Play()
  3346. for i = 1, 3 do
  3347. 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)
  3348. 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)
  3349. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3350. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3351. 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)
  3352. 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)
  3353. if Debounces.on == false then break end
  3354. wait()
  3355. end
  3356. z7 = Instance.new("Sound", rarm)
  3357. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3358. z7.Volume = .6
  3359. z7.Pitch = pt[math.random(1,#pt)]
  3360. z7.Looped = false
  3361. z7:Play()
  3362. for i = 1, 3 do
  3363. 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)
  3364. 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)
  3365. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3366. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3367. 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)
  3368. 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)
  3369. if Debounces.on == false then break end
  3370. wait()
  3371. end
  3372. z8 = Instance.new("Sound", larm)
  3373. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3374. z8.Volume = .6
  3375. z8.Pitch = pt[math.random(1,#pt)]
  3376. z8.Looped = false
  3377. z8:Play()
  3378. for i = 1, 3 do
  3379. 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)
  3380. 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)
  3381. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3382. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3383. 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)
  3384. 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)
  3385. if Debounces.on == false then break end
  3386. wait()
  3387. end
  3388. z9 = Instance.new("Sound", rarm)
  3389. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3390. z9.Volume = 0.6
  3391. z9.Pitch = pt[math.random(1,#pt)]
  3392. z9.Looped = false
  3393. z9:Play()
  3394. for i = 1, 3 do
  3395. 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)
  3396. 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)
  3397. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3398. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3399. 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)
  3400. 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)
  3401. if Debounces.on == false then break end
  3402. wait()
  3403. end
  3404. z10 = Instance.new("Sound", larm)
  3405. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3406. z10.Volume = .6
  3407. z10.Pitch = pt[math.random(1,#pt)]
  3408. z10.Looped = false
  3409. z10:Play()
  3410. for i = 1, 3 do
  3411. 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)
  3412. 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)
  3413. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3414. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3415. 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)
  3416. 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)
  3417. if Debounces.on == false then break end
  3418. wait()
  3419. end
  3420. z11 = Instance.new("Sound", rarm)
  3421. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3422. z11.Volume = .6
  3423. z11.Pitch = pt[math.random(1,#pt)]
  3424. z11.Looped = false
  3425. z11:Play()
  3426. for i = 1, 3 do
  3427. 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)
  3428. 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)
  3429. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3430. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3431. 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)
  3432. 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)
  3433. if Debounces.on == false then break end
  3434. wait()
  3435. end
  3436. z12 = Instance.new("Sound", larm)
  3437. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3438. z12.Volume = .6
  3439. z12.Pitch = pt[math.random(1,#pt)]
  3440. z12.Looped = false
  3441. z12:Play()
  3442. for i = 1, 3 do
  3443. 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)
  3444. 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)
  3445. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3446. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3447. 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)
  3448. 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)
  3449. if Debounces.on == false then break end
  3450. wait()
  3451. end
  3452. z13 = Instance.new("Sound", rarm)
  3453. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3454. z13.Volume = 0.6
  3455. z13.Pitch = pt[math.random(1,#pt)]
  3456. z13.Looped = false
  3457. z13:Play()
  3458. for i = 1, 3 do
  3459. 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)
  3460. 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)
  3461. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3462. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3463. 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)
  3464. 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)
  3465. if Debounces.on == false then break end
  3466. wait()
  3467. end
  3468. z14 = Instance.new("Sound", larm)
  3469. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3470. z14.Volume = .6
  3471. z14.Pitch = pt[math.random(1,#pt)]
  3472. z14.Looped = false
  3473. z14:Play()
  3474. for i = 1, 3 do
  3475. 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)
  3476. 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)
  3477. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3478. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3479. 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)
  3480. 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)
  3481. if Debounces.on == false then break end
  3482. wait()
  3483. end
  3484. z15 = Instance.new("Sound", rarm)
  3485. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3486. z15.Volume = .6
  3487. z15.Pitch = pt[math.random(1,#pt)]
  3488. z15.Looped = false
  3489. z15:Play()
  3490. for i = 1, 3 do
  3491. 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)
  3492. 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)
  3493. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3494. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3495. 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)
  3496. 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)
  3497. if Debounces.on == false then break end
  3498. wait()
  3499. end
  3500. z16 = Instance.new("Sound", larm)
  3501. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3502. z16.Volume = .6
  3503. z16.Pitch = pt[math.random(1,#pt)]
  3504. z16.Looped = false
  3505. z16:Play()
  3506. for i = 1, 3 do
  3507. 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)
  3508. 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)
  3509. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3510. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3511. 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)
  3512. 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)
  3513. if Debounces.on == false then break end
  3514. wait()
  3515. end
  3516. z17 = Instance.new("Sound", rarm)
  3517. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3518. z17.Volume = .6
  3519. z17.Pitch = pt[math.random(1,#pt)]
  3520. z17.Looped = false
  3521. z17:Play()
  3522. for i = 1, 3 do
  3523. 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)
  3524. 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)
  3525. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3526. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3527. 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)
  3528. 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)
  3529. if Debounces.on == false then break end
  3530. wait()
  3531. end
  3532. z18 = Instance.new("Sound", larm)
  3533. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3534. z18.Volume = .6
  3535. z18.Pitch = pt[math.random(1,#pt)]
  3536. z18.Looped = false
  3537. z18:Play()
  3538. for i = 1, 3 do
  3539. 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)
  3540. 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)
  3541. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3542. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3543. 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)
  3544. 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)
  3545. if Debounces.on == false then break end
  3546. wait()
  3547. end
  3548. z19 = Instance.new("Sound", rarm)
  3549. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3550. z19.Volume = 0.6
  3551. z19.Pitch = pt[math.random(1,#pt)]
  3552. z19.Looped = false
  3553. z19:Play()
  3554. for i = 1, 3 do
  3555. 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)
  3556. 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)
  3557. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3558. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3559. 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)
  3560. 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)
  3561. if Debounces.on == false then break end
  3562. wait()
  3563. end
  3564. z20 = Instance.new("Sound", larm)
  3565. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3566. z20.Volume = .6
  3567. z20.Pitch = pt[math.random(1,#pt)]
  3568. z20.Looped = false
  3569. z20:Play()
  3570. for i = 1, 3 do
  3571. 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)
  3572. 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)
  3573. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3574. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3575. 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)
  3576. 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)
  3577. if Debounces.on == false then break end
  3578. wait()
  3579. end
  3580. z:Destroy()
  3581. z2:Destroy()
  3582. z3:Destroy()
  3583. z4:Destroy()
  3584. z5:Destroy()
  3585. z6:Destroy()
  3586. z7:Destroy()
  3587. z8:Destroy()
  3588. z9:Destroy()
  3589. z10:Destroy()
  3590. z11:Destroy()
  3591. z12:Destroy()
  3592. z13:Destroy()
  3593. z14:Destroy()
  3594. z15:Destroy()
  3595. z16:Destroy()
  3596. z17:Destroy()
  3597. z18:Destroy()
  3598. z19:Destroy()
  3599. z20:Destroy()
  3600. Debounces.LPunch = false
  3601. Debounces.RPunch = false
  3602. Debounces.ks = false
  3603. Debounces.ks2 = false
  3604. if Debounces.CanAttack == false then
  3605. Debounces.CanAttack = true
  3606. Debounces.on = false
  3607. Debounces.NoIdl = false
  3608. end
  3609. end
  3610. end
  3611. end)
  3612. -------------------------------
  3613. mouse.KeyDown:connect(function(key)
  3614. if key == "t" then
  3615. if Debounces.CanAttack == true then
  3616. Debounces.CanAttack = false
  3617. Debounces.NoIdl = true
  3618. Debounces.on = true
  3619. Debounces.ks = true
  3620. kik = rleg.Touched:connect(function(ht)
  3621. hit = ht.Parent
  3622. if ht and hit:IsA("Model") then
  3623. if hit:FindFirstChild("Humanoid") then
  3624. if hit.Name ~= p.Name then
  3625. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3626. Debounces.Slashed = true]]--
  3627. if Debounces.ks==true then
  3628. z = Instance.new("Sound",hed)
  3629. z.SoundId = "rbxassetid://169380525"
  3630. z.Volume = 1
  3631. z:Play()
  3632. Debounces.ks=false
  3633. end
  3634. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  3635. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  3636. --Debounces.Slashed = false
  3637. --end
  3638. end
  3639. end
  3640. elseif ht and hit:IsA("Hat") then
  3641. if hit.Parent.Name ~= p.Name then
  3642. if hit.Parent:FindFirstChild("Humanoid") then
  3643. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3644. Debounces.Slashed = true]]--
  3645. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  3646. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  3647. --Debounces.Slashed = false
  3648. --end
  3649. end
  3650. end
  3651. end
  3652. end)
  3653. for i = 1,20 do
  3654. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  3655. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.4)
  3656. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3657. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  3658. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  3659. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3660. if Debounces.on == false then break end
  3661. rs:wait()
  3662. end
  3663. kik:disconnect()
  3664. if Debounces.CanAttack == false then
  3665. Debounces.CanAttack = true
  3666. Debounces.NoIdl = false
  3667. Debounces.on = false
  3668. end
  3669. end
  3670. end
  3671. end)
  3672. ----------------------------------------------------
  3673. mouse.KeyDown:connect(function(key)
  3674. if key == "y" then
  3675. if Debounces.CanAttack == true then
  3676. Debounces.CanAttack = false
  3677. Debounces.on = true
  3678. Debounces.NoIdl = true
  3679. for i = 1, 15 do
  3680. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(90+1), math.rad(0), math.rad(-60)), 0.2)
  3681. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(93),math.rad(0),math.rad(10)), 0.2)
  3682. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-20),math.rad(-10),0), 0.2)
  3683. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(10), 0), 0.2)
  3684. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  3685. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  3686. if Debounces.on == false then break end if Debounces.on == false then break end
  3687. rs:wait(2.7)
  3688. end
  3689. x = Instance.new("Sound",char)
  3690. x.SoundId = "rbxassetid://228343271"
  3691. x.Pitch = 1
  3692. x.Volume = .8
  3693. wait(.1)
  3694. x:Play()
  3695. Debounces.on = false
  3696. Debounces.Here = false
  3697. shot = shot + 1
  3698. local rng = Instance.new("Part", larm)
  3699. rng.Anchored = true
  3700. rng.BrickColor = BrickColor.new("Royal purple")
  3701. rng.CanCollide = false
  3702. rng.FormFactor = 3
  3703. rng.Name = "Ring"
  3704. rng.Size = Vector3.new(1, 1, 1)
  3705. rng.Transparency = 0.35
  3706. rng.TopSurface = 0
  3707. rng.BottomSurface = 0
  3708. rng2 = rng:clone()
  3709. rng3 = rng2:clone()
  3710. rng4 = rng2:clone()
  3711. local rngm = Instance.new("SpecialMesh", rng)
  3712. rngm.MeshId = "http://www.roblox.com/asset/?id=1125473" -- 1125473
  3713. rngm.Scale = Vector3.new(10, 10, 1)
  3714. rngm2 = rngm:clone()
  3715. rngm2.Scale = Vector3.new(5, 5, 3)
  3716. rngm3=rngm2:clone()
  3717. rngm3.Parent = rng3
  3718. rngm3.Scale = Vector3.new(8, 8, 1)
  3719. rngm4 = rngm2:clone()
  3720. rngm4.Parent = rng4
  3721. rngm4.Scale = Vector3.new(6, 6, 1)
  3722. local bem = Instance.new("Part", larm)
  3723. bem.Anchored = true
  3724. bem.BrickColor = BrickColor.new("Royal purple")
  3725. bem.CanCollide = false
  3726. bem.FormFactor = 3
  3727. bem.Name = "Beam" .. shot
  3728. bem.Size = Vector3.new(1, 1, 1)
  3729. bem.Transparency = 0.35
  3730. bem.TopSurface = 0
  3731. bem.BottomSurface = 0
  3732. local bemm = Instance.new("SpecialMesh", bem)
  3733. bemm.MeshType = 4
  3734. bemm.Scale = Vector3.new(1, 4, 4)
  3735. local out = Instance.new("Part", larm)
  3736. out.Anchored = true
  3737. out.BrickColor = BrickColor.new("Royal purple")
  3738. out.CanCollide = false
  3739. out.FormFactor = 3
  3740. out.Name = "Out"
  3741. out.Size = Vector3.new(4, 4, 4)
  3742. out.Transparency = 0.35
  3743. out.TopSurface = 0
  3744. out.BottomSurface = 0
  3745. local outm = Instance.new("SpecialMesh", out)
  3746. outm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  3747. outm.Scale = Vector3.new(6, 4, 6)
  3748. local bnd = Instance.new("Part", larm)
  3749. bnd.Anchored = true
  3750. bnd.BrickColor = BrickColor.new("Lavender")
  3751. bnd.CanCollide = false
  3752. bnd.FormFactor = 3
  3753. bnd.Name = "Bend"
  3754. bnd.Size = Vector3.new(1, 1, 1)
  3755. bnd.Transparency = 1
  3756. bnd.TopSurface = 0
  3757. bnd.BottomSurface = 0
  3758. local bndm = Instance.new("SpecialMesh", bnd)
  3759. bndm.MeshType = 3
  3760. bndm.Scale = Vector3.new(8, 8, 8)
  3761. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3762. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3763. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3764. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3765. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  3766. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  3767. Debounces.Shewt = true
  3768. coroutine.wrap(function()
  3769. for i = 1, 20, 0.2 do
  3770. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3771. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  3772. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  3773. rng.Transparency = i/20
  3774. rng3.Transparency = 1/24
  3775. rng4.Transparency = i/26
  3776. wait()
  3777. end
  3778. wait()
  3779. rng:Destroy()
  3780. end)()
  3781. if Debounces.Shewt == true then
  3782. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3783. hit = ht.Parent
  3784. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3785. if HasntTouched(hit.Name) == true and deb == false then
  3786. deb = true
  3787. coroutine.wrap(function()
  3788. hit:FindFirstChild("Humanoid").PlatformStand = true
  3789. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3790. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3791. end)()
  3792. table.insert(Touche, hit.Name)
  3793. deb = false
  3794. end
  3795. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3796. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3797. deb = true
  3798. coroutine.wrap(function()
  3799. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3800. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3801. wait(1)
  3802. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3803. end)()
  3804. table.insert(Touche, hit.Parent.Name)
  3805. deb = false
  3806. for i, v in pairs(Touche) do
  3807. print(v)
  3808. end
  3809. end
  3810. end
  3811. end)
  3812. end
  3813. for i = 0, 260, 8 do
  3814. bem.Size = Vector3.new(i, 3, 3)
  3815. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3816. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3817. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3818. bnd.Size = Vector3.new(1,1,1)
  3819. bndm.Scale = Vector3.new(8,8,8)
  3820. if i % 10 == 0 then
  3821. local newRng = rng2:Clone()
  3822. newRng.Parent = larm
  3823. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3824. local newRngm = rngm2:clone()
  3825. newRngm.Parent=newRng
  3826. coroutine.wrap(function()
  3827. for i = 1, 10, 0.2 do
  3828. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  3829. newRng.Transparency = i/10
  3830. wait()
  3831. end
  3832. wait()
  3833. newRng:Destroy()
  3834. end)()
  3835. end
  3836. wait()
  3837. end
  3838. wait()
  3839. Debounces.Shewt = false
  3840. bem:Destroy()
  3841. out:Destroy()
  3842. bnd:Destroy()
  3843. Debounces.Ready = false
  3844. for i, v in pairs(Touche) do
  3845. table.remove(Touche, i)
  3846. end
  3847. wait()
  3848. table.insert(Touche, char.Name)
  3849. Debounces.NoIdl = false
  3850. if Debounces.CanAttack == false then
  3851. Debounces.CanAttack = true
  3852. end
  3853. end
  3854. end
  3855. end)
  3856. ----------------------------------------------------
  3857. mouse.KeyDown:connect(function(key)
  3858. if key == "x" then
  3859. if Debounces.CanAttack == true then
  3860. Debounces.CanAttack = false
  3861. Debounces.NoIdl = true
  3862. Debounces.on = true
  3863. hed.Anchored=true
  3864. local shell = Instance.new("Part",torso)
  3865. shell.BrickColor = BrickColor.new("Lavender")
  3866. shell.Anchored = false
  3867. shell.CanCollide = false
  3868. shell.Locked = true
  3869. shell.Material = "Neon"
  3870. shell.TopSurface = "SmoothNoOutlines"
  3871. shell.BottomSurface = "SmoothNoOutlines"
  3872. shell.Size = Vector3.new(2.2,2.2,2.2)
  3873. shell.FormFactor = 3
  3874. local shellm = Instance.new("SpecialMesh",shell)
  3875. shellm.MeshType = "Sphere"
  3876. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  3877. local Omega = function()
  3878. local X = Instance.new("Part",char)
  3879. local O = Instance.new("ObjectValue",X)
  3880. O.Name = "creator"
  3881. X.Locked = true
  3882. X.Name = "Shell"
  3883. X.Anchored = false
  3884. X.CanCollide = false
  3885. X.Transparency = 0.5
  3886. X.Reflectance = 0
  3887. X.BottomSurface = 0
  3888. X.TopSurface = 0
  3889. X.Shape = 0
  3890. local V = Instance.new("ObjectValue",X)
  3891. V.Value = char
  3892. V.Name = "creator"
  3893. X.BrickColor = BrickColor.new("Lavender")
  3894. X.Size = Vector3.new(100,40,100)
  3895. X.CFrame=torso.CFrame*CFrame.new(0,0,-40)
  3896. X.Material = "Neon"
  3897. b = Instance.new("Sound")
  3898. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  3899. b.Parent = char.Head
  3900. b.Looped = false
  3901. b.Pitch = 1
  3902. b.Volume = 1
  3903. wait(.1)
  3904. b:Play()
  3905. local Z = Instance.new("SpecialMesh",X)
  3906. Z.MeshType = "Sphere"
  3907. Z.Scale = Vector3.new(0.2,0.2,0.2)
  3908. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  3909. local bv = Instance.new("BodyVelocity",X)
  3910. bv.maxForce = Vector3.new(99999,99999,99999)
  3911. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  3912. bv.velocity = root.CFrame.lookVector*10
  3913. Explode = X.Touched:connect(function(hit)
  3914. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart") then
  3915. local cf = X.CFrame
  3916. bv:Destroy()
  3917. X.Anchored = true
  3918. Z:Remove()
  3919. Explode:disconnect()
  3920. X.Size = Vector3.new(3,3,3)
  3921. X.Touched:connect(function(hit) end)
  3922. X.CanCollide = false
  3923. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  3924. if v:FindFirstChild('Humanoid') then
  3925. v.Humanoid:TakeDamage(math.random(80,120))
  3926. end
  3927. end
  3928. for i = 1, (40) do rs:wait()
  3929. X.Transparency = X.Transparency + (1/40)
  3930. X.Size = X.Size + Vector3.new(1,1,1)
  3931. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  3932. end
  3933. X:Destroy()
  3934. end
  3935. end)
  3936. end
  3937. --Omega()
  3938. local function wat()
  3939. local sweld=Instance.new('ManualWeld',shell)
  3940. sweld.Part0=shell
  3941. sweld.Part1=rarm
  3942. sweld.C0=CFrame.new(0,1,0)
  3943. return sweld
  3944. end
  3945. local watweld=wat()
  3946. for i = 1,200 do
  3947. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.03)
  3948. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  3949. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3950. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3951. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3952. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3953. if Debounces.on == false then break end
  3954. rs:wait()
  3955. end
  3956. b = Instance.new("Sound")
  3957. b.SoundId = "http://www.roblox.com/asset/?id=245537790"
  3958. b.Parent = char.Head
  3959. b.Looped = false
  3960. b.Pitch = 1
  3961. b.Volume = 1
  3962. wait(.1)
  3963. b:Play()
  3964. watweld.Part1=torso
  3965. watweld.C0=CFrame.new(0,-4,0)
  3966. for i = 1,30 do
  3967. watweld.C0=watweld.C0*CFrame.new(0,-1,0)
  3968. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.4)
  3969. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-170)), 0.4)
  3970. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3971. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3972. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3973. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3974. if Debounces.on == false then break end
  3975. rs:wait()
  3976. end
  3977. local shelbx=true
  3978. --Experimental Damagefunction
  3979. coroutine.resume(coroutine.create(function() while shelbx do wait()
  3980. for _,v in pairs(game.workspace:GetChildren()) do
  3981. if v:IsA'Model' and v:FindFirstChild'Humanoid' and v:FindFirstChild'Torso' and v~=pchar then
  3982. local mag=(v.Torso.CFrame.p-shell.CFrame.p).magnitude
  3983. if mag <= shell.Size.x then
  3984. v.Humanoid.Health=v.Humanoid.Health-(v.Humanoid.MaxHealth/7)
  3985. end
  3986. end
  3987. end
  3988. end end))
  3989. for i = 1,40 do
  3990. --shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  3991. shell.Size = shell.Size + Vector3.new(1,1,1)
  3992. local watweld=wat()
  3993. watweld.C0=CFrame.new(0,-14-i,0)
  3994. watweld.Part1=torso
  3995. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(100)), 0.4)
  3996. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-100)), 0.4)
  3997. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3998. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3999. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4000. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4001. if Debounces.on == false then break end
  4002. rs:wait()
  4003. end
  4004. for i = 1,40 do
  4005. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  4006. local watweld=wat()
  4007. watweld.Part1=torso
  4008. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,40),1)
  4009. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(20)), 0.4)
  4010. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.4)
  4011. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  4012. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4013. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4014. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4015. if Debounces.on == false then break end
  4016. rs:wait()
  4017. end
  4018. for i = 1,60 do
  4019. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  4020. local watweld=wat()
  4021. watweld.Part1=torso
  4022. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,60),1)
  4023. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.4)
  4024. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.4)
  4025. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  4026. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4027. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4028. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4029. if Debounces.on == false then break end
  4030. rs:wait()
  4031. end
  4032. for i = 1,60 do
  4033. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  4034. --shell.Size = shell.Size + Vector3.new(1,1,1)
  4035. shell.Size=shell.Size+Vector3.new(1,1,1)
  4036. local watweld=wat()
  4037. watweld.Part1=torso
  4038. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,62),1)
  4039. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(120)), 0.4)
  4040. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-120)), 0.4)
  4041. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  4042. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4043. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4044. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  4045. if Debounces.on == false then break end
  4046. rs:wait()
  4047. end
  4048. coroutine.resume(coroutine.create(function()
  4049. for i=0,1,.1 do wait() shell.Transparency=i end
  4050. shell:Destroy()
  4051. shelbx=false
  4052. end))
  4053. hed.Anchored=false
  4054. if Debounces.CanAttack == false then
  4055. Debounces.CanAttack = true
  4056. Debounces.NoIdl = false
  4057. Debounces.on = false
  4058. b:Destroy()
  4059.  
  4060. end
  4061. end
  4062. end
  4063. end)
  4064. ----------------------------------------------------
  4065. mouse.KeyDown:connect(function(key)
  4066. if key == "z" then
  4067. if Debounces.CanAttack == true then
  4068. Debounces.CanAttack = false
  4069. Debounces.NoIdl = true
  4070. char.Humanoid.WalkSpeed = .01
  4071. Debounces.on = true
  4072. for i = 1, 20 do
  4073. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.3)
  4074. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(90)), 0.3)
  4075. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.3)
  4076. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.3)
  4077. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.3)
  4078. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.3)
  4079. if Debounces.on == false then
  4080. break
  4081. end
  4082. wait()
  4083. end
  4084. for i = 1, 20 do
  4085. wait()
  4086. end
  4087. x = Instance.new("Sound")
  4088. x.SoundId = "http://www.roblox.com/asset/?id=235097614"
  4089. x.Parent = char
  4090. x.Looped = false
  4091. x.Pitch = .7
  4092. x.Volume = .6
  4093. wait(.1)
  4094. x:Play()
  4095. Debounces.on = false
  4096. Debounces.Here = false
  4097. shot = shot + 1
  4098. for i = 1, 6 do
  4099. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.4)
  4100. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(90)), 0.4)
  4101. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  4102. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  4103. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  4104. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 3) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  4105. wait()
  4106. end
  4107. local rng = Instance.new("Part", char)
  4108. rng.Anchored = true
  4109. rng.BrickColor = BrickColor.new("Royal purple")
  4110. rng.CanCollide = false
  4111. rng.FormFactor = 3
  4112. rng.Name = "Ring"
  4113. rng.Size = Vector3.new(1, 1, 1)
  4114. rng.Transparency = 0.35
  4115. rng.TopSurface = 0
  4116. rng.BottomSurface = 0
  4117. local rngm = Instance.new("SpecialMesh", rng)
  4118. rngm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  4119. rngm.Scale = Vector3.new(10, 10, 1)
  4120. local bem = Instance.new("Part", char)
  4121. bem.Anchored = true
  4122. bem.BrickColor = BrickColor.new("Royal purple")
  4123. bem.CanCollide = false
  4124. bem.FormFactor = 3
  4125. bem.Name = "Beam" .. shot
  4126. bem.Size = Vector3.new(1, 1, 1)
  4127. bem.Transparency = 0.35
  4128. bem.TopSurface = 0
  4129. bem.BottomSurface = 0
  4130. local bemm = Instance.new("SpecialMesh", bem)
  4131. bemm.MeshType = 4
  4132. bemm.Scale = Vector3.new(1, 4, 4)
  4133. local out = Instance.new("Part", char)
  4134. out.Anchored = true
  4135. out.BrickColor = BrickColor.new("Royal purple")
  4136. out.CanCollide = false
  4137. out.FormFactor = 3
  4138. out.Name = "Out"
  4139. out.Size = Vector3.new(4, 4, 4)
  4140. out.Transparency = 0.35
  4141. out.TopSurface = 0
  4142. out.BottomSurface = 0
  4143. local outm = Instance.new("SpecialMesh", out)
  4144. outm.MeshId = "http://www.roblox.com/asset/?id=24388358" --24388358
  4145. outm.Scale = Vector3.new(4, 4, 4)
  4146. local bnd = Instance.new("Part", char)
  4147. bnd.Anchored = true
  4148. bnd.BrickColor = BrickColor.new("Royal purple")
  4149. bnd.CanCollide = false
  4150. bnd.FormFactor = 3
  4151. bnd.Name = "Bend"
  4152. bnd.Size = Vector3.new(1, 1, 1)
  4153. bnd.Transparency = 1
  4154. bnd.TopSurface = 0
  4155. bnd.BottomSurface = 0
  4156. local bndm = Instance.new("SpecialMesh", bnd)
  4157. bndm.MeshType = 3
  4158. bndm.Scale = Vector3.new(8, 8, 8)
  4159. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  4160. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4161. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4162. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4163. Debounces.Shewt = true
  4164. coroutine.wrap(function()
  4165. for i = 1, 20, 0.2 do
  4166. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4167. rng.Transparency = i/20
  4168. wait()
  4169. end
  4170. wait()
  4171. rng:Destroy()
  4172. end)()
  4173. if Debounces.Shewt == true then
  4174. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4175. hit = ht.Parent
  4176. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4177. if HasntTouched(hit.Name) == true and deb == false then
  4178. deb = true
  4179. coroutine.wrap(function()
  4180. hit:FindFirstChild("Humanoid").PlatformStand = true
  4181. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4182. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4183. end)()
  4184. table.insert(Touche, hit.Name)
  4185. deb = false
  4186. end
  4187. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4188. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4189. deb = true
  4190. coroutine.wrap(function()
  4191. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4192. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4193. wait(1)
  4194. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4195. end)()
  4196. table.insert(Touche, hit.Parent.Name)
  4197. deb = false
  4198. for i, v in pairs(Touche) do
  4199. print(v)
  4200. end
  4201. end
  4202. end
  4203. end)
  4204. end
  4205. for i = 0, 260, 8 do
  4206. bem.Size = Vector3.new(i, 2, 2)
  4207. bem.CFrame = rarm.CFrame * CFrame.new(0, -3.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4208. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4209. bnd.Size = Vector3.new(1,1,1)
  4210. bndm.Scale = Vector3.new(8,8,8)
  4211. wait()
  4212. end
  4213. wait()
  4214. Debounces.Shewt = false
  4215. bem:Destroy()
  4216. out:Destroy()
  4217. bnd:Destroy()
  4218. char.Humanoid.WalkSpeed = 10
  4219. Debounces.Ready = false
  4220. for i, v in pairs(Touche) do
  4221. table.remove(Touche, i)
  4222. end
  4223. wait()
  4224. table.insert(Touche, char.Name)
  4225. Debounces.NoIdl = false
  4226. if Debounces.CanAttack == false then
  4227. Debounces.CanAttack = true
  4228. for i = 1, 20 do
  4229. wait()
  4230. hum.WalkSpeed = 5
  4231. end
  4232. end
  4233. end
  4234. end
  4235. end)
  4236.  
  4237. ----------------------------------------------------
  4238. Charging = false
  4239. mouse.KeyDown:connect(function(key)
  4240. if key == "r" then
  4241. if Charging == false then
  4242. Charging = true
  4243. if Debounces.CanAttack == true then
  4244. Debounces.CanAttack = false
  4245. Debounces.NoIdl = true
  4246. Debounces.on = true
  4247.  
  4248. for i = 1,20 do
  4249. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
  4250. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
  4251. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  4252. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
  4253. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  4254. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  4255. if Debounces.on == false then break end
  4256. rs:wait()
  4257. end
  4258.  
  4259.  
  4260. pt=Instance.new('Part',torso)
  4261. pt.Anchored=true
  4262. pt.CanCollide=false
  4263. pt.Locked = true
  4264. pt.FormFactor='Custom'
  4265. pt.Size=Vector3.new(1,1,1)
  4266. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4267. pt.Transparency=.6
  4268. pt.BrickColor=BrickColor.new('Royal purple')
  4269. msh=Instance.new('SpecialMesh',pt)
  4270. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  4271. msh.Scale=Vector3.new(8,4,8)
  4272. pt2=pt:clone()
  4273. pt2.Parent = torso
  4274. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4275. pt2.BrickColor=BrickColor.new("Royal purple")
  4276. msh2=msh:clone()
  4277. msh2.Parent=pt2
  4278. msh2.Scale=Vector3.new(10,5,10)
  4279. particle = Instance.new("ParticleEmitter", pt)
  4280. particle.Size = NumberSequence.new(1.2)
  4281. particle.LightEmission = 0.2
  4282. particle.EmissionDirection = "Top"
  4283. particle.Lifetime = NumberRange.new(5,10)
  4284. particle.Rotation = NumberRange.new(5,10)
  4285. particle.RotSpeed = NumberRange.new(5)
  4286. particle.Speed = NumberRange.new(15)
  4287. particle.VelocitySpread = 500
  4288. particle.Rate = 150
  4289. if potential then
  4290. particle.Color = ColorSequence.new(Color3.new(.139,0,.139))
  4291. else
  4292. particle.Color = ColorSequence.new(Color3.new(0,0,0))
  4293. end
  4294. ------------------
  4295.  
  4296. 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}
  4297.  
  4298. bl = Instance.new("Part", char)
  4299. bl.Locked = true
  4300. bl.Name = "Shell"
  4301. bl.BrickColor = BrickColor.new("Royal purple")
  4302. bl.Anchored = true
  4303. bl.CanCollide = false
  4304. bl.Transparency = 0
  4305. bl.Reflectance = 0
  4306. bl.BottomSurface = 0
  4307. bl.TopSurface = 0
  4308. bl.Shape = 0
  4309. blm = Instance.new("SpecialMesh",bl)
  4310. blm.MeshType = "Sphere"
  4311. blm.Scale = Vector3.new(1,1,1)
  4312. blm.MeshId = "rbxassetid://9982590"
  4313. --
  4314. b = Instance.new("Sound")
  4315. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  4316. b.Parent = char.Head
  4317. b.Looped = true
  4318. b.Pitch = 1
  4319. b.Volume = 1
  4320. wait(.1)
  4321. b:Play()
  4322. --
  4323. coroutine.resume(coroutine.create(function()
  4324. for i=1, math.huge, 4 do
  4325. if Charging == true then
  4326. rs:wait()
  4327. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  4328. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  4329. bl.Transparency = bl.Transparency + 0.005
  4330. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  4331. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  4332. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  4333. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  4334. elseif Charging == false then break
  4335. end
  4336. end
  4337. end))
  4338.  
  4339. repeat
  4340. local p = Instance.new('Part',torso)
  4341. p.formFactor = 'Custom'
  4342. p.Size = Vector3.new(1,1,1)
  4343. p.BrickColor = workspace.Base.BrickColor
  4344. p.CanCollide = false
  4345. p.Transparency = 0
  4346. p.Anchored = true
  4347. p.Locked=true
  4348. p.Material = workspace.Base.Material
  4349. s = math.random(1,40)/10
  4350. local m = Instance.new("BlockMesh",p)
  4351. m.Scale = Vector3.new(s,s,s)
  4352. 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())
  4353. --[[coroutine.wrap(function()
  4354. wait(2)
  4355. while Charging == true do
  4356. wait(2)
  4357. GroundWave1()
  4358. wait(2)
  4359. end
  4360. end)()]]--
  4361. Spawn(function()
  4362. while rs:wait() do
  4363. if Charging == true then
  4364. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  4365. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  4366. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  4367. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  4368. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  4369. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  4370. elseif Charging == false then break
  4371. end
  4372. end
  4373. end)
  4374. Spawn(function()
  4375. while rs:wait() do
  4376. if p.Transparency >= 1 then p:Destroy() break end
  4377. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  4378. p.Transparency = p.Transparency+0.01
  4379. end
  4380. end)
  4381. wait(.3)
  4382. until Charging == false
  4383. end
  4384. end
  4385. end
  4386. end)
  4387. ----------------------------------------------------
  4388. mouse.KeyUp:connect(function(key)
  4389. if key == "r" then
  4390. if Charging == true then
  4391. Charging = false
  4392. pt:Destroy()
  4393. pt2:Destroy()
  4394. bl:Destroy()
  4395. particle:Destroy()
  4396. if Debounces.CanAttack == false then
  4397. Debounces.CanAttack = true
  4398. Debounces.NoIdl = false
  4399. Debounces.on = false
  4400. end
  4401. end
  4402. b:Stop()
  4403. end
  4404. end)
  4405. ----------------------------------------------------
  4406.  
  4407. ----------------------------------------------------
  4408. Search = false
  4409. mouse.KeyDown:connect(function(key)
  4410. if key == "n" then
  4411. if Search == false then
  4412. Search = true
  4413. for i,v in pairs(game.Players:getPlayers()) do
  4414. if v.Name~=char.Name then
  4415. for j,k in pairs(v.Character:GetChildren()) do
  4416. if k:IsA("BasePart") and k.Transparency >= 1 then
  4417. bawx=Instance.new("SelectionBox",cam)
  4418. bawx.Color = BrickColor.new("Bright red")
  4419. bawx.Transparency = .5
  4420. bawx.Adornee = k
  4421. end
  4422. end
  4423. end
  4424. end
  4425. elseif Search == true then
  4426. Search = false
  4427. for i, v in pairs(cam:GetChildren()) do
  4428. if v:IsA("SelectionBox") then
  4429. v:Destroy()
  4430. end
  4431. end
  4432. end
  4433. end
  4434. end)
  4435. ----------------------------------------------------
  4436.  
  4437. ----------------------------------------------------
  4438. mouse.KeyDown:connect(function(key)
  4439. if string.byte(key) == 52 then
  4440. char.Humanoid.WalkSpeed = 60
  4441. end
  4442. end)
  4443. mouse.KeyUp:connect(function(key)
  4444. if string.byte(key) == 52 then
  4445. char.Humanoid.WalkSpeed = 8
  4446. end
  4447. end)
  4448. -------------------------------
  4449. local animpose = "Idle"
  4450. local lastanimpose = "Idle"
  4451. local sine = 0
  4452. local change = 1
  4453. local val = 0
  4454. local ffing = false
  4455. -------------------------------
  4456. game:GetService("RunService").RenderStepped:connect(function()
  4457. --[[if char.Humanoid.Jump == true then
  4458. jump = true
  4459. else
  4460. jump = false
  4461. end]]
  4462. char.Humanoid.FreeFalling:connect(function(f)
  4463. if f then
  4464. ffing = true
  4465. else
  4466. ffing = false
  4467. end
  4468. end)
  4469. sine = sine + change
  4470. if jumpn == true then
  4471. animpose = "Jumping"
  4472. elseif ffing == true then
  4473. animpose = "Freefalling"
  4474. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  4475. animpose = "Idle"
  4476. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  4477. animpose = "Walking"
  4478. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  4479. animpose = "Running"
  4480. end
  4481. if animpose ~= lastanimpose then
  4482. sine = 0
  4483. if Debounces.NoIdl == false then
  4484. if animpose == "Idle" then
  4485. for i = 1, 2 do
  4486. 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)
  4487. 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)
  4488. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4489. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4490. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4491. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4492. end
  4493. elseif animpose == "Walking" then
  4494. for i = 1, 2 do
  4495. 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)
  4496. 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)
  4497. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4498. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4499. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4500. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4501. end
  4502. elseif animpose == "Running" then
  4503. for i = 1, 2 do
  4504. 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)
  4505. 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)
  4506. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  4507. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  4508. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  4509. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  4510. wait()
  4511. end
  4512. end
  4513. else
  4514. end
  4515. end
  4516. lastanimpose = animpose
  4517. if Debounces.NoIdl == false then
  4518. if animpose == "Idle" then
  4519. change = 0.5
  4520. 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)
  4521. 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)
  4522. 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)
  4523. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  4524. 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)
  4525. 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)
  4526. 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)
  4527. elseif animpose == "Walking" then
  4528. change = 1
  4529. 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)
  4530. 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)
  4531. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4532. 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)
  4533. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4534. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4535. elseif animpose == "Running" then
  4536. change = 1
  4537. 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)
  4538. 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)
  4539. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  4540. 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)
  4541. 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)
  4542. 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)
  4543. end
  4544. end
  4545. end)
  4546.  
  4547. hum.MaxHealth = 9001
  4548. wait(3)
  4549. hum.Health = 9001
  4550. Spawn(function()
  4551. while wait(.1) do
  4552. Magik()
  4553. end
  4554. end)
  4555.  
  4556. Spawn(function()
  4557. while wait(.1) do
  4558. Magik2()
  4559. end
  4560. end)
  4561. -----------------------------------------------
  4562.  
  4563. LocalPlayer = game:GetService("Players").LocalPlayer
  4564. local lastCF=char.Torso.Position
  4565. local x1=Instance.new("Part",game.Workspace)
  4566. x1.Name="Lightning"
  4567. x1.Size=Vector3.new(1,1,1)
  4568. x1.CanCollide=false
  4569. x1.Anchored=true
  4570. x1.Transparency=1
  4571. Spawn(function()
  4572. while true do
  4573. wait(-1)
  4574. x1.CFrame=char.Torso.CFrame*CFrame.Angles(math.rad(math.random(1,360)),math.rad(math.random(1,360)),math.rad(math.random(50,360)))*CFrame.new(0,0,2.6)
  4575. end
  4576. end)
  4577. for i = 1,math.huge do
  4578. local dist2 = (lastCF-x1.Position).magnitude
  4579. local x2=Instance.new("Part",game.Workspace)
  4580. x2.Name="Lightning2"
  4581. x2.Size=Vector3.new(1,1,1)
  4582. x2.Material="Neon"
  4583. x2.BrickColor=BrickColor.new("Lavender")
  4584. x2.CFrame=CFrame.new(lastCF,x1.Position)*CFrame.new(0,0,-dist2/2)
  4585. x2.CanCollide=false
  4586. x2.Anchored=true
  4587. local m = Instance.new("BlockMesh",x2)
  4588. m.Scale = Vector3.new(0.5,0.5,dist2)
  4589. lastCF=x1.Position
  4590. spawn(function()
  4591. for i = 1,20 do
  4592. xx=m.Scale.x/2
  4593. y=m.Scale.x/2
  4594. m.Scale=m.Scale-Vector3.new(xx,y,0)
  4595. wait()
  4596. end
  4597. end)
  4598. game.Debris:AddItem(x2,1.5)
  4599. wait()
  4600. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement