Advertisement
yougotoof

onepunch

Jul 25th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.20 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility by WaverlyCole & Fireboltofdeath");print("https://github.com/WaverlyCole/FE-Compatibility-VoidSb-")
  2. local Wrapper = {};Wrapper.Fake = {};Wrapper.Real = {};Wrapper.Data = {};
  3. local sGame = game;local sScript = script;local sOwner = owner;local sInstance = Instance;local sLoadLibrary = LoadLibrary
  4. Wrapper.Event = Instance.new("RemoteEvent");Wrapper.Event.Name = "UserInput";
  5. Wrapper.CreateObject = function(connections, index)
  6. local proxy = newproxy (true);local meta = getmetatable (proxy);
  7. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  8. while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end;
  9. meta.__index = function (self, i)
  10. if (i == 'TriggerEvent') then return runbind end;
  11. return connections[i] and connections[i].Event or index[i];
  12. end;
  13. meta.__newindex = index;meta.__metatable = false;return proxy
  14. end;
  15. Wrapper.Mouse = Wrapper.CreateObject({"KeyUp","KeyDown","Button1Down","Button1Up","Move","Button2Down","Button2Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  16. Wrapper.UserInputService = Wrapper.CreateObject({"InputBegan","InputEnded"},{})
  17. Wrapper.ContextActionService = {Actions={};BindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end;UnBindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end};
  18. Wrapper.Sandbox = function(...)
  19. local Unwrap = {...};
  20. for obi = 1,#Unwrap do
  21. local Object = Unwrap[obi];
  22. if (Wrapper.Fake[Object] == nil and Wrapper.Real[Object] == nil) then
  23. local Type = typeof(Object);local Replacement = Object;
  24. if (Type == "function") then
  25. Replacement = function(...)
  26. local IsRoblox = not (pcall(function() string.dump(Object) end))
  27. if IsRoblox then
  28. return Object(Wrapper.Unsandbox(...))
  29. end
  30. return Object(Wrapper.Sandbox(...))
  31. end
  32. elseif (Type == "table") then
  33. Replacement = {};
  34. setmetatable(Replacement, {
  35. __index = function(self, i)
  36. return Wrapper.Sandbox(Object[Wrapper.Unsandbox(i)])
  37. end,
  38. __newindex = function(self,i,v)
  39. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v)
  40. end;
  41. })
  42. elseif (Type == "Instance") then
  43. Replacement = newproxy(true);
  44. local Mt = getmetatable(Replacement);
  45. Mt.__namecall = function(self, ...)
  46. local Pack = {...};local Name = Pack[#Pack];table.remove(Pack, #Pack);
  47. local Rest = nil;pcall(function()Rest = Object[Name];end);
  48. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  49. if (Object:IsA(g) or g == "Global") then
  50. for t, v in pairs(x) do
  51. for str in string.gmatch(t .. ",", "(%w+),") do
  52. if (Name == str) then
  53. if typeof(v) == "function" then
  54. return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  55. else
  56. return v;
  57. end
  58. end
  59. end
  60. end
  61. end
  62. end
  63. if (Rest == nil) then
  64. if Wrapper.Sandbox(sGame):GetService(unpack(Pack)) then return Wrapper.Sandbox(sGame):GetService(unpack(Pack))end;
  65. return Wrapper.Sandbox(Object[Name]);
  66. elseif (typeof(Rest) == "function") then
  67. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  68. end
  69. return Wrapper.Sandbox(Object[Name]);
  70. end
  71. Mt.__index = function(self, i)
  72. local Rest = nil;pcall(function()Rest = Object[i];end)
  73. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  74. if (Object:IsA(g) or g == "Global") then
  75. for t, v in pairs(x) do
  76. for str in string.gmatch(t .. ",", "(%w+),") do
  77. if (i == str) then
  78. if typeof(v) == "function" then
  79. return function(...)return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))end;
  80. else
  81. return v;
  82. end
  83. end
  84. end
  85. end
  86. end
  87. end
  88. if (Object:IsA("Sound") and i == "PlaybackLoudness") then return Wrapper.SoundLoudness[Wrapper.Unsandbox(Object)];end;
  89. if (Rest == nil) then
  90. if Wrapper.Sandbox(sGame):GetService(i) then return Wrapper.Sandbox(sGame):GetService(i)end;
  91. return Wrapper.Sandbox(Object[i]);
  92. elseif (typeof(Rest) == "function") then
  93. local isService,Service = pcall(function() return sGame:GetService(i) end)
  94. if isService and Service then return Wrapper.Sandbox(Service) end
  95. return function(self, ...)
  96. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))
  97. end
  98. end
  99. return Wrapper.Sandbox(Object[i]);
  100. end
  101. Mt.__newindex = function(self, i, v)
  102. for g,x in pairs (Wrapper.InstanceMT["SET"]) do
  103. if (Object:IsA(g)) then
  104. for t, v in pairs(x) do
  105. for str in string.gmatch( t .. ",", "(%w+),") do
  106. if v(Wrapper.Unsandbox(self, i, v)) == true then
  107. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);return
  108. end
  109. end
  110. end
  111. end
  112. end
  113. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);
  114. end
  115. Mt.__tostring = function(self) return tostring(Object) end
  116. --elseif (Type == "") then -- Etc
  117. end
  118. Wrapper.Fake[Object] = Replacement;Wrapper.Real[Replacement] = Object;Unwrap[obi] = Replacement;
  119. else
  120. return Wrapper.Fake[Object] or Object;
  121. end
  122. end
  123. return unpack(Unwrap);
  124. end
  125. Wrapper.Unsandbox = function(...)
  126. local Unsandbox = {...};
  127. for i,v in pairs (Unsandbox) do Unsandbox[i] = Wrapper.Real[v] or Unsandbox[i]end;
  128. return unpack(Unsandbox)
  129. end
  130. Wrapper.Services = {
  131. ['contextactionservice'] = Wrapper.ContextActionService;
  132. ["userinputservice"] = Wrapper.UserInputService;
  133. }
  134. Wrapper.InstanceMT = {
  135. ["GET"] = {
  136. ["Global"] = {
  137. ["IsFake,isFake"] = function(self)return true;end;
  138. };
  139. ["Player"] = {
  140. ["mouse,Mouse,getMouse,GetMouse"] = function(self)return Wrapper.Mouse;end;
  141. };
  142. ["Players"] = {
  143. ["localPlayer,LocalPlayer"] = Wrapper.Sandbox(owner)
  144. };
  145. ["DataModel"] = {
  146. ["getService,GetService"] = function(self,service)
  147. if Wrapper.Services[service:lower()] then return Wrapper.Sandbox(Wrapper.Services[service:lower()])end;
  148. return Wrapper.Sandbox(sGame:GetService(service))
  149. end
  150. };
  151. ["RunService"] = {
  152. ["renderstepped,renderStepped,RenderStepped"] = sGame:GetService("RunService").Stepped;
  153. }
  154. };
  155. ["SET"] = {
  156. }
  157. }
  158. Wrapper.SoundLoudness = {};
  159. Wrapper.Event.OnServerEvent:Connect(function(FiredBy,Input)
  160. if FiredBy ~= sOwner then return end
  161. if Input.MouseEvent then
  162. Wrapper.Mouse.Target = Input.Target;Wrapper.Mouse.Hit = Input.Hit;Wrapper.Mouse:TriggerEvent("Move")
  163. elseif Input.Sound then
  164. if Wrapper.SoundLoudness[Input.Sound] then Wrapper.SoundLoudness[Input.Sound] = Input.Loudness end
  165. else
  166. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  167. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Wrapper.Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  168. if Input.UserInputType == Enum.UserInputType.MouseButton2 then return Wrapper.Mouse:TriggerEvent(Begin and "Button2Down" or "Button2Up") end
  169. for _,Action in pairs(Wrapper.ContextActionService.Actions) do
  170. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  171. end
  172. Wrapper.Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());Wrapper.UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  173. end
  174. end);
  175. Wrapper.Event.Parent = NLS([[
  176. local Player = owner;local Sounds = {};local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse();
  177. local Input = function(Input,gameProcessedEvent)
  178. if gameProcessedEvent then return end;
  179. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  180. end
  181. Event.OnClientEvent:connect(function(Args)
  182. if Args[1] == "NewSound" and Args[2]:IsA("Sound") then table.insert(Sounds,Args[2]) end
  183. end)
  184. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  185. local Hit,Target;while wait(1/30) do
  186. for x,Sound in pairs(Sounds) do if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end; end;
  187. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  188. Hit = Mouse.Hit;Target = Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  189. end
  190. end]],sOwner.Character)
  191. Instance = {
  192. ["new"] = function(Type,Parent)
  193. local Real = sInstance.new(Type,Wrapper.Unsandbox(Parent))
  194. if Type:lower() == "sound" then
  195. if not Parent then
  196. Parent = sOwner.Character
  197. end
  198. Wrapper.SoundLoudness[Real] = 0;Wrapper.Event:FireClient(sOwner,{"NewSound",Real})
  199. end
  200. return Wrapper.Sandbox(Real)
  201. end
  202. }
  203. LoadLibrary = function(Library)
  204. if Library == "RbxUtility" then
  205. return setmetatable({},{
  206. __tostring = function() return "RbxUtility" end;
  207. __index = function(self, Index)
  208. if Index:lower() == "create" then
  209. return function(Type) return function(Data)
  210. Data = Data or {};local Inst = Instance.new(Type)
  211. for x,y in pairs(Data) do Inst[x] = y end
  212. return Inst
  213. end;end;
  214. end
  215. return sLoadLibrary(Library)[Index]
  216. end})
  217. end
  218. return sLoadLibrary(Library)
  219. end
  220. owner = Wrapper.Sandbox(owner);game = Wrapper.Sandbox(game)workspace = Wrapper.Sandbox(workspace)
  221. Game= game;Workspace = workspace;
  222.  
  223. --pastebelow
  224.  
  225. ---//Thanos
  226. ---||Roblox Script
  227. ---\\Created By Leo
  228.  
  229. print'Thanos has loaded.'
  230. warn'...I AM GOING TO KILL YOU...'
  231. plr = game.Players.LocalPlayer
  232. char = plr.Character
  233. hum = char.Humanoid
  234. local cam = game.Workspace.CurrentCamera
  235. t = char.Torso
  236. h = char.Head
  237. ra = char["Right Arm"]
  238. la = char["Left Arm"]
  239. rl = char["Right Leg"]
  240. ll = char["Left Leg"]
  241. tors = char.Torso
  242. lleg = char["Left Leg"]
  243. root = char.HumanoidRootPart
  244. char.Humanoid.MaxHealth = math.huge
  245. wait()
  246. char.Humanoid.Health = math.huge
  247. local thanosA = Instance.new("ForceField",char)
  248. thanosA.Visible = false
  249.  
  250. for i,v in pairs(char:GetChildren()) do
  251. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  252. v:Destroy()
  253. end
  254. end
  255.  
  256. for i,v in pairs(char:GetChildren()) do
  257. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "CharacterMesh" then
  258. v:Destroy()
  259. end
  260. end
  261.  
  262. p = game.Players.LocalPlayer
  263. char = p.Character
  264. local txt = Instance.new("BillboardGui", char)
  265. txt.Adornee = char .Head
  266. txt.Name = "_status"
  267. txt.Size = UDim2.new(2, 0, 1.2, 0)
  268. txt.StudsOffset = Vector3.new(-9, 8, 0)
  269. local text = Instance.new("TextLabel", txt)
  270. text.Size = UDim2.new(10, 0, 7, 0)
  271. text.FontSize = "Size24"
  272. text.TextScaled = true
  273. text.TextTransparency = 0
  274. text.BackgroundTransparency = 1
  275. text.TextTransparency = 0
  276. text.TextStrokeTransparency = 0
  277. text.TextStrokeColor3 = Color3.new(0,0,0)
  278.  
  279. v=Instance.new("Part")
  280. v.Name = "ColorBrick"
  281. v.Parent=p.Character
  282. v.FormFactor="Symmetric"
  283. v.Anchored=true
  284. v.CanCollide=false
  285. v.BottomSurface="Smooth"
  286. v.TopSurface="Smooth"
  287. v.Size=Vector3.new(10,5,3)
  288. v.Transparency=1
  289. v.CFrame=char.Torso.CFrame
  290. v.Transparency=1
  291. text.TextColor3 = Color3.new(255,0,100)
  292. v.Shape="Block"
  293. text.Text = "Thanos"
  294.  
  295. coroutine.wrap(function()
  296. while wait() do
  297. wait()
  298. text.Font = "SourceSans"
  299. wait()
  300. text.Font = "SourceSansBold"
  301. end
  302. end)()
  303.  
  304. -----------------------------------
  305. function chatfunc(text)
  306. local chat = coroutine.wrap(function()
  307. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  308. Character:FindFirstChild("TalkingBillBoard"):destroy()
  309. end
  310. local naeeym2 = Instance.new("BillboardGui",Character)
  311. naeeym2.Size = UDim2.new(0,100,0,40)
  312. naeeym2.StudsOffset = Vector3.new(0,3,0)
  313. naeeym2.Adornee = Character.Head
  314. naeeym2.Name = "TalkingBillBoard"
  315. local tecks2 = Instance.new("TextLabel",naeeym2)
  316. tecks2.BackgroundTransparency = 1
  317. tecks2.BorderSizePixel = 0
  318. tecks2.Text = ""
  319. tecks2.Font = "ArialBold"
  320. tecks2.TextSize = 30
  321. tecks2.TextStrokeTransparency = 0
  322. tecks2.TextColor3 = Color3.new(255,255,0)
  323. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  324. tecks2.Size = UDim2.new(1,0,0.5,0)
  325. local tecks3 = Instance.new("TextLabel",naeeym2)
  326. tecks3.BackgroundTransparency = 1
  327. tecks3.BorderSizePixel = 0
  328. tecks3.Text = ""
  329. tecks3.Font = "ArialBold"
  330. tecks3.TextSize = 30
  331. tecks3.TextStrokeTransparency = 0
  332. tecks3.TextColor3 = Color3.new(255,255,0)
  333. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  334. tecks3.Size = UDim2.new(1,0,0.5,0)
  335. for i = 1,string.len(text),1 do
  336. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=138089340", Character, .6, .8)
  337. tecks2.Text = string.sub(text,1,i)
  338. tecks3.Text = string.sub(text,1,i)
  339. wait(0.01)
  340. end
  341. wait(2)
  342. for i = 1, 50 do
  343. swait()
  344. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  345. tecks2.Rotation = tecks2.Rotation - .8
  346. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  347. tecks2.TextTransparency = tecks2.TextTransparency + .04
  348. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  349. tecks3.Rotation = tecks2.Rotation + .8
  350. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  351. tecks3.TextTransparency = tecks2.TextTransparency + .04
  352. end
  353. naeeym2:Destroy()
  354. end)
  355. chat()
  356. end
  357. function onChatted(msg)
  358. chatfunc(msg)
  359. end
  360.  
  361. -----------------------------------
  362.  
  363. local Create = LoadLibrary("RbxUtility").Create
  364.  
  365. CFuncs = {
  366. ["Part"] = {
  367. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  368. local Part = Create("Part"){
  369. Parent = Parent,
  370. Reflectance = Reflectance,
  371. Transparency = Transparency,
  372. CanCollide = false,
  373. Locked = true,
  374. BrickColor = BrickColor.new(tostring(BColor)),
  375. Name = Name,
  376. Size = Size,
  377. Material = Material,
  378. }
  379. RemoveOutlines(Part)
  380. return Part
  381. end;
  382. };
  383.  
  384. ["Mesh"] = {
  385. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  386. local Msh = Create(Mesh){
  387. Parent = Part,
  388. Offset = OffSet,
  389. Scale = Scale,
  390. }
  391. if Mesh == "SpecialMesh" then
  392. Msh.MeshType = MeshType
  393. Msh.MeshId = MeshId
  394. end
  395. return Msh
  396. end;
  397. };
  398.  
  399. ["Mesh"] = {
  400. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  401. local Msh = Create(Mesh){
  402. Parent = Part,
  403. Offset = OffSet,
  404. Scale = Scale,
  405. }
  406. if Mesh == "SpecialMesh" then
  407. Msh.MeshType = MeshType
  408. Msh.MeshId = MeshId
  409. end
  410. return Msh
  411. end;
  412. };
  413.  
  414. ["Weld"] = {
  415. Create = function(Parent, Part0, Part1, C0, C1)
  416. local Weld = Create("Weld"){
  417. Parent = Parent,
  418. Part0 = Part0,
  419. Part1 = Part1,
  420. C0 = C0,
  421. C1 = C1,
  422. }
  423. return Weld
  424. end;
  425. };
  426.  
  427. ["Sound"] = {
  428. Create = function(id, par, vol, pit)
  429. coroutine.resume(coroutine.create(function()
  430. local S = Create("Sound"){
  431. Volume = vol,
  432. Pitch = pit or 1,
  433. SoundId = id,
  434. Parent = par or workspace,
  435. }
  436. wait()
  437. S:play()
  438. game:GetService("Debris"):AddItem(S, 10)
  439. end))
  440. end;
  441. };
  442.  
  443. ["ParticleEmitter"] = {
  444. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  445. local fp = Create("ParticleEmitter"){
  446. Parent = Parent,
  447. Color = ColorSequence.new(Color1, Color2),
  448. LightEmission = LightEmission,
  449. Size = Size,
  450. Texture = Texture,
  451. Transparency = Transparency,
  452. ZOffset = ZOffset,
  453. Acceleration = Accel,
  454. Drag = Drag,
  455. LockedToPart = LockedToPart,
  456. VelocityInheritance = VelocityInheritance,
  457. EmissionDirection = EmissionDirection,
  458. Enabled = Enabled,
  459. Lifetime = LifeTime,
  460. Rate = Rate,
  461. Rotation = Rotation,
  462. RotSpeed = RotSpeed,
  463. Speed = Speed,
  464. VelocitySpread = VelocitySpread,
  465. }
  466. return fp
  467. end;
  468. };
  469.  
  470. CreateTemplate = {
  471.  
  472. };
  473. }
  474.  
  475.  
  476.  
  477. New = function(Object, Parent, Name, Data)
  478. local Object = Instance.new(Object)
  479. for Index, Value in pairs(Data or {}) do
  480. Object[Index] = Value
  481. end
  482. Object.Parent = Parent
  483. Object.Name = Name
  484. return Object
  485. end
  486. local m = Instance.new("Model",char)
  487.  
  488. function CreatePart(parent,transparency,reflectance,material,brickcolor)
  489. local p = Instance.new("Part")
  490. p.Parent = parent
  491. p.Size = Vector3.new(1,1,1)
  492. p.Transparency = transparency
  493. p.Reflectance = reflectance
  494. p.CanCollide = false
  495. p.Locked = true
  496. p.BrickColor = brickcolor
  497. p.Material = material
  498. return p
  499. end
  500.  
  501. function CreateMesh(parent,meshtype,x1,y1,z1)
  502. local mesh = Instance.new("SpecialMesh",parent)
  503. mesh.MeshType = meshtype
  504. mesh.Scale = Vector3.new(x1,y1,z1)
  505. return mesh
  506. end
  507.  
  508. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  509. local mesh = Instance.new("SpecialMesh",parent)
  510. mesh.MeshType = "FileMesh"
  511. mesh.MeshId = meshid
  512. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  513. mesh.Scale = Vector3.new(x1,y1,z1)
  514. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  515. return mesh
  516. end
  517.  
  518. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  519. local weld = Instance.new("Weld")
  520. weld.Parent = parent
  521. weld.Part0 = part0
  522. weld.Part1 = part1
  523. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  524. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  525. return weld
  526. end
  527.  
  528. for i,v in pairs(char:GetChildren()) do
  529. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  530. v:Destroy()
  531. end
  532. end
  533.  
  534. local bdycolors = char:findFirstChild("Body Colors")
  535. bdycolors.TorsoColor3 = Color3.new(91, 154, 76)
  536. bdycolors.LeftArmColor3 = Color3.new(91, 154, 76)
  537. bdycolors.RightArmColor3 = Color3.new(91, 154, 76)
  538. bdycolors.HeadColor3 = Color3.new(91, 154, 76)
  539. bdycolors.LeftLegColor3 = Color3.new(91, 154, 76)
  540. bdycolors.RightLegColor3 = Color3.new(91, 154, 76)
  541. char.Head.face.Texture = "rbxassetid://1211126983"
  542.  
  543. hed = char.Head
  544. rleg = char["Right Leg"]
  545. rarm = char["Right Arm"]
  546. larm = char["Left Arm"]
  547. vt = Vector3.new
  548. bc = BrickColor.new
  549. br = BrickColor.random
  550. it = Instance.new
  551. cf = CFrame.new
  552.  
  553. local sick = Instance.new("Sound",char)
  554. sick.SoundId = "rbxassetid://1333021608"
  555. sick.Looped = true
  556. sick.Pitch = 1
  557. sick.Volume = 0.3
  558. sick:Play()
  559.  
  560. function ApplyTrig(Num,Func)
  561. local Min,Max = Func(0),Func(1)
  562. local i = Func(Num)
  563. return (i-Min)/(Max-Min)
  564. --[[if Func == "sin" then
  565. return (math.sin((1-Num)*math.pi)+1)/2
  566. elseif Func == "cos" then
  567. return (math.cos((1-Num)*math.pi)+1)/2
  568. end]]
  569. end
  570.  
  571. local acos = math.acos
  572. local sqrt = math.sqrt
  573. local Vec3 = Vector3.new
  574.  
  575. local function toAxisAngle(CFr)
  576. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  577. local Angle = math.acos((R00+R11+R22-1)/2)
  578. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  579. A = A == 0 and 0.00001 or A
  580. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  581. B = B == 0 and 0.00001 or B
  582. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  583. C = C == 0 and 0.00001 or C
  584. local x = (R21-R12)/sqrt(A)
  585. local y = (R02-R20)/sqrt(B)
  586. local z = (R10-R01)/sqrt(C)
  587. return Vec3(x,y,z),Angle
  588. end
  589.  
  590. local fromAxisAngle = CFrame.fromAxisAngle
  591.  
  592. function LerpCFrame(CFrame1,CFrame2,Num)
  593. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  594. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  595. end
  596.  
  597.  
  598.  
  599.  
  600.  
  601. local sorb = CreatePart(m,1,1,"SmoothPlastic",BrickColor.random())
  602. CreateWeld(sorb,rarm,sorb,0,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  603. local sorb2 = CreatePart(m,1,1,"SmoothPlastic",BrickColor.random())
  604. CreateWeld(sorb2,larm,sorb2,0,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  605.  
  606. Player=game:GetService("Players").LocalPlayer
  607. Character=Player.Character
  608. PlayerGui=Player.PlayerGui
  609. Backpack=Player.Backpack
  610. Torso=Character.Torso
  611. Head=Character.Head
  612. Humanoid=Character.Humanoid
  613. m=Instance.new('Model',Character)
  614. LeftArm=Character["Left Arm"]
  615. LeftLeg=Character["Left Leg"]
  616. RightArm=Character["Right Arm"]
  617. RightLeg=Character["Right Leg"]
  618. LS=Torso["Left Shoulder"]
  619. LH=Torso["Left Hip"]
  620. RS=Torso["Right Shoulder"]
  621. RH=Torso["Right Hip"]
  622. Face = Head.face
  623. Neck=Torso.Neck
  624. it=Instance.new
  625. attacktype=1
  626. vt=Vector3.new
  627. cf=CFrame.new
  628. euler=CFrame.fromEulerAnglesXYZ
  629. angles=CFrame.Angles
  630. cloaked=false
  631. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  632. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  633. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  634. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  635. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  636. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  637. RootPart=Character.HumanoidRootPart
  638. RootJoint=RootPart.RootJoint
  639. RootCF=euler(-1.57,0,3.14)
  640. attack = false
  641. attackdebounce = false
  642. deb=false
  643. equipped=true
  644. hand=false
  645. MMouse=nil
  646. combo=0
  647. mana=0
  648. trispeed=.2
  649. attackmode='none'
  650. local idle=0
  651. local Anim="Idle"
  652. local Effects={}
  653. local gun=false
  654. local shoot=false
  655. local sine = 0
  656. local change = 1
  657. player=nil
  658. shirt = Instance.new("Shirt", char)
  659. shirt.Name = "Shirt"
  660. pants = Instance.new("Pants", char)
  661. pants.Name = "Pants"
  662. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1164502809"
  663. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1164518521"
  664. hum.WalkSpeed = 20
  665.  
  666. asd = Instance.new("Sound",char)
  667. asd.SoundId = "http://www.roblox.com/asset/?id = 254826701"
  668. asd.Volume = 3
  669. asd.Looped = true
  670.  
  671. local txt = Instance.new("BillboardGui", char)
  672. CV="Lime green"
  673. txt.Adornee = char .Head
  674. txt.Name = "_status"
  675. txt.Size = UDim2.new(2, 0, 1.2, 0)
  676. txt.StudsOffset = Vector3.new(-9, 8, 0)
  677. local text = Instance.new("TextLabel", txt)
  678. text.Size = UDim2.new(10, 0, 7, 0)
  679. text.FontSize = "Size24"
  680. text.TextScaled = true
  681. text.TextTransparency = 0
  682. text.BackgroundTransparency = 1
  683. text.TextTransparency = 0
  684. text.TextStrokeTransparency = 0
  685. text.Font = "Bodoni"
  686. text.TextStrokeColor3 = Color3.new(0,0,0)
  687. text.TextColor3 = Color3.fromRGB(255,255,0)
  688. text.Text = " "
  689. v=Instance.new("Part")
  690. v.Name = "ColorBrick"
  691. v.Parent= plr.Character
  692. v.FormFactor="Symmetric"
  693. v.Anchored=true
  694. v.CanCollide=false
  695. v.BottomSurface="Smooth"
  696. v.TopSurface="Smooth"
  697. v.Size=Vector3.new(10,5,3)
  698. v.Transparency=0
  699. v.CFrame=char.Torso.CFrame
  700. v.BrickColor=BrickColor.new("Dark green")
  701. v.Transparency=1
  702. v.Shape="Block"
  703.  
  704. mouse=Player:GetMouse()
  705. --save shoulders
  706. RSH, LSH=nil, nil
  707. --welds
  708. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  709. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  710. LH=Torso["Left Hip"]
  711. RH=Torso["Right Hip"]
  712. TorsoColor=Torso.BrickColor
  713. function NoOutline(Part)
  714. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  715. end
  716. player=Player
  717. ch=Character
  718. RSH=ch.Torso["Right Shoulder"]
  719. LSH=ch.Torso["Left Shoulder"]
  720. --
  721. RSH.Parent=nil
  722. LSH.Parent=nil
  723. --
  724. RW.Name="Right Shoulder"
  725. RW.Part0=ch.Torso
  726. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  727. RW.C1=cf(0, 0.5, 0)
  728. RW.Part1=ch["Right Arm"]
  729. RW.Parent=ch.Torso
  730. --
  731. LW.Name="Left Shoulder"
  732. LW.Part0=ch.Torso
  733. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  734. LW.C1=cf(0, 0.5, 0)
  735. LW.Part1=ch["Left Arm"]
  736. LW.Parent=ch.Torso
  737.  
  738. local Stats=Instance.new("BoolValue")
  739. Stats.Name="Stats"
  740. Stats.Parent=Character
  741. local Atk=Instance.new("NumberValue")
  742. Atk.Name="Damage"
  743. Atk.Parent=Stats
  744. Atk.Value=1
  745. local Def=Instance.new("NumberValue")
  746. Def.Name="Defense"
  747. Def.Parent=Stats
  748. Def.Value=1
  749. local Speed=Instance.new("NumberValue")
  750. Speed.Name="Speed"
  751. Speed.Parent=Stats
  752. Speed.Value=1
  753. local Mvmt=Instance.new("NumberValue")
  754. Mvmt.Name="Movement"
  755. Mvmt.Parent=Stats
  756. Mvmt.Value=1
  757.  
  758. local donum=0
  759.  
  760.  
  761. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  762. local fp=it("Part")
  763. fp.formFactor=formfactor
  764. fp.Parent=parent
  765. fp.Reflectance=reflectance
  766. fp.Transparency=transparency
  767. fp.CanCollide=false
  768. fp.Locked=true
  769. fp.BrickColor=brickcolor
  770. fp.Name=name
  771. fp.Size=size
  772. fp.Position=Torso.Position
  773. NoOutline(fp)
  774. fp.Material="SmoothPlastic"
  775. fp:BreakJoints()
  776. return fp
  777. end
  778.  
  779. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  780. local mesh=it(Mesh)
  781. mesh.Parent=part
  782. if Mesh=="SpecialMesh" then
  783. mesh.MeshType=meshtype
  784. if meshid~="nil" then
  785. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  786. end
  787. end
  788. mesh.Offset=offset
  789. mesh.Scale=scale
  790. return mesh
  791. end
  792.  
  793. function weld(parent,part0,part1,c0)
  794. local weld=it("Weld")
  795. weld.Parent=parent
  796. weld.Part0=part0
  797. weld.Part1=part1
  798. weld.C0=c0
  799. return weld
  800. end
  801.  
  802. local Color1=Torso.BrickColor
  803.  
  804. local bodvel=Instance.new("BodyVelocity")
  805. local bg=Instance.new("BodyGyro")
  806.  
  807. function swait(num)
  808. if num==0 or num==nil then
  809. game:service'RunService'.Stepped:wait(0)
  810. else
  811. for i=0,num do
  812. game:service'RunService'.Stepped:wait(0)
  813. end
  814. end
  815. end
  816.  
  817.  
  818. so = function(id,par,vol,pit)
  819. coroutine.resume(coroutine.create(function()
  820. local sou = Instance.new("Sound",par or workspace)
  821. sou.Volume=vol
  822. sou.Pitch=pit or 1
  823. sou.SoundId=id
  824. swait()
  825. sou:play()
  826. game:GetService("Debris"):AddItem(sou,6)
  827. end))
  828. end
  829.  
  830. function clerp(a,b,t)
  831. local qa = {QuaternionFromCFrame(a)}
  832. local qb = {QuaternionFromCFrame(b)}
  833. local ax, ay, az = a.x, a.y, a.z
  834. local bx, by, bz = b.x, b.y, b.z
  835. local _t = 1-t
  836. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  837. end
  838.  
  839. function QuaternionFromCFrame(cf)
  840. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  841. local trace = m00 + m11 + m22
  842. if trace > 0 then
  843. local s = math.sqrt(1 + trace)
  844. local recip = 0.5/s
  845. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  846. else
  847. local i = 0
  848. if m11 > m00 then
  849. i = 1
  850. end
  851. if m22 > (i == 0 and m00 or m11) then
  852. i = 2
  853. end
  854. if i == 0 then
  855. local s = math.sqrt(m00-m11-m22+1)
  856. local recip = 0.5/s
  857. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  858. elseif i == 1 then
  859. local s = math.sqrt(m11-m22-m00+1)
  860. local recip = 0.5/s
  861. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  862. elseif i == 2 then
  863. local s = math.sqrt(m22-m00-m11+1)
  864. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  865. end
  866. end
  867. end
  868.  
  869. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  870. local xs, ys, zs = x + x, y + y, z + z
  871. local wx, wy, wz = w*xs, w*ys, w*zs
  872. local xx = x*xs
  873. local xy = x*ys
  874. local xz = x*zs
  875. local yy = y*ys
  876. local yz = y*zs
  877. local zz = z*zs
  878. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  879. end
  880.  
  881. function QuaternionSlerp(a, b, t)
  882. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  883. local startInterp, finishInterp;
  884. if cosTheta >= 0.0001 then
  885. if (1 - cosTheta) > 0.0001 then
  886. local theta = math.acos(cosTheta)
  887. local invSinTheta = 1/math.sin(theta)
  888. startInterp = math.sin((1-t)*theta)*invSinTheta
  889. finishInterp = math.sin(t*theta)*invSinTheta
  890. else
  891. startInterp = 1-t
  892. finishInterp = t
  893. end
  894. else
  895. if (1+cosTheta) > 0.0001 then
  896. local theta = math.acos(-cosTheta)
  897. local invSinTheta = 1/math.sin(theta)
  898. startInterp = math.sin((t-1)*theta)*invSinTheta
  899. finishInterp = math.sin(t*theta)*invSinTheta
  900. else
  901. startInterp = t-1
  902. finishInterp = t
  903. end
  904. end
  905. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  906. end
  907.  
  908. local function CFrameFromTopBack(at, top, back)
  909. local right = top:Cross(back)
  910. return CFrame.new(at.x, at.y, at.z,
  911. right.x, top.x, back.x,
  912. right.y, top.y, back.y,
  913. right.z, top.z, back.z)
  914. end
  915.  
  916. function Triangle(a, b, c)
  917. local edg1 = (c-a):Dot((b-a).unit)
  918. local edg2 = (a-b):Dot((c-b).unit)
  919. local edg3 = (b-c):Dot((a-c).unit)
  920. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  921. a, b, c = a, b, c
  922. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  923. a, b, c = b, c, a
  924. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  925. a, b, c = c, a, b
  926. else
  927. assert(false, "unreachable")
  928. end
  929.  
  930. local len1 = (c-a):Dot((b-a).unit)
  931. local len2 = (b-a).magnitude - len1
  932. local width = (a + (b-a).unit*len1 - c).magnitude
  933.  
  934. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  935.  
  936. local list = {}
  937.  
  938. if len1 > 0.01 then
  939. local w1 = Instance.new('WedgePart', m)
  940. game:GetService("Debris"):AddItem(w1,5)
  941. w1.Material = "SmoothPlastic"
  942. w1.FormFactor = 'Custom'
  943. w1.BrickColor = BrickColor.new("Really red")
  944. w1.Transparency = 0
  945. w1.Reflectance = 0
  946. w1.Material = "SmoothPlastic"
  947. w1.CanCollide = false
  948. local l1 = Instance.new("PointLight",w1)
  949. l1.Color = Color3.new(170,0,0)
  950. NoOutline(w1)
  951. local sz = Vector3.new(0.2, width, len1)
  952. w1.Size = sz
  953. local sp = Instance.new("SpecialMesh",w1)
  954. sp.MeshType = "Wedge"
  955. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  956. w1:BreakJoints()
  957. w1.Anchored = true
  958. w1.Parent = workspace
  959. w1.Transparency = 0.7
  960. table.insert(Effects,{w1,"Disappear",.01})
  961. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  962. table.insert(list,w1)
  963. end
  964.  
  965. if len2 > 0.01 then
  966. local w2 = Instance.new('WedgePart', m)
  967. game:GetService("Debris"):AddItem(w2,5)
  968. w2.Material = "SmoothPlastic"
  969. w2.FormFactor = 'Custom'
  970. w2.BrickColor = BrickColor.new("Really red")
  971. w2.Transparency = 0
  972. w2.Reflectance = 0
  973. w2.Material = "SmoothPlastic"
  974. w2.CanCollide = false
  975. local l2 = Instance.new("PointLight",w2)
  976. l2.Color = Color3.new(170,0,0)
  977. NoOutline(w2)
  978. local sz = Vector3.new(0.2, width, len2)
  979. w2.Size = sz
  980. local sp = Instance.new("SpecialMesh",w2)
  981. sp.MeshType = "Wedge"
  982. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  983. w2:BreakJoints()
  984. w2.Anchored = true
  985. w2.Parent = workspace
  986. w2.Transparency = 0.7
  987. table.insert(Effects,{w2,"Disappear",.01})
  988. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  989. table.insert(list,w2)
  990. end
  991. return unpack(list)
  992. end
  993.  
  994.  
  995.  
  996. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  997. if hit.Parent==nil then
  998. return
  999. end
  1000. h=hit.Parent:FindFirstChildOfClass("Humanoid")
  1001. for _,v in pairs(hit.Parent:children()) do
  1002. if v:IsA("Humanoid") then
  1003. h=v
  1004. end
  1005. end
  1006. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1007. h=hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
  1008. end
  1009. if hit.Parent.className=="Hat" then
  1010. hit=hit.Parent.Parent:findFirstChild("Head")
  1011. end
  1012. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1013. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  1014. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  1015. return
  1016. end]]
  1017. -- hs(hit,1.2)
  1018. c=Instance.new("ObjectValue")
  1019. c.Name="creator"
  1020. c.Value=game:service("Players").LocalPlayer
  1021. c.Parent=h
  1022. game:GetService("Debris"):AddItem(c,.5)
  1023. Damage=math.random(minim,maxim)
  1024. -- h:TakeDamage(Damage)
  1025. blocked=false
  1026. block=hit.Parent:findFirstChild("Block")
  1027. if block~=nil then
  1028. print(block.className)
  1029. if block.className=="NumberValue" then
  1030. if block.Value>0 then
  1031. blocked=true
  1032. if decreaseblock==nil then
  1033. block.Value=block.Value-1
  1034. end
  1035. end
  1036. end
  1037. if block.className=="IntValue" then
  1038. if block.Value>0 then
  1039. blocked=true
  1040. if decreaseblock~=nil then
  1041. block.Value=block.Value-1
  1042. end
  1043. end
  1044. end
  1045. end
  1046. if blocked==false then
  1047. -- h:TakeDamage(Damage)
  1048. h.Health=h.Health-Damage
  1049. showDamage(hit.Parent,Damage,.999,BrickColor.new("Really red"))
  1050. else
  1051. h.Health=h.Health-(Damage/999)
  1052. showDamage(hit.Parent,Damage/999,.999,BrickColor.new("Bright blue"))
  1053. end
  1054. if Type=="Knockdown" then
  1055. hum=hit.Parent.Humanoid
  1056. hum.PlatformStand=true
  1057. coroutine.resume(coroutine.create(function(HHumanoid)
  1058. swait(1)
  1059. HHumanoid.PlatformStand=false
  1060. end),hum)
  1061. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  1062. hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  1063. local bodvol=Instance.new("BodyVelocity")
  1064. bodvol.velocity=angle*knockback
  1065. bodvol.P=5000
  1066. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1067. bodvol.Parent=hit
  1068. rl=Instance.new("BodyAngularVelocity")
  1069. rl.P=3000
  1070. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1071. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1072. rl.Parent=hit
  1073. game:GetService("Debris"):AddItem(bodvol,.5)
  1074. game:GetService("Debris"):AddItem(rl,.5)
  1075. elseif Type=="Normal" then
  1076. bp=Instance.new("BodyVelocity")
  1077. bp.P=100000
  1078. bp.maxForce=Vector3.new(math.huge,0,math.huge)
  1079. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  1080. if KnockbackType==1 then
  1081. bp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1082. elseif KnockbackType==2 then
  1083. bp.velocity=Property.CFrame.lookVector*knockback
  1084. end
  1085. if knockback>0 then
  1086. bp.Parent=hit.Parent.Torso
  1087.  
  1088. end
  1089. game:GetService("Debris"):AddItem(bp,.5)
  1090. elseif Type=="Up" then
  1091. local bodyVelocity=Instance.new("BodyVelocity")
  1092. bodyVelocity.velocity=vt(0,60,0)
  1093. bodyVelocity.P=5000
  1094. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1095. bodyVelocity.Parent=hit
  1096. game:GetService("Debris"):AddItem(bodyVelocity,1)
  1097. rl=Instance.new("BodyAngularVelocity")
  1098. rl.P=3000
  1099. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1100. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  1101. rl.Parent=hit
  1102. game:GetService("Debris"):AddItem(rl,.5)
  1103. elseif Type=="Snare" then
  1104. bp=Instance.new("BodyPosition")
  1105. bp.P=2000
  1106. bp.D=100
  1107. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1108. bp.position=hit.Parent.Torso.Position
  1109. bp.Parent=hit.Parent.Torso
  1110. game:GetService("Debris"):AddItem(bp,1)
  1111. elseif Type=="Target" then
  1112. if Targetting==false then
  1113. ZTarget=hit.Parent.Torso
  1114. coroutine.resume(coroutine.create(function(Part)
  1115. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1116. swait(1)
  1117. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1118. end),ZTarget)
  1119. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  1120. targetgui=Instance.new("BillboardGui")
  1121. targetgui.Parent=ZTarget
  1122. targetgui.Size=UDim2.new(10,100,10,100)
  1123. targ=Instance.new("ImageLabel")
  1124. targ.Parent=targetgui
  1125. targ.BackgroundTransparency=1
  1126. targ.Image="rbxassetid://4834067"
  1127. targ.Size=UDim2.new(1,0,1,0)
  1128. cam.CameraType="Scriptable"
  1129. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1130. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1131. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1132. Targetting=true
  1133. RocketTarget=ZTarget
  1134. for i=1,Property do
  1135. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  1136. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  1137. swait()
  1138. end
  1139. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  1140. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1141. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1142. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  1143. end
  1144. Targetting=true
  1145. RocketTarget=true
  1146. targetgui.Parent=true
  1147. cam.CameraType="Custom"
  1148. end
  1149. end
  1150. debounce=Instance.new("BoolValue")
  1151. debounce.Name="DebounceHit"
  1152. debounce.Parent=hit.Parent
  1153. debounce.Value=true
  1154. game:GetService("Debris"):AddItem(debounce,Delay)
  1155. c=Instance.new("ObjectValue")
  1156. c.Name="creator"
  1157. c.Value=Player
  1158. c.Parent=h
  1159. game:GetService("Debris"):AddItem(c,.5)
  1160. CRIT=true
  1161. hitDeb=true
  1162. AttackPos=6
  1163. end
  1164. end
  1165.  
  1166. showDamage=function(Char,Dealt,du,Color)
  1167. m=Instance.new("Model")
  1168. m.Name=tostring(Dealt)
  1169. h=Instance.new("Humanoid")
  1170. h.Health=0
  1171. h.MaxHealth=0
  1172. h.Parent=m
  1173. c=Instance.new("Part")
  1174. c.Transparency=0
  1175. c.BrickColor=Color
  1176. c.Transparency = 1
  1177. c.Name="Head"
  1178. c.TopSurface=0
  1179. c.BottomSurface=0
  1180. c.formFactor="Plate"
  1181. c.Size=Vector3.new(1,.4,1)
  1182.  
  1183. local txt = Instance.new("BillboardGui", c)
  1184. txt.Adornee = c
  1185. txt.Name = "_status"
  1186. txt.Size = UDim2.new(2, 0, 1.2, 0)
  1187. txt.StudsOffset = Vector3.new(-9, 8, 0)
  1188. local text = Instance.new("TextLabel", txt)
  1189. text.Size = UDim2.new(10, 0, 7, 0)
  1190. text.FontSize = "Size12"
  1191. text.TextScaled = true
  1192. text.TextTransparency = 0.5
  1193. text.BackgroundTransparency = 1
  1194. text.TextTransparency = 0.5
  1195. text.TextStrokeTransparency = 0.5
  1196. text.Font = "SciFi"
  1197. text.TextStrokeColor3 = Color3.new(0,0,0)
  1198. v=Instance.new("Part")
  1199. v.Name = "ColorBrick"
  1200. v.Parent=c
  1201. v.FormFactor="Symmetric"
  1202. v.Anchored=true
  1203. v.CanCollide=false
  1204. v.BottomSurface="Smooth"
  1205. v.TopSurface="Smooth"
  1206. v.Size=Vector3.new(10,5,3)
  1207. v.Transparency=1
  1208. v.CFrame=c.CFrame
  1209. v.BrickColor=BrickColor.random()
  1210. v.Transparency=1
  1211. text.TextColor3 = t.BrickColor.Color
  1212. v.Shape="Block"
  1213. text.Text = tostring(Dealt)
  1214. ms=Instance.new("CylinderMesh")
  1215. ms.Scale=Vector3.new(.8,.8,.8)
  1216. --[[local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  1217. local rndm=math.random(1,#hitsounds)
  1218. local r=rndm
  1219. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id="..hitsounds[r],c,1.25,1)]]--
  1220. if CRIT==true then
  1221. ms.Scale=Vector3.new(1,1.25,1)
  1222. end
  1223. ms.Parent=c
  1224. c.Reflectance=0
  1225. Instance.new("BodyGyro").Parent=c
  1226. c.Parent=m
  1227. if Char:findFirstChild("Head")~=nil then
  1228. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1229. elseif Char.Parent:findFirstChild("Head")~=nil then
  1230. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1231. end
  1232. f=Instance.new("BodyPosition")
  1233. f.P=200000
  1234. f.D=100
  1235. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1236. f.position=c.Position+Vector3.new(0,3,0)
  1237. f.Parent=c
  1238. game:GetService("Debris"):AddItem(m,.5+du)
  1239. c.CanCollide=false
  1240. m.Parent=workspace
  1241. c.CanCollide=false
  1242. end
  1243.  
  1244. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1245. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1246. end
  1247.  
  1248. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  1249. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1250. prt.Anchored=true
  1251. prt.CFrame=cframe
  1252. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  1253. --http://www.roblox.com/asset/?id=4770560
  1254. game:GetService("Debris"):AddItem(prt,2)
  1255. CF=prt.CFrame
  1256. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  1257. for i=0,1,0.2 do
  1258. wait()
  1259. Part.CFrame=CF*cf(0,0,-0.4)
  1260. end
  1261. for i=0,1,delay do
  1262. wait()
  1263. --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5)
  1264. Mesh.Scale=Mesh.Scale
  1265. end
  1266. for i=0,1,0.1 do
  1267. wait()
  1268. Part.Transparency=i
  1269. end
  1270. Part.Parent=nil
  1271. end),prt,msh,CF)
  1272. end
  1273.  
  1274. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1275. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1276. prt.Anchored=true
  1277. prt.Material = "Plastic"
  1278. prt.CFrame=cframe
  1279. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1280. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1281. game:GetService("Debris"):AddItem(prt,5)
  1282. coroutine.resume(coroutine.create(function(Part,Mesh)
  1283. for i=0,1,delay do
  1284. swait()
  1285. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1286. Part.Transparency=i
  1287. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1288. end
  1289. Part.Parent=nil
  1290. end),prt,msh)
  1291. end
  1292.  
  1293.  
  1294.  
  1295.  
  1296. function MagicBlockDash(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1297. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.3,0.3,0.3))
  1298. prt.Anchored=true
  1299. prt.Material = "Neon"
  1300. prt.CFrame=cframe
  1301. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1302. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1303. game:GetService("Debris"):AddItem(prt,1)
  1304. coroutine.resume(coroutine.create(function(Part,Mesh)
  1305. for i=0,1,delay do
  1306. swait()
  1307. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1308. Part.Transparency=i
  1309. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1310. end
  1311. Part.Parent=nil
  1312. end),prt,msh)
  1313. end
  1314.  
  1315.  
  1316. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  1317. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1318. prt.Anchored=true
  1319. prt.Material = "Neon"
  1320. prt.CFrame=cframe
  1321. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1322. game:GetService("Debris"):AddItem(prt,5)
  1323. coroutine.resume(coroutine.create(function(Part,Mesh)
  1324. local rtype = rottype
  1325. for i=0,1,delay do
  1326. swait()
  1327. if rtype == 1 then
  1328. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  1329. elseif rtype == 2 then
  1330. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  1331. end
  1332. Part.Transparency=i
  1333. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1334. end
  1335. Part.Parent=nil
  1336. end),prt,msh)
  1337. end
  1338.  
  1339. function MagicSphere(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1340. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1341. prt.Anchored=true
  1342. prt.CFrame=cframe
  1343. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1344. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1345. game:GetService("Debris"):AddItem(prt,5)
  1346. coroutine.resume(coroutine.create(function(Part,Mesh)
  1347. for i=0,1,delay do
  1348. wait()
  1349. Part.Transparency=i
  1350. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1351. end
  1352. Part.Parent=nil
  1353. end),prt,msh)
  1354. end
  1355.  
  1356. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  1357. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1358. prt.Anchored=true
  1359. prt.Material = "Neon"
  1360. prt.CFrame=cframe
  1361. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1362. game:GetService("Debris"):AddItem(prt,5)
  1363. coroutine.resume(coroutine.create(function(Part,Mesh)
  1364. local rtype = rottype
  1365. for i=0,1,delay do
  1366. swait()
  1367. if rtype == 1 then
  1368. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  1369. elseif rtype == 2 then
  1370. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  1371. end
  1372. Part.Transparency=i
  1373. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1374. end
  1375. Part.Parent=nil
  1376. end),prt,msh)
  1377. end
  1378.  
  1379. function MagicShock(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  1380. local prt=part(3,char,1,1,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1381. prt.Anchored=true
  1382. prt.Material = "Neon"
  1383. prt.CFrame=cframe
  1384. local dec = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  1385. local dec2 = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  1386. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  1387. game:GetService("Debris"):AddItem(prt,5)
  1388. coroutine.resume(coroutine.create(function(Part,Mesh)
  1389. local rtype = rottype
  1390. for i=0,1,delay do
  1391. swait()
  1392. if rtype == 1 then
  1393. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  1394. elseif rtype == 2 then
  1395. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  1396. end
  1397. dec.Transparency=i
  1398. dec2.Transparency=i
  1399. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  1400. end
  1401. Part.Parent=nil
  1402. end),prt,msh)
  1403. end
  1404.  
  1405. function MagicShockAlt(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  1406. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1407. prt.Anchored=true
  1408. prt.Material = "Neon"
  1409. prt.CFrame=cframe
  1410. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  1411. game:GetService("Debris"):AddItem(prt,5)
  1412. coroutine.resume(coroutine.create(function(Part,Mesh)
  1413. local rtype = rottype
  1414. for i=0,1,delay do
  1415. swait()
  1416. if rtype == 1 then
  1417. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  1418. elseif rtype == 2 then
  1419. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  1420. end
  1421. prt.Transparency=i
  1422. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  1423. end
  1424. Part.Parent=nil
  1425. end),prt,msh)
  1426. end
  1427.  
  1428. function MagicShockAltCircle(brickcolor,cframe,x1,z1,x3,z3,delay,rottype)
  1429. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1430. prt.Anchored=true
  1431. prt.Material = "Neon"
  1432. prt.CFrame=cframe
  1433. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,1,z1))
  1434. game:GetService("Debris"):AddItem(prt,5)
  1435. coroutine.resume(coroutine.create(function(Part,Mesh)
  1436. local rtype = rottype
  1437. for i=0,1,delay do
  1438. swait()
  1439. if rtype == 1 then
  1440. prt.CFrame = prt.CFrame*CFrame.Angles(0,0.1,0)
  1441. elseif rtype == 2 then
  1442. prt.CFrame = prt.CFrame*CFrame.Angles(0,-0.1,0)
  1443. end
  1444. prt.Transparency=i
  1445. Mesh.Scale=Mesh.Scale+vt(x3,0,z3)
  1446. end
  1447. Part.Parent=nil
  1448. end),prt,msh)
  1449. end
  1450.  
  1451. function MagicShockTrailAlt(brickcolor,cframe,x1,y1,z1,x3,y3,delay,rottype)
  1452. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1453. prt.Anchored=true
  1454. prt.Material = "Neon"
  1455. prt.CFrame=cframe
  1456. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1457. game:GetService("Debris"):AddItem(prt,5)
  1458. coroutine.resume(coroutine.create(function(Part,Mesh)
  1459. local rtype = rottype
  1460. for i=0,1,delay do
  1461. swait()
  1462. if rtype == 1 then
  1463. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  1464. elseif rtype == 2 then
  1465. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  1466. end
  1467. prt.Transparency=i
  1468. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  1469. end
  1470. Part.Parent=nil
  1471. end),prt,msh)
  1472. end
  1473.  
  1474. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  1475. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1476. prt.Material = "Neon"
  1477. prt.Anchored=true
  1478. prt.CFrame=cframe
  1479. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  1480. local wld=weld(prt,prt,Parent,cframe)
  1481. game:GetService("Debris"):AddItem(prt,5)
  1482. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  1483. for i=0,1,delay do
  1484. wait()
  1485. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  1486. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1487. Part.Transparency=i
  1488. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1489. end
  1490. Part.Parent=nil
  1491. end),prt,msh,wld)
  1492. end
  1493.  
  1494. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  1495. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1496. prt.Anchored=false
  1497. prt.CFrame=cframe
  1498. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1499. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  1500. game:GetService("Debris"):AddItem(prt,5)
  1501. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  1502. for i=0,1,delay do
  1503. wait()
  1504. Weld.C0=euler(i*20,0,0)
  1505. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1506. Part.Transparency=i
  1507. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1508. end
  1509. Part.Parent=nil
  1510. end),prt,msh,wld)
  1511. end
  1512.  
  1513. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1514. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1515. prt.Anchored=true
  1516. prt.CFrame=cframe
  1517. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1518. game:GetService("Debris"):AddItem(prt,2)
  1519. coroutine.resume(coroutine.create(function(Part,Mesh)
  1520. for i=0,1,delay do
  1521. wait()
  1522. Part.CFrame=Part.CFrame
  1523. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1524. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1525. prt2.Anchored=true
  1526. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1527. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  1528. game:GetService("Debris"):AddItem(prt2,2)
  1529. coroutine.resume(coroutine.create(function(Part,Mesh)
  1530. for i=0,1,0.1 do
  1531. wait()
  1532. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  1533. end
  1534. Part.Parent=nil
  1535. end),prt2,msh2)
  1536. end
  1537. for i=0,1,delay*2 do
  1538. wait()
  1539. Part.CFrame=Part.CFrame
  1540. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  1541. end
  1542. Part.Parent=nil
  1543. end),prt,msh)
  1544. end
  1545.  
  1546. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  1547. local frame = IT("Frame")
  1548. frame.BackgroundTransparency = TRANSPARENCY
  1549. frame.BorderSizePixel = BORDERSIZEPIXEL
  1550. frame.Position = POSITION
  1551. frame.Size = SIZE
  1552. frame.BackgroundColor3 = COLOR
  1553. frame.BorderColor3 = BORDERCOLOR
  1554. frame.Name = NAME
  1555. frame.Parent = PARENT
  1556. return frame
  1557. end
  1558.  
  1559. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  1560. local label = IT("TextLabel")
  1561. label.BackgroundTransparency = 1
  1562. label.Size = UD2(1, 0, 1, 0)
  1563. label.Position = UD2(0, 0, 0, 0)
  1564. label.TextColor3 = TEXTCOLOR
  1565. label.TextStrokeTransparency = STROKETRANSPARENCY
  1566. label.TextTransparency = TRANSPARENCY
  1567. label.FontSize = TEXTFONTSIZE
  1568. label.Font = TEXTFONT
  1569. label.BorderSizePixel = BORDERSIZEPIXEL
  1570. label.TextScaled = false
  1571. label.Text = TEXT
  1572. label.Name = NAME
  1573. label.Parent = PARENT
  1574. return label
  1575. end
  1576.  
  1577. IT = Instance.new
  1578. CF = CFrame.new
  1579. VT = Vector3.new
  1580. RAD = math.rad
  1581. C3 = Color3.new
  1582. UD2 = UDim2.new
  1583. BRICKC = BrickColor.new
  1584. ANGLES = CFrame.Angles
  1585. EULER = CFrame.fromEulerAnglesXYZ
  1586. COS = math.cos
  1587. ACOS = math.acos
  1588. SIN = math.sin
  1589. ASIN = math.asin
  1590. ABS = math.abs
  1591. MRANDOM = math.random
  1592. FLOOR = math.floor
  1593.  
  1594. local SKILLTEXTCOLOR = C3(255,0,255)
  1595. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  1596. WEAPONGUI.Name = "Weapon GUI"
  1597.  
  1598. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.13, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  1599. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.60, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  1600. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  1601. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.7, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  1602. local SKILL5FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.60, 0, 0.130, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  1603. local SKILL6FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.13, 0, 0.130, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 6 Frame")
  1604.  
  1605. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Q] Power Stone Blast", SKILLTEXTCOLOR, 7, "Bodoni", 0, 2, 1, "Text 1")
  1606. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[E] Power Stone Bomb", SKILLTEXTCOLOR, 7, "Bodoni", 0, 2, 1, "Text 2")
  1607. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[R] Power Beam", SKILLTEXTCOLOR, 7, "Bodoni", 0, 2, 1, "Text 3")
  1608. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] True Power Throw", SKILLTEXTCOLOR, 6, "Bodoni", 0, 2, 1, "Text4")
  1609. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[Z] Time Blast", SKILLTEXTCOLOR, 6, "Bodoni", 0, 2, 1, "Text5")
  1610. local SKILL6TEXT = CreateLabel(SKILL6FRAME, "[C] Snap Fingers", SKILLTEXTCOLOR, 6, "Bodoni", 0, 2, 1, "Text6")
  1611.  
  1612. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1613. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1614. prt.Anchored=true
  1615. prt.CFrame=cframe
  1616. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1617. game:GetService("Debris"):AddItem(prt,2)
  1618. coroutine.resume(coroutine.create(function(Part,Mesh)
  1619. for i=0,1,delay do
  1620. wait()
  1621. Part.CFrame=Part.CFrame
  1622. Part.Transparency=i
  1623. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1624. end
  1625. Part.Parent=nil
  1626. end),prt,msh)
  1627. end
  1628.  
  1629. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1630. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1631. prt.Anchored=true
  1632. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1633. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1634. game:GetService("Debris"):AddItem(prt,2)
  1635. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1636. CF=Part.CFrame
  1637. Numbb=0
  1638. randnumb=math.random()/10
  1639. rand1=math.random()/10
  1640. for i=0,1,rand1 do
  1641. wait()
  1642. CF=CF*cf(0,math.random()/2,0)
  1643. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1644. Part.CFrame=CF*euler(Numbb,0,0)
  1645. Part.Transparency=i
  1646. Numbb=Numbb+randnumb
  1647. end
  1648. Part.Parent=nil
  1649. end),prt,CF,Numbb,randnumb)
  1650. end
  1651.  
  1652. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1653. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1654. prt.Anchored=true
  1655. prt.CFrame=cframe
  1656. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  1657. game:GetService("Debris"):AddItem(prt,5)
  1658. coroutine.resume(coroutine.create(function(Part,Mesh)
  1659. for i=0,1,delay do
  1660. wait()
  1661. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  1662. Part.Transparency=i
  1663. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1664. end
  1665. Part.Parent=nil
  1666. end),prt,msh)
  1667. end
  1668.  
  1669. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1670. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1671. prt.Anchored=true
  1672. prt.CFrame=cframe
  1673. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  1674. game:GetService("Debris"):AddItem(prt,2)
  1675. coroutine.resume(coroutine.create(function(Part,Mesh)
  1676. for i=0,1,delay do
  1677. wait()
  1678. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  1679. Part.Transparency=i
  1680. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1681. end
  1682. Part.Parent=nil
  1683. end),prt,msh)
  1684. end
  1685.  
  1686. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  1687. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1688. prt.Anchored=true
  1689. prt.CFrame=cframe*cf(x,y,z)
  1690. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  1691. game:GetService("Debris"):AddItem(prt,5)
  1692. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  1693. local num=math.random()
  1694. local num2=math.random(-3,2)+math.random()
  1695. local numm=0
  1696. for i=0,1,delay*2 do
  1697. swait()
  1698. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  1699. Part.Transparency=i
  1700. numm=numm+0.01
  1701. end
  1702. Part.Parent=nil
  1703. Mesh.Parent=nil
  1704. end),prt,msh,x,y,z)
  1705. end
  1706.  
  1707. function dmgstart(dmg,what)
  1708. hitcon = what.Touched:connect(function(hit)
  1709. local hum = hit.Parent:FindFirstChild("Humanoid")
  1710. if hum and not hum:IsDescendantOf(Character) then
  1711. hum:TakeDamage(dmg)
  1712. end
  1713. end)
  1714. end
  1715.  
  1716. function dmgstop()
  1717. hitcon:disconnect()
  1718. end
  1719.  
  1720. function Cloak()
  1721. Face.Parent=nil
  1722. cloaked=true
  1723. for _,v in pairs(Torso.Parent:children()) do
  1724. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1725. coroutine.resume(coroutine.create(function()
  1726. for i=0,1,0.2 do
  1727. wait()
  1728. v.Transparency=i
  1729. end
  1730. v.Transparency=1
  1731. end))
  1732. end
  1733. if v.className=="Hat" then
  1734. hatp=v.Handle
  1735. coroutine.resume(coroutine.create(function(derp)
  1736. for i=0,1,0.2 do
  1737. wait()
  1738. derp.Transparency=i
  1739. end
  1740. derp.Transparency=1
  1741. end),hatp)
  1742. end
  1743. end
  1744. for _,v in pairs(m:children()) do
  1745. if v.className=="Part" then
  1746. coroutine.resume(coroutine.create(function()
  1747. for i=0,1,0.2 do
  1748. wait()
  1749. v.Transparency=i
  1750. end
  1751. v.Transparency=1
  1752. end))
  1753. end
  1754. end
  1755. end
  1756.  
  1757. function UnCloak()
  1758. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  1759. Face.Parent=Head
  1760. cloaked=false
  1761. for _,v in pairs(Torso.Parent:children()) do
  1762. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1763. coroutine.resume(coroutine.create(function()
  1764. for i=0,1,0.1 do
  1765. wait()
  1766. v.Transparency=v.Transparency-0.1
  1767. end
  1768. v.Transparency=0
  1769. end))
  1770. end
  1771. if v.className=="Hat" then
  1772. hatp=v.Handle
  1773. coroutine.resume(coroutine.create(function(derp)
  1774. for i=0,1,0.1 do
  1775. wait()
  1776. derp.Transparency=derp.Transparency-0.1
  1777. end
  1778. derp.Transparency=0
  1779. end),hatp)
  1780. end
  1781. end
  1782. for _,v in pairs(m:children()) do
  1783. if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  1784. coroutine.resume(coroutine.create(function()
  1785. for i=0,1,0.1 do
  1786. wait()
  1787. v.Transparency=v.Transparency-0.1
  1788. end
  1789. v.Transparency=0
  1790. end))
  1791. v.Transparency=0
  1792. end
  1793. end
  1794. end
  1795.  
  1796. local jumped = false
  1797. function jump()
  1798. attack = true
  1799. jumped = true
  1800. hum.WalkSpeed = 0
  1801. MagicBlock(bc("Really red"),root.CFrame,15,15,15,-0.25,-0.25,-0.25,0.015)
  1802. CFuncs["Sound"].Create("rbxassetid://169445572", root, 0.7, 0.7)
  1803. CFuncs["Sound"].Create("rbxassetid://169380495", root, 1, 0.7)
  1804. for i = 0,15,0.1 do
  1805. swait()
  1806. MagicBlock(bc("Really red"),sorb2.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  1807. MagicBlock(bc("Lavender"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  1808. RH.C0=clerp(RH.C0,cf(1,0.45,-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(50)),.05)
  1809. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(15)),.05)
  1810. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1.5)* angles(math.rad(50),math.rad(0),math.rad(0)),0.05)
  1811. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.05)
  1812. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.05)
  1813. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.05)
  1814. lig = Instance.new("PointLight",player.Character.Torso)
  1815. lig.Color=Color3.new(255,0,0)
  1816. lig.Range = 10
  1817. end
  1818. local bv = Instance.new("BodyVelocity")
  1819. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1820. bv.velocity = Vector3.new(0,500,0)
  1821. bv.Parent = root
  1822. game:GetService("Debris"):AddItem(bv, 0.5)
  1823. local rng = Instance.new("Part", char)
  1824. rng.Anchored = true
  1825. rng.BrickColor = BrickColor.new("Lavender")
  1826. rng.CanCollide = false
  1827. rng.FormFactor = 3
  1828. rng.Name = "Ring"
  1829. rng.Size = Vector3.new(1, 1, 1)
  1830. rng.Transparency = 0
  1831. rng.TopSurface = 0
  1832. rng.BottomSurface = 0
  1833. rng.Position = root.Position
  1834. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1835. local rngm = Instance.new("SpecialMesh", rng)
  1836. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1837. local rng2 = rng:Clone()
  1838. rng2.Parent = char
  1839. local rng2m = rng2.Mesh
  1840. local rng3 = rng:Clone()
  1841. rng3.Parent = char
  1842. rng3.BrickColor = BrickColor.new("Really red")
  1843. local rng3m = rng3.Mesh
  1844. local rng4 = rng:Clone()
  1845. rng4.Parent = char
  1846. local rng4m = rng4.Mesh
  1847. local rng5 = rng:Clone()
  1848. rng5.Parent = char
  1849. rng5.BrickColor = BrickColor.new("Lime green")
  1850. local rng5m = rng5.Mesh
  1851. CFuncs["Sound"].Create("rbxassetid://324867021", rng, 10, 1)
  1852. wait()
  1853. local scaler = 10
  1854. local scaler2 = 10
  1855. game:GetService("Debris"):AddItem(bv, 2.4)
  1856. hum.WalkSpeed = 50
  1857. MagicBlock(bc("White"),root.CFrame,15,15,15,10,10,10,0.015)
  1858. for i = 0,10,0.1 do
  1859. swait()
  1860. rng.Transparency = rng.Transparency + 0.01
  1861. rng2.Transparency = rng2.Transparency + 0.01
  1862. rng3.Transparency = rng3.Transparency + 0.01
  1863. rng4.Transparency = rng4.Transparency + 0.01
  1864. rng5.Transparency = rng5.Transparency + 0.01
  1865. scaler = scaler - 0.125
  1866. scaler2 = scaler2 - 0.1
  1867. rng2m.Scale = rng2m.Scale + Vector3.new(scaler/1.25, scaler/1.25, 20)
  1868. rng3m.Scale = rng3m.Scale + Vector3.new(scaler/1.5, scaler/1.5, 30)
  1869. rng4m.Scale = rng4m.Scale + Vector3.new(scaler/1.75, scaler/1.75, 40)
  1870. rng5m.Scale = rng5m.Scale + Vector3.new(scaler/2, scaler/2, 50)
  1871. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  1872. RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(5)),.5)
  1873. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(5)),.5)
  1874. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-5),math.rad(0),math.rad(0)),0.5)
  1875. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.5)
  1876. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(50)), 0.5)
  1877. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-50)), 0.5)
  1878. end
  1879. game:GetService("Debris"):AddItem(rng, 0.1)
  1880. game:GetService("Debris"):AddItem(rng2, 0.1)
  1881. game:GetService("Debris"):AddItem(rng3, 0.1)
  1882. game:GetService("Debris"):AddItem(rng4, 0.1)
  1883. game:GetService("Debris"):AddItem(rng5, 0.1)
  1884. hum.WalkSpeed = 16
  1885. attack = false
  1886. jumped = false
  1887. end
  1888.  
  1889. function dash()
  1890. attack = true
  1891. jumped = true
  1892. hum.WalkSpeed = 16
  1893. killbrick = Instance.new("Part",char)
  1894. killbrick.Size = Vector3.new(1,1,1)
  1895. killbrick.Transparency = 1
  1896. killbrick:BreakJoints()
  1897. killbrick.CanCollide = false
  1898. local wel = Instance.new("Weld",killbrick)
  1899. wel.Part0 = killbrick
  1900. wel.Part1 = char["Left Arm"]
  1901. wel.C0 = CFrame.new(0,1,0)
  1902. local bv = Instance.new("BodyVelocity")
  1903. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1904. bv.velocity = root.CFrame.lookVector*150
  1905. bv.Parent = root
  1906. char.Head.face.Texture = "rbxassetid://126198982"
  1907. game:GetService("Debris"):AddItem(bv, 1)
  1908. local rng = Instance.new("Part", char)
  1909. rng.Anchored = true
  1910. rng.BrickColor = BrickColor.new("Neon orange")
  1911. rng.CanCollide = false
  1912. rng.FormFactor = 3
  1913. rng.Name = "Ring"
  1914. rng.Size = Vector3.new(1, 1, 1)
  1915. rng.Transparency = 0
  1916. rng.TopSurface = 0
  1917. rng.BottomSurface = 0
  1918. rng.CFrame = root.CFrame
  1919. local rngm = Instance.new("SpecialMesh", rng)
  1920. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1921. local rng2 = rng:Clone()
  1922. rng2.BrickColor = BrickColor.new("New Yeller")
  1923. rng2.Parent = char
  1924. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  1925. local rng2m = rng2.Mesh
  1926. local rng3 = rng:Clone()
  1927. rng3.Parent = char
  1928. rng3.BrickColor = BrickColor.new("New Yeller")
  1929. rng3.CFrame = root.CFrame + root.CFrame.lookVector*20
  1930. local rng3m = rng3.Mesh
  1931. local rng4 = rng:Clone()
  1932. rng4.Parent = char
  1933. rng4.CFrame = root.CFrame + root.CFrame.lookVector*30
  1934. local rng4m = rng4.Mesh
  1935. local rng5 = rng:Clone()
  1936. rng5.Parent = char
  1937. rng5.CFrame = root.CFrame + root.CFrame.lookVector*40
  1938. local rng5m = rng5.Mesh
  1939. local rng6 = rng:Clone()
  1940. rng6.Material = "Neon"
  1941. rng6.CanCollide = false
  1942. rng6.BrickColor = BrickColor.new("Really blue")
  1943. rng6.Parent = LeftLeg
  1944. local rng6m = rng6.Mesh
  1945. rng6m.Scale = vt(1,1,1)
  1946. rng6m.MeshType = "Sphere"
  1947. local rng7 = rng:Clone()
  1948. rng7.Material = "Plastic"
  1949. rng7.CanCollide = false
  1950. rng7.BrickColor = BrickColor.new("New Yeller")
  1951. rng7.Parent = LeftLeg
  1952. local rng7m = rng7.Mesh
  1953. rng7m.Scale = vt(1,1,1)
  1954. rng7m.MeshType = "Sphere"
  1955. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  1956. CFuncs["Sound"].Create("rbxassetid://539294959", root, 1, 1)
  1957. wait()
  1958. local scaler = 10/5
  1959. local scaler2 = 10/5
  1960. local hit = rng6.Touched:connect(function(hit)
  1961. Damagefunc(hit,25,35,math.random(20,30),"Normal",root,.2,1)
  1962. end)
  1963. for i = 0,10,0.1 do
  1964. swait()
  1965. rng.Transparency = rng.Transparency + 0.01
  1966. rng2.Transparency = rng2.Transparency + 0.01
  1967. rng3.Transparency = rng3.Transparency + 0.01
  1968. rng4.Transparency = rng4.Transparency + 0.01
  1969. rng5.Transparency = rng5.Transparency + 0.01
  1970. rng6.Transparency = rng5.Transparency + 0.001
  1971. rng7.Transparency = rng5.Transparency + 0.001
  1972. scaler = scaler - 0.125/5
  1973. scaler2 = scaler2 - 0.1/5
  1974. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  1975. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0)
  1976. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.75, 0)
  1977. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  1978. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/1.5)
  1979. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  1980. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  1981. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  1982. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  1983. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  1984. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  1985. rng6.CFrame = rng3.CFrame
  1986. rng7.CFrame = rng3.CFrame
  1987. end
  1988. game:GetService("Debris"):AddItem(rng, 0.1)
  1989. game:GetService("Debris"):AddItem(rng2, 0.1)
  1990. game:GetService("Debris"):AddItem(rng3, 0.1)
  1991. game:GetService("Debris"):AddItem(rng4, 0.1)
  1992. game:GetService("Debris"):AddItem(rng5, 0.1)
  1993. hum.WalkSpeed = 16
  1994. hit:disconnect()
  1995. attack = false
  1996. killbrick:Destroy()
  1997. char.Head.face.Texture = "rbxassetid://1211126983"
  1998. jumped = false
  1999. end
  2000.  
  2001.  
  2002.  
  2003. function daash()
  2004. attack = false
  2005. jumped = false
  2006. hum.WalkSpeed = 16
  2007. local bv = Instance.new("BodyVelocity")
  2008. bv.maxForce = Vector3.new(6000,6000,6000)
  2009. bv.velocity = root.CFrame.lookVector*150
  2010. bv.Parent = root
  2011. char.Head.face.Texture = "rbxassetid://126198982"
  2012. game:GetService("Debris"):AddItem(bv, 1)
  2013. local rng = Instance.new("Part", char)
  2014. rng.Anchored = true
  2015. rng.BrickColor = BrickColor.new("Really red")
  2016. rng.CanCollide = false
  2017. rng.FormFactor = 3
  2018. rng.Name = "Ring"
  2019. rng.Size = Vector3.new(1, 1, 1)
  2020. rng.Transparency = 0
  2021. rng.TopSurface = 0
  2022. rng.BottomSurface = 0
  2023. rng.CFrame = root.CFrame
  2024. local rngm = Instance.new("SpecialMesh", rng)
  2025. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2026. local rng2 = rng:Clone()
  2027. rng2.BrickColor = BrickColor.new("Lime green")
  2028. rng2.Parent = char
  2029. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2030. local rng2m = rng2.Mesh
  2031.  
  2032. local rng5m = rng.Mesh
  2033. CFuncs["Sound"].Create("rbxassetid://262562442", root, 1, 1)
  2034. wait()
  2035. local scaler = 10/5
  2036. local scaler2 = 10/5
  2037. local hit = rng.Touched:connect(function(hit)
  2038. Damagefunc(hit,25,35,math.random(20,30),"Normal",root,.2,1)
  2039. end)
  2040. for i = 0,10,0.1 do
  2041. swait()
  2042. MagicBlockDash(bc("New Yeller"),sorb2.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2043. MagicBlockDash(bc("Really blue"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2044. rng.Transparency = rng.Transparency + 0.01
  2045. rng2.Transparency = rng2.Transparency + 0.01
  2046.  
  2047.  
  2048. scaler = scaler - 0.125/5
  2049. scaler2 = scaler2 - 0.125/5
  2050. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1, scaler2/1, 0)
  2051.  
  2052.  
  2053. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2054.  
  2055. end
  2056. game:GetService("Debris"):AddItem(rng, 0.1)
  2057. game:GetService("Debris"):AddItem(rng2, 0.1)
  2058. hum.WalkSpeed = 16
  2059. hit:disconnect()
  2060. attack = false
  2061. char.Head.face.Texture = "rbxassetid://29291814"
  2062. jumped = false
  2063. end
  2064.  
  2065.  
  2066.  
  2067. function dashh()
  2068. attack = true
  2069. jumped = true
  2070. hum.WalkSpeed = 16
  2071. local BV = Instance.new("BodyVelocity")
  2072. BV = Instance.new("BodyVelocity", tors)
  2073. BV.maxForce = Vector3.new(0,10000,0)
  2074. BV.P = 1000
  2075. BV.velocity = Vector3.new(0,800,0)
  2076. char.Head.face.Texture = "rbxassetid://126198982"
  2077. game:GetService("Debris"):AddItem(BV, 1)
  2078. local rng = Instance.new("Part", char)
  2079. rng.Anchored = true
  2080. rng.BrickColor = BrickColor.new("New Yeller")
  2081. rng.CanCollide = false
  2082. rng.FormFactor = 3
  2083. rng.Name = "Ring"
  2084. rng.Size = Vector3.new(1, 1, 1)
  2085. rng.Transparency = 0
  2086. rng.TopSurface = 0
  2087. rng.BottomSurface = 0
  2088. rng.CFrame = root.CFrame
  2089. local rngm = Instance.new("SpecialMesh", rng)
  2090. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2091. local rng2 = rng:Clone()
  2092. rng2.BrickColor = BrickColor.new("Bright red")
  2093. rng2.Parent = char
  2094. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2095. local rng2m = rng2.Mesh
  2096. local rng3 = rng:Clone()
  2097. rng3.Parent = char
  2098. rng3.BrickColor = BrickColor.new("Bright blue")
  2099. rng3.CFrame = root.CFrame + root.CFrame.lookVector*20
  2100. local rng3m = rng3.Mesh
  2101. local rng4 = rng:Clone()
  2102. rng4.Parent = char
  2103. rng4.CFrame = root.CFrame + root.CFrame.lookVector*30
  2104. local rng4m = rng4.Mesh
  2105. local rng5 = rng:Clone()
  2106. rng5.Parent = char
  2107. rng5.CFrame = root.CFrame + root.CFrame.lookVector*40
  2108. local rng5m = rng5.Mesh
  2109. local rng6 = rng:Clone()
  2110. rng6.Material = "Neon"
  2111. rng6.CanCollide = false
  2112. rng6.BrickColor = BrickColor.new("New Yeller")
  2113. rng6.Parent = LeftLeg
  2114. local rng6m = rng6.Mesh
  2115. rng6m.Scale = vt(1,1,1)
  2116. rng6m.MeshType = "Sphere"
  2117. local rng7 = rng:Clone()
  2118. rng7.Material = "Plastic"
  2119. rng7.CanCollide = false
  2120. rng7.BrickColor = BrickColor.new("Bright red")
  2121. rng7.Parent = LeftLeg
  2122. local rng7m = rng7.Mesh
  2123. rng7m.Scale = vt(1,1,1)
  2124. rng7m.MeshType = "Sphere"
  2125. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  2126. CFuncs["Sound"].Create("rbxassetid://539294959", root, 1, 1)
  2127. wait()
  2128. local scaler = 10/5
  2129. local scaler2 = 10/5
  2130. local hit = rng6.Touched:connect(function(hit)
  2131. Damagefunc(hit,25,35,math.random(20,30),"Normal",root,.2,1)
  2132. end)
  2133. for i = 0,10,0.1 do
  2134. swait()
  2135. MagicBlock(bc("Lime green"),sorb2.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2136. MagicBlock(bc("Really blue"),sorb2.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2137. rng.Transparency = rng.Transparency + 0.01
  2138. rng2.Transparency = rng2.Transparency + 0.01
  2139. rng3.Transparency = rng3.Transparency + 0.01
  2140. rng4.Transparency = rng4.Transparency + 0.01
  2141. rng5.Transparency = rng5.Transparency + 0.01
  2142. rng6.Transparency = rng5.Transparency + 0.001
  2143. rng7.Transparency = rng5.Transparency + 0.001
  2144. scaler = scaler - 0.125/5
  2145. scaler2 = scaler2 - 0.1/5
  2146. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  2147. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0)
  2148. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.75, 0)
  2149. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  2150. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/1.5)
  2151. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2152. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2153. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  2154. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2155. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  2156. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  2157. rng6.CFrame = rng3.CFrame
  2158. rng7.CFrame = rng3.CFrame
  2159. end
  2160. game:GetService("Debris"):AddItem(rng, 0.1)
  2161. game:GetService("Debris"):AddItem(rng2, 0.1)
  2162. game:GetService("Debris"):AddItem(rng3, 0.1)
  2163. game:GetService("Debris"):AddItem(rng4, 0.1)
  2164. game:GetService("Debris"):AddItem(rng5, 0.1)
  2165. hum.WalkSpeed = 16
  2166. hit:disconnect()
  2167. attack = false
  2168. char.Head.face.Texture = "rbxassetid://1211126983"
  2169. jumped = false
  2170. end
  2171.  
  2172.  
  2173. function dashs()
  2174. attack = true
  2175. jumped = true
  2176. hum.WalkSpeed = 16
  2177. local bv = Instance.new("BodyVelocity")
  2178. bv.maxForce = Vector3.new(0, 0, 0)
  2179. bv.velocity = root.CFrame.lookVector*150
  2180. bv.Parent = root
  2181. char.Head.face.Texture = "rbxassetid://1211126983"
  2182. game:GetService("Debris"):AddItem(bv, 1)
  2183. local rng = Instance.new("Part", char)
  2184. rng.Anchored = true
  2185. rng.BrickColor = BrickColor.new("Neon orange")
  2186. rng.CanCollide = false
  2187. rng.FormFactor = 3
  2188. rng.Name = "Ring"
  2189. rng.Size = Vector3.new(1, 1, 1)
  2190. rng.Transparency = 0
  2191. rng.TopSurface = 0
  2192. rng.BottomSurface = 0
  2193. rng.CFrame = root.CFrame
  2194. local rngm = Instance.new("SpecialMesh", rng)
  2195. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2196. local rng2 = rng:Clone()
  2197. rng2.BrickColor = BrickColor.new("Bright red")
  2198. rng2.Parent = char
  2199. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2200. local rng2m = rng2.Mesh
  2201. local rng3 = rng:Clone()
  2202. rng3.Parent = char
  2203. rng3.BrickColor = BrickColor.new("Bright blue")
  2204. rng3.CFrame = root.CFrame + root.CFrame.lookVector*20
  2205. local rng3m = rng3.Mesh
  2206. local rng4 = rng:Clone()
  2207. rng4.Parent = char
  2208. rng4.CFrame = root.CFrame + root.CFrame.lookVector*30
  2209. local rng4m = rng4.Mesh
  2210. local rng5 = rng:Clone()
  2211. rng5.Parent = char
  2212. rng5.CFrame = root.CFrame + root.CFrame.lookVector*40
  2213. local rng5m = rng5.Mesh
  2214. local rng6 = rng:Clone()
  2215. rng6.Material = "Neon"
  2216. rng6.CanCollide = false
  2217. rng6.BrickColor = BrickColor.new("New Yeller")
  2218. rng6.Parent = LeftLeg
  2219. local rng6m = rng6.Mesh
  2220. rng6m.Scale = vt(1,1,1)
  2221. rng6m.MeshType = "Sphere"
  2222. local rng7 = rng:Clone()
  2223. rng7.Material = "Plastic"
  2224. rng7.CanCollide = false
  2225. rng7.BrickColor = BrickColor.new("Lime green")
  2226. rng7.Parent = LeftLeg
  2227. local rng7m = rng7.Mesh
  2228. rng7m.Scale = vt(1,1,1)
  2229. rng7m.MeshType = "Sphere"
  2230. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  2231. CFuncs["Sound"].Create("rbxassetid://539294959", root, 1, 1)
  2232. wait()
  2233. local scaler = 10/5
  2234. local scaler2 = 10/5
  2235. local hit = rng6.Touched:connect(function(hit)
  2236. Damagefunc(hit,45,55,math.random(40,50),"Normal",root,.2,1)
  2237. end)
  2238. for i = 0,10,0.1 do
  2239. swait()
  2240. rng.Transparency = rng.Transparency + 0.01
  2241. rng2.Transparency = rng2.Transparency + 0.01
  2242. rng3.Transparency = rng3.Transparency + 0.01
  2243. rng4.Transparency = rng4.Transparency + 0.01
  2244. rng5.Transparency = rng5.Transparency + 0.01
  2245. rng6.Transparency = rng5.Transparency + 0.001
  2246. rng7.Transparency = rng5.Transparency + 0.001
  2247. scaler = scaler - 0.125/5
  2248. scaler2 = scaler2 - 0.1/5
  2249. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  2250. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  2251. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  2252. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/1.65, scaler2/1.65, 0)
  2253. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/0.5)
  2254. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/0.3)
  2255. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2256. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.05)
  2257. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.05)
  2258. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),0.05)
  2259. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(80)),.05)
  2260. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.05)
  2261. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.05)
  2262. rng6.CFrame = rng3.CFrame
  2263. rng7.CFrame = rng3.CFrame
  2264. end
  2265. game:GetService("Debris"):AddItem(rng, 0.1)
  2266. game:GetService("Debris"):AddItem(rng2, 0.1)
  2267. game:GetService("Debris"):AddItem(rng3, 0.1)
  2268. game:GetService("Debris"):AddItem(rng4, 0.1)
  2269. game:GetService("Debris"):AddItem(rng5, 0.1)
  2270. hum.WalkSpeed = 16
  2271. hit:disconnect()
  2272. attack = false
  2273. char.Head.face.Texture = "rbxassetid://1211126983"
  2274. jumped = false
  2275. end
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281. function punch()
  2282. attack = true
  2283. jumped = true
  2284. hum.WalkSpeed = 30
  2285. killbrick = Instance.new("Part",rarm)
  2286. killbrick.Size = Vector3.new(0.1,0.1,0.1)
  2287. killbrick.Transparency = 1
  2288. killbrick:BreakJoints()
  2289. killbrick.CanCollide = false
  2290. killbrick.Anchored = true
  2291. killbrick.CFrame = char.Torso.CFrame * CFrame.new(0,0,0)
  2292. lig = Instance.new("PointLight",player.Character.Torso)
  2293. lig.Color=Color3.new(255,0,0)
  2294. lig.Range = 20
  2295. local bv = Instance.new("BodyVelocity")
  2296. bv.maxForce = Vector3.new(1,1,1)
  2297. bv.velocity = root.CFrame.lookVector*150
  2298. bv.Parent = root
  2299. char.Head.face.Texture = "rbxassetid://1211126983"
  2300. game:GetService("Debris"):AddItem(bv, 1)
  2301. local rng = Instance.new("Part", char)
  2302. rng.Anchored = true
  2303. rng.BrickColor = BrickColor.new("Really red")
  2304. rng.CanCollide = false
  2305. rng.FormFactor = 3
  2306. rng.Name = "Ring"
  2307. rng.Size = Vector3.new(1, 1, 1)
  2308. rng.Transparency = 0
  2309. rng.TopSurface = 0
  2310. rng.BottomSurface = 0
  2311. rng.CFrame = root.CFrame
  2312. local rngm = Instance.new("SpecialMesh", rng)
  2313. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2314. local rng2 = rng:Clone()
  2315. rng2.BrickColor = BrickColor.new("Bright blue")
  2316. rng2.Parent = char
  2317. rng2.CFrame = rng.CFrame * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0))
  2318. local rng2m = rng2.Mesh
  2319. local rng3 = rng:Clone()
  2320. rng3.Parent = char
  2321. rng3.BrickColor = BrickColor.new("Alder")
  2322. rng3.CFrame = rng.CFrame * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0))
  2323. local rng3m = Instance.new("SpecialMesh", rng3)
  2324. rng3m.MeshId = "http://www.roblox.com/asset/?id=665769722"
  2325. local rng4 = rng:Clone()
  2326. rng4.Parent = char
  2327. rng4.BrickColor = BrickColor.new("Alder")
  2328. rng4.CFrame = root.CFrame + root.CFrame.lookVector*12
  2329. local rng4m = rng4.Mesh
  2330. local rng5 = rng:Clone()
  2331. rng5.Parent = char
  2332. rng5.BrickColor = BrickColor.new("Daisy orange")
  2333. rng5.CFrame = root.CFrame + root.CFrame.lookVector*-14
  2334. local rng5m = rng5.Mesh
  2335. local rng6 = rng:Clone()
  2336. rng6.Material = "Neon"
  2337. rng6.CanCollide = false
  2338. rng6.BrickColor = BrickColor.new("Magenta")
  2339. rng6.Parent = LeftLeg
  2340. local rng6m = rng6.Mesh
  2341. rng6m.Scale = vt(1,1,1)
  2342. rng6m.MeshType = "Sphere"
  2343. local rng7 = rng:Clone()
  2344. rng7.Material = "Plastic"
  2345. rng7.CanCollide = false
  2346. rng7.BrickColor = BrickColor.new("Bright red")
  2347. rng7.Parent = LeftLeg
  2348. local rng7m = rng7.Mesh
  2349. rng7m.Scale = vt(1,1,1)
  2350. rng7m.MeshType = "Sphere"
  2351. CFuncs["Sound"].Create("rbxassetid://633130540", root, 1, 1)
  2352. CFuncs["Sound"].Create("rbxassetid://187137517", root, 1, 1)
  2353. wait()
  2354. local scaler = 10/5
  2355. local scaler2 = 10/5
  2356. local hit = rng6.Touched:connect(function(hit)
  2357. Damagefunc(hit,45,55,math.random(40,50),"Normal",root,.2,1)
  2358. CRIT=true
  2359. end)
  2360. for i = 0,10,0.1 do
  2361. swait()
  2362. rng.Transparency = rng.Transparency + 0.01
  2363. rng2.Transparency = rng2.Transparency + 0.01
  2364. rng3.Transparency = rng3.Transparency + 0.01
  2365. rng4.Transparency = rng4.Transparency + 0.01
  2366. rng5.Transparency = rng5.Transparency + 0.01
  2367. rng6.Transparency = rng5.Transparency + 0.001
  2368. rng7.Transparency = rng5.Transparency + 0.001
  2369. scaler = scaler - 0.125/5
  2370. scaler2 = scaler2 - 0.1/5
  2371. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.75, scaler2/1.75, 0)
  2372. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/7.5, scaler2/7.5, 0)
  2373. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.75, 0)
  2374. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  2375. rng6.Size = rng6.Size + Vector3.new(scaler2/1.2, scaler2/1.2, scaler2/1.2)
  2376. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2377. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2378. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  2379. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2380. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  2381. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  2382. rng6.CFrame = killbrick.CFrame
  2383. rng7.CFrame = killbrick.CFrame
  2384. end
  2385. game:GetService("Debris"):AddItem(rng, 0.1)
  2386. game:GetService("Debris"):AddItem(rng2, 0.1)
  2387. game:GetService("Debris"):AddItem(rng3, 0.1)
  2388. game:GetService("Debris"):AddItem(rng4, 0.1)
  2389. game:GetService("Debris"):AddItem(rng5, 0.1)
  2390. hum.WalkSpeed = 16
  2391. hit:disconnect()
  2392. attack = false
  2393. killbrick:Destroy()
  2394. char.Head.face.Texture = "rbxassetid://1211126983"
  2395. jumped = false
  2396. lig:Remove()
  2397. end
  2398.  
  2399.  
  2400.  
  2401.  
  2402. function punchd()
  2403. attack = true
  2404. jumped = true
  2405. hum.WalkSpeed = 30
  2406. killbrick = Instance.new("Part",rarm)
  2407. killbrick.Size = Vector3.new(0.1,0.1,0.1)
  2408. killbrick.Transparency = 1
  2409. killbrick:BreakJoints()
  2410. killbrick.CanCollide = false
  2411. killbrick.Anchored = true
  2412. killbrick.CFrame = char.Torso.CFrame * CFrame.new(0,0,0)
  2413. lig = Instance.new("PointLight",player.Character.Torso)
  2414. lig.Color=Color3.new(255,0,0)
  2415. lig.Range = 20
  2416. local bv = Instance.new("BodyVelocity")
  2417. bv.maxForce = Vector3.new(1,1,1)
  2418. bv.velocity = root.CFrame.lookVector*150
  2419. bv.Parent = root
  2420. char.Head.face.Texture = "rbxassetid://1211126983"
  2421. game:GetService("Debris"):AddItem(bv, 1)
  2422. local rng = Instance.new("Part", char)
  2423. rng.Anchored = true
  2424. rng.BrickColor = BrickColor.new("Really blue")
  2425. rng.CanCollide = false
  2426. rng.FormFactor = 3
  2427. rng.Name = "Ring"
  2428. rng.Size = Vector3.new(1, 1, 1)
  2429. rng.Transparency = 0
  2430. rng.TopSurface = 0
  2431. rng.BottomSurface = 0
  2432. rng.CFrame = root.CFrame
  2433. local rngm = Instance.new("SpecialMesh", rng)
  2434. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2435. local rng2 = rng:Clone()
  2436. rng2.BrickColor = BrickColor.new("Lime green")
  2437. rng2.Parent = char
  2438. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2439. local rng2m = rng2.Mesh
  2440. local rng3 = rng:Clone()
  2441. rng3.Parent = char
  2442. rng3.BrickColor = BrickColor.new("Magenta")
  2443. rng3.CFrame = root.CFrame + root.CFrame.lookVector*-12
  2444. local rng3m = rng3.Mesh
  2445. local rng4 = rng:Clone()
  2446. rng4.Parent = char
  2447. rng4.CFrame = root.CFrame + root.CFrame.lookVector*13
  2448. local rng4m = rng4.Mesh
  2449. local rng5 = rng:Clone()
  2450. rng5.Parent = char
  2451. rng5.CFrame = root.CFrame + root.CFrame.lookVector*-14
  2452. local rng5m = rng5.Mesh
  2453. local rng6 = rng:Clone()
  2454. rng6.Material = "Neon"
  2455. rng6.CanCollide = false
  2456. rng6.BrickColor = BrickColor.new("New Yeller")
  2457. rng6.Parent = LeftLeg
  2458. local rng6m = rng6.Mesh
  2459. rng6m.Scale = vt(1,1,1)
  2460. rng6m.MeshType = "Sphere"
  2461. local rng7 = rng:Clone()
  2462. rng7.Material = "Plastic"
  2463. rng7.CanCollide = false
  2464. rng7.BrickColor = BrickColor.new("New Yeller")
  2465. rng7.Parent = LeftLeg
  2466. local rng7m = rng7.Mesh
  2467. rng7m.Scale = vt(1,1,1)
  2468. rng7m.MeshType = "Sphere"
  2469. CFuncs["Sound"].Create("rbxassetid://633130540", root, 1, 1)
  2470. CFuncs["Sound"].Create("rbxassetid://187137517", root, 1, 1)
  2471. wait()
  2472. local scaler = 10/5
  2473. local scaler2 = 10/5
  2474. local hit = rng6.Touched:connect(function(hit)
  2475. Damagefunc(hit,45,55,math.random(40,50),"Normal",root,.2,1)
  2476. CRIT=true
  2477. end)
  2478. for i = 0,10,0.1 do
  2479. swait()
  2480. rng.Transparency = rng.Transparency + 0.01
  2481. rng2.Transparency = rng2.Transparency + 0.01
  2482. rng3.Transparency = rng3.Transparency + 0.01
  2483. rng4.Transparency = rng4.Transparency + 0.01
  2484. rng5.Transparency = rng5.Transparency + 0.01
  2485. rng6.Transparency = rng5.Transparency + 0.001
  2486. rng7.Transparency = rng5.Transparency + 0.001
  2487. scaler = scaler - 0.125/5
  2488. scaler2 = scaler2 - 0.1/5
  2489. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.25, scaler2/1.25, 0)
  2490. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0)
  2491. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.75, 0)
  2492. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  2493. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/1.5)
  2494. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2495. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2496. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  2497. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2498. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  2499. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  2500. rng6.CFrame = killbrick.CFrame
  2501. rng7.CFrame = killbrick.CFrame
  2502. end
  2503. game:GetService("Debris"):AddItem(rng, 0.1)
  2504. game:GetService("Debris"):AddItem(rng2, 0.1)
  2505. game:GetService("Debris"):AddItem(rng3, 0.1)
  2506. game:GetService("Debris"):AddItem(rng4, 0.1)
  2507. game:GetService("Debris"):AddItem(rng5, 0.1)
  2508. hum.WalkSpeed = 16
  2509. hit:disconnect()
  2510. attack = false
  2511. killbrick:Destroy()
  2512. char.Head.face.Texture = "rbxassetid://1211126983"
  2513. jumped = false
  2514. lig:Remove()
  2515. end
  2516.  
  2517.  
  2518.  
  2519.  
  2520. function punch2()
  2521. attack = true
  2522. jumped = true
  2523. hum.WalkSpeed = 16
  2524. killbrick = Instance.new("Part",rarm)
  2525. killbrick.Size = Vector3.new(0.1,0.1,0.1)
  2526. killbrick.Transparency = 1
  2527. killbrick:BreakJoints()
  2528. killbrick.CanCollide = false
  2529. killbrick.Anchored = true
  2530. killbrick.CFrame = char.Torso.CFrame * CFrame.new(0,0,0)
  2531. lig = Instance.new("PointLight",player.Character.Torso)
  2532. lig.Color=Color3.new(255,0,0)
  2533. lig.Range = 20
  2534. local bv = Instance.new("BodyVelocity")
  2535. bv.maxForce = Vector3.new(1,1,1)
  2536. bv.velocity = root.CFrame.lookVector*150
  2537. bv.Parent = root
  2538. char.Head.face.Texture = "rbxassetid://1211126983"
  2539. game:GetService("Debris"):AddItem(bv, 1)
  2540. local rng = Instance.new("Part", char)
  2541. rng.Anchored = true
  2542. rng.BrickColor = BrickColor.new("Slime green")
  2543. rng.CanCollide = false
  2544. rng.FormFactor = 3
  2545. rng.Name = "Ring"
  2546. rng.Size = Vector3.new(1, 1, 1)
  2547. rng.Transparency = 0
  2548. rng.TopSurface = 0
  2549. rng.BottomSurface = 0
  2550. rng.CFrame = root.CFrame
  2551. local rngm = Instance.new("SpecialMesh", rng)
  2552. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2553. local rng2 = rng:Clone()
  2554. rng2.BrickColor = BrickColor.new("Bright blue")
  2555. rng2.Parent = char
  2556. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2557. local rng2m = rng2.Mesh
  2558. local rng3 = rng:Clone()
  2559. rng3.Parent = char
  2560. rng3.BrickColor = BrickColor.new("Really red")
  2561. rng3.CFrame = root.CFrame + root.CFrame.lookVector*-12
  2562. local rng3m = rng3.Mesh
  2563. local rng4 = rng:Clone()
  2564. rng4.Parent = char
  2565. rng4.CFrame = root.CFrame + root.CFrame.lookVector*13
  2566. local rng4m = rng4.Mesh
  2567. local rng5 = rng:Clone()
  2568. rng5.Parent = char
  2569. rng5.CFrame = root.CFrame + root.CFrame.lookVector*-14
  2570. local rng5m = rng5.Mesh
  2571. local rng6 = rng:Clone()
  2572. rng6.Material = "Neon"
  2573. rng6.CanCollide = false
  2574. rng6.BrickColor = BrickColor.new("Really blue")
  2575. rng6.Parent = LeftLeg
  2576. local rng6m = rng6.Mesh
  2577. rng6m.Scale = vt(1,1,1)
  2578. rng6m.MeshType = "Sphere"
  2579. local rng7 = rng:Clone()
  2580. rng7.Material = "Plastic"
  2581. rng7.CanCollide = false
  2582. rng7.BrickColor = BrickColor.new("Bright yellow")
  2583. rng7.Parent = LeftLeg
  2584. local rng7m = rng7.Mesh
  2585. rng7m.Scale = vt(1,1,1)
  2586. rng7m.MeshType = "Sphere"
  2587. CFuncs["Sound"].Create("rbxassetid://633130540", root, 1, 1)
  2588. CFuncs["Sound"].Create("rbxassetid://187137517", root, 1, 1)
  2589. wait()
  2590. local scaler = 10/5
  2591. local scaler2 = 10/5
  2592. local hit = rng6.Touched:connect(function(hit)
  2593. Damagefunc(hit,67,75,math.random(60,70),"Normal",root,.2,1)
  2594. end)
  2595. for i = 0,10,0.1 do
  2596. swait()
  2597. rng.Transparency = rng.Transparency + 0.01
  2598. rng2.Transparency = rng2.Transparency + 0.01
  2599. rng3.Transparency = rng3.Transparency + 0.01
  2600. rng4.Transparency = rng4.Transparency + 0.01
  2601. rng5.Transparency = rng5.Transparency + 0.01
  2602. rng6.Transparency = rng5.Transparency + 0.001
  2603. rng7.Transparency = rng5.Transparency + 0.001
  2604. scaler = scaler - 0.125/5
  2605. scaler2 = scaler2 - 0.1/5
  2606. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.25, scaler2/1.45, 0)
  2607. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.7, 0)
  2608. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.95, 0)
  2609. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  2610. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/1.5)
  2611. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2612. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2613. RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-30),math.rad(0),math.rad(0)),.5)
  2614. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.5)
  2615. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(30),math.rad(0),math.rad(80)),0.5)
  2616. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2617. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(40)), 0.5)
  2618. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-50)), 0.5)
  2619. rng6.CFrame = killbrick.CFrame
  2620. rng7.CFrame = killbrick.CFrame
  2621.  
  2622. end
  2623. game:GetService("Debris"):AddItem(rng, 0.1)
  2624. game:GetService("Debris"):AddItem(rng2, 0.1)
  2625. game:GetService("Debris"):AddItem(rng3, 0.1)
  2626. game:GetService("Debris"):AddItem(rng4, 0.1)
  2627. game:GetService("Debris"):AddItem(rng5, 0.1)
  2628. hum.WalkSpeed = 16
  2629. hit:disconnect()
  2630. attack = false
  2631. killbrick:Destroy()
  2632. char.Head.face.Texture = "rbxassetid://1211126983"
  2633. jumped = false
  2634. lig:Remove()
  2635. end
  2636.  
  2637.  
  2638. function Crater(hed,Radius)
  2639. spawn(function()
  2640. local Ray = Ray.new(hed.Position,Vector3.new(0,-1,0)*10)
  2641. local Ignore = {}
  2642. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2643. if v.Character ~= nil then
  2644. Ignore[#Ignore+1] = v.Character
  2645. end
  2646. end
  2647. local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2648. if Hit == nil then return end
  2649. local Parts = {}
  2650. for i = 1,360,10 do
  2651. local P = Instance.new("Part",hed.Parent)
  2652. P.Anchored = true
  2653. P.FormFactor = "Custom"
  2654. P.BrickColor = Hit.BrickColor
  2655. P.Material = Hit.Material
  2656. P.TopSurface = "Smooth"
  2657. P.BottomSurface = "Smooth"
  2658. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  2659. 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)))
  2660. 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}
  2661. if math.random(0,5) == 0 then -- rubble
  2662. local P = Instance.new("Part",hed.Parent)
  2663. P.Anchored = true
  2664. P.FormFactor = "Custom"
  2665. P.BrickColor = Hit.BrickColor
  2666. P.Material = Hit.Material
  2667. P.TopSurface = "Smooth"
  2668. P.BottomSurface = "Smooth"
  2669. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  2670. 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)))
  2671. 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}
  2672. end
  2673. end
  2674. for i = 0,1,0.05 do
  2675. for i2,v in pairs(Parts) do
  2676. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2677. end
  2678. wait(0)
  2679. end
  2680. for i,v in pairs(Parts) do
  2681. if v[1].Size.X > 2.1 then
  2682. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2683. end
  2684. v[1].Anchored = false
  2685. end
  2686. for i = 0,1,0.05 do
  2687. for i2,v in pairs(Parts) do
  2688. v[1].Transparency = i
  2689. if i == 1 then
  2690. v[1]:Destroy()
  2691. elseif i >= 0.25 then
  2692. v[1].CanCollide = false
  2693. end
  2694. end
  2695. wait(0.02)
  2696. end
  2697. Parts = nil
  2698. end)
  2699. end
  2700.  
  2701.  
  2702. function shock()
  2703. attack = true
  2704. jumped = true
  2705. hum.WalkSpeed = 16
  2706. killbrick = Instance.new("Part",rarm)
  2707. killbrick.Size = Vector3.new(0.1,0.1,0.1)
  2708. killbrick.Transparency = 1
  2709. killbrick:BreakJoints()
  2710. killbrick.CanCollide = false
  2711. killbrick.Anchored = true
  2712. killbrick.CFrame = char.Torso.CFrame * CFrame.new(0,0,0)
  2713. lig = Instance.new("PointLight",player.Character.Torso)
  2714. lig.Color=Color3.new(255,0,0)
  2715. lig.Range = 20
  2716. local bv = Instance.new("BodyVelocity")
  2717. bv.maxForce = Vector3.new(1,1,1)
  2718. bv.velocity = root.CFrame.lookVector*150
  2719. bv.Parent = root
  2720. char.Head.face.Texture = "rbxassetid://1211126983"
  2721. game:GetService("Debris"):AddItem(bv, 1)
  2722. local rng = Instance.new("Part", char)
  2723. rng.Anchored = true
  2724. rng.BrickColor = BrickColor.new("Really red")
  2725. rng.CanCollide = false
  2726. rng.FormFactor = 3
  2727. rng.Name = "Ring"
  2728. rng.Size = Vector3.new(1, 1, 1)
  2729. rng.Transparency = 0
  2730. rng.TopSurface = 0
  2731. rng.BottomSurface = 0
  2732. rng.CFrame = root.CFrame
  2733. local rngm = Instance.new("SpecialMesh", rng)
  2734. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2735. local rng2 = rng:Clone()
  2736. rng2.BrickColor = BrickColor.new("Really red")
  2737. rng2.Parent = char
  2738. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2739. local rng2m = rng2.Mesh
  2740. local rng3 = rng:Clone()
  2741. rng3.Parent = char
  2742. rng3.BrickColor = BrickColor.new("Really red")
  2743. rng3.CFrame = root.CFrame + root.CFrame.lookVector*-12
  2744. local rng3m = rng3.Mesh
  2745. local rng4 = rng:Clone()
  2746. rng4.Parent = char
  2747. rng4.CFrame = root.CFrame + root.CFrame.lookVector*13
  2748. local rng4m = rng4.Mesh
  2749. local rng5 = rng:Clone()
  2750. rng5.Parent = char
  2751. rng5.CFrame = root.CFrame + root.CFrame.lookVector*-14
  2752. local rng5m = rng5.Mesh
  2753. local rng6 = rng:Clone()
  2754. rng6.Material = "Neon"
  2755. rng6.CanCollide = false
  2756. rng6.BrickColor = BrickColor.new("New Yeller")
  2757. rng6.Parent = LeftLeg
  2758. local rng6m = rng6.Mesh
  2759. rng6m.Scale = vt(1,1,1)
  2760. rng6m.MeshType = "Sphere"
  2761. local rng7 = rng:Clone()
  2762. rng7.Material = "Plastic"
  2763. rng7.CanCollide = false
  2764. rng7.BrickColor = BrickColor.new("Bright blue")
  2765. rng7.Parent = LeftLeg
  2766. local rng7m = rng7.Mesh
  2767. rng7m.Scale = vt(1,1,1)
  2768. rng7m.MeshType = "Sphere"
  2769. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  2770. wait()
  2771. local scaler = 10/5
  2772. local scaler2 = 10/5
  2773. local hit = rng6.Touched:connect(function(hit)
  2774. Damagefunc(hit,57,65,math.random(50,60),"Normal",root,.2,1)
  2775. end)
  2776. for i = 0,10,0.1 do
  2777. swait()
  2778. MagicBlock(bc("Neon orange"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2779. rng.Transparency = rng.Transparency + 0.01
  2780. rng2.Transparency = rng2.Transparency + 0.01
  2781. rng3.Transparency = rng3.Transparency + 0.01
  2782. rng4.Transparency = rng4.Transparency + 0.01
  2783. rng5.Transparency = rng5.Transparency + 0.01
  2784. rng6.Transparency = rng5.Transparency + 0.001
  2785. rng7.Transparency = rng5.Transparency + 0.001
  2786. scaler = scaler - 0.125/5
  2787. scaler2 = scaler2 - 0.1/5
  2788. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/0.25, scaler2/0.45, 0)
  2789. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/0.5, scaler2/0.7, 0)
  2790. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/0.75, scaler2/0.95, 0)
  2791. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/0.9, scaler2/0.9, 0)
  2792. rng6.Size = rng6.Size + Vector3.new(scaler2/0.6, scaler2/0.6, scaler2/0.6)
  2793. rng7.Size = rng6.Size + Vector3.new(scaler2/0.6, scaler2/0.6, scaler2/0.6)
  2794. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2795. RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-30),math.rad(0),math.rad(0)),.5)
  2796. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.5)
  2797. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(30),math.rad(0),math.rad(80)),0.5)
  2798. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2799. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(40)), 0.5)
  2800. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-50)), 0.5)
  2801. rng6.CFrame = killbrick.CFrame
  2802. rng7.CFrame = killbrick.CFrame
  2803. end
  2804. game:GetService("Debris"):AddItem(rng, 0.1)
  2805. game:GetService("Debris"):AddItem(rng2, 0.1)
  2806. game:GetService("Debris"):AddItem(rng3, 0.1)
  2807. game:GetService("Debris"):AddItem(rng4, 0.1)
  2808. game:GetService("Debris"):AddItem(rng5, 0.1)
  2809. hum.WalkSpeed = 16
  2810. hit:disconnect()
  2811. attack = false
  2812. killbrick:Destroy()
  2813. char.Head.face.Texture = "rbxassetid://1211126983"
  2814. jumped = false
  2815. lig:Remove()
  2816. end
  2817.  
  2818.  
  2819. function punch3()
  2820. attack = true
  2821. jumped = true
  2822. hum.WalkSpeed = 16
  2823. killbrick = Instance.new("Part",rarm)
  2824. killbrick.Size = Vector3.new(0.1,0.1,0.1)
  2825. killbrick.Transparency = 1
  2826. killbrick:BreakJoints()
  2827. killbrick.CanCollide = false
  2828. killbrick.Anchored = true
  2829. killbrick.CFrame = char.Torso.CFrame * CFrame.new(0,0,0)
  2830.  
  2831. killbrick2 = Instance.new("Part",rarm)
  2832. killbrick2.Size = Vector3.new(0.1,0.1,0.1)
  2833. killbrick2.Transparency = 1
  2834. killbrick2:BreakJoints()
  2835. killbrick2.CanCollide = false
  2836. killbrick2.Anchored = true
  2837. killbrick2.CFrame = char.Torso.CFrame * CFrame.new(0,0,-30)
  2838. lig = Instance.new("PointLight",player.Character.Torso)
  2839. lig.Color=Color3.new(255,0,0)
  2840. lig.Range = 20
  2841. local bv = Instance.new("BodyVelocity")
  2842. bv.maxForce = Vector3.new(1,1,1)
  2843. bv.velocity = root.CFrame.lookVector*150
  2844. bv.Parent = root
  2845. char.Head.face.Texture = "rbxassetid://1211126983"
  2846. game:GetService("Debris"):AddItem(bv, 1)
  2847. local rng = Instance.new("Part", char)
  2848. rng.Anchored = true
  2849. rng.BrickColor = BrickColor.new("Really black")
  2850. rng.CanCollide = false
  2851. rng.FormFactor = 3
  2852. rng.Name = "Ring"
  2853. rng.Size = Vector3.new(1, 1, 1)
  2854. rng.Transparency = 0
  2855. rng.TopSurface = 0
  2856. rng.BottomSurface = 0
  2857. rng.CFrame = root.CFrame
  2858. local rngm = Instance.new("SpecialMesh", rng)
  2859. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2860. local rng2 = rng:Clone()
  2861. rng2.BrickColor = BrickColor.new("Really yellow")
  2862. rng2.Parent = char
  2863. rng2.CFrame = root.CFrame + root.CFrame.lookVector*10
  2864. local rng2m = rng2.Mesh
  2865. local rng3 = rng:Clone()
  2866. rng3.Parent = char
  2867. rng3.BrickColor = BrickColor.new("Really red")
  2868. rng3.CFrame = root.CFrame + root.CFrame.lookVector*-12
  2869. local rng3m = rng3.Mesh
  2870. local rng4 = rng:Clone()
  2871. rng4.Parent = char
  2872. rng4.CFrame = root.CFrame + root.CFrame.lookVector*13
  2873. local rng4m = rng4.Mesh
  2874. local rng5 = rng:Clone()
  2875. rng5.Parent = char
  2876. rng5.CFrame = root.CFrame + root.CFrame.lookVector*-14
  2877. local rng5m = rng5.Mesh
  2878. local rng6 = rng:Clone()
  2879. rng6.Material = "Neon"
  2880. rng6.CanCollide = false
  2881. rng6.BrickColor = BrickColor.new("Alder")
  2882. rng6.Parent = LeftLeg
  2883. local rng6m = rng6.Mesh
  2884. rng6m.Scale = vt(1,1,1)
  2885. rng6m.MeshType = "Sphere"
  2886. local rng7 = rng:Clone()
  2887. rng7.Material = "Plastic"
  2888. rng7.CanCollide = false
  2889. rng7.BrickColor = BrickColor.new("Bright red")
  2890. rng7.Parent = LeftLeg
  2891. local rng7m = rng7.Mesh
  2892. rng7m.Scale = vt(1,1,1)
  2893. rng7m.MeshType = "Sphere"
  2894. local rng8 = rng6:Clone()
  2895. rng8.Material = "Neon"
  2896. rng8.CanCollide = false
  2897. rng8.BrickColor = BrickColor.new("Bright blue")
  2898. rng8.Parent = LeftLeg
  2899. local rng8m = rng7.Mesh
  2900. rng8m.Scale = vt(1,1,1)
  2901. rng8m.MeshType = "Sphere"
  2902. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  2903. wait()
  2904. local scaler = 10/5
  2905. local scaler2 = 10/5
  2906. local hit = rng8.Touched:connect(function(hit)
  2907. Damagefunc(hit,57,65,math.random(50,60),"Normal",root,.2,1)
  2908. end)
  2909. for i = 0,10,0.1 do
  2910. swait()
  2911. rng.Transparency = rng.Transparency + 0.01
  2912. rng2.Transparency = rng2.Transparency + 0.01
  2913. rng3.Transparency = rng3.Transparency + 0.01
  2914. rng4.Transparency = rng4.Transparency + 0.01
  2915. rng5.Transparency = rng5.Transparency + 0.01
  2916. rng6.Transparency = rng5.Transparency + 0.001
  2917. rng7.Transparency = rng5.Transparency + 0.001
  2918. rng8.Transparency = rng5.Transparency + 0.001
  2919. scaler = scaler - 0.125/5
  2920. scaler2 = scaler2 - 0.1/5
  2921. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.25, scaler2/1.45, 0)
  2922. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.7, 0)
  2923. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.75, scaler2/1.95, 0)
  2924. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  2925. rng6.Size = rng6.Size + Vector3.new(scaler2/1.5, scaler2/1.5, scaler2/1.5)
  2926. rng7.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2927. rng8.Size = rng6.Size + Vector3.new(scaler2/1.3, scaler2/1.3, scaler2/1.3)
  2928. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  2929. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),0.05)
  2930. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(80)),.05)
  2931. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.05)
  2932. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.05)
  2933. rng6.CFrame = killbrick.CFrame
  2934. rng7.CFrame = killbrick.CFrame
  2935. rng8.CFrame = killbrick2.CFrame
  2936. end
  2937. game:GetService("Debris"):AddItem(rng, 0.1)
  2938. game:GetService("Debris"):AddItem(rng2, 0.1)
  2939. game:GetService("Debris"):AddItem(rng3, 0.1)
  2940. game:GetService("Debris"):AddItem(rng4, 0.1)
  2941. game:GetService("Debris"):AddItem(rng5, 0.1)
  2942. hum.WalkSpeed = 16
  2943. hit:disconnect()
  2944. attack = false
  2945. killbrick:Destroy()
  2946. char.Head.face.Texture = "rbxassetid://1211126983"
  2947. jumped = false
  2948. lig:Remove()
  2949. end
  2950.  
  2951.  
  2952.  
  2953. function boom()
  2954. attack = true
  2955. jumped = true
  2956. hum.WalkSpeed = 0
  2957. MagicBlock(bc("White"),sorb.CFrame,15,15,15,-0.25,-0.25,-0.25,0.015)
  2958. CFuncs["Sound"].Create("rbxassetid://169445572", root, 1, 1)
  2959. CFuncs["Sound"].Create("rbxassetid://169380495", root, 1, 0.7)
  2960. for i = 0,15,0.1 do
  2961. swait()
  2962. MagicBlock(bc("Neon orange"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  2963. RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-30),math.rad(0),math.rad(0)),.5)
  2964. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.5)
  2965. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(30),math.rad(0),math.rad(80)),0.5)
  2966. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  2967. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(40)), 0.5)
  2968. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-50)), 0.5)
  2969. char.Head.face.Texture = "rbxassetid://1211126983"
  2970. end
  2971. local rng = Instance.new("Part", char)
  2972. rng.Anchored = true
  2973. rng.BrickColor = BrickColor.new("White")
  2974. rng.CanCollide = false
  2975. rng.FormFactor = 3
  2976. rng.Name = "Ring"
  2977. rng.Size = Vector3.new(1, 1, 1)
  2978. rng.Transparency = 0
  2979. rng.TopSurface = 0
  2980. rng.BottomSurface = 0
  2981. rng.Position = root.Position
  2982. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2983. local rngm = Instance.new("SpecialMesh", rng)
  2984. rngm.MeshId = "http://www.roblox.com/asset/?id=431033827"
  2985. local rng2 = rng:Clone()
  2986. rng2.Parent = char
  2987. rng2.BrickColor = BrickColor.new("Really red")
  2988. local rng2m = rng2.Mesh
  2989. local rng3 = rng:Clone()
  2990. rng3.Parent = char
  2991. local rng3m = rng3.Mesh
  2992. local rng4 = rng:Clone()
  2993. rng4.Parent = char
  2994. local rng4m = rng4.Mesh
  2995. local rng5 = rng:Clone()
  2996. rng5.Parent = char
  2997. rng5.BrickColor = BrickColor.new("Really red")
  2998. local rng5m = rng5.Mesh
  2999. local hit = rng5.Touched:connect(function(hit)
  3000. Damagefunc(hit,999,999,math.random(999,999),"Normal",root,.2,1)
  3001. end)
  3002. MagicBlock(bc("Really red"),root.CFrame,15,15,15,5,5,5,0.015)
  3003. CFuncs["Sound"].Create("rbxassetid://187137517", rng, 10, 1)
  3004. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 0.85)
  3005. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 10, 1)
  3006. wait()
  3007. local scaler = 10
  3008. local scaler2 = 10
  3009. for i = 0,10,0.1 do
  3010. swait()
  3011. rng.Transparency = rng.Transparency + 0.01
  3012. rng2.Transparency = rng2.Transparency + 0.01
  3013. rng3.Transparency = rng3.Transparency + 0.01
  3014. rng4.Transparency = rng4.Transparency + 0.01
  3015. rng5.Transparency = rng5.Transparency + 0.01
  3016. scaler = scaler - 0.125
  3017. scaler2 = scaler2 - 0.1
  3018. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/999, scaler2/999, 999)
  3019. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/999, scaler2/999, 999)
  3020. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/999, scaler2/999, 999)
  3021. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2, scaler2, 999)
  3022. rng5.Size = rng5m.Scale
  3023. rng5.CFrame = rng.CFrame
  3024. rngm.Scale = rngm.Scale + Vector3.new(scaler2/999, scaler2/999, 999)
  3025. text.Text = " DIE! "
  3026. RH.C0=clerp(RH.C0,cf(1,-0.25,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-30),math.rad(0),math.rad(0)),.5)
  3027. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.5)
  3028. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(30),math.rad(0),math.rad(80)),0.5)
  3029. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  3030. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(40)), 0.5)
  3031. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-50)), 0.5)
  3032. end
  3033. hit:disconnect()
  3034. game:GetService("Debris"):AddItem(rng, 1)
  3035. game:GetService("Debris"):AddItem(rng2, 1)
  3036. game:GetService("Debris"):AddItem(rng3, 1)
  3037. game:GetService("Debris"):AddItem(rng4, 1)
  3038. game:GetService("Debris"):AddItem(rng5, 1)
  3039. hum.WalkSpeed = 16
  3040. attack = false
  3041. text.Text = " "
  3042. char.Head.face.Texture = "rbxassetid://1211126983"
  3043. jumped = false
  3044. end
  3045.  
  3046. function shooty()
  3047. attack = true
  3048. MagicBlock(bc("Really red"),sorb.CFrame,999,999,999,999,999,999,999)
  3049. CFuncs["Sound"].Create("rbxassetid://169445572", root, 1, 1)
  3050. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 0.7)
  3051. for i = 0,15,0.1 do
  3052. swait()
  3053. MagicBlock(bc("Really red"),sorb.CFrame,999,999,999,999,999,999,999)
  3054. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),0.05)
  3055. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(80)),.05)
  3056. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.05)
  3057. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.05)
  3058. char.Head.face.Texture = "rbxassetid://1211126983"
  3059. end
  3060. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 1)
  3061. local a = Instance.new("Part",Character)
  3062. a.Name = "Direction"
  3063. a.Anchored = true
  3064. a.BrickColor = bc("Really red")
  3065. a.Material = "Neon"
  3066. a.Transparency = 1
  3067. a.CanCollide = false
  3068. local ray = Ray.new(
  3069. root.CFrame.p, -- origin
  3070. (mouse.Hit.p - root.CFrame.p).unit * 500 -- direction
  3071. )
  3072. local ignore = Character
  3073. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  3074. a.BottomSurface = 10
  3075. a.TopSurface = 10
  3076. local distance = (root.CFrame.p - position).magnitude
  3077. a.Size = Vector3.new(0.1, 0.1, 0.1)
  3078. a.CFrame = CFrame.new(root.CFrame.p, position) * CFrame.new(0, 0, 0)
  3079. local lb = Instance.new("Part")
  3080. lb.Parent = char
  3081. lb.BrickColor = bc("Really red")
  3082. local pie22 = Instance.new("ParticleEmitter")
  3083. pie22.Parent = char.Torso
  3084. pie22.Color = ColorSequence.new(BrickColor.new("Really red").Color)
  3085. pie22.LightEmission = 0
  3086. pie22.Size = NumberSequence.new(10,5)
  3087. pie22.Texture = "http://www.roblox.com/asset/?id=254959503"
  3088. pie22.Transparency = NumberSequence.new(0, 1)
  3089. pie22.EmissionDirection = "Top"
  3090. pie22.Enabled = true
  3091. pie22.Lifetime = NumberRange.new(1)
  3092. pie22.Rotation = NumberRange.new(-17, 17)
  3093. pie22.Rate = 200
  3094. pie22.Speed = NumberRange.new(3)
  3095. pie22.LockedToPart = false
  3096. pie22.VelocitySpread = 3
  3097. pie22.Name = "Haa"
  3098. pie22.Parent = lb
  3099. lb.CanCollide = false
  3100. lb.Material = "Neon"
  3101. lb.Anchored = true
  3102. lb.TopSurface = 0
  3103. lb.BottomSurface = 0
  3104. lb.Transparency = 0
  3105. lb.Size = vt(0.5,0.5,0.5)
  3106. lb.CFrame = sorb.CFrame
  3107. lb.Anchored = false
  3108. local thingery = Instance.new("SpecialMesh",lb)
  3109. thingery.MeshType = "Sphere"
  3110. thingery.Scale = vt(25,25,25)
  3111. game:GetService("Debris"):AddItem(lb, 10)
  3112. local bv = Instance.new("BodyVelocity")
  3113. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3114. bv.velocity = a.CFrame.lookVector*150
  3115. bv.Parent = lb
  3116. game:GetService("Debris"):AddItem(a, 0.1)
  3117. wait(0.05)
  3118. local hitted = false
  3119. lb.Touched:connect(function(hit)
  3120. if hitted == false then
  3121. hitted = true
  3122. lb.Anchored = true
  3123. lb.Transparency = 1
  3124. local rng = Instance.new("Part", char)
  3125. rng.Anchored = true
  3126. rng.BrickColor = BrickColor.new("Really red")
  3127. rng.CanCollide = false
  3128. rng.FormFactor = 3
  3129. rng.Name = "Ring"
  3130. rng.Size = Vector3.new(1, 1, 1)
  3131. rng.Transparency = 0
  3132. rng.TopSurface = 0
  3133. rng.BottomSurface = 0
  3134. rng.CFrame = lb.CFrame
  3135. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(math.random(-360,360)), math.rad(math.random(-360,360)), math.rad(math.random(-360,360)))
  3136. local rngm = Instance.new("SpecialMesh", rng)
  3137. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3138. local rng2 = rng:Clone()
  3139. rng2.Parent = char
  3140. local rng2m = rng2.Mesh
  3141. local rng3 = rng:Clone()
  3142. rng3.Parent = char
  3143. rng3.BrickColor = BrickColor.new("Really red")
  3144. local rng3m = rng3.Mesh
  3145. local rng4 = rng:Clone()
  3146. rng4.Parent = char
  3147. local rng4m = rng4.Mesh
  3148. local rng5 = rng:Clone()
  3149. rng5.Parent = char
  3150. rng5.BrickColor = BrickColor.new("Really red")
  3151. rng5.CFrame = rng5.CFrame * CFrame.Angles(math.rad(math.random(-360,360)), math.rad(math.random(-360,360)), math.rad(math.random(-360,360)))
  3152. local rng5m = rng5.Mesh
  3153. rng2.CFrame = rng2.CFrame * CFrame.Angles(math.rad(math.random(-360,360)), math.rad(math.random(-360,360)), math.rad(math.random(-360,360)))
  3154. rng3.CFrame = rng3.CFrame * CFrame.Angles(math.rad(math.random(-360,360)), math.rad(math.random(-360,360)), math.rad(math.random(-360,360)))
  3155. rng4.CFrame = rng4.CFrame * CFrame.Angles(math.rad(math.random(-360,360)), math.rad(math.random(-360,360)), math.rad(math.random(-360,360)))
  3156. MagicBlock(bc("White"),lb.CFrame,15,15,15,5,5,5,0.015)
  3157. local rng6 = rng:Clone()
  3158. rng6.Material = "Neon"
  3159. rng6.Parent = char
  3160. local rng6m = rng6.Mesh
  3161. rng6m.Scale = vt(1,1,1)
  3162. rng6m.MeshType = "Sphere"
  3163. local hita = rng6.Touched:connect(function(hit)
  3164. Damagefunc(hit,72,78,math.random(70,70),"Normal",root,.2,1)
  3165. end)
  3166. CFuncs["Sound"].Create("rbxassetid://187137517", rng, 5, 1)
  3167. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 0.75)
  3168. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 1)
  3169. local scaler = 5
  3170. local scaler2 = 5
  3171. for i = 0,20,0.1 do
  3172. swait()
  3173. rng.Transparency = rng.Transparency + 0.005
  3174. rng2.Transparency = rng2.Transparency + 0.005
  3175. rng3.Transparency = rng3.Transparency + 0.005
  3176. rng4.Transparency = rng4.Transparency + 0.005
  3177. rng5.Transparency = rng5.Transparency + 0.005
  3178. rng6.Transparency = rng6.Transparency + 0.005
  3179. scaler = scaler - 0.005/2
  3180. scaler2 = scaler2 - 0.05/2
  3181. rng6.Size = rng6.Size + Vector3.new(scaler2/3, scaler2/3, scaler2/3)
  3182. rng6.CFrame = rng.CFrame
  3183. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0)
  3184. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0)
  3185. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/2, scaler2/2, 0)
  3186. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2, scaler2, 0)
  3187. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3188. end
  3189. hita:disconnect()
  3190. game:GetService("Debris"):AddItem(rng, 1)
  3191. game:GetService("Debris"):AddItem(rng2, 1)
  3192. game:GetService("Debris"):AddItem(rng3, 1)
  3193. game:GetService("Debris"):AddItem(rng4, 1)
  3194. game:GetService("Debris"):AddItem(rng5, 1)
  3195. game:GetService("Debris"):AddItem(rng6, 1)
  3196. end
  3197. end)
  3198. for i = 0,2,0.1 do
  3199. swait()
  3200. MagicBlock(bc("White"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  3201. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  3202. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  3203. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  3204. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  3205. text.Text = " DIE! "
  3206. end
  3207. attack = false
  3208. text.Text = " "
  3209. char.Head.face.Texture = "rbxassetid://1211126983"
  3210. end
  3211.  
  3212. function superpunch()
  3213. attack = true
  3214. jumped = true
  3215. hum.WalkSpeed = 16
  3216. chatfunc("DIE!!!")
  3217. wait(1.5)
  3218. text.Text = " "
  3219. wait(0.5)
  3220. CFuncs["Sound"].Create("rbxassetid://169445572", root, 1, 1)
  3221. CFuncs["Sound"].Create("rbxassetid://165970126", root, 1, 0.7)
  3222. wait(0.7)
  3223. chatfunc("Explosion Grenade!")
  3224. for i = 0,15,0.1 do
  3225. swait()
  3226. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.05)
  3227. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.05)
  3228. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),0.05)
  3229. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(80)),.05)
  3230. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.05)
  3231. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.05)
  3232. char.Head.face.Texture = "rbxassetid://126198982"
  3233. end
  3234. local rng = Instance.new("Part", char)
  3235. rng.Anchored = true
  3236. rng.BrickColor = BrickColor.new("Neon orange")
  3237. rng.CanCollide = false
  3238. rng.FormFactor = 3
  3239. rng.Name = "Ring"
  3240. rng.Size = Vector3.new(1, 1, 1)
  3241. rng.Transparency = 0
  3242. rng.TopSurface = 0
  3243. rng.BottomSurface = 0
  3244. rng.CFrame = root.CFrame
  3245. local rngm = Instance.new("SpecialMesh", rng)
  3246. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3247. local rng2 = rng:Clone()
  3248. rng2.Parent = char
  3249. rng2.BrickColor = BrickColor.new("Dark stone grey")
  3250. local rng2m = rng2.Mesh
  3251. local rng3 = rng:Clone()
  3252. rng3.Parent = char
  3253. local rng3m = rng3.Mesh
  3254. local rng4 = rng:Clone()
  3255. rng4.Parent = char
  3256. rng4.BrickColor = BrickColor.new("Dark stone grey")
  3257. local rng4m = rng4.Mesh
  3258. local rng5 = rng:Clone()
  3259. rng5.Parent = char
  3260. local rng5m = rng5.Mesh
  3261. local rng6 = rng:Clone()
  3262. rng6.Material = "Neon"
  3263. rng6.Parent = char
  3264. local rng6m = rng6.Mesh
  3265. rng6m.Scale = vt(1,1,1)
  3266. rng6m.MeshType = "Sphere"
  3267. local hita = rng6.Touched:connect(function(hit)
  3268. Damagefunc(hit,30000,44000,math.random(30000,40000),"Normal",root,.2,1)
  3269. end)
  3270. rng2.CFrame = root.CFrame
  3271. rng3.CFrame = root.CFrame
  3272. rng4.CFrame = root.CFrame
  3273. rng5.CFrame = root.CFrame
  3274. rng6.CFrame = root.CFrame
  3275. CFuncs["Sound"].Create("rbxassetid://260430117", rng, 5, 1)
  3276. CFuncs["Sound"].Create("rbxassetid://187137517", rng, 5, 0.85)
  3277. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 1)
  3278. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 1)
  3279. CFuncs["Sound"].Create("rbxassetid://165970126", rng, 5, 1)
  3280. wait()
  3281. local scaler = 10/5
  3282. local scaler2 = 10/5
  3283. MagicBlock(bc("Dark stone grey"),root.CFrame,30,30,30,5,5,5,0.015)
  3284. for i = 0,10,0.1 do
  3285. swait()
  3286. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*scaler2
  3287. rng2.CFrame = rng2.CFrame + rng2.CFrame.lookVector*scaler2/0.25
  3288. rng3.CFrame = rng3.CFrame + rng3.CFrame.lookVector*scaler2/0.5
  3289. rng4.CFrame = rng4.CFrame + rng4.CFrame.lookVector*scaler2/0.75
  3290. rng5.CFrame = rng5.CFrame + rng5.CFrame.lookVector*scaler2/2
  3291. rng6.Size = rng6.Size + Vector3.new(scaler2/0.9, scaler2/0.9, scaler2/0.4)
  3292. rng6.CFrame = rng.CFrame
  3293. rng.Transparency = rng.Transparency + 0.01
  3294. rng2.Transparency = rng2.Transparency + 0.01
  3295. rng3.Transparency = rng3.Transparency + 0.01
  3296. rng4.Transparency = rng4.Transparency + 0.01
  3297. rng5.Transparency = rng5.Transparency + 0.01
  3298. rng6.Transparency = rng6.Transparency + 0.01
  3299. scaler = scaler - 0.125/5
  3300. scaler2 = scaler2 - 0.1/5
  3301. rng2m.Scale = rng2m.Scale + Vector3.new(scaler2/2.5, scaler2/2.5, 1.5)
  3302. rng3m.Scale = rng3m.Scale + Vector3.new(scaler2/2, scaler2/2, 1)
  3303. rng4m.Scale = rng4m.Scale + Vector3.new(scaler2/1.5, scaler2/1.5, 0.5)
  3304. rng5m.Scale = rng5m.Scale + Vector3.new(scaler2, scaler2, 0)
  3305. rngm.Scale = rngm.Scale + Vector3.new(scaler2/3, scaler2/3, 2)
  3306. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(80)),0.5)
  3307. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.5)
  3308. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  3309. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-90)), 0.5)
  3310. end
  3311. hita:disconnect()
  3312. game:GetService("Debris"):AddItem(rng, 1)
  3313. game:GetService("Debris"):AddItem(rng2, 1)
  3314. game:GetService("Debris"):AddItem(rng3, 1)
  3315. game:GetService("Debris"):AddItem(rng4, 1)
  3316. game:GetService("Debris"):AddItem(rng5, 1)
  3317. hum.WalkSpeed = 16
  3318. attack = false
  3319. char.Head.face.Texture = "rbxassetid://29291814"
  3320. jumped = false
  3321. end
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328.  
  3329. mouse.KeyDown:connect(function(k)
  3330. if k == "z" and attack == false and RootPart.Velocity.y == 0 and hitfloor~=nil then
  3331. jump()
  3332. end
  3333. if k == "x" and attack == false then
  3334. dash()
  3335. end
  3336. if k == "" and attack == false then
  3337. dashh()
  3338. end
  3339. if k == "r" and attack == false then
  3340. dashs()
  3341. end
  3342. if k == "" and attack == false then
  3343. asd:Stop()
  3344. end
  3345. if k == "" and attack == false then
  3346. chatfunc("Deku!")
  3347. end
  3348. if k == "1" and attack == false then
  3349. chatfunc("I WILL KILL YOU!")
  3350. end
  3351. if k == "" and attack == false then
  3352. chatfunc("That's what you consider strong?!")
  3353. end
  3354. if k == "" and attack == false then
  3355. chatfunc("Useless!")
  3356. end
  3357. if k == "" and attack == false then
  3358. chatfunc("What?!")
  3359. end
  3360. if k == "" and attack == false then
  3361. chatfunc("Hmph.")
  3362. end
  3363. if k == "" and attack == false then
  3364. chatfunc("Trash!")
  3365. end
  3366. if k == "" and attack == false then
  3367. chatfunc("You're Nothing!")
  3368. end
  3369. if k == "" and attack == false then
  3370. chatfunc("Die!")
  3371. end
  3372. if k == "" and attack == false then
  3373. char.Head.face.Texture = "rbxassetid://126198982"
  3374. chatfunc("I'll crush you!")
  3375. end
  3376. if k == "" and attack == false then
  3377. chatfunc("Idiot!")
  3378. end
  3379. if k == "" and attack == false then
  3380. chatfunc("I'll crush that Half-n-Half bastard..")
  3381. end
  3382. if k == "" and attack == false then
  3383. chatfunc("Remember who you are.. YOU'RE BENEATH ME!")
  3384. end
  3385. if k == "" and attack == false then
  3386. daash()
  3387. end
  3388. if k == "" and attack == false then
  3389. asd:Play()
  3390. end
  3391. if k == "e" and attack == false then
  3392. punch()
  3393. end
  3394. if k == "" and attack == false then
  3395. punch3()
  3396. end
  3397.  
  3398. if k == "q" and attack == false then
  3399. punch2()
  3400. end
  3401. if k == "c" and attack == false and RootPart.Velocity.y == 0 and hitfloor~=nil then
  3402. boom()
  3403. end
  3404. if k == "v" and attack == false then
  3405. shooty()
  3406. end
  3407. if k == "" and attack == false then
  3408. if Serious == true then
  3409. punchd()
  3410. end
  3411. end
  3412. if k == "" and attack == false then
  3413. superpunch()
  3414. end
  3415. end)
  3416. mouse.KeyDown:connect(function(key)
  3417. if key=="" then
  3418. Serious()
  3419. end
  3420. end)
  3421. Health = math.huge --------- Serious mode aura.
  3422. BaseHealth = math.huge
  3423.  
  3424.  
  3425.  
  3426.  
  3427. InForm = false
  3428.  
  3429. Player = game.Players.LocalPlayer
  3430. Char = Player.Character
  3431. Torso = Char.Torso
  3432.  
  3433. function Serious()
  3434. for X = 1, 1 do wait()
  3435. asd1 = Instance.new("Sound",char)
  3436. asd1.SoundId = "http://www.roblox.com/asset/?id = 934992368"
  3437. asd1.Volume = 2
  3438. asd1.Looped = true
  3439. asd1:Play()
  3440. chatfunc("...")
  3441. wait(1.6)
  3442. chatfunc("...You..")
  3443. wait(1.6)
  3444. chatfunc("...")
  3445. wait(1.6)
  3446. chatfunc("There's no point in winning if both sides don't give it their all.")
  3447. wait(8)
  3448. for X = 1, 1 do wait()
  3449. local Effect = Instance.new("Part")
  3450. Effect.Name = "Effect"
  3451. Effect.Parent = Torso
  3452. Effect.CFrame = Torso.CFrame
  3453. Effect.BrickColor = BrickColor.new("Neon orange")
  3454. Effect.Shape = "Ball"
  3455. Effect.Size = Vector3.new(1, 1, 1)
  3456. Effect.Anchored = true
  3457. Effect.Material = "Neon"
  3458. Effect.CanCollide = false
  3459. Effect.CFrame = Torso.CFrame
  3460. Effect.Size = Effect.Size + Vector3.new(0.5)
  3461. Effect.Transparency = Effect.Transparency + 0.04
  3462. end
  3463. end
  3464.  
  3465. repeat
  3466. Torso:FindFirstChild("Effect"):Remove()
  3467. until Torso:FindFirstChild("Effect") == nil
  3468.  
  3469.  
  3470. local Color1 = Color3.new(255, 255, 0)
  3471. local Color2 = Color3.new(255, 255, 0)
  3472.  
  3473.  
  3474. local Aura = Instance.new('ParticleEmitter')
  3475. Aura.Name = "Aura"
  3476. Aura.Texture = "rbxassetid://254959503"
  3477. Aura.Parent = Torso
  3478. Aura.LightEmission = 0.6
  3479. Aura.Transparency = NumberSequence.new(0.5)
  3480. Aura.Color = ColorSequence.new(BrickColor.new("Neon orange").Color)
  3481. Aura.Size = NumberSequence.new(7,4,1)
  3482. Aura.LockedToPart = false
  3483. Aura.Lifetime = NumberRange.new(3)
  3484. Aura.Rate = 40
  3485. Aura.Speed = NumberRange.new(2)
  3486. Aura.Rotation = NumberRange.new(-420,420)
  3487. Aura.EmissionDirection = "Top"
  3488. MagicBlock(bc("Neon orange"),sorb.CFrame,3,3,3,0.05,0.05,0.05,0.05)
  3489. punch2()
  3490. chatfunc("DON'T UNDERESTIMATE ME!")
  3491. Instance.new("ForceField",char).Visible = false
  3492. hum.Name = "youdungoofed"
  3493. local Aura2 = Instance.new('ParticleEmitter')
  3494. Aura2.Name = "Aura"
  3495. Aura2.Texture = "rbxassetid://254959503"
  3496. Aura2.Parent = Torso
  3497. Aura2.LightEmission = 0
  3498. Aura2.Transparency = NumberSequence.new(0.7)
  3499. Aura2.Color = ColorSequence.new(BrickColor.new("Grey").Color)
  3500. Aura2.Size = NumberSequence.new(10,6,1)
  3501. Aura2.LockedToPart = false
  3502. Aura2.Lifetime = NumberRange.new(3)
  3503. Aura2.Rate = 40
  3504. Aura2.Speed = NumberRange.new(2)
  3505. Aura2.Rotation = NumberRange.new(3,-3)
  3506. Aura2.EmissionDirection = "Top"
  3507. local Aura3 = Instance.new('ParticleEmitter')
  3508. Aura3.Name = "Aura"
  3509. Aura3.Texture = "rbxassetid://245595131"
  3510. Aura3.Parent = Torso
  3511. Aura3.LightEmission = 1
  3512. Aura3.Transparency = NumberSequence.new(0.7)
  3513. Aura3.Color = ColorSequence.new(BrickColor.new("Grey").Color)
  3514. Aura3.Size = NumberSequence.new(0.6)
  3515. Aura3.LockedToPart = false
  3516. Aura3.Lifetime = NumberRange.new(1)
  3517. Aura3.Rate = 40
  3518. Aura3.Speed = NumberRange.new(2)
  3519. Aura3.Rotation = NumberRange.new(3,-3)
  3520. Aura3.EmissionDirection = "Top"
  3521.  
  3522.  
  3523. InForm = true
  3524.  
  3525. Char.Humanoid.MaxHealth = Health
  3526. wait(0.3)
  3527. Char.Humanoid.Health = Health
  3528.  
  3529.  
  3530. end
  3531.  
  3532. function Base()
  3533. InForm = false
  3534. local Effect = Instance.new("Part")
  3535. Effect.Name = "Effect"
  3536. Effect.Parent = Torso
  3537. Effect.CFrame = Torso.CFrame
  3538. Effect.BrickColor = BrickColor.new("White")
  3539. Effect.Shape = "Ball"
  3540. Effect.Size = Vector3.new(8, 8, 8)
  3541. Effect.Anchored = true
  3542. Effect.Material = "Neon"
  3543. Effect.CanCollide = false
  3544. for loop = 1, 25 do wait()
  3545. Effect.CFrame = Torso.CFrame
  3546. Effect.Size = Effect.Size + Vector3.new(-0.5)
  3547. Effect.Transparency = Effect.Transparency + 0.04
  3548. end
  3549. repeat
  3550. Torso:FindFirstChild("Effect"):Remove()
  3551. until Torso:FindFirstChild("Effect") == nil
  3552.  
  3553. for i, v in pairs(Torso:GetChildren()) do
  3554. if v:IsA('ParticleEmitter') then
  3555. v:Remove()
  3556. asd1:Destroy()
  3557. killbrick:Destroy()
  3558. end
  3559. end
  3560. char.Humanoid.MaxHealth = BaseHealth
  3561. wait(0.3)
  3562. char.Humanoid.Health = BaseHealth
  3563.  
  3564. end
  3565.  
  3566. mouse.KeyDown:connect(function(key)
  3567. if key=="9" then
  3568. Base()
  3569. end
  3570. end)
  3571.  
  3572. Player.Chatted:connect(function(Message)
  3573. if Message == "Time to get serious." and InForm == false then
  3574. wait(0.10)
  3575. Serious()
  3576. end
  3577. if Message == "off" or Message == "Nice fight." and InForm == true then
  3578. Base()
  3579. end
  3580. end)
  3581. Humanoid.Animator.Parent = nil
  3582. idleanim=.4
  3583. while true do
  3584. swait()
  3585. sine = sine + change
  3586. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  3587. local velderp=RootPart.Velocity.y
  3588. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  3589. if equipped==true or equipped==false then
  3590. if attack==false then
  3591. idle=idle+1
  3592. else
  3593. idle=0
  3594. end
  3595. if idle>=500 then
  3596. if attack==false then
  3597. --Sheath()
  3598. end
  3599. end
  3600. if RootPart.Velocity.y > 1 and hitfloor==nil then
  3601. Anim="Jump"
  3602. if attack==false then
  3603. Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
  3604. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  3605. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0.25)*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  3606. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(-.5,0,0.5)*angles(math.rad(-25),math.rad(0),math.rad(0)),.3)
  3607. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  3608. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
  3609. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  3610. RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
  3611. LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
  3612. end
  3613. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  3614. Anim="Fall"
  3615. if attack==false then
  3616. Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
  3617. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  3618. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0.25)*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  3619. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
  3620. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  3621. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(0.3,0,0.2)*angles(math.rad(-25),math.rad(0),math.rad(0)),.3)
  3622. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  3623. RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
  3624. LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
  3625. end
  3626. elseif torvel<1 and hitfloor~=nil then
  3627. Anim="Idle"
  3628. if jumped == false then
  3629. RH.C0=clerp(RH.C0,cf(1,-1 - 0.15 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5 - 2.5 * math.cos(sine / 32)),math.rad(0),math.rad(0 + 7.5 * math.cos(sine / 32))),.3)
  3630. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.15 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5 - 2.5 * math.cos(sine / 32)),math.rad(0),math.rad(0 + 7.5 * math.cos(sine / 32))),.3)
  3631. end
  3632. if attack==false then
  3633. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.15 * math.cos(sine / 25))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  3634. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 5 * math.cos(sine / 25)),math.rad(0),math.rad(0)),.3)
  3635. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(5 + 2.5 * math.cos(sine / 25))),.3)
  3636. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-5 - 2.5 * math.cos(sine / 25))),.3)
  3637. end
  3638. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  3639. Anim="Walk"
  3640. if jumped == false then
  3641. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 4),-0.25 - 0.15 * math.cos(sine / 4))*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 25 * math.cos(sine / 8))),.3)
  3642. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 4),-0.25 - 0.15 * math.cos(sine / 4))*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 25 * math.cos(sine / 8))),.3)
  3643. end
  3644. if attack==false then
  3645. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 - 0.05 * math.cos(sine / 4))*angles(math.rad(15),math.rad(0),math.rad(0)),.3)
  3646. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  3647. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0 - 25 * math.cos(sine / 8)),math.rad(0),math.rad(10 + 1.25 * math.cos(sine / 16))),.3)
  3648. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0 + 25 * math.cos(sine / 8)),math.rad(0),math.rad(-10 - 1.25 * math.cos(sine / 16))),.3)
  3649. end
  3650. elseif torvel>=22 and hitfloor~=nil then
  3651. Anim="Run"
  3652. if jumped == false then
  3653. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  3654. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  3655. end
  3656. if attack==false then
  3657. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.25 + 0.05 * math.cos(sine / 32))* angles(math.rad(35),math.rad(0),math.rad(0)),.3)
  3658. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  3659. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
  3660. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
  3661. end
  3662. end
  3663. end
  3664. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement