Advertisement
JRKPastesBins

Untitled

Jul 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.32 KB | None | 0 0
  1. --[[Name:The Jully Of Death]]--
  2. --[[Create:KingAbsalom]]--
  3. --[[Edit:Skrubl0rdzI]]--
  4. local p = game.Players.LocalPlayer
  5. local char = p.Character
  6. local mouse = p:GetMouse()
  7. local larm = char["Left Arm"]
  8. local rarm = char["Right Arm"]
  9. local lleg = char["Left Leg"]
  10. local rleg = char["Right Leg"]
  11. local hed = char.Head
  12. local torso = char.Torso
  13. local hum = char.Humanoid
  14. local cam = game.Workspace.CurrentCamera
  15. local root = char.HumanoidRootPart
  16. local rj = root.RootJoint
  17. local deb = false
  18. local shot = 0
  19. local stanceToggle = "Idle1"
  20. local l = game:GetService("Lighting")
  21. local rs = game:GetService("RunService").RenderStepped
  22. local hb = game:GetService("RunService").Heartbeat
  23. local Stepped = game:GetService("RunService").Stepped
  24. TorsoColor = torso.BrickColor.new("Royal purple")
  25. hed.face:Destroy()
  26. hum.JumpPower = 360
  27. hum.WalkSpeed = 1000
  28. Debounces = {
  29. CanAttack = true;
  30. NoIdl = false;
  31. Slashing = false;
  32. Slashed = false;
  33. RPunch = false;
  34. RPunched = false;
  35. LPunch = false;
  36. LPunched = false;
  37. }
  38. local Touche = {char.Name, }
  39. for i,v in pairs(char:children()) do
  40. if v:IsA("Hat") then
  41. v:Destroy()
  42. end
  43. end
  44. for i,v in pairs(char:children()) do
  45. if v:IsA("Accessory") then
  46. v:Destroy()
  47. end
  48. end
  49. for i,v in pairs(char:children()) do
  50. if v:IsA("Hair") then
  51. v:Destroy()
  52. end
  53. end
  54. for i,v in pairs(char:children()) do
  55. if v:IsA("Shirt") then
  56. v:Destroy()
  57. end
  58. end
  59. for i,v in pairs(char:children()) do
  60. if v:IsA("Pants") then
  61. v:Destroy()
  62. end
  63. end
  64. fat = Instance.new("BindableEvent", script)
  65. fat.Name = "Heartbeat"
  66. script:WaitForChild("Heartbeat")
  67. frame = 0.013333333333333
  68. tf = 0
  69. allowframeloss = false
  70. tossremainder = false
  71. lastframe = tick()
  72. script.Heartbeat:Fire()
  73. local ss = Instance.new("Sound",char)
  74. ss.Volume = 3
  75. ss.Looped = true
  76. ss.Pitch = 1
  77. ss.SoundId = "rbxassetid://174039148"
  78. ss:Play()
  79. function sbchat(msg,displayname)
  80. if not displayname then
  81. displayname = 'bela'
  82. end
  83. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  84. local st = Instance.new('StringValue')
  85. st.Name = 'SB_Chat'
  86. st.Value = displayname..'/'..msg
  87. delay(0.2,function() st.Parent = v end)
  88. end
  89. end
  90.  
  91. sbchat("EIGHT GATES!!",'[Might Guy]')
  92. spawn(function() --_RHas
  93. local ef1=Instance.new('Part',larm)
  94. local am=Instance.new('BlockMesh',ef1)
  95. ef1.Anchored,ef1.CanCollide=false,false
  96. ef1.Transparency=0.3
  97. ef1.Material = "Sand"
  98. am.Scale=Vector3.new(5.5,5.5,5.5)
  99. ef1.Size=Vector3.new(.2,.2,.2)
  100. local ef2=ef1:Clone()
  101. local ef3=ef2:Clone()
  102. local ef4=ef3:Clone()
  103. ef2.Material = "Sand"
  104. ef3.Material = "Sand"
  105. ef4.Material = "Sand"
  106. ef3.Parent,ef4.Parent=larm,rarm
  107. ef2.Parent=lleg
  108. local wa,wb=Instance.new('Weld',larm),Instance.new('Weld',larm)
  109. local wc,wd=Instance.new('Weld',rarm),Instance.new('Weld',rarm)
  110. wa.Part0,wb.Part0=larm,rarm
  111. wa.Part1,wb.Part1=ef1,ef2
  112. wc.Part0,wd.Part0=larm,rarm
  113. wc.Part1,wd.Part1=ef3,ef4
  114. wa.C0,wb.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  115. wc.C0,wd.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  116. while wait(0) do
  117. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  118. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  119. ef1.BrickColor=BrickColor.new("Dark red")
  120. ef3.BrickColor=BrickColor.new("Dark red")
  121. ef4.BrickColor=BrickColor.new("Dark red")
  122. ef2.BrickColor=BrickColor.new("Dark red")
  123. end
  124. end)
  125. spawn(function() --_RHas
  126. local ef1=Instance.new('Part',lleg)
  127. local am=Instance.new('BlockMesh',ef1)
  128. ef1.Anchored,ef1.CanCollide=false,false
  129. ef1.Transparency=0.3
  130. ef1.Material = "Sand"
  131. am.Scale=Vector3.new(5.5,5.5,5.5)
  132. ef1.Size=Vector3.new(.2,.2,.2)
  133. local ef2=ef1:Clone()
  134. local ef3=ef2:Clone()
  135. local ef4=ef3:Clone()
  136. ef2.Material = "Sand"
  137. ef3.Material = "Sand"
  138. ef4.Material = "Sand"
  139. ef3.Parent,ef4.Parent=lleg,rleg
  140. ef2.Parent=lleg
  141. local wa,wb=Instance.new('Weld',lleg),Instance.new('Weld',lleg)
  142. local wc,wd=Instance.new('Weld',rleg),Instance.new('Weld',rleg)
  143. wa.Part0,wb.Part0=lleg,rleg
  144. wa.Part1,wb.Part1=ef1,ef2
  145. wc.Part0,wd.Part0=lleg,rleg
  146. wc.Part1,wd.Part1=ef3,ef4
  147. wa.C0,wb.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  148. wc.C0,wd.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  149. while wait(0) do
  150. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  151. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  152. ef1.BrickColor=BrickColor.new("Dark red")
  153. ef3.BrickColor=BrickColor.new("Dark red")
  154. ef4.BrickColor=BrickColor.new("Dark red")
  155. ef2.BrickColor=BrickColor.new("Dark red")
  156. end
  157. end)
  158. spawn(function() --_RHas
  159. local ef1=Instance.new('Part',hed)
  160. local am=Instance.new('BlockMesh',ef1)
  161. ef1.Anchored,ef1.CanCollide=false,false
  162. ef1.Transparency=0.7
  163. ef1.Material = "Sand"
  164. am.Scale=Vector3.new(40,40,40)
  165. ef1.Size=Vector3.new(.2,.2,.2)
  166. local ef2=ef1:Clone()
  167. local ef3=ef2:Clone()
  168. local ef4=ef3:Clone()
  169. ef2.Material = "Neon"
  170. ef3.Material = "Neon"
  171. ef4.Material = "Neon"
  172. ef3.Parent,ef4.Parent=hed,hed
  173. ef2.Parent=lleg
  174. local wa,wb=Instance.new('Weld',hed),Instance.new('Weld',hed)
  175. local wc,wd=Instance.new('Weld',hed),Instance.new('Weld',hed)
  176. wa.Part0,wb.Part0=hed,hed
  177. wa.Part1,wb.Part1=ef1,ef2
  178. wc.Part0,wd.Part0=hed,hed
  179. wc.Part1,wd.Part1=ef3,ef4
  180. wa.C0,wb.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  181. wc.C0,wd.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  182. while wait(0) do
  183. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  184. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  185. ef1.BrickColor=BrickColor.new("Dark indigo")
  186. ef3.BrickColor=BrickColor.new("Dark indigo")
  187. ef4.BrickColor=BrickColor.new("Dark indigo")
  188. ef2.BrickColor=BrickColor.new("Dark indigo")
  189. end
  190. end)
  191. local runServ = game:GetService("RunService").RenderStepped
  192.  
  193. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  194. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  195. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  196. HBill.Size = UDim2.new(15,0,2.2,0)
  197. HBill.Name = "Health Display"
  198. HBill.StudsOffset = Vector3.new(0,4,0)
  199. HBill.AlwaysOnTop = true
  200. HBill.Enabled = true
  201. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  202. HMain.BackgroundTransparency = 1
  203. HMain.Size = UDim2.new(1,0,1,0)
  204. HBarBack.Parent = HMain
  205. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  206. HBarBack.BorderColor3 = Color3.new(0,0,0)
  207. HBarBack.BorderSizePixel = 2
  208. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  209. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  210. HBar.Parent = HBarBack
  211. HBar.BackgroundColor3 = Color3.new(1, 0, 0)
  212. HBar.BorderColor3 = Color3.new(0,0,0)
  213. HBar.Size = UDim2.new(.5,0,1,0)
  214. HHealth.BackgroundTransparency = 1
  215. HHealth.Size = UDim2.new(1,0,1,0)
  216. HHealth.Font = "Code"
  217. HHealth.Text = " "
  218. HHealth.TextScaled = true
  219. HHealth.TextColor3 = Color3.new(1,1,1)
  220. HHealth.TextStrokeColor3 = Color3.new(1,0,0)
  221. HHealth.TextStrokeTransparency = 0
  222. HName.Parent = HMain
  223. HName.BackgroundTransparency = 1
  224. HName.Size = UDim2.new(1,0,.5,0)
  225. HName.Font = "Code"
  226. HName.Text = "Might Guy"
  227. HName.TextScaled = true
  228. HName.TextColor3 = Color3.new(1,1,1)
  229. HName.TextStrokeColor3 = Color3.new(1,0,0)
  230. HName.TextStrokeTransparency = 0
  231. HName.TextYAlignment = "Top"
  232.  
  233. runServ:connect(function()
  234. HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
  235. HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  236. end)
  237. game:GetService("RunService").Heartbeat:connect(function(s, p)
  238.  
  239. tf = tf + s
  240. if frame <= tf then
  241. if allowframeloss then
  242. script.Heartbeat:Fire()
  243. lastframe = tick()
  244. else
  245. for i = 1, math.floor(tf / frame) do
  246. script.Heartbeat:Fire()
  247. end
  248. lastframe = tick()
  249. end
  250. if tossremainder then
  251. tf = 0
  252. else
  253. tf = tf - frame * math.floor(tf / frame)
  254. end
  255. end
  256. end
  257. )
  258. for i,v in pairs(hed:GetChildren()) do
  259. if v:IsA("Sound") then
  260. v:Destroy()
  261. end
  262. end
  263. Debounces = {CanAttack = true, CanJoke = true, NoIdl = false, RPunch = false, RPunched = false, LPunch = false, LPunched = false, Slashing = false, Slashed = false, ks = false, ks2 = false}
  264. weld5 = function(part0, part1, c0, c1)
  265.  
  266. weeld = Instance.new("Weld", part0)
  267. weeld.Part0 = part0
  268. weeld.Part1 = part1
  269. weeld.C0 = c0
  270. weeld.C1 = c1
  271. return weeld
  272. end
  273.  
  274. NewPart = function(prnt, siz, cf, trans, anc, mat, col)
  275.  
  276. local prt = Instance.new("Part")
  277. prt.Parent = prnt
  278. prt.Name = "Part"
  279. prt.Size = siz
  280. prt.CanCollide = false
  281. prt.Anchored = anc
  282. prt.Locked = true
  283. prt.Transparency = trans
  284. prt.TopSurface = 10
  285. prt.BottomSurface = 10
  286. prt.FrontSurface = 10
  287. prt.BackSurface = 10
  288. prt.LeftSurface = 10
  289. prt.RightSurface = 10
  290. prt:BreakJoints()
  291. if not cf then
  292. prt.CFrame = CFrame.new(30, 10, 30)
  293. prt.Material = mat
  294. prt.BrickColor = BrickColor.new(col)
  295. m = Instance.new("SpecialMesh", prt)
  296. m.MeshType = 6
  297. return prt
  298. end
  299. end
  300.  
  301. lerp = function(a, b, t)
  302.  
  303. return a + (b - a) * t
  304. end
  305.  
  306. slerp = function(a, b, t)
  307.  
  308. dot = a:Dot(b)
  309. if t > 0.5 or not a then
  310. do return dot <= 0.99999 and dot >= -0.99999 or b end
  311. r = math.acos(dot)
  312. do return (a * math.sin((1 - t) * r) + b * math.sin(t * r)) / math.sin(r) end
  313. end
  314. end
  315.  
  316. matrixInterpolate = function(a, b, t)
  317.  
  318. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  319. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  320. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx, by, bz), t)
  321. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t)
  322. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t)
  323. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t)
  324. local t = v1:Dot(v2)
  325. if t >= 0 and t ~= 0 and t <= 0 then
  326. return CFrame.new()
  327. end
  328. return CFrame.new(v0.x, v0.y, v0.z, v1.x, v1.y, v1.z, v2.x, v2.y, v2.z, v3.x, v3.y, v3.z)
  329. end
  330.  
  331. genWeld = function(a, b)
  332.  
  333. local w = Instance.new("Weld", a)
  334. w.Part0 = a
  335. w.Part1 = b
  336. return w
  337. end
  338.  
  339. weld = function(a, b)
  340.  
  341. local weld = Instance.new("Weld")
  342. weld.Name = "W"
  343. weld.Part0 = a
  344. weld.Part1 = b
  345. weld.C0 = a.CFrame:inverse() * b.CFrame
  346. weld.Parent = a
  347. return weld
  348. end
  349.  
  350. Lerp = function(c1, c2, al)
  351.  
  352. local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
  353. local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
  354. for i,v in pairs(com1) do
  355. com1[i] = v + (com2[i] - v) * al
  356. end
  357. return CFrame.new(com1[1], com1[2], com1[3]) * CFrame.Angles(select(4, unpack(com1)))
  358. end
  359.  
  360. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  361.  
  362. local wld = Instance.new("Weld", wp1)
  363. wld.Part0 = wp0
  364. wld.Part1 = wp1
  365. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  366. end
  367.  
  368. newWeld(torso, larm, -1.5, 0.5, 0)
  369. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  370. newWeld(torso, rarm, 1.5, 0.5, 0)
  371. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  372. newWeld(torso, hed, 0, 1.5, 0)
  373. newWeld(torso, lleg, -0.5, -1, 0)
  374. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  375. newWeld(torso, rleg, 0.5, -1, 0)
  376. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  377. newWeld(root, torso, 0, -1, 0)
  378. torso.Weld.C1 = CFrame.new(0, -1, 0)
  379. pr = Instance.new("Part",hed)
  380. pr.BrickColor = BrickColor.new("Dark indigo")
  381. pr.Material = "Neon"
  382. pr.Reflectance = 0
  383. pr.Anchored = false
  384. pr.CanCollide = false
  385. pr.Archivable = false
  386. pr.Locked = true
  387. pr.Size = Vector3.new(1,1,1)
  388. prm = Instance.new("SpecialMesh",pr)
  389. prm.MeshType = "FileMesh"
  390. prm.MeshId = "rbxassetid://560718478"
  391. prm.Scale = Vector3.new(6,6,6)
  392. newWeld(hed, pr, 0, 0, 0)
  393. pr.Weld.C1 = CFrame.new(0,-.8,-.43) * CFrame.Angles(0,0,0)
  394. New = function(Object, Parent, Name, Data)
  395.  
  396. local Object = Instance.new(Object)
  397. if not Data then
  398. for Index,Value in pairs({}) do
  399. Object[Index] = Value
  400. end
  401. Object.Parent = Parent
  402. Object.Name = Name
  403. return Object
  404. end
  405. end
  406. spawn(function() --_RHas
  407. local ef1=Instance.new('Part',part1)
  408. local am=Instance.new('BlockMesh',ef1)
  409. ef1.Anchored,ef1.CanCollide=false,false
  410. ef1.Transparency=0.3
  411. ef1.Material = "Sand"
  412. am.Scale=Vector3.new(0.1,0.1,0.1)
  413. ef1.Size=Vector3.new(0.1)
  414. local ef2=ef1:Clone()
  415. local ef3=ef2:Clone()
  416. local ef4=ef3:Clone()
  417. ef2.Material = "Sand"
  418. ef3.Material = "Sand"
  419. ef4.Material = "Sand"
  420. ef3.Parent,ef4.Parent=part1,part1
  421. ef2.Parent=part1
  422. local wa,wb=Instance.new('Weld',part1),Instance.new('Weld',part1)
  423. local wc,wd=Instance.new('Weld',part1),Instance.new('Weld',part1)
  424. wa.Part0,wb.Part0=part1,part1
  425. wa.Part1,wb.Part1=ef1,ef2
  426. wc.Part0,wd.Part0=part1,part1
  427. wc.Part1,wd.Part1=ef3,ef4
  428. wa.C0,wb.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  429. wc.C0,wd.C0=CFrame.new(0,-1,0),CFrame.new(0,-1,0)
  430. while wait(0) do
  431. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  432. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  433. ef1.BrickColor=BrickColor.new("Dark indigo")
  434. ef3.BrickColor=BrickColor.new("Dark indigo")
  435. ef4.BrickColor=BrickColor.new("Dark indigo")
  436. ef2.BrickColor=BrickColor.new("Dark indigo")
  437. end
  438. end)
  439. local animpose = "Idle1"
  440. local lastanimpose = "Idle1"
  441. local grab = false
  442. local Smooth = 0.5
  443. local sine = 0
  444. local change = 0.5
  445. local val = 0
  446. local ffing = false
  447. mod4 = Instance.new("Model", char)
  448. ptez = {0.7, 0.8, 0.9, 1}
  449. FindNearestTorso = function(Position, Distance, SinglePlayer)
  450.  
  451. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  452. do return not SinglePlayer end
  453. do
  454. local List = {}
  455. for i,v in pairs(workspace:GetChildren()) do
  456. if v:IsA("Model") and v:findFirstChild("Torso") and v ~= char and v.Torso.Position - Position.magnitude <= Distance then
  457. table.insert(List, v)
  458. end
  459. end
  460. do return List end
  461. -- DECOMPILER ERROR: 3 unprocessed JMP targets
  462. end
  463. end
  464. end
  465.  
  466. Slam = function()
  467.  
  468. local part = Instance.new("Part", mod4)
  469. part.Anchored = true
  470. part.CanCollide = false
  471. part.FormFactor = "Custom"
  472. part.Size = Vector3.new(0.2, 0.2, 0.2)
  473. part.CFrame = root.CFrame * CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(90), 0, 0)
  474. part.Transparency = 0.7
  475. part.BrickColor = BrickColor.new("Really black")
  476. mesh = Instance.new("SpecialMesh", part)
  477. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  478. mesh.Scale = Vector3.new(3, 3, 3)
  479. local part2 = Instance.new("Part", mod4)
  480. part2.Anchored = true
  481. part2.CanCollide = false
  482. part2.FormFactor = "Custom"
  483. part2.Size = Vector3.new(0.2, 0.2, 0.2)
  484. part2.CFrame = root.CFrame * CFrame.new(0, -2.4, -1.6)
  485. part2.Transparency = 0.7
  486. part2.BrickColor = BrickColor.new("Lime green")
  487. mesh2 = Instance.new("SpecialMesh", part2)
  488. mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  489. mesh2.Scale = Vector3.new(3, 1.5, 3)
  490. x = Instance.new("Sound", larm)
  491. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  492. x.Pitch = ptez[math.random(1, #ptez)]
  493. x.Volume = 1
  494. x1 = Instance.new("Sound", larm)
  495. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  496. x1.Pitch = ptez[math.random(1, #ptez)]
  497. x1.Volume = 1
  498. x:Play()
  499. x1:Play()
  500. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 4)) do
  501. if v:FindFirstChild("Humanoid") then
  502. v.Humanoid.Health = 0
  503. end
  504. end
  505. coroutine.resume(coroutine.create(function()
  506.  
  507. for i = 0, 0.62, 0.13 do
  508. fat.Event:wait()
  509. part.CFrame = part.CFrame
  510. part.Transparency = i
  511. mesh.Scale = mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
  512. part2.CFrame = part2.CFrame
  513. part2.Transparency = i
  514. mesh2.Scale = mesh2.Scale + Vector3.new(0.4, 0.2, 0.4)
  515. end
  516. part.Parent = nil
  517. part2.Parent = nil
  518. x:Destroy()
  519. end
  520. ))
  521. end
  522.  
  523. wPart = function(x, y, z, color, tr, cc, an, parent)
  524.  
  525. local wp = Instance.new("WedgePart", parent or Weapon)
  526. wp.formFactor = "Custom"
  527. wp.Size = Vector3.new(x, y, z)
  528. wp.BrickColor = BrickColor.new(color)
  529. wp.CanCollide = cc
  530. wp.Transparency = tr
  531. wp.Anchored = an
  532. wp.TopSurface = 0
  533. return wp
  534. end
  535.  
  536. Mesh = function(par, num, x, y, z)
  537.  
  538. local msh = _
  539. if num == 1 then
  540. msh = Instance.new("CylinderMesh", par)
  541. else
  542. if num == 2 then
  543. msh = Instance.new("SpecialMesh", par)
  544. msh.MeshType = 3
  545. else
  546. if num == 3 then
  547. msh = Instance.new("BlockMesh", par)
  548. else
  549. if num == 4 then
  550. msh = Instance.new("SpecialMesh", par)
  551. msh.MeshType = "Torso"
  552. else
  553. if type(num) == "string" then
  554. msh = Instance.new("SpecialMesh", par)
  555. msh.MeshId = num
  556. end
  557. end
  558. end
  559. end
  560. end
  561. msh.Scale = Vector3.new(x, y, z)
  562. return msh
  563. end
  564.  
  565. local CFrameFromTopBack = function(at, top, back)
  566.  
  567. local right = top:Cross(back)
  568. return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  569. end
  570.  
  571. Triangle = function(a, b, c)
  572.  
  573. local edg1 = c - a:Dot(b - a.unit)
  574. local edg2 = a - b:Dot(c - b.unit)
  575. local edg3 = b - c:Dot(a - c.unit)
  576. if edg1 <= b - a.magnitude and edg1 >= 0 then
  577. a = a
  578. else
  579. -- DECOMPILER ERROR at PC35: Overwrote pending register: R1 in 'AssignReg'
  580.  
  581. if edg2 <= c - b.magnitude and edg2 >= 0 then
  582. a = b
  583. else
  584. -- DECOMPILER ERROR at PC46: Overwrote pending register: R2 in 'AssignReg'
  585.  
  586. -- DECOMPILER ERROR at PC47: Overwrote pending register: R1 in 'AssignReg'
  587.  
  588. if edg3 <= a - c.magnitude and edg3 >= 0 then
  589. a = c
  590. else
  591. print("unreachable")
  592. end
  593. end
  594. end
  595. local len1 = c - a:Dot(b - a.unit)
  596. local len2 = b - a.magnitude - len1
  597. local width = a + b - a.unit * len1 - c.magnitude
  598. local maincf = CFrameFromTopBack(a, b - a:Cross(c - b).unit, -b - a.unit)
  599. local list = {}
  600. if len1 > 0.01 then
  601. local w1 = wPart(0, 0, 0, "Lime green", 0.5, false, true, char)
  602. do
  603. local sz = Vector3.new(0.2, width, len1)
  604. w1.Size = sz
  605. local sp = Mesh(w1, 2, 0, 0, 0)
  606. sp.MeshType = "Wedge"
  607. sp.Scale = Vector3.new(0, 1, 1) * sz / w1.Size
  608. w1:BreakJoints()
  609. w1.Anchored = true
  610. w1.Transparency = 0.7
  611. Spawn(function()
  612.  
  613. for i = 0, 1, 0.1 do
  614. fat.Event:wait()
  615. w1.Transparency = w1.Transparency + 0.03
  616. end
  617. end
  618. )
  619. w1.CFrame = maincf * CFrame.Angles(math.pi, 0, math.pi / 2) * CFrame.new(0, width / 2, len1 / 2)
  620. table.insert(list, w1)
  621. end
  622. end
  623. do
  624. if len2 > 0.01 then
  625. local w2 = wPart(0, 0, 0, "Lime green", 0.5, false, true, char)
  626. local sz = Vector3.new(0.2, width, len2)
  627. w2.Size = sz
  628. local sp = Mesh(w2, 2, 0, 0, 0)
  629. sp.MeshType = "Wedge"
  630. sp.Scale = Vector3.new(0, 1, 1) * sz / w2.Size
  631. w2:BreakJoints()
  632. w2.Anchored = true
  633. w2.Transparency = 0.7
  634. Spawn(function()
  635.  
  636. for i = 0, 1, 0.1 do
  637. fat.Event:wait()
  638. w2.Transparency = w2.Transparency + 0.03
  639. end
  640. end
  641. )
  642. w2.CFrame = maincf * CFrame.Angles(math.pi, math.pi, -math.pi / 2) * CFrame.new(0, width / 2, -len1 - len2 / 2)
  643. table.insert(list, w2)
  644. end
  645. do
  646. return unpack(list)
  647. end
  648. end
  649. end
  650.  
  651. trail = function(p, t, h)
  652.  
  653. Spawn(function()
  654.  
  655. local blcf = p.CFrame
  656. local scfr = blcf
  657. for i = 1, t do
  658. local blcf = p.CFrame
  659. if scfr and p.Position - scfr.p.magnitude > 0.1 then
  660. local a, b = Triangle(scfr * CFrame.new(0, h / 2, 0).p, scfr * CFrame.new(0, -h / 2, 0).p, blcf * CFrame.new(0, h / 2, 0).p)
  661. if a then
  662. game.Debris:AddItem(a, 1)
  663. end
  664. if b then
  665. game.Debris:AddItem(b, 1)
  666. end
  667. local a, b = Triangle(blcf * CFrame.new(0, h / 2, 0).p, blcf * CFrame.new(0, -h / 2, 0).p, scfr * CFrame.new(0, -h / 2, 0).p)
  668. if a then
  669. game.Debris:AddItem(a, 1)
  670. end
  671. if b then
  672. game.Debris:AddItem(b, 1)
  673. end
  674. scfr = blcf
  675. else
  676. do
  677. do
  678. if not scfr then
  679. scfr = blcf
  680. end
  681. fat.Event:wait()
  682. -- DECOMPILER ERROR at PC120: LeaveBlock: unexpected jumping out DO_STMT
  683.  
  684. -- DECOMPILER ERROR at PC120: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  685.  
  686. -- DECOMPILER ERROR at PC120: LeaveBlock: unexpected jumping out IF_STMT
  687.  
  688. end
  689. end
  690. end
  691. end
  692. scfr = nil
  693. end
  694. )
  695. end
  696.  
  697. rarm.Touched:connect(function(ht)
  698.  
  699. hit = ht.Parent
  700. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name and Debounces.RPunch == true and Debounces.RPunched == false then
  701. Debounces.RPunched = true
  702. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5, 8))
  703. if Debounces.ks == true then
  704. z = Instance.new("Sound", hed)
  705. z.SoundId = "rbxassetid://441202925"
  706. z.Pitch = ptz[math.random(1, #ptz)]
  707. z.Volume = 1
  708. z:Play()
  709. end
  710. wait(0.4)
  711. Debounces.RPunched = false
  712. end
  713. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") and Debounces.RPunch == true and Debounces.RPunched == false then
  714. Debounces.RPunched = true
  715. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5, 8))
  716. if Debounces.ks == true then
  717. z = Instance.new("Sound", hed)
  718. z.SoundId = "rbxassetid://441202925"
  719. z.Pitch = ptz[math.random(1, #ptz)]
  720. z.Volume = 1
  721. z:Play()
  722. end
  723. wait(0.4)
  724. Debounces.RPunched = false
  725. end
  726. end
  727. )
  728. larm.Touched:connect(function(ht)
  729.  
  730. hit = ht.Parent
  731. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name and Debounces.LPunch == true and Debounces.LPunched == false then
  732. Debounces.LPunched = true
  733. hit:FindFirstChild("Humanoid").Health = 0
  734. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -160
  735. if Debounces.ks2 == true then
  736. z = Instance.new("Sound", hed)
  737. z.SoundId = "rbxassetid://441202925"
  738. z.Pitch = ptz[math.random(1, #ptz)]
  739. z.Volume = 1
  740. z:Play()
  741. end
  742. wait(0.4)
  743. Debounces.LPunched = false
  744. end
  745. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") and Debounces.LPunch == true and Debounces.LPunched == false then
  746. Debounces.LPunched = true
  747. hit.Parent:FindFirstChild("Humanoid").Health = 0
  748. if Debounces.ks2 == true then
  749. z = Instance.new("Sound", hed)
  750. z.SoundId = "rbxassetid://441202925"
  751. z.Pitch = ptz[math.random(1, #ptz)]
  752. z.Volume = 1
  753. z:Play()
  754. end
  755. wait(0.4)
  756. Debounces.LPunched = false
  757. end
  758. end
  759. )
  760. local acos = math.acos
  761. local sqrt = math.sqrt
  762. local Vec3 = Vector3.new
  763. local fromAxisAngle = CFrame.fromAxisAngle
  764. local toAxisAngle = function(CFr)
  765.  
  766. local X, Y, Z, R00, R01, R02, R10, R11, R12, R20, R21, R22 = CFr:components()
  767. local Angle = math.acos((R00 + R11 + R22 - 1) / 2)
  768. local A = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  769. if A ~= 0 or not 1e-05 then
  770. local B = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  771. if B ~= 0 or not 1e-05 then
  772. local C = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  773. if C ~= 0 or not 1e-05 then
  774. local x = (R21 - R12) / sqrt(A)
  775. local y = (R02 - R20) / sqrt(B)
  776. local z = (R10 - R01) / sqrt(C)
  777. return Vec3(x, y, z), Angle
  778. end
  779. end
  780. end
  781. end
  782.  
  783. ApplyTrig = function(Num, Func)
  784.  
  785. local Min, Max = Func(0), Func(1)
  786. local i = Func(Num)
  787. return (i - Min) / (Max - Min)
  788. end
  789.  
  790. LerpCFrame = function(CFrame1, CFrame2, Num)
  791.  
  792. local Vec, Ang = toAxisAngle(CFrame1:inverse() * CFrame2)
  793. return CFrame1 * fromAxisAngle(Vec, Ang * Num) + (CFrame2.p - CFrame1.p) * Num
  794. end
  795.  
  796. Crater = function(Torso, Radius)
  797.  
  798. Spawn(function()
  799.  
  800. local Ray = Ray.new(Torso.Position, Vector3.new(0, -1, 0) * 10)
  801. local Ignore = {}
  802. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  803. if v.Character ~= nil then
  804. Ignore[#Ignore + 1] = v.Character
  805. end
  806. end
  807. local Hit, Pos, SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
  808. if Hit == nil then
  809. return
  810. end
  811. local Parts = {}
  812. for i = 1, 360, 10 do
  813. local P = Instance.new("Part", Torso.Parent)
  814. P.Anchored = true
  815. P.FormFactor = "Custom"
  816. P.BrickColor = Hit.BrickColor
  817. P.Material = Hit.Material
  818. P.TopSurface = "Smooth"
  819. P.BottomSurface = "Smooth"
  820. P.Size = Vector3.new(5, 10, 10) * (math.random(80, 100) / 100)
  821. 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)))
  822. 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}
  823. if math.random(0, 5) == 0 then
  824. local P = Instance.new("Part", Torso.Parent)
  825. P.Anchored = true
  826. P.FormFactor = "Custom"
  827. P.BrickColor = Hit.BrickColor
  828. P.Material = Hit.Material
  829. P.TopSurface = "Smooth"
  830. P.BottomSurface = "Smooth"
  831. P.Size = Vector3.new(2, 2, 2) * (math.random(80, 100) / 100)
  832. 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)))
  833. 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}
  834. end
  835. end
  836. for i = 0, 1, 0.05 do
  837. for i2,v in pairs(Parts) do
  838. v[1].CFrame = LerpCFrame(v[2], v[3], ApplyTrig(i, math.cos))
  839. end
  840. wait(0.02)
  841. end
  842. for i,v in pairs(Parts) do
  843. if v[1].Size.X > 2.1 then
  844. v[1].CFrame = v[1].CFrame + Vector3.new(0, 2, 0)
  845. end
  846. v[1].Anchored = false
  847. end
  848. for i = 0, 1, 0.05 do
  849. for i2,v in pairs(Parts) do
  850. v[1].Transparency = i
  851. if i == 1 then
  852. v[1]:Destroy()
  853. else
  854. if i >= 0.25 then
  855. v[1].CanCollide = false
  856. end
  857. end
  858. end
  859. wait(0.02)
  860. end
  861. Parts = nil
  862. end
  863. )
  864. end
  865.  
  866. --------------------------------------------------
  867. function Dmg()
  868. local partofdeath = hitb
  869. local function CreateRegion3FromLocAndSize(Position, Size)
  870. local SizeOffset = Size/2
  871. local Point1 = Position - SizeOffset
  872. local Point2 = Position + SizeOffset
  873. return Region3.new(Point1, Point2)
  874. end
  875. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  876. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  877. Spawn(function()
  878. if Debounces.Slashing == true and Debounces.Slashed == false then
  879. Debounces.Slashed = true
  880. ypcall(function()
  881. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  882. humanoid.Health = 0
  883. end)
  884. wait(.4)
  885. Debounces.Slashed = false
  886. end
  887. end)
  888. end
  889. end
  890.  
  891. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  892. ptz = {0.7, 0.8, 0.9, 1, 1.1}
  893.  
  894. mouse.KeyDown:connect(function(key)
  895. if key == "q" then
  896. if Debounces.CanAttack == true then
  897. Debounces.CanAttack = false
  898. Debounces.on = true
  899. Debounces.NoIdl = true
  900. sbchat("PHANTOM FIST!!!",'[Might Guy]')
  901. for i = 1, 25 do
  902. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  903. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  904. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  905. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  906. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  907. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  908. if Debounces.on == false then break end
  909. rs:wait()
  910. end
  911. Spawn(function()
  912. local Parts = {}
  913. for Y = 1,1 do
  914. local P = Instance.new("Part",char)
  915. P.Anchored = true
  916. P.FormFactor = "Custom"
  917. P.CanCollide = false
  918. P.Size = Vector3.new(20,20,999)
  919. P.TopSurface = "SmoothNoOutlines"
  920. P.BottomSurface = "SmoothNoOutlines"
  921. P.Transparency = 0.5
  922. P.Material = "Neon"
  923. P.BrickColor = BrickColor.new("Really indigo")
  924. P.Name = tostring(Y)
  925. local Emitter = Instance.new("ParticleEmitter", P)
  926. local color1 = Color3.new(1, 0, 0)
  927. local color2 = Color3.new(0, 0, 0)
  928. Emitter.Color = ColorSequence.new(color1, color2)
  929. Emitter.Size = NumberSequence.new(20)
  930. Emitter.Texture = "rbxassetid://243098098"
  931. Emitter.Lifetime = NumberRange.new(1)
  932. Emitter.Rate = 1000
  933. Emitter.Rotation = NumberRange.new(720)
  934. Emitter.RotSpeed = NumberRange.new(140)
  935. Emitter.Speed = NumberRange.new(100)
  936. Emitter.VelocitySpread = 360
  937. local Emitter = Instance.new("ParticleEmitter", P)
  938. local color1 = Color3.new(1, 0, 0)
  939. local color2 = Color3.new(0, 0, 0)
  940. Emitter.Color = ColorSequence.new(color1, color2)
  941. Emitter.Size = NumberSequence.new(20)
  942. Emitter.Texture = "rbxassetid://300899517"
  943. Emitter.Lifetime = NumberRange.new(1)
  944. Emitter.Rate = 1000
  945. Emitter.Rotation = NumberRange.new(720)
  946. Emitter.RotSpeed = NumberRange.new(140)
  947. Emitter.Speed = NumberRange.new(100)
  948. Emitter.VelocitySpread = 360
  949. local Emitter = Instance.new("ParticleEmitter", P)
  950. local color1 = Color3.new(1, 0, 0)
  951. local color2 = Color3.new(0, 0, 0)
  952. Emitter.Color = ColorSequence.new(color1, color2)
  953. Emitter.Size = NumberSequence.new(20)
  954. Emitter.Texture = "rbxassetid://300899517"
  955. Emitter.Lifetime = NumberRange.new(1)
  956. Emitter.Rate = 1000
  957. Emitter.Rotation = NumberRange.new(720)
  958. Emitter.RotSpeed = NumberRange.new(140)
  959. Emitter.Speed = NumberRange.new(100)
  960. Emitter.VelocitySpread = 360
  961. local i = (Y+5)/(10)
  962. i = 0-math.cos(math.pi*i-(math.pi/10))
  963. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*5))*CFrame.Angles(math.rad(Y*1),0,math.rad(180))
  964. --[[P.Touched:connect(function(ht)
  965. local hit = ht.Parent
  966. if hit:FindFirstChild("Humanoid") then
  967. hit.Humanoid:TakeDamage(math.random(20,50))
  968. end
  969. end)]]--
  970. s = Instance.new("Sound",P)
  971. s.SoundId = "rbxassetid://440794203"
  972. s.Volume = 1
  973. s.Pitch = 0.9
  974. s:Play()
  975. sa = Instance.new("Sound",P)
  976. sa.SoundId = "rbxassetid://419447292"
  977. sa.Volume = 1
  978. sa.Pitch = 1
  979. sa:Play()
  980. P.Touched:connect(function(ht)
  981. hit = ht.Parent
  982. if ht and hit:IsA("Model") then
  983. if hit:FindFirstChild("Humanoid") then
  984. if hit.Name ~= p.Name then
  985. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  986. Debounces.Slashed = true]]--
  987. hit:FindFirstChild("Humanoid").Health = -1
  988. hit:FindFirstChild("Humanoid").PlatformStand = true
  989. wait()
  990. --Debounces.Slashed = false
  991. --end
  992. end
  993. end
  994. elseif ht and hit:IsA("Hat") then
  995. if hit.Parent.Name ~= p.Name then
  996. if hit.Parent:FindFirstChild("Humanoid") then
  997. if Debounces.Slashing == true and Debounces.Slashed == false then
  998. Debounces.Slashed = true
  999. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1000. hit:FindFirstChild("Humanoid").PlatformStand = true
  1001. wait()
  1002. Debounces.Slashed = false
  1003. end
  1004. end
  1005. end
  1006. end
  1007. end)
  1008. Parts[#Parts+1] = P
  1009. end
  1010. local BREAKIT = false
  1011. local CParts = {}
  1012. local Rocks = {}
  1013. local LastPos = nil
  1014. for i = 1,100 do
  1015. for i2,v in pairs(Parts) do
  1016. v.CFrame = v.CFrame*CFrame.new(0,0,0)
  1017. local cf = v.CFrame
  1018. v.Size = v.Size+Vector3.new(0.1,0.1,10)
  1019. v.CFrame = cf
  1020. v.Transparency = v.Transparency+0.01
  1021. if v.Transparency >= 0.975 then BREAKIT = true end
  1022. if v.Name == "0" then
  1023. local Ignore = {}
  1024. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1025. if v.Character ~= nil then
  1026. Ignore[#Ignore+1] = v.Character
  1027. end
  1028. end
  1029. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-500,0))
  1030. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  1031. if Hit ~= nil then
  1032. if #Rocks == 1 then
  1033. for i = 1,5 do
  1034. local P = Instance.new("Part",char)
  1035. Rocks[#Rocks+1] = P
  1036. P.Anchored = true
  1037. P.FormFactor = "Custom"
  1038. P.BrickColor = BrickColor.new("Dark indigo")
  1039. P.Material = "Grass"
  1040. P.Transparency = 0
  1041. P.TopSurface = "Smooth"
  1042. P.BottomSurface = "Smooth"
  1043. P.Size = Vector3.new(3,3,3)*(math.random(500,900)/100)
  1044. end
  1045. end
  1046. for i,P in pairs(Rocks) do
  1047. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  1048. end
  1049. local P = Instance.new("Part",char)
  1050. CParts[#CParts+1] = {P,tick()}
  1051. P.Anchored = true
  1052. P.FormFactor = "Custom"
  1053. P.BrickColor = BrickColor.new("Dark indigo")
  1054. P.Material = "Grass"
  1055. P.Transparency = 0
  1056. P.TopSurface = "Smooth"
  1057. P.BottomSurface = "Smooth"
  1058. P.Size = Vector3.new(2,2,2)*(math.random(100,300)/100)
  1059. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1060. Pos = Pos.p
  1061. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  1062. local P = P:Clone()
  1063. CParts[#CParts+1] = {P,tick()}
  1064. P.Parent = char
  1065. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  1066. Pos = Pos.p
  1067. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  1068. if LastPos ~= nil then
  1069. local P = P:Clone()
  1070. CParts[#CParts+1] = {P,tick()}
  1071. P.Parent = char
  1072. P.BrickColor = BrickColor.new("Dark red")
  1073. P.Material = "Grass"
  1074. P.Transparency = 0
  1075. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  1076. Pos = Pos.p
  1077. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1078. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  1079. --P.Velocity = Vector3.new(0,-1000,0)
  1080. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  1081. end
  1082. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  1083. end
  1084. end
  1085. end
  1086. if BREAKIT then break end
  1087. wait()
  1088. end
  1089. for i,v in pairs(Rocks) do
  1090. CParts[#CParts+1] = {v,tick()}
  1091. end
  1092. for i,v in pairs(Parts) do
  1093. v:Destroy()
  1094. end
  1095. Parts = nil
  1096. while true do
  1097. local t = tick()
  1098. local p = nil
  1099. for i,v in pairs(CParts) do
  1100. if t-v[2] > 4 then
  1101. v[1].Transparency = v[1].Transparency+0.05
  1102. if v[1].Transparency >= 1 then
  1103. v[1]:Destroy()
  1104. CParts[i] = nil
  1105. end
  1106. end
  1107. p = v
  1108. end
  1109. if p == nil then break end
  1110. wait()
  1111. end
  1112. for i,v in pairs(CParts) do
  1113. v:Destroy()
  1114. end
  1115. CParts = {}
  1116. end)
  1117. for i = 1, 20 do
  1118. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  1119. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  1120. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1121. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  1122. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  1123. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  1124. if Debounces.on == false then break end
  1125. rs:wait()
  1126. end
  1127. if Debounces.CanAttack == false then
  1128. Debounces.CanAttack = true
  1129. Debounces.on = false
  1130. Debounces.NoIdl = false
  1131. end
  1132. end
  1133. end
  1134. end)
  1135. mouse.KeyDown:connect(function(key)
  1136. if key == "e" then
  1137. if Debounces.CanAttack == true then
  1138. Debounces.CanAttack = false
  1139. Debounces.on = true
  1140. Debounces.NoIdl = true
  1141. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  1142. z = Instance.new("Sound", rarm)
  1143. z.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  1144. z.Volume = 1.25
  1145. z.Pitch = pt[math.random(1,#pt)]
  1146. z.Looped = false
  1147. z:Play()
  1148. Debounces.RPunch = true
  1149. Debounces.LPunch = true
  1150. Debounces.ks = true
  1151. Debounces.ks2 = true
  1152. for i = 1, 1 do
  1153. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  1154. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  1155. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1156. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1157. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1158. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1159. if Debounces.on == false then break end
  1160. wait()
  1161. end
  1162. z2 = Instance.new("Sound", larm)
  1163. z2.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1164. z2.Volume = 1.25
  1165. z2.Pitch = pt[math.random(1,#pt)]
  1166. z2.Looped = false
  1167. z2:Play()
  1168. for i = 1, 1 do
  1169. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1170. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  1171. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1172. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1173. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1174. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1175. if Debounces.on == false then break end
  1176. wait()
  1177. end
  1178. z3 = Instance.new("Sound", rarm)
  1179. z3.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1180. z3.Volume = 1.25
  1181. z3.Pitch = pt[math.random(1,#pt)]
  1182. z3.Looped = false
  1183. z3:Play()
  1184. for i = 1, 1 do
  1185. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  1186. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  1187. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1188. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1189. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1190. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1191. if Debounces.on == false then break end
  1192. wait()
  1193. end
  1194. z4 = Instance.new("Sound", larm)
  1195. z4.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1196. z4.Volume = 1.25
  1197. z4.Pitch = pt[math.random(1,#pt)]
  1198. z4.Looped = false
  1199. z4:Play()
  1200. for i = 1, 1 do
  1201. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1202. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1203. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1204. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1205. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1206. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1207. if Debounces.on == false then break end
  1208. wait()
  1209. end
  1210. z5 = Instance.new("Sound", rarm)
  1211. z5.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1212. z5.Volume = 1.25
  1213. z5.Pitch = pt[math.random(1,#pt)]
  1214. z5.Looped = false
  1215. z5:Play()
  1216. for i = 1, 1 do
  1217. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  1218. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  1219. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1220. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1221. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  1222. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  1223. if Debounces.on == false then break end
  1224. wait()
  1225. end
  1226. z6 = Instance.new("Sound", larm)
  1227. z6.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1228. z6.Volume = 1.25
  1229. z6.Pitch = pt[math.random(1,#pt)]
  1230. z6.Looped = false
  1231. z6:Play()
  1232. for i = 1, 1 do
  1233. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1234. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1235. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1236. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1237. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1238. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1239. if Debounces.on == false then break end
  1240. wait()
  1241. end
  1242. z7 = Instance.new("Sound", rarm)
  1243. z7.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  1244. z7.Volume = 1.25
  1245. z7.Pitch = pt[math.random(1,#pt)]
  1246. z7.Looped = false
  1247. z7:Play()
  1248. for i = 1, 1 do
  1249. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  1250. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  1251. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1252. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1253. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1254. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1255. if Debounces.on == false then break end
  1256. wait()
  1257. end
  1258. z8 = Instance.new("Sound", larm)
  1259. z8.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1260. z8.Volume = 1.25
  1261. z8.Pitch = pt[math.random(1,#pt)]
  1262. z8.Looped = false
  1263. z8:Play()
  1264. for i = 1, 1 do
  1265. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1266. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  1267. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1268. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1269. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1270. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1271. if Debounces.on == false then break end
  1272. wait()
  1273. end
  1274. z9 = Instance.new("Sound", rarm)
  1275. z9.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1276. z9.Volume = 1.25
  1277. z9.Pitch = pt[math.random(1,#pt)]
  1278. z9.Looped = false
  1279. z9:Play()
  1280. for i = 1, 1 do
  1281. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  1282. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  1283. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1284. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1285. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1286. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1287. if Debounces.on == false then break end
  1288. wait()
  1289. end
  1290. z10 = Instance.new("Sound", larm)
  1291. z10.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1292. z10.Volume = 1.25
  1293. z10.Pitch = pt[math.random(1,#pt)]
  1294. z10.Looped = false
  1295. z10:Play()
  1296. for i = 1, 1 do
  1297. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1298. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1299. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1300. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1301. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1302. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1303. if Debounces.on == false then break end
  1304. wait()
  1305. end
  1306. z11 = Instance.new("Sound", rarm)
  1307. z11.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1308. z11.Volume = 1.25
  1309. z11.Pitch = pt[math.random(1,#pt)]
  1310. z11.Looped = false
  1311. z11:Play()
  1312. for i = 1, 1 do
  1313. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  1314. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  1315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1317. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  1318. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  1319. if Debounces.on == false then break end
  1320. wait()
  1321. end
  1322. z12 = Instance.new("Sound", larm)
  1323. z12.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1324. z12.Volume = 1.25
  1325. z12.Pitch = pt[math.random(1,#pt)]
  1326. z12.Looped = false
  1327. z12:Play()
  1328. for i = 1, 1 do
  1329. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1330. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  1331. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1332. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1333. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1334. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1335. if Debounces.on == false then break end
  1336. wait()
  1337. end
  1338. z13 = Instance.new("Sound", rarm)
  1339. z13.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1340. z13.Volume = 1.25
  1341. z13.Pitch = pt[math.random(1,#pt)]
  1342. z13.Looped = false
  1343. z13:Play()
  1344. for i = 1, 1 do
  1345. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  1346. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  1347. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1348. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1349. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1350. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1351. if Debounces.on == false then break end
  1352. wait()
  1353. end
  1354. z14 = Instance.new("Sound", larm)
  1355. z14.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1356. z14.Volume = 1.25
  1357. z14.Pitch = pt[math.random(1,#pt)]
  1358. z14.Looped = false
  1359. z14:Play()
  1360. for i = 1, 1 do
  1361. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1362. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1363. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1364. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1365. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1366. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1367. if Debounces.on == false then break end
  1368. wait()
  1369. end
  1370. z15 = Instance.new("Sound", rarm)
  1371. z15.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1372. z15.Volume = 1.25
  1373. z15.Pitch = pt[math.random(1,#pt)]
  1374. z15.Looped = false
  1375. z15:Play()
  1376. for i = 1, 1 do
  1377. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  1378. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  1379. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1380. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1381. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  1382. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  1383. if Debounces.on == false then break end
  1384. wait()
  1385. end
  1386. z16 = Instance.new("Sound", larm)
  1387. z16.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1388. z16.Volume = 1.25
  1389. z16.Pitch = pt[math.random(1,#pt)]
  1390. z16.Looped = false
  1391. z16:Play()
  1392. for i = 1, 1 do
  1393. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1394. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1395. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1396. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1397. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1398. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1399. if Debounces.on == false then break end
  1400. wait()
  1401. end
  1402. z17 = Instance.new("Sound", rarm)
  1403. z17.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  1404. z17.Volume = 1.25
  1405. z17.Pitch = pt[math.random(1,#pt)]
  1406. z17.Looped = false
  1407. z17:Play()
  1408. for i = 1, 1 do
  1409. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  1410. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  1411. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1412. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1413. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1414. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1415. if Debounces.on == false then break end
  1416. wait()
  1417. end
  1418. z18 = Instance.new("Sound", larm)
  1419. z18.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1420. z18.Volume = 1.25
  1421. z18.Pitch = pt[math.random(1,#pt)]
  1422. z18.Looped = false
  1423. z18:Play()
  1424. for i = 1, 1 do
  1425. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1426. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  1427. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1428. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1429. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1430. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1431. if Debounces.on == false then break end
  1432. wait()
  1433. end
  1434. z19 = Instance.new("Sound", rarm)
  1435. z19.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1436. z19.Volume = 1.25
  1437. z19.Pitch = pt[math.random(1,#pt)]
  1438. z19.Looped = false
  1439. z19:Play()
  1440. for i = 1, 1 do
  1441. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  1442. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  1443. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1444. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1445. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  1446. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  1447. if Debounces.on == false then break end
  1448. wait()
  1449. end
  1450. z20 = Instance.new("Sound", larm)
  1451. z20.SoundId = "http://www.roblox.com/asset/?id=200633148"
  1452. z20.Volume = 1.25
  1453. z20.Pitch = pt[math.random(1,#pt)]
  1454. z20.Looped = false
  1455. z20:Play()
  1456. for i = 1, 1 do
  1457. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  1458. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  1459. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1460. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1461. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  1462. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  1463. if Debounces.on == false then break end
  1464. wait()
  1465. end
  1466. z:Destroy()
  1467. z2:Destroy()
  1468. z3:Destroy()
  1469. z4:Destroy()
  1470. z5:Destroy()
  1471. z6:Destroy()
  1472. z7:Destroy()
  1473. z8:Destroy()
  1474. z9:Destroy()
  1475. z10:Destroy()
  1476. z11:Destroy()
  1477. z12:Destroy()
  1478. z13:Destroy()
  1479. z14:Destroy()
  1480. z15:Destroy()
  1481. z16:Destroy()
  1482. z17:Destroy()
  1483. z18:Destroy()
  1484. z19:Destroy()
  1485. z20:Destroy()
  1486. Debounces.LPunch = false
  1487. Debounces.RPunch = false
  1488. Debounces.ks = false
  1489. Debounces.ks2 = false
  1490. if Debounces.CanAttack == false then
  1491. Debounces.CanAttack = true
  1492. Debounces.on = false
  1493. Debounces.NoIdl = false
  1494. end
  1495. end
  1496. end
  1497. end)
  1498. mouse.KeyDown:connect(function(key)
  1499.  
  1500. if string.byte(key) == 52 then
  1501. Swing = 2
  1502. char.Humanoid.WalkSpeed = 28
  1503. end
  1504. end
  1505. )
  1506. mouse.KeyUp:connect(function(key)
  1507.  
  1508. if string.byte(key) == 52 then
  1509. Swing = 1
  1510. char.Humanoid.WalkSpeed = 16
  1511. end
  1512. end
  1513. )
  1514. jump = false
  1515. rs:connect(function()
  1516.  
  1517. if char.Humanoid.Jump == true then
  1518. jump = true
  1519. else
  1520. jump = false
  1521. end
  1522. char.Humanoid.FreeFalling:connect(function(f)
  1523.  
  1524. if f then
  1525. ffing = true
  1526. else
  1527. ffing = false
  1528. end
  1529. end
  1530. )
  1531. sine = sine + change
  1532. if jump == true then
  1533. animpose = "Jumping"
  1534. else
  1535. if ffing == true then
  1536. animpose = "Freefalling"
  1537. else
  1538. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 2 then
  1539. animpose = "Idle"
  1540. else
  1541. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 20 then
  1542. animpose = "Walking"
  1543. else
  1544. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude > 20 then
  1545. animpose = "Running"
  1546. end
  1547. end
  1548. end
  1549. end
  1550. end
  1551. RightLeg = CFrame.new(0.5, -1, 0)
  1552. LeftLeg = CFrame.new(-0.5, -1, 0)
  1553. lefth = (torso.CFrame*LeftLeg)
  1554. righth = (torso.CFrame*RightLeg)
  1555.  
  1556. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  1557.  
  1558. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  1559.  
  1560. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  1561. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  1562. if animpose ~= lastanimpose then
  1563. sine = 0
  1564. if Debounces.NoIdl == false then
  1565. if stanceToggle == "Idle1" then
  1566. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0.2) * CFrame.Angles(math.rad(-12 - 4 * math.cos(sine / 22)), math.rad(-12 - 2 * math.cos(sine / 22)), math.rad(12 + 2 * math.cos(sine / 22))), 0.3)
  1567. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, -0.2) * CFrame.Angles(math.rad(20 + 4 * math.cos(sine / 22)), math.rad(-22 - 2 * math.cos(sine / 22)), math.rad(-15 - 2 * math.cos(sine / 22))), 0.3)
  1568. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-12 + 2.5 * math.cos(sine / 22)), math.rad(0), math.rad(0)), 0.2)
  1569. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2 + 2 * math.cos(sine / 22)), math.rad(0), 0), 0.2)
  1570. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0 - 2 * math.cos(sine / 22)), math.rad(5), math.rad(-5)), 0.2)
  1571. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0 - 2 * math.cos(sine / 22)), math.rad(-5), math.rad(5)), 0.2)
  1572. else
  1573. if stanceToggle == "Idle2" then
  1574. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0.2) * CFrame.Angles(math.rad(-22 - 4 * math.cos(sine / 12)), math.rad(-40 - 2 * math.cos(sine / 12)), math.rad(24 + 2 * math.cos(sine / 12))), 0.3)
  1575. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 0.6, -0.6) * CFrame.Angles(math.rad(90 + 4 * math.cos(sine / 12)), math.rad(0), math.rad(50 - 2 * math.cos(sine / 12))), 0.3)
  1576. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-6 + 2.5 * math.cos(sine / 12)), math.rad(0), math.rad(0)), 0.2)
  1577. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20 + 2 * math.cos(sine / 12)), math.rad(0), 0), 0.2)
  1578. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7 - 2 * math.cos(sine / 12)), math.rad(7), math.rad(-5)), 0.2)
  1579. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30 - 2 * math.cos(sine / 12)), math.rad(-9), math.rad(5)), 0.2)
  1580. end
  1581. end
  1582. fat.Event:wait()
  1583. end
  1584. end
  1585. lastanimpose = animpose
  1586. if Debounces.NoIdl == false then
  1587. if animpose == "Idle" then
  1588. change = 0.2
  1589. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(20+10*math.cos(sine/10))), 0.4)
  1590. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-40-20*math.cos(sine/10))), 0.4)
  1591. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/10)),math.rad(20),0), 0.2)
  1592. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1593. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.16*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-20), math.rad(0)), 0.05)
  1594. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(30), math.rad(-10-2*math.cos(sine/10))), 0.4)
  1595. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  1596. else
  1597. if animpose == "Walking" then
  1598. change = 0.5
  1599. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5 + 0.05 * math.cos(sine / -4), -math.sin(sine / -4) / -4) * CFrame.Angles(math.sin(sine / -4) / -2.8, -math.sin(sine / -4) / -3, math.rad(5 - -7 * math.cos(sine / -2)) + root.RotVelocity.Y / -15), 0.4)
  1600. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.7)
  1601. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5 + 0.05 * math.cos(sine / 2), -math.sin(sine / 4) / 4) * CFrame.Angles(math.sin(sine / 4) / 2.8, -math.sin(sine / 4) / 3, math.rad(-10 - 7 * math.cos(sine / 2)) + root.RotVelocity.Y / 30), 0.4)
  1602. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.7)
  1603. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.1 + 0.1 * math.cos(sine / 2)) * CFrame.Angles(math.rad(-10 + 4 * math.cos(sine / 2)), math.rad(0 - 8 * math.cos(sine / 4) / 2.3), math.rad(0)), 0.4)
  1604. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0) - root.RotVelocity.Y / 10, math.rad(0)), 0.7)
  1605. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 + 0.12 * math.cos(sine / 2), 0) * CFrame.Angles(math.rad(-4 + 2 * math.cos(sine / 2)), math.rad(0 + 10 * math.cos(sine / 4) / 2.3) + root.RotVelocity.Y / 30, math.rad(0) + root.RotVelocity.Y / 30), 0.4)
  1606. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  1607. lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5, -1 - math.cos(sine / 4) * 0.2, 0 + math.sin(sine / 4) * 0.1) * CFrame.Angles(math.sin(sine / 4) * 3 * AngleThetaL.Z, AngleThetaL.X, math.sin(sine / 4) * 3 * -AngleThetaL.X - root.RotVelocity.Y / 20), 0.8)
  1608. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  1609. rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5, -1 + math.cos(sine / 4) * 0.2, 0 - math.sin(sine / 4) * 0.1) * CFrame.Angles(math.sin(sine / 4) * 3 * -AngleThetaR.Z, AngleThetaR.X, math.sin(sine / 4) * 3 * AngleThetaR.X - root.RotVelocity.Y / 20), 0.8)
  1610. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  1611. else
  1612. if animpose == "Running" then
  1613. change = 1.1
  1614. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
  1615. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.36)
  1616. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24 + 0.6 * math.cos(sine / 4) / 1.4, 0.54, 0 - 0.8 * math.cos(sine / 4)) * CFrame.Angles(math.rad(6 + 140 * math.cos(sine / 4) / 1.2), math.rad(90), math.rad(20 + 70 * math.cos(sine / 4))), 0.2)
  1617. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  1618. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(-8 + 12 * math.cos(sine / 2) / 1.5), math.rad(0 + 12 * math.cos(sine / 4)), math.rad(0)), 0.2)
  1619. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0) - root.RotVelocity.Y / 10, math.rad(0)), 0.5)
  1620. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 + 0.2 * math.cos(sine / 2) / 1.7, 0) * CFrame.Angles(math.rad(-14 + 10 * math.cos(sine / 2) / 1.5), math.rad(0 - 12 * math.cos(sine / 4)) - root.RotVelocity.Y / 10, math.rad(0) + root.RotVelocity.Y / 20), 0.2)
  1621. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  1622. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.8 - 0.4 * math.cos(sine / 4) / 2, math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + -math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
  1623. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1624. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8 + 0.4 * math.cos(sine / 4) / 2, -math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
  1625. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1626. else
  1627. if animpose == "Jumping" then
  1628. change = 1
  1629. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.2)
  1630. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.36)
  1631. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.2)
  1632. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  1633. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  1634. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  1635. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  1636. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  1637. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  1638. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  1639. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1640. else
  1641. if animpose == "Freefalling" then
  1642. change = 1
  1643. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0) * CFrame.Angles(math.rad(-40), math.rad(20), math.rad(50)), 0.2)
  1644. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.36)
  1645. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0) * CFrame.Angles(math.rad(110), math.rad(-20), math.rad(-30)), 0.2)
  1646. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  1647. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(10), math.rad(0), 0), 0.2)
  1648. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  1649. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  1650. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, -0.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  1651. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1652. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 0, 0.5) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.2)
  1653. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1654. end
  1655. end
  1656. end
  1657. end
  1658. end
  1659. end
  1660. end
  1661. )
  1662. while true do wait()
  1663. hum.MaxHealth = 1e+173
  1664. wait(0.5)
  1665. hum.Health = 1e+173
  1666. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement