Advertisement
DarkScriptZEditors

Untitled

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