Advertisement
Sratus

Untitled

Oct 13th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.31 KB | None | 0 0
  1. --[[
  2. User: TheDarkRevenant
  3. Script: DSSJ3
  4. Pass: QNAh3g8U
  5.  
  6. ]]
  7. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  8. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  9. do
  10. print("FE Compatibility code by Mokiros")
  11. script.Parent = Player.Character
  12.  
  13. --RemoteEvent for communicating
  14. local Event = Instance.new("RemoteEvent")
  15. Event.Name = "UserInput_Event"
  16.  
  17. --Fake event to make stuff like Mouse.KeyDown work
  18. local function fakeEvent()
  19. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  20. t.connect = t.Connect
  21. return t
  22. end
  23.  
  24. --Creating fake input objects with fake variables
  25. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  26. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  27. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  28. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  29. end}
  30. --Merged 2 functions into one by checking amount of arguments
  31. CAS.UnbindAction = CAS.BindAction
  32.  
  33. --This function will trigger the events that have been :Connect()'ed
  34. local function te(self,ev,...)
  35. local t = m[ev]
  36. if t and t._fakeEvent and t.Function then
  37. t.Function(...)
  38. end
  39. end
  40. m.TrigEvent = te
  41. UIS.TrigEvent = te
  42.  
  43. Event.OnServerEvent:Connect(function(plr,io)
  44. if plr~=Player then return end
  45. if io.isMouse then
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. else
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76.  
  77. local Mouse = Player:GetMouse()
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  88. end
  89. local p = owner
  90. local char = p.Character
  91. local larm = char["Left Arm"]
  92. local rarm = char["Right Arm"]
  93. local lleg = char["Left Leg"]
  94. local rleg = char["Right Leg"]
  95. local hed = char.Head
  96. local torso = char.Torso
  97. local hum = char.Humanoid
  98. local cam = game.Workspace.CurrentCamera
  99. local root = char.HumanoidRootPart
  100. local deb = false
  101. local shot = 0
  102. local debris=game:service"Debris"
  103. local l = game:GetService("Lighting")
  104. local rs = game:GetService("RunService").RenderStepped
  105. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  106. math.randomseed(os.time())
  107. for i,v in pairs(char:children()) do
  108. if v:IsA("Hat") then
  109. v:Destroy()
  110. end
  111. end
  112. for i,v in pairs (hed:GetChildren()) do
  113. if v:IsA("Sound") then
  114. v:Destroy()
  115. end
  116. end
  117. ----------------------------------------------------
  118. Debounces = {
  119. CanAttack = true;
  120. NoIdl = false;
  121. Slashing = false;
  122. Slashed = false;
  123. RPunch = false;
  124. RPunched = false;
  125. LPunch = false;
  126. LPunched = false;
  127. }
  128. local Touche = {char.Name, }
  129. ----------------------------------------------------
  130. hed.face.Texture = "rbxassetid://34668268"
  131. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  132. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  133. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  134. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  135. ----------------------------------------------------
  136. ypcall(function()
  137. char.Shirt:Destroy()
  138. char.Pants:Destroy()
  139. shirt = Instance.new("Shirt", char)
  140. shirt.Name = "Shirt"
  141. pants = Instance.new("Pants", char)
  142. pants.Name = "Pants"
  143. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  144. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  145. end)
  146. ----------------------------------------------------
  147. function lerp(a, b, t) -- Linear interpolation
  148. return a + (b - a)*t
  149. end
  150.  
  151. function slerp(a, b, t) --Spherical interpolation
  152. dot = a:Dot(b)
  153. if dot > 0.99999 or dot < -0.99999 then
  154. return t <= 0.5 and a or b
  155. else
  156. r = math.acos(dot)
  157. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  158. end
  159. end
  160.  
  161. function matrixInterpolate(a, b, t)
  162. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  163. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  164. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  165. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  166. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  167. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  168. local t = v1:Dot(v2)
  169. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  170. return CFrame.new()
  171. end
  172. return CFrame.new(
  173. v0.x, v0.y, v0.z,
  174. v1.x, v1.y, v1.z,
  175. v2.x, v2.y, v2.z,
  176. v3.x, v3.y, v3.z)
  177. end
  178. ----------------------------------------------------
  179. function genWeld(a,b)
  180. local w = Instance.new("Weld",a)
  181. w.Part0 = a
  182. w.Part1 = b
  183. return w
  184. end
  185. function weld(a, b)
  186. local weld = Instance.new("Weld")
  187. weld.Name = "W"
  188. weld.Part0 = a
  189. weld.Part1 = b
  190. weld.C0 = a.CFrame:inverse() * b.CFrame
  191. weld.Parent = a
  192. return weld;
  193. end
  194. ----------------------------------------------------
  195. function Lerp(c1,c2,al)
  196. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  197. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  198. for i,v in pairs(com1) do
  199. com1[i] = v+(com2[i]-v)*al
  200. end
  201. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  202. end
  203. ----------------------------------------------------
  204. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  205. local wld = Instance.new("Weld", wp1)
  206. wld.Part0 = wp0
  207. wld.Part1 = wp1
  208. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  209. end
  210. ----------------------------------------------------
  211. function weld5(part0, part1, c0, c1)
  212. weeld=Instance.new("Weld", part0)
  213. weeld.Part0=part0
  214. weeld.Part1=part1
  215. weeld.C0=c0
  216. weeld.C1=c1
  217. return weeld
  218. end
  219. ----------------------------------------------------
  220. function HasntTouched(plrname)
  221. local ret = true
  222. for _, v in pairs(Touche) do
  223. if v == plrname then
  224. ret = false
  225. end
  226. end
  227. return ret
  228. end
  229. ----------------------------------------------------
  230. newWeld(torso, larm, -1.5, 0.5, 0)
  231. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  232. newWeld(torso, rarm, 1.5, 0.5, 0)
  233. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  234. newWeld(torso, hed, 0, 1.5, 0)
  235. newWeld(torso, lleg, -0.5, -1, 0)
  236. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  237. newWeld(torso, rleg, 0.5, -1, 0)
  238. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  239. newWeld(root, torso, 0, -1, 0)
  240. torso.Weld.C1 = CFrame.new(0, -1, 0)
  241. ----------------------------------------------------
  242. z = Instance.new("Sound", char)
  243. z.SoundId = "rbxassetid://282572614"--303570180
  244. z.Looped = true
  245. z.Pitch = 1
  246. z.Volume = 1
  247. wait(.1)
  248. z:Play()
  249. ----------------------------------------------------
  250. local Transforming = true
  251. hum.WalkSpeed = 0
  252. local fx = Instance.new("Part",torso)
  253. fx.Anchored = true
  254. fx.Material = "Neon"
  255. fx.CanCollide = false
  256. fx.Locked = true
  257. fx.Transparency = 1
  258. fx.Material = "SmoothPlastic"
  259. fx.Size = Vector3.new(1,1,1)
  260. fx.TopSurface = "SmoothNoOutlines"
  261. fx.BottomSurface = "SmoothNoOutlines"
  262. fx.BrickColor = BrickColor.new("Really black")
  263. fxm = Instance.new("SpecialMesh",fx)
  264. fxm.MeshType = "Sphere"
  265. fxm.Scale = Vector3.new(1,1,1)
  266. for i = 1, 20 do rs:wait()
  267. fx.Transparency = fx.Transparency - (1/20)
  268. fx.CFrame = torso.CFrame
  269. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  270. rs:wait()
  271. end
  272. ----------------------------------------------------
  273. local m = Instance.new("Model")
  274. m.Name = "Hair"
  275. p1 = Instance.new("Part", m)
  276. p1.BrickColor = BrickColor.new("Really black")
  277. p1.FormFactor = Enum.FormFactor.Symmetric
  278. p1.Size = Vector3.new(1, 1, 1)
  279. p1.CFrame = CFrame.new(-2.49043155, 8.24595642, -3.40113306, -5.48362732e-006, -0.978699088, 0.205299795, 3.27825546e-007, -0.205299854, -0.978699148, 1, -5.28991222e-006, 1.48639083e-006)
  280. p1.CanCollide = false
  281. p1.Locked = true
  282. p1.BottomSurface = Enum.SurfaceType.Smooth
  283. p1.TopSurface = Enum.SurfaceType.Smooth
  284. b1 = Instance.new("SpecialMesh", p1)
  285. b1.MeshId = "http://www.roblox.com/asset/?id=12212520"
  286. b1.TextureId = ""
  287. b1.MeshType = Enum.MeshType.FileMesh
  288. b1.Name = "Mesh"
  289. b1.VertexColor = Vector3.new(0, 0, 0)
  290. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  291. p2 = Instance.new("Part", m)
  292. p2.BrickColor = BrickColor.new("Pastel brown")
  293. p2.Transparency = 1
  294. p2.Name = "Head"
  295. p2.FormFactor = Enum.FormFactor.Symmetric
  296. p2.Size = Vector3.new(2, 1, 1)
  297. p2.CFrame = CFrame.new(-1.70008016, 8.14794922, -3.40013027, 4.24603923e-006, 7.4505806e-008, -1, -1.50268988e-007, 1, 1.49011612e-008, 1.00000012, 6.79109462e-008, 4.23316806e-006)
  298. p2.CanCollide = false
  299. p2.Locked = true
  300. p2.TopSurface = Enum.SurfaceType.Smooth
  301. b2 = Instance.new("SpecialMesh", p2)
  302. b2.MeshType = Enum.MeshType.Head
  303. b2.Name = "Mesh"
  304. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  305. p3 = Instance.new("Part", m)
  306. p3.BrickColor = BrickColor.new("Really black")
  307. p3.FormFactor = Enum.FormFactor.Symmetric
  308. p3.Size = Vector3.new(2, 2, 2)
  309. p3.CFrame = CFrame.new(-1.70003617, 8.71796131, -3.4000442, 2.57710985e-006, 6.95607483e-008, -1.00000012, -1.20466638e-007, 1, 9.95640903e-009, 1.00000024, 3.81086345e-008, 2.56423846e-006)
  310. p3.CanCollide = false
  311. p3.Locked = true
  312. p3.BottomSurface = Enum.SurfaceType.Smooth
  313. p3.TopSurface = Enum.SurfaceType.Smooth
  314. b3 = Instance.new("SpecialMesh", p3)
  315. b3.MeshId = "http://www.roblox.com/asset/?id=16627529"
  316. b3.TextureId = ""
  317. b3.MeshType = Enum.MeshType.FileMesh
  318. b3.Name = "Mesh"
  319. b3.VertexColor = Vector3.new(0, 0, 0)
  320. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  321. p4 = Instance.new("Part", m)
  322. p4.BrickColor = BrickColor.new("Really black")
  323. p4.FormFactor = Enum.FormFactor.Symmetric
  324. p4.Size = Vector3.new(1, 1, 1)
  325. p4.CFrame = CFrame.new(-1.77981007, 8.84795475, -3.40016508, 5.79576135e-006, 7.9450956e-008, -1.00000012, -1.80071311e-007, 1, 1.98458743e-008, 1.00000024, 9.77132402e-008, 5.78289018e-006)
  326. p4.CanCollide = false
  327. p4.Locked = true
  328. p4.BottomSurface = Enum.SurfaceType.Smooth
  329. p4.TopSurface = Enum.SurfaceType.Smooth
  330. b4 = Instance.new("SpecialMesh", p4)
  331. b4.MeshId = "http://www.roblox.com/asset/?id=19326912"
  332. b4.TextureId = ""
  333. b4.MeshType = Enum.MeshType.FileMesh
  334. b4.Name = "Mesh"
  335. b4.VertexColor = Vector3.new(0, 0, 0)
  336. p5 = Instance.new("Part", m)
  337. p5.BrickColor = BrickColor.new("Really black")
  338. p5.FormFactor = Enum.FormFactor.Symmetric
  339. p5.Size = Vector3.new(1, 1, 1)
  340. p5.CFrame = CFrame.new(-1.70003772, 8.46796131, -3.40004301, -3.43517968e-007, 2.98088111e-007, -1, -1.00421907e-007, 1, 2.38484063e-007, 1.00000012, 1.80640072e-008, -3.56389592e-007)
  341. p5.CanCollide = false
  342. p5.Locked = true
  343. p5.BottomSurface = Enum.SurfaceType.Smooth
  344. p5.TopSurface = Enum.SurfaceType.Smooth
  345. b5 = Instance.new("SpecialMesh", p5)
  346. b5.MeshId = "http://www.roblox.com/asset/?id=45916884"
  347. b5.TextureId = ""
  348. b5.MeshType = Enum.MeshType.FileMesh
  349. b5.Name = "Mesh"
  350. b5.VertexColor = Vector3.new(0, 0, 0)
  351. b5.Scale = Vector3.new(1, 0.899999976, 1)
  352. p6 = Instance.new("Part", m)
  353. p6.BrickColor = BrickColor.new("Really black")
  354. p6.FormFactor = Enum.FormFactor.Symmetric
  355. p6.Size = Vector3.new(1, 1, 1)
  356. p6.CFrame = CFrame.new(-1.89967656, 8.58795834, -3.44990659, -5.81936433e-007, 5.36502284e-007, -0.99999994, -1.3998249e-007, 1, 4.76898265e-007, 1, 5.76247672e-008, -5.94808171e-007)
  357. p6.CanCollide = false
  358. p6.Locked = true
  359. p6.BottomSurface = Enum.SurfaceType.Smooth
  360. p6.TopSurface = Enum.SurfaceType.Smooth
  361. b6 = Instance.new("SpecialMesh", p6)
  362. b6.MeshId = "http://www.roblox.com/asset/?id=62246019"
  363. b6.TextureId = ""
  364. b6.MeshType = Enum.MeshType.FileMesh
  365. b6.Name = "Mesh"
  366. b6.VertexColor = Vector3.new(0, 0, 0)
  367. p7 = Instance.new("Part", m)
  368. p7.BrickColor = BrickColor.new("Really black")
  369. p7.FormFactor = Enum.FormFactor.Symmetric
  370. p7.Size = Vector3.new(1, 1, 1)
  371. p7.CFrame = CFrame.new(-1.89918542, 8.31796837, -3.50097537, -4.62727087e-007, 5.36502228e-007, -0.999999881, -1.39982518e-007, 1, 4.76898208e-007, 0.99999994, 5.76247459e-008, -4.75598938e-007)
  372. p7.CanCollide = false
  373. p7.Locked = true
  374. p7.BottomSurface = Enum.SurfaceType.Smooth
  375. p7.TopSurface = Enum.SurfaceType.Smooth
  376. b7 = Instance.new("SpecialMesh", p7)
  377. b7.MeshId = "http://www.roblox.com/asset/?id=76056263"
  378. b7.TextureId = ""
  379. b7.MeshType = Enum.MeshType.FileMesh
  380. b7.Name = "Mesh"
  381. b7.VertexColor = Vector3.new(0, 0, 0)
  382. p8 = Instance.new("Part", m)
  383. p8.BrickColor = BrickColor.new("Really black")
  384. p8.FormFactor = Enum.FormFactor.Symmetric
  385. p8.Size = Vector3.new(1, 1, 1)
  386. p8.CFrame = CFrame.new(-2.62433338, 7.66397905, -3.4010179, -1.17798254e-006, -0.805111349, 0.593123376, -2.5008859e-007, -0.593123615, -0.805111527, 0.999999881, -9.58229293e-007, 4.4941558e-007)
  387. p8.CanCollide = false
  388. p8.Locked = true
  389. p8.BottomSurface = Enum.SurfaceType.Smooth
  390. p8.TopSurface = Enum.SurfaceType.Smooth
  391. b8 = Instance.new("SpecialMesh", p8)
  392. b8.MeshId = "http://www.roblox.com/asset/?id=12212520"
  393. b8.TextureId = ""
  394. b8.MeshType = Enum.MeshType.FileMesh
  395. b8.Name = "Mesh"
  396. b8.VertexColor = Vector3.new(0, 0, 0)
  397. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  398. p9 = Instance.new("Part", m)
  399. p9.BrickColor = BrickColor.new("Really black")
  400. p9.FormFactor = Enum.FormFactor.Symmetric
  401. p9.Size = Vector3.new(2, 1, 2)
  402. p9.CFrame = CFrame.new(-1.76505995, 8.56096649, -3.40065479, -9.73168881e-007, -0.0995008349, -0.995037436, -1.70322267e-007, 0.995037675, -0.0995009243, 1, 1.13823972e-007, -6.80968242e-007)
  403. p9.CanCollide = false
  404. p9.Locked = true
  405. p9.BottomSurface = Enum.SurfaceType.Smooth
  406. p9.TopSurface = Enum.SurfaceType.Smooth
  407. b9 = Instance.new("SpecialMesh", p9)
  408. b9.MeshId = "http://www.roblox.com/asset/?id=12259089"
  409. b9.TextureId = ""
  410. b9.MeshType = Enum.MeshType.FileMesh
  411. b9.Name = "Mesh"
  412. b9.VertexColor = Vector3.new(0, 0, 0)
  413. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  414. p10 = Instance.new("Part", m)
  415. p10.BrickColor = BrickColor.new("Really black")
  416. p10.FormFactor = Enum.FormFactor.Symmetric
  417. p10.Size = Vector3.new(1, 1, 1)
  418. p10.CFrame = CFrame.new(-2.0207715, 9.06097031, -3.39961624, -1.10652763e-006, -0.683569431, -0.729885519, -2.85231891e-007, 0.729885638, -0.68356967, 1.00000012, -3.22293062e-007, -8.40051371e-007)
  419. p10.CanCollide = false
  420. p10.Locked = true
  421. p10.BottomSurface = Enum.SurfaceType.Smooth
  422. p10.TopSurface = Enum.SurfaceType.Smooth
  423. b10 = Instance.new("SpecialMesh", p10)
  424. b10.MeshId = "http://www.roblox.com/asset/?id=12212520"
  425. b10.TextureId = ""
  426. b10.MeshType = Enum.MeshType.FileMesh
  427. b10.Name = "Mesh"
  428. b10.VertexColor = Vector3.new(0, 0, 0)
  429. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  430. p11 = Instance.new("Part", m)
  431. p11.BrickColor = BrickColor.new("Really black")
  432. p11.FormFactor = Enum.FormFactor.Symmetric
  433. p11.Size = Vector3.new(1, 1, 1)
  434. p11.CFrame = CFrame.new(-2.16468835, 8.78595829, -3.40089417, -1.41617738e-006, -0.989475727, -0.144699216, -4.36450762e-007, 0.144699067, -0.989476085, 1.00000024, -9.47996682e-007, -7.38401468e-007)
  435. p11.CanCollide = false
  436. p11.Locked = true
  437. p11.BottomSurface = Enum.SurfaceType.Smooth
  438. p11.TopSurface = Enum.SurfaceType.Smooth
  439. b11 = Instance.new("SpecialMesh", p11)
  440. b11.MeshId = "http://www.roblox.com/asset/?id=12212520"
  441. b11.TextureId = ""
  442. b11.MeshType = Enum.MeshType.FileMesh
  443. b11.Name = "Mesh"
  444. b11.VertexColor = Vector3.new(0, 0, 0)
  445. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  446. p12 = Instance.new("Part", m)
  447. p12.BrickColor = BrickColor.new("Really black")
  448. p12.FormFactor = Enum.FormFactor.Custom
  449. p12.Size = Vector3.new(1, 3.5, 1)
  450. p12.CFrame = CFrame.new(-3.74216318, 6.74288082, -3.40101933, -1.20476273e-006, -0.553697288, 0.832718134, -3.31002866e-007, -0.832718611, -0.553697169, 1.00000036, -8.7345768e-007, 3.69213154e-007)
  451. p12.CanCollide = false
  452. p12.Locked = true
  453. p12.BottomSurface = Enum.SurfaceType.Smooth
  454. p12.TopSurface = Enum.SurfaceType.Smooth
  455. b12 = Instance.new("SpecialMesh", p12)
  456. b12.MeshId = "http://www.roblox.com/asset/?id=12212520"
  457. b12.TextureId = ""
  458. b12.MeshType = Enum.MeshType.FileMesh
  459. b12.Name = "Mesh"
  460. b12.VertexColor = Vector3.new(0, 0, 0)
  461. b12.Scale = Vector3.new(1, 3, 1.29999995)
  462. p13 = Instance.new("Part", m)
  463. p13.BrickColor = BrickColor.new("Really black")
  464. p13.FormFactor = Enum.FormFactor.Custom
  465. p13.Size = Vector3.new(1, 2, 1)
  466. p13.CFrame = CFrame.new(-3.32689047, 6.86741829, -3.40101862, -9.81709945e-007, -0.319307148, 0.947651446, -5.6545997e-007, -0.947651923, -0.31930691, 1.00000048, -8.39551717e-007, 1.79318391e-007)
  467. p13.CanCollide = false
  468. p13.Locked = true
  469. p13.BottomSurface = Enum.SurfaceType.Smooth
  470. p13.TopSurface = Enum.SurfaceType.Smooth
  471. b13 = Instance.new("SpecialMesh", p13)
  472. b13.MeshId = "http://www.roblox.com/asset/?id=12212520"
  473. b13.TextureId = ""
  474. b13.MeshType = Enum.MeshType.FileMesh
  475. b13.Name = "Mesh"
  476. b13.VertexColor = Vector3.new(0, 0, 0)
  477. b13.Scale = Vector3.new(1, 3, 1.29999995)
  478. p14 = Instance.new("Part", m)
  479. p14.BrickColor = BrickColor.new("Really black")
  480. p14.FormFactor = Enum.FormFactor.Custom
  481. p14.Size = Vector3.new(1, 2, 1)
  482. p14.CFrame = CFrame.new(-3.02689028, 7.96740961, -3.40101862, -1.33478545e-006, -0.750354111, 0.661036491, -5.20037702e-008, -0.661037207, -0.750354171, 1.0000006, -6.31296757e-007, 2.01137496e-007)
  483. p14.CanCollide = false
  484. p14.Locked = true
  485. p14.BottomSurface = Enum.SurfaceType.Smooth
  486. p14.TopSurface = Enum.SurfaceType.Smooth
  487. b14 = Instance.new("SpecialMesh", p14)
  488. b14.MeshId = "http://www.roblox.com/asset/?id=12212520"
  489. b14.TextureId = ""
  490. b14.MeshType = Enum.MeshType.FileMesh
  491. b14.Name = "Mesh"
  492. b14.VertexColor = Vector3.new(0, 0, 0)
  493. b14.Scale = Vector3.new(1, 3, 1.29999995)
  494. p15 = Instance.new("Part", m)
  495. p15.BrickColor = BrickColor.new("Really black")
  496. p15.FormFactor = Enum.FormFactor.Custom
  497. p15.Size = Vector3.new(1, 2.5, 1)
  498. p15.CFrame = CFrame.new(-2.96531463, 7.75924349, -2.90101862, 0.342019022, -0.520305753, 0.782499552, -1.1920929e-007, -0.832718909, -0.553697407, 0.939693451, 0.189374983, -0.284806281)
  499. p15.CanCollide = false
  500. p15.Locked = true
  501. p15.BottomSurface = Enum.SurfaceType.Smooth
  502. p15.TopSurface = Enum.SurfaceType.Smooth
  503. b15 = Instance.new("SpecialMesh", p15)
  504. b15.MeshId = "http://www.roblox.com/asset/?id=12212520"
  505. b15.TextureId = ""
  506. b15.MeshType = Enum.MeshType.FileMesh
  507. b15.Name = "Mesh"
  508. b15.VertexColor = Vector3.new(0, 0, 0)
  509. b15.Scale = Vector3.new(1, 3, 1.29999995)
  510. p16 = Instance.new("Part", m)
  511. p16.BrickColor = BrickColor.new("Really black")
  512. p16.FormFactor = Enum.FormFactor.Custom
  513. p16.Size = Vector3.new(1, 2.5, 1)
  514. p16.CFrame = CFrame.new(-2.96531439, 7.75924349, -3.80101967, -0.258820295, -0.534830391, 0.804343879, -1.78813934e-007, -0.832718968, -0.553697228, 0.96592629, -0.143308073, 0.215523779)
  515. p16.CanCollide = false
  516. p16.Locked = true
  517. p16.BottomSurface = Enum.SurfaceType.Smooth
  518. p16.TopSurface = Enum.SurfaceType.Smooth
  519. b16 = Instance.new("SpecialMesh", p16)
  520. b16.MeshId = "http://www.roblox.com/asset/?id=12212520"
  521. b16.TextureId = ""
  522. b16.MeshType = Enum.MeshType.FileMesh
  523. b16.Name = "Mesh"
  524. b16.VertexColor = Vector3.new(0, 0, 0)
  525. b16.Scale = Vector3.new(1, 3, 1.29999995)
  526. p17 = Instance.new("Part", m)
  527. p17.BrickColor = BrickColor.new("Really black")
  528. p17.FormFactor = Enum.FormFactor.Custom
  529. p17.Size = Vector3.new(1, 2.4000001, 1)
  530. p17.CFrame = CFrame.new(-2.69075108, 7.07788849, -3.40101933, -1.13248825e-006, -0.319307148, 0.947651625, -1.1920929e-006, -0.947652161, -0.319306791, 1.0000006, -1.54972076e-006, 1.04308128e-007)
  531. p17.CanCollide = false
  532. p17.Locked = true
  533. p17.BottomSurface = Enum.SurfaceType.Smooth
  534. p17.TopSurface = Enum.SurfaceType.Smooth
  535. b17 = Instance.new("SpecialMesh", p17)
  536. b17.MeshId = "http://www.roblox.com/asset/?id=12212520"
  537. b17.TextureId = ""
  538. b17.MeshType = Enum.MeshType.FileMesh
  539. b17.Name = "Mesh"
  540. b17.VertexColor = Vector3.new(0, 0, 0)
  541. b17.Scale = Vector3.new(1, 3, 1.29999995)
  542. p18 = Instance.new("Part", m)
  543. p18.BrickColor = BrickColor.new("Really black")
  544. p18.FormFactor = Enum.FormFactor.Custom
  545. p18.Size = Vector3.new(2, 2, 2)
  546. p18.CFrame = CFrame.new(-1.70003319, 8.71796608, -3.40004444, -2.37434961e-006, 1.78813934e-007, 1.00000036, -2.35242567e-007, 1.00000072, 3.27825546e-007, -1.0000006, 7.95440158e-009, -2.91315405e-006)
  547. p18.CanCollide = false
  548. p18.Locked = true
  549. p18.BottomSurface = Enum.SurfaceType.Smooth
  550. p18.TopSurface = Enum.SurfaceType.Smooth
  551. b18 = Instance.new("SpecialMesh", p18)
  552. b18.MeshId = "http://www.roblox.com/asset/?id=16627529"
  553. b18.TextureId = ""
  554. b18.MeshType = Enum.MeshType.FileMesh
  555. b18.Name = "Mesh"
  556. b18.VertexColor = Vector3.new(0, 0, 0)
  557. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  558. w1 = Instance.new("Weld", p1)
  559. w1.Name = "Head_Weld"
  560. w1.Part0 = p1
  561. w1.C0 = CFrame.new(3.40111661, -0.744508088, 8.58160019, -5.48362732e-006, 3.27825546e-007, 1, -0.978699088, -0.205299854, -5.30481339e-006, 0.205299824, -0.978699148, 1.49011612e-006)
  562. w1.Part1 = p2
  563. w1.C1 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  564. w2 = Instance.new("Weld", p2)
  565. w2.Name = "Part_Weld"
  566. w2.Part0 = p2
  567. w2.C0 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  568. w2.Part1 = p3
  569. w2.C1 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  570. w3 = Instance.new("Weld", p3)
  571. w3.Name = "Part_Weld"
  572. w3.Part0 = p3
  573. w3.C0 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  574. w3.Part1 = p4
  575. w3.C1 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  576. w4 = Instance.new("Weld", p4)
  577. w4.Name = "Part_Weld"
  578. w4.Part0 = p4
  579. w4.C0 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  580. w4.Part1 = p5
  581. w4.C1 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  582. w5 = Instance.new("Weld", p5)
  583. w5.Name = "Part_Weld"
  584. w5.Part0 = p5
  585. w5.C0 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  586. w5.Part1 = p6
  587. w5.C1 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  588. w6 = Instance.new("Weld", p6)
  589. w6.Name = "Part_Weld"
  590. w6.Part0 = p6
  591. w6.C0 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  592. w6.Part1 = p7
  593. w6.C1 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  594. w7 = Instance.new("Weld", p7)
  595. w7.Name = "Part_Weld"
  596. w7.Part0 = p7
  597. w7.C0 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  598. w7.Part1 = p8
  599. w7.C1 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  600. w8 = Instance.new("Weld", p8)
  601. w8.Name = "Part_Weld"
  602. w8.Part0 = p8
  603. w8.C0 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  604. w8.Part1 = p9
  605. w8.C1 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  606. w9 = Instance.new("Weld", p9)
  607. w9.Name = "Part_Weld"
  608. w9.Part0 = p9
  609. w9.C0 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  610. w9.Part1 = p10
  611. w9.C1 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  612. w10 = Instance.new("Weld", p10)
  613. w10.Name = "Part_Weld"
  614. w10.Part0 = p10
  615. w10.C0 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  616. w10.Part1 = p11
  617. w10.C1 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  618. w11 = Instance.new("Weld", p11)
  619. w11.Name = "Part_Weld"
  620. w11.Part0 = p11
  621. w11.C0 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  622. w11.Part1 = p12
  623. w11.C1 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  624. w12 = Instance.new("Weld", p12)
  625. w12.Name = "Part_Weld"
  626. w12.Part0 = p12
  627. w12.C0 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  628. w12.Part1 = p13
  629. w12.C1 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  630. w13 = Instance.new("Weld", p13)
  631. w13.Name = "Part_Weld"
  632. w13.Part0 = p13
  633. w13.C0 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  634. w13.Part1 = p14
  635. w13.C1 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  636. w14 = Instance.new("Weld", p14)
  637. w14.Name = "Part_Weld"
  638. w14.Part0 = p14
  639. w14.C0 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  640. w14.Part1 = p15
  641. w14.C1 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  642. w15 = Instance.new("Weld", p15)
  643. w15.Name = "Part_Weld"
  644. w15.Part0 = p15
  645. w15.C0 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  646. w15.Part1 = p16
  647. w15.C1 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  648. w16 = Instance.new("Weld", p16)
  649. w16.Name = "Part_Weld"
  650. w16.Part0 = p16
  651. w16.C0 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  652. w16.Part1 = p17
  653. w16.C1 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  654. w17 = Instance.new("Weld", p17)
  655. w17.Name = "Part_Weld"
  656. w17.Part0 = p17
  657. w17.C0 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  658. w17.Part1 = p18
  659. w17.C1 = CFrame.new(-3.40004683, -8.71796036, 1.70002675, -2.6504224e-006, -7.89943471e-008, -1, -2.47197018e-008, 1, -7.89942831e-008, 1, 2.47194887e-008, -2.6504224e-006)
  660. m.Parent = char
  661. m:MakeJoints()
  662. ----------------------------------------------------
  663. local cor = Instance.new("Part", char.Hair)
  664. cor.Name = "Link"
  665. cor.Locked = true
  666. cor.BottomSurface = 0
  667. cor.CanCollide = false
  668. cor.Size = Vector3.new(1, 9, 1)
  669. cor.Transparency = 1
  670. cor.TopSurface = 0
  671. corw = Instance.new("Weld", cor)
  672. corw.Part0 = hed
  673. corw.Part1 = cor
  674. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  675. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  676. weld1 = Instance.new("Weld", char.Hair)
  677. weld1.Part0 = cor
  678. weld1.Part1 = char.Hair.Head
  679. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  680. ----------------------------------------------------
  681. GroundWave1 = function()
  682. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  683. local Colors = {"Royal purple", "Really black"}
  684. local wave = Instance.new("Part", torso)
  685. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  686. wave.Anchored = true
  687. wave.CanCollide = false
  688. wave.Locked = true
  689. wave.Size = Vector3.new(1, 1, 1)
  690. wave.TopSurface = "Smooth"
  691. wave.BottomSurface = "Smooth"
  692. wave.Transparency = 0.35
  693. wave.CFrame = HandCF
  694. wm = Instance.new("SpecialMesh", wave)
  695. wm.MeshId = "rbxassetid://3270017"
  696. coroutine.wrap(function()
  697. for i = 1, 30, 1 do
  698. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
  699. wave.Size = wm.Scale
  700. wave.CFrame = HandCF
  701. wave.Transparency = i/30
  702. wait()
  703. end
  704. wait()
  705. wave:Destroy()
  706. end)()
  707. end
  708. ----------------------------------------------------
  709. GroundWave = function()
  710. if Transforming == true then
  711. local wave = Instance.new("Part", torso)
  712. wave.BrickColor = BrickColor.new("Really black")
  713. wave.Anchored = true
  714. wave.CanCollide = false
  715. wave.Locked = true
  716. wave.Size = Vector3.new(1, 1, 1)
  717. wave.TopSurface = "Smooth"
  718. wave.BottomSurface = "Smooth"
  719. wave.Transparency = 0.35
  720. wave.CFrame = fx.CFrame
  721. wm = Instance.new("SpecialMesh", wave)
  722. wm.MeshType = "Sphere"
  723. wm.Scale = Vector3.new(1,1,1)
  724. coroutine.wrap(function()
  725. for i = 1, 18, 1 do
  726. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  727. --wave.Size = wm.Scale
  728. wave.CFrame = fx.CFrame
  729. wave.Transparency = i/14
  730. wait()
  731. end
  732. wait()
  733. wave:Destroy()
  734. end)()
  735. elseif Transforming == false then
  736. wait()
  737. end
  738. end
  739.  
  740. for i = 1, 100 do rs:wait()
  741. fx.CFrame = torso.CFrame
  742. end
  743.  
  744. Spawn(function()
  745. while wait(1) do
  746. GroundWave()
  747. end
  748. end)
  749.  
  750. wait(4)
  751.  
  752. Transforming = false
  753.  
  754. for i = 1, 20 do rs:wait()
  755. fx.Transparency = fx.Transparency + (1/20)
  756. fx.CFrame = torso.CFrame
  757. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  758. rs:wait()
  759. end
  760.  
  761. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  762. local wave = Instance.new("Part", torso)
  763. wave.BrickColor = BrickColor.new("Institutional white")
  764. wave.Anchored = true
  765. wave.CanCollide = false
  766. wave.Locked = true
  767. wave.Size = Vector3.new(1, 1, 1)
  768. wave.TopSurface = "Smooth"
  769. wave.BottomSurface = "Smooth"
  770. wave.Transparency = 0.35
  771. wave.CFrame = HandCF
  772. wm = Instance.new("SpecialMesh", wave)
  773. wm.MeshId = "rbxassetid://3270017"
  774. coroutine.wrap(function()
  775. for i = 1, 14, 1 do
  776. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  777. wave.Size = wm.Scale
  778. wave.CFrame = HandCF
  779. wave.Transparency = i/14
  780. wait()
  781. end
  782. wait()
  783. wave:Destroy()
  784. end)()
  785. hum.WalkSpeed = 16
  786. ----------------------------------------------------
  787. Blast = function()
  788. local Colors = {"Really red", "Really black"}
  789. local wave = Instance.new("Part", torso)
  790. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  791. wave.Anchored = true
  792. wave.CanCollide = false
  793. wave.Locked = true
  794. wave.Size = Vector3.new(1, 1, 1)
  795. wave.TopSurface = "Smooth"
  796. wave.BottomSurface = "Smooth"
  797. wave.Transparency = 0.35
  798. wave.CFrame = rarm.CFrame
  799. wm = Instance.new("SpecialMesh", wave)
  800. wm.MeshType = "Sphere"
  801. wm.Scale = Vector3.new(1,1,1)
  802. z = Instance.new("Sound",wave)
  803. z.SoundId = "rbxassetid://237035051"
  804. z.Volume = 1
  805. z.Pitch = .9
  806. z:Play()
  807. coroutine.wrap(function()
  808. for i = 1, 30, 1 do
  809. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  810. --wave.Size = wm.Scale
  811. wave.CFrame = rarm.CFrame
  812. wave.Transparency = (1/14)
  813. rs:wait()
  814. end
  815. rs:wait()
  816. wave:Destroy()
  817. z:Destroy()
  818. end)()
  819. end
  820. ----------------------------------------------------
  821. rarm.Touched:connect(function(ht)
  822. hit = ht.Parent
  823. if ht and hit:IsA("Model") then
  824. if hit:FindFirstChild("Humanoid") then
  825. if hit.Name ~= p.Name then
  826. if Debounces.RPunch == true and Debounces.RPunched == false then
  827. Debounces.RPunched = true
  828. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  829. if Debounces.ks==true then
  830. z = Instance.new("Sound",hed)
  831. z.SoundId = "rbxassetid://169380525"
  832. z.Pitch = ptz[math.random(1,#ptz)]
  833. z.Volume = 1
  834. z:Play()
  835. end
  836. wait(.2)
  837. Debounces.RPunched = false
  838. end
  839. end
  840. end
  841. elseif ht and hit:IsA("Hat") then
  842. if hit.Parent.Name ~= p.Name then
  843. if hit.Parent:FindFirstChild("Humanoid") then
  844. if Debounces.RPunch == true and Debounces.RPunched == false then
  845. Debounces.RPunched = true
  846. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  847. if Debounces.ks==true then
  848. z = Instance.new("Sound",hed)
  849. z.SoundId = "rbxassetid://169380525"
  850. z.Pitch = ptz[math.random(1,#ptz)]
  851. z.Volume = 1
  852. z:Play()
  853. end
  854. wait(.2)
  855. Debounces.RPunched = false
  856. end
  857. end
  858. end
  859. end
  860. end)
  861. larm.Touched:connect(function(ht)
  862. hit = ht.Parent
  863. if ht and hit:IsA("Model") then
  864. if hit:FindFirstChild("Humanoid") then
  865. if hit.Name ~= p.Name then
  866. if Debounces.LPunch == true and Debounces.LPunched == false then
  867. Debounces.LPunched = true
  868. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  869. if Debounces.ks2==true then
  870. z = Instance.new("Sound",hed)
  871. z.SoundId = "rbxassetid://169380525"
  872. z.Pitch = ptz[math.random(1,#ptz)]
  873. z.Volume = 1
  874. z:Play()
  875. end
  876. wait(.2)
  877. Debounces.LPunched = false
  878. end
  879. end
  880. end
  881. elseif ht and hit:IsA("Hat") then
  882. if hit.Parent.Name ~= p.Name then
  883. if hit.Parent:FindFirstChild("Humanoid") then
  884. if Debounces.LPunch == true and Debounces.LPunched == false then
  885. Debounces.LPunched = true
  886. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  887. if Debounces.ks2==true then
  888. z = Instance.new("Sound",hed)
  889. z.SoundId = "rbxassetid://169380525"
  890. z.Pitch = ptz[math.random(1,#ptz)]
  891. z.Volume = 1
  892. z:Play()
  893. end
  894. wait(.2)
  895. Debounces.LPunched = false
  896. end
  897. end
  898. end
  899. end
  900. end)
  901. ----------------------------------------------------
  902. mod4 = Instance.new("Model",char)
  903.  
  904. ptez = {0.7, 0.8, 0.9, 1}
  905.  
  906. function FindNearestTorso(Position,Distance,SinglePlayer)
  907. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  908. local List = {}
  909. for i,v in pairs(workspace:GetChildren())do
  910. if v:IsA("Model")then
  911. if v:findFirstChild("Torso")then
  912. if v ~= char then
  913. if(v.Torso.Position -Position).magnitude <= Distance then
  914. table.insert(List,v)
  915. end
  916. end
  917. end
  918. end
  919. end
  920. return List
  921. end
  922.  
  923. function Punch()
  924. part=Instance.new('Part',mod4)
  925. part.Anchored=true
  926. part.CanCollide=false
  927. part.FormFactor='Custom'
  928. part.Size=Vector3.new(.2,.2,.2)
  929. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  930. part.Transparency=.7
  931. part.BrickColor=BrickColor.new('Really black')
  932. mesh=Instance.new('SpecialMesh',part)
  933. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  934. mesh.Scale=Vector3.new(3,3,3)
  935. part2=Instance.new('Part',mod4)
  936. part2.Anchored=true
  937. part2.CanCollide=false
  938. part2.FormFactor='Custom'
  939. part2.Size=Vector3.new(.2,.2,.2)
  940. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  941. part2.Transparency=.7
  942. part2.BrickColor=BrickColor.new('Really red')
  943. mesh2=Instance.new('SpecialMesh',part2)
  944. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  945. mesh2.Scale=Vector3.new(3,1.5,3)
  946. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  947. if v:FindFirstChild('Humanoid') then
  948. v.Humanoid:TakeDamage(math.random(2,6))
  949. end
  950. end
  951. coroutine.resume(coroutine.create(function()
  952. for i=0,0.62,0.4 do
  953. wait()
  954. part.CFrame=part.CFrame
  955. part.Transparency=i
  956. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  957. part2.CFrame=part2.CFrame
  958. part2.Transparency=i
  959. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  960. end
  961. part.Parent=nil
  962. part2.Parent=nil
  963. end))
  964. end
  965. ----------------------------------------------------
  966. rarm.Touched:connect(function(ht)
  967. hit = ht.Parent
  968. if ht and hit:IsA("Model") then
  969. if hit:FindFirstChild("Humanoid") then
  970. if hit.Name ~= p.Name then
  971. if Debounces.RPunch == true and Debounces.RPunched == false then
  972. Debounces.RPunched = true
  973. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  974. if Debounces.ks==true then
  975. z = Instance.new("Sound",hed)
  976. z.SoundId = "rbxassetid://169380525"
  977. z.Pitch = ptz[math.random(1,#ptz)]
  978. z.Volume = 1
  979. z:Play()
  980. end
  981. wait(.2)
  982. Debounces.RPunched = false
  983. end
  984. end
  985. end
  986. elseif ht and hit:IsA("Hat") then
  987. if hit.Parent.Name ~= p.Name then
  988. if hit.Parent:FindFirstChild("Humanoid") then
  989. if Debounces.RPunch == true and Debounces.RPunched == false then
  990. Debounces.RPunched = true
  991. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  992. if Debounces.ks==true then
  993. z = Instance.new("Sound",hed)
  994. z.SoundId = "rbxassetid://169380525"
  995. z.Pitch = ptz[math.random(1,#ptz)]
  996. z.Volume = 1
  997. z:Play()
  998. end
  999. wait(.2)
  1000. Debounces.RPunched = false
  1001. end
  1002. end
  1003. end
  1004. end
  1005. end)
  1006. larm.Touched:connect(function(ht)
  1007. hit = ht.Parent
  1008. if ht and hit:IsA("Model") then
  1009. if hit:FindFirstChild("Humanoid") then
  1010. if hit.Name ~= p.Name then
  1011. if Debounces.LPunch == true and Debounces.LPunched == false then
  1012. Debounces.LPunched = true
  1013. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1014. if Debounces.ks2==true then
  1015. z = Instance.new("Sound",hed)
  1016. z.SoundId = "rbxassetid://169380525"
  1017. z.Pitch = ptz[math.random(1,#ptz)]
  1018. z.Volume = 1
  1019. z:Play()
  1020. end
  1021. wait(.2)
  1022. Debounces.LPunched = false
  1023. end
  1024. end
  1025. end
  1026. elseif ht and hit:IsA("Hat") then
  1027. if hit.Parent.Name ~= p.Name then
  1028. if hit.Parent:FindFirstChild("Humanoid") then
  1029. if Debounces.LPunch == true and Debounces.LPunched == false then
  1030. Debounces.LPunched = true
  1031. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1032. if Debounces.ks2==true then
  1033. z = Instance.new("Sound",hed)
  1034. z.SoundId = "rbxassetid://169380525"
  1035. z.Pitch = ptz[math.random(1,#ptz)]
  1036. z.Volume = 1
  1037. z:Play()
  1038. end
  1039. wait(.2)
  1040. Debounces.LPunched = false
  1041. end
  1042. end
  1043. end
  1044. end
  1045. end)
  1046. ----------------------------------------------------
  1047. local player = game.Players.LocalPlayer
  1048. local pchar = player.Character
  1049. local mouse = player:GetMouse()
  1050. local cam = workspace.CurrentCamera
  1051.  
  1052. local rad = math.rad
  1053.  
  1054. local keysDown = {}
  1055. local flySpeed = 0
  1056. local MAX_FLY_SPEED = 150
  1057.  
  1058. local canFly = false
  1059. local flyToggled = false
  1060.  
  1061. local forward, side = 0, 0
  1062. local lastForward, lastSide = 0, 0
  1063.  
  1064. local floatBP = Instance.new("BodyPosition")
  1065. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1066. local flyBV = Instance.new("BodyVelocity")
  1067. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1068. local turnBG = Instance.new("BodyGyro")
  1069. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1070.  
  1071. mouse.KeyDown:connect(function(key)
  1072. keysDown[key] = true
  1073.  
  1074. if key == "f" then
  1075. flyToggled = not flyToggled
  1076.  
  1077. if not flyToggled then
  1078. stanceToggle = "Normal"
  1079. floatBP.Parent = nil
  1080. flyBV.Parent = nil
  1081. turnBG.Parent = nil
  1082. root.Velocity = Vector3.new()
  1083. pchar.Humanoid.PlatformStand = false
  1084. end
  1085. end
  1086.  
  1087. end)
  1088. mouse.KeyUp:connect(function(key)
  1089. keysDown[key] = nil
  1090. end)
  1091.  
  1092. local function updateFly()
  1093.  
  1094. if not flyToggled then return end
  1095.  
  1096. lastForward = forward
  1097. lastSide = side
  1098.  
  1099. forward = 0
  1100. side = 0
  1101.  
  1102. if keysDown.w then
  1103. forward = forward + 1
  1104. end
  1105. if keysDown.s then
  1106. forward = forward - 1
  1107. end
  1108. if keysDown.a then
  1109. side = side - 1
  1110. end
  1111. if keysDown.d then
  1112. side = side + 1
  1113. end
  1114.  
  1115. canFly = (forward ~= 0 or side ~= 0)
  1116.  
  1117. if canFly then
  1118. stanceToggle = "Floating"
  1119. turnBG.Parent = root
  1120. floatBP.Parent = nil
  1121. flyBV.Parent = root
  1122.  
  1123. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1124. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1125. else
  1126. floatBP.position = root.Position
  1127. floatBP.Parent = root
  1128.  
  1129. flySpeed = flySpeed - 1
  1130. if flySpeed < 0 then flySpeed = 0 end
  1131. end
  1132.  
  1133. local camCF = cam.CoordinateFrame
  1134. local in_forward = canFly and forward or lastForward
  1135. local in_side = canFly and side or lastSide
  1136.  
  1137. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1138. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1139.  
  1140. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1141. 0)
  1142. end
  1143.  
  1144. game:service'RunService'.RenderStepped:connect(function()
  1145. if flyToggled then
  1146. pchar.Humanoid.PlatformStand = true
  1147. end
  1148. updateFly()
  1149. end)
  1150. -------------------------------
  1151. mouse.KeyDown:connect(function(key)
  1152. if key == "q" then
  1153. if Debounces.CanAttack == true then
  1154. Debounces.CanAttack = false
  1155. Debounces.NoIdl = true
  1156. Debounces.on = true
  1157. function FindNearestTorso(Position,Distance,SinglePlayer)
  1158. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1159. local List = {}
  1160. for i,v in pairs(workspace:GetChildren())do
  1161. if v:IsA("Model")then
  1162. if v:findFirstChild("Torso")then
  1163. if v ~= char then
  1164. if(v.Torso.Position -Position).magnitude <= Distance then
  1165. table.insert(List,v)
  1166. end
  1167. end
  1168. end
  1169. end
  1170. end
  1171. return List
  1172. end
  1173. z = Instance.new("Sound",hed)
  1174. z.SoundId = "rbxassetid://232213955"
  1175. z.Pitch = 1
  1176. z.Volume = 1
  1177. wait(0.2)
  1178. z:Play()
  1179. sp = Instance.new("Part",rarm)
  1180. sp.Anchored = true
  1181. sp.CanCollide = false
  1182. sp.Locked = true
  1183. sp.Transparency = 0
  1184. sp.Material = "Neon"
  1185. sp.Size = Vector3.new(1,1,1)
  1186. sp.TopSurface = "SmoothNoOutlines"
  1187. sp.BottomSurface = "SmoothNoOutlines"
  1188. sp.BrickColor = BrickColor.new("Royal purple")
  1189. spm = Instance.new("SpecialMesh",sp)
  1190. spm.MeshType = "Sphere"
  1191. spm.Scale = Vector3.new(21,21,21)
  1192. sp2 = Instance.new("Part", rarm)
  1193. sp2.Name = "Energy"
  1194. sp2.BrickColor = BrickColor.new("Royal purple")
  1195. sp2.Size = Vector3.new(1, 1, 1)
  1196. sp2.Shape = "Ball"
  1197. sp2.CanCollide = false
  1198. sp2.Anchored = true
  1199. sp2.Locked = true
  1200. sp2.TopSurface = 0
  1201. sp2.BottomSurface = 0
  1202. sp2.Transparency = 1
  1203. spm2 = Instance.new("SpecialMesh",sp2)
  1204. spm2.MeshId = "rbxassetid://9982590"
  1205. spm2.Scale = Vector3.new(2,2,2)
  1206. for i = 1, 20 do
  1207. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1208. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1209. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
  1210. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  1211. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1212. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  1213. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1214. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1215. if Debounces.on == false then break end
  1216. rs:wait()
  1217. end
  1218. for i = 1, 100, 20 do rs:wait()
  1219. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1220. end
  1221. for i = 1, 20 do
  1222. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1223. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  1224. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.4)
  1225. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  1226. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  1227. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1228. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1229. if Debounces.on == false then break end
  1230. rs:wait()
  1231. end
  1232. sp.Transparency = 1
  1233. for i = 1, 20 do
  1234. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  1235. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)
  1236. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  1237. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  1238. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1239. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1240. if Debounces.on == false then break end
  1241. rs:wait()
  1242. end
  1243. wait(1)
  1244. sp.Transparency = 0
  1245. sp2.Transparency = 0.84
  1246. for i = 1, 20 do
  1247. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1248. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1249. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1250. 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)
  1251. 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)
  1252. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  1253. 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)
  1254. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  1255. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  1256. if Debounces.on == false then break end
  1257. rs:wait()
  1258. end
  1259. for i = 1, 2880, 50 do
  1260. rs:wait()
  1261. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1262. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1263. rs:wait()
  1264. end
  1265. sp:Destroy()
  1266. sp2:Destroy()
  1267. local X = Instance.new("Part",char)
  1268. local O = Instance.new("ObjectValue",X)
  1269. O.Name = "creator"
  1270. X.Locked = true
  1271. X.Name = "Shell"
  1272. X.Anchored = false
  1273. X.CanCollide = false
  1274. X.Transparency = 0
  1275. X.Reflectance = 0
  1276. X.BottomSurface = 0
  1277. X.TopSurface = 0
  1278. X.Shape = 0
  1279. local V = Instance.new("ObjectValue",X)
  1280. V.Value = char
  1281. V.Name = "creator"
  1282. X.BrickColor = BrickColor.new("Royal purple")
  1283. X.Size = Vector3.new(2,2,2)
  1284. X.Material = "Neon"
  1285. local Z = Instance.new("SpecialMesh",X)
  1286. Z.MeshType = "Sphere"
  1287. Z.Scale = Vector3.new(0.5,0.5,1)
  1288. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  1289. local bv = Instance.new("BodyVelocity",X)
  1290. bv.maxForce = Vector3.new(99999,99999,99999)
  1291. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  1292. bv.velocity = X.CFrame.lookVector*65
  1293.  
  1294. Explode = X.Touched:connect(function(hit)
  1295. if hit ~= char and hit.Name ~= "Shell" then
  1296. local cf = X.CFrame
  1297. bv:Destroy()
  1298. X.Anchored = true
  1299. Z:Remove()
  1300. Explode:disconnect()
  1301. X.Size = Vector3.new(3,3,3)
  1302. X.Touched:connect(function(hit) end)
  1303. X.CanCollide = false
  1304. local part3 = Instance.new("Part", rarm)
  1305. part3.Anchored=true
  1306. part3.CanCollide=false
  1307. part3.Locked = true
  1308. part3.TopSurface = "SmoothNoOutlines"
  1309. part3.BottomSurface = "SmoothNoOutlines"
  1310. part3.FormFactor='Custom'
  1311. part3.Size=Vector3.new(1,1, 1)
  1312. part3.CFrame=X.CFrame
  1313. part3.Transparency=0
  1314. part3.BrickColor=BrickColor.new("Royal purple")
  1315. local mesh3 = Instance.new("SpecialMesh",part3)
  1316. mesh3.MeshType = "Sphere"
  1317. mesh3.Scale = Vector3.new(1,1,1)
  1318. --debris:AddItem(X,8)
  1319. local part4 = Instance.new("Part", rarm)
  1320. part4.Material = "Neon"
  1321. part4.Anchored=true
  1322. part4.CanCollide=false
  1323. part4.Locked = true
  1324. part4.TopSurface = "SmoothNoOutlines"
  1325. part4.BottomSurface = "SmoothNoOutlines"
  1326. part4.FormFactor='Custom'
  1327. part4.Size=Vector3.new(1,1, 1)
  1328. part4.CFrame=X.CFrame
  1329. part4.Transparency=0
  1330. part4.BrickColor=BrickColor.new("Hot pink")
  1331. local mesh4 = Instance.new("SpecialMesh",part4)
  1332. mesh4.MeshType = "Sphere"
  1333. mesh4.Scale = Vector3.new(.5,.5,.5)
  1334. local part7 = Instance.new("Part", rarm)
  1335. part7.Material = "Neon"
  1336. part7.Anchored=true
  1337. part7.CanCollide=false
  1338. part7.Locked = true
  1339. part7.TopSurface = "SmoothNoOutlines"
  1340. part7.BottomSurface = "SmoothNoOutlines"
  1341. part7.FormFactor='Custom'
  1342. part7.Size=Vector3.new(1,1, 1)
  1343. part7.CFrame=X.CFrame
  1344. part7.Transparency=0
  1345. part7.BrickColor=BrickColor.new("Really black")
  1346. local mesh7 = Instance.new("SpecialMesh",part7)
  1347. mesh7.MeshType = "Sphere"
  1348. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  1349. --[[X.Touched:connect(function(ht)
  1350. hit = ht.Parent
  1351. if ht and hit:IsA("Model") then
  1352. if hit:FindFirstChild("Humanoid") then
  1353. if hit.Name ~= p.Name then
  1354. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1355. wait(.3)
  1356. end
  1357. end
  1358. elseif ht and hit:IsA("Hat") then
  1359. if hit.Parent.Name ~= p.Name then
  1360. if hit.Parent:FindFirstChild("Humanoid") then
  1361. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1362. wait(.3)
  1363. end
  1364. end
  1365. end
  1366. end)
  1367. part3.Touched:connect(function(ht)
  1368. hit = ht.Parent
  1369. if ht and hit:IsA("Model") then
  1370. if hit:FindFirstChild("Humanoid") then
  1371. if hit.Name ~= p.Name then
  1372. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1373. wait(.3)
  1374. end
  1375. end
  1376. elseif ht and hit:IsA("Hat") then
  1377. if hit.Parent.Name ~= p.Name then
  1378. if hit.Parent:FindFirstChild("Humanoid") then
  1379. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1380. wait(.3)
  1381. end
  1382. end
  1383. end
  1384. end)]]--
  1385. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  1386. if v:FindFirstChild('Humanoid') then
  1387. v.Humanoid:TakeDamage(math.random(60,90))
  1388. v.Humanoid.PlatformStand = true
  1389. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1390. end
  1391. end
  1392.  
  1393. local acos = math.acos
  1394. local sqrt = math.sqrt
  1395. local Vec3 = Vector3.new
  1396. local fromAxisAngle = CFrame.fromAxisAngle
  1397.  
  1398. local function toAxisAngle(CFr)
  1399. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  1400. local Angle = math.acos((R00+R11+R22-1)/2)
  1401. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1402. A = A == 0 and 0.00001 or A
  1403. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1404. B = B == 0 and 0.00001 or B
  1405. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1406. C = C == 0 and 0.00001 or C
  1407. local x = (R21-R12)/sqrt(A)
  1408. local y = (R02-R20)/sqrt(B)
  1409. local z = (R10-R01)/sqrt(C)
  1410. return Vec3(x,y,z),Angle
  1411. end
  1412.  
  1413. function ApplyTrig(Num,Func)
  1414. local Min,Max = Func(0),Func(1)
  1415. local i = Func(Num)
  1416. return (i-Min)/(Max-Min)
  1417. end
  1418.  
  1419. function LerpCFrame(CFrame1,CFrame2,Num)
  1420. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  1421. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  1422. end
  1423.  
  1424. function Crater(Torso,Radius)
  1425. Spawn(function()
  1426. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  1427. local Ignore = {}
  1428. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1429. if v.Character ~= nil then
  1430. Ignore[#Ignore+1] = v.Character
  1431. end
  1432. end
  1433. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  1434. if Hit == nil then return end
  1435. local Parts = {}
  1436. for i = 1,360,10 do
  1437. local P = Instance.new("Part",Torso.Parent)
  1438. P.Anchored = true
  1439. P.FormFactor = "Custom"
  1440. P.BrickColor = Hit.BrickColor
  1441. P.Material = Hit.Material
  1442. P.TopSurface = "Smooth"
  1443. P.BottomSurface = "Smooth"
  1444. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1445. 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)))
  1446. 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}
  1447. if math.random(0,5) == 0 then -- rubble
  1448. local P = Instance.new("Part",Torso.Parent)
  1449. P.Anchored = true
  1450. P.FormFactor = "Custom"
  1451. P.BrickColor = Hit.BrickColor
  1452. P.Material = Hit.Material
  1453. P.TopSurface = "Smooth"
  1454. P.BottomSurface = "Smooth"
  1455. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1456. 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)))
  1457. 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}
  1458. end
  1459. end
  1460. for i = 0,1,0.05 do
  1461. for i2,v in pairs(Parts) do
  1462. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1463. end
  1464. wait(0.02)
  1465. end
  1466. for i,v in pairs(Parts) do
  1467. if v[1].Size.X > 2.1 then
  1468. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1469. end
  1470. v[1].Anchored = false
  1471. end
  1472. for i = 0,1,0.05 do
  1473. for i2,v in pairs(Parts) do
  1474. v[1].Transparency = i
  1475. if i == 1 then
  1476. v[1]:Destroy()
  1477. elseif i >= 0.25 then
  1478. v[1].CanCollide = false
  1479. end
  1480. end
  1481. wait(0.02)
  1482. end
  1483. Parts = nil
  1484. end)
  1485. end
  1486.  
  1487. ROW = function(out, trans, s, wt, t, ang, plus)
  1488. for i = 1, 360, 360/t do
  1489. local c = Instance.new("Part", game.Workspace)
  1490. c.FormFactor = 3
  1491. c.TopSurface = 0
  1492. c.BottomSurface = 0
  1493. c.Size = s
  1494. c.Anchored = true
  1495. c.CanCollide = wt
  1496. c.Material=workspace.Base.Material
  1497. c.Transparency = trans
  1498. c.BrickColor = workspace.Base.BrickColor
  1499. c.CFrame = CFrame.new(X.CFrame.x,0,X.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  1500. c.Locked=true
  1501. game.Debris:AddItem(c,15)
  1502. end
  1503. end
  1504.  
  1505. Part = function(x,y,z,color,tr,cc,an,parent)
  1506. local p = Instance.new('Part',parent or Weapon)
  1507. p.formFactor = 'Custom'
  1508. p.Size = Vector3.new(x,y,z)
  1509. p.BrickColor = BrickColor.new(color)
  1510. p.CanCollide = cc
  1511. p.Transparency = tr
  1512. p.Anchored = an
  1513. p.TopSurface,p.BottomSurface = 0,0
  1514. p.Locked=true
  1515. p:BreakJoints()
  1516. return p end
  1517.  
  1518. Mesh = function(par,num,x,y,z)
  1519. local msh = _
  1520. if num == 1 then msh = Instance.new("CylinderMesh",par)
  1521. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  1522. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  1523. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  1524. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  1525. end msh.Scale = Vector3.new(x,y,z)
  1526. return msh end
  1527.  
  1528. function explosion(col1,col2,cfr,sz,rng,dmg)
  1529. local a= Part(1,1,1,col1,.5,false,true,workspace)
  1530. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  1531. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  1532. v1,v2,v3=sz.x,sz.y,sz.z
  1533. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  1534. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  1535. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  1536. a.CFrame=cfr
  1537. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1538. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1539.  
  1540. Spawn(function()
  1541. while wait() do
  1542. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  1543. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  1544. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  1545. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  1546. a.Transparency=a.Transparency+0.05
  1547. a2.Transparency=a2.Transparency+0.05
  1548. a3.Transparency=a3.Transparency+0.05
  1549. end
  1550. end)
  1551. end
  1552.  
  1553. Crater(X,20)
  1554. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  1555. z = Instance.new("Sound",X)
  1556. z.SoundId = "rbxassetid://231917744"
  1557. z.Pitch = .5
  1558. z.Volume = 10
  1559. z1 = Instance.new("Sound",X)
  1560. z1.SoundId = "rbxassetid://231917744"
  1561. z1.Pitch = .5
  1562. z1.Volume = 10
  1563. z2 = Instance.new("Sound",X)
  1564. z2.SoundId = "rbxassetid://231917744"
  1565. z2.Pitch = .5
  1566. z2.Volume = 10
  1567. z3 = Instance.new("Sound",X)
  1568. z3.SoundId = "rbxassetid://245537790"
  1569. z3.Pitch = .7
  1570. z3.Volume = 1
  1571. z4 = Instance.new("Sound",X)
  1572. z4.SoundId = "rbxassetid://245537790"
  1573. z4.Pitch = .7
  1574. z4.Volume = 1
  1575. wait(0.1)
  1576. z:Play()
  1577. z1:Play()
  1578. z2:Play()
  1579. z3:Play()
  1580. z4:Play()
  1581.  
  1582. local part=Instance.new('Part',rarm)
  1583. part.Anchored=true
  1584. part.CanCollide=false
  1585. part.Locked = true
  1586. part.FormFactor='Custom'
  1587. part.Size=Vector3.new(1,1,1)
  1588. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  1589. part.Transparency=0
  1590. part.BrickColor=BrickColor.new('Really black')
  1591. local mesh=Instance.new('SpecialMesh',part)
  1592. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1593. mesh.Scale=Vector3.new(2,2,2)
  1594. local part2=part:clone()
  1595. part2.Parent = rarm
  1596. part2.BrickColor=BrickColor.new("Royal purple")
  1597. local part5=part:clone()
  1598. part5.Parent = rarm
  1599. part5.BrickColor=BrickColor.new("Magenta")
  1600. local part6=part:clone()
  1601. part6.Parent = rarm
  1602. part6.BrickColor=BrickColor.new("Black")
  1603. local mesh2=mesh:clone()
  1604. mesh2.Parent=part2
  1605. mesh2.Scale=Vector3.new(3, 3, 3)
  1606. local mesh5=mesh:clone()
  1607. mesh5.Parent=part5
  1608. mesh5.Scale=Vector3.new(3, 3, 3)
  1609. local mesh6=mesh:clone()
  1610. mesh6.Parent=part6
  1611. mesh6.Scale=Vector3.new(3, 3, 3)
  1612. local blast = Instance.new("Part", rarm)
  1613. blast.BrickColor = BrickColor.new("Really black")
  1614. blast.Anchored = true
  1615. blast.CanCollide = false
  1616. blast.Locked = true
  1617. blast.Size = Vector3.new(1, 1, 1)
  1618. blast.TopSurface = "Smooth"
  1619. blast.BottomSurface = "Smooth"
  1620. blast.Transparency = 0
  1621. blast.CFrame = HandCF
  1622. local bm = Instance.new("SpecialMesh", blast)
  1623. bm.Scale = Vector3.new(5,1,5)
  1624. bm.MeshId = "rbxassetid://3270017"
  1625. local blast2 = Instance.new("Part", rarm)
  1626. blast2.BrickColor = BrickColor.new("Really black")
  1627. blast2.Anchored = true
  1628. blast2.CanCollide = false
  1629. blast2.Locked = true
  1630. blast2.Size = Vector3.new(1, 1, 1)
  1631. blast2.TopSurface = "Smooth"
  1632. blast2.BottomSurface = "Smooth"
  1633. blast2.Transparency = 0
  1634. blast2.CFrame = HandCF
  1635. local bm2 = Instance.new("SpecialMesh", blast2)
  1636. bm2.Scale = Vector3.new(3,1,3)
  1637. bm2.MeshId = "rbxassetid://3270017"
  1638. local blast3 = Instance.new("Part", rarm)
  1639. blast3.BrickColor = BrickColor.new("Really black")
  1640. blast3.Anchored = true
  1641. blast3.CanCollide = false
  1642. blast3.Locked = true
  1643. blast3.Size = Vector3.new(1, 1, 1)
  1644. blast3.TopSurface = "Smooth"
  1645. blast3.BottomSurface = "Smooth"
  1646. blast3.Transparency = 0
  1647. blast3.CFrame = HandCF
  1648. local bm3 = Instance.new("SpecialMesh", blast3)
  1649. bm3.Scale = Vector3.new(3,1,3)
  1650. bm3.MeshId = "rbxassetid://3270017"
  1651. for i = 1,120 do rs:wait()
  1652. X.Transparency = X.Transparency + (1/120)
  1653. part.Transparency = part.Transparency + (1/120)
  1654. part2.Transparency = part2.Transparency + (1/120)
  1655. part3.Transparency = part3.Transparency + (1/120)
  1656. part4.Transparency = part4.Transparency + (1/120)
  1657. part5.Transparency = part5.Transparency + (1/120)
  1658. part6.Transparency = part6.Transparency + (1/120)
  1659. part7.Transparency = part7.Transparency + (1/120)
  1660. blast.Transparency = blast.Transparency + (1/120)
  1661. blast2.Transparency = blast2.Transparency + (1/120)
  1662. blast3.Transparency = blast3.Transparency + (1/120)
  1663. X.Size = X.Size + Vector3.new(.8,.8,.8)
  1664. --part3.Size = part3.Size + Vector3.new(3,3,3)
  1665. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  1666. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  1667. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  1668. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  1669. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  1670. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  1671. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  1672. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  1673. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  1674. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  1675. X.CFrame = cf
  1676. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  1677. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  1678. part3.CFrame=X.CFrame
  1679. part4.CFrame=X.CFrame
  1680. part7.CFrame=X.CFrame
  1681. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  1682. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  1683. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1684. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  1685. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  1686. rs:wait()
  1687. end
  1688. X:Destroy()
  1689. part:Destroy()
  1690. part2:Destroy()
  1691. part3:Destroy()
  1692. part4:Destroy()
  1693. part5:Destroy()
  1694. part6:Destroy()
  1695. blast:Destroy()
  1696. blast2:Destroy()
  1697. blast3:Destroy()
  1698. z:Destroy()
  1699. z1:Destroy()
  1700. z2:Destroy()
  1701. z3:Destroy()
  1702. z4:Destroy()
  1703. end
  1704. end)
  1705. for i = 1, 20 do
  1706. 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)
  1707. 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)
  1708. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1709. 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)
  1710. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  1711. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  1712. if Debounces.on == false then break end
  1713. rs:wait()
  1714. end
  1715. if Debounces.CanAttack == false then
  1716. Debounces.CanAttack = true
  1717. Debounces.NoIdl = false
  1718. Debounces.on = false
  1719. end
  1720. end
  1721. end
  1722. end)
  1723. ----------------------------------------------------
  1724. mouse.KeyDown:connect(function(key)
  1725. if key == "e" then
  1726. if Debounces.CanAttack == true then
  1727. Debounces.CanAttack = false
  1728. Debounces.on = true
  1729. Debounces.NoIdl = true
  1730. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  1731. z = Instance.new("Sound", rarm)
  1732. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  1733. z.Volume = .6
  1734. z.Pitch = pt[math.random(1,#pt)]
  1735. z.Looped = false
  1736. z:Play()
  1737. Debounces.RPunch = true
  1738. Debounces.LPunch = true
  1739. Debounces.ks = true
  1740. Debounces.ks2 = true
  1741. for i = 1, 3 do
  1742. 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)
  1743. 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)
  1744. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1745. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1746. 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)
  1747. 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)
  1748. if Debounces.on == false then break end
  1749. wait()
  1750. end
  1751. z2 = Instance.new("Sound", larm)
  1752. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1753. z2.Volume = .6
  1754. z2.Pitch = pt[math.random(1,#pt)]
  1755. z2.Looped = false
  1756. z2:Play()
  1757. for i = 1, 3 do
  1758. 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)
  1759. 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)
  1760. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1761. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1762. 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)
  1763. 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)
  1764. if Debounces.on == false then break end
  1765. wait()
  1766. end
  1767. z3 = Instance.new("Sound", rarm)
  1768. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1769. z3.Volume = 0.6
  1770. z3.Pitch = pt[math.random(1,#pt)]
  1771. z3.Looped = false
  1772. z3:Play()
  1773. for i = 1, 3 do
  1774. 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)
  1775. 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)
  1776. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1777. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1778. 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)
  1779. 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)
  1780. if Debounces.on == false then break end
  1781. wait()
  1782. end
  1783. z4 = Instance.new("Sound", larm)
  1784. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1785. z4.Volume = .6
  1786. z4.Pitch = pt[math.random(1,#pt)]
  1787. z4.Looped = false
  1788. z4:Play()
  1789. for i = 1, 3 do
  1790. 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)
  1791. 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)
  1792. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1793. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1794. 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)
  1795. 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)
  1796. if Debounces.on == false then break end
  1797. wait()
  1798. end
  1799. z5 = Instance.new("Sound", rarm)
  1800. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1801. z5.Volume = .6
  1802. z5.Pitch = pt[math.random(1,#pt)]
  1803. z5.Looped = false
  1804. z5:Play()
  1805. for i = 1, 3 do
  1806. 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)
  1807. 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)
  1808. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1809. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1810. 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)
  1811. 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)
  1812. if Debounces.on == false then break end
  1813. wait()
  1814. end
  1815. z6 = Instance.new("Sound", larm)
  1816. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1817. z6.Volume = .6
  1818. z6.Pitch = pt[math.random(1,#pt)]
  1819. z6.Looped = false
  1820. z6:Play()
  1821. for i = 1, 3 do
  1822. 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)
  1823. 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)
  1824. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1826. 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)
  1827. 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)
  1828. if Debounces.on == false then break end
  1829. wait()
  1830. end
  1831. z7 = Instance.new("Sound", rarm)
  1832. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  1833. z7.Volume = .6
  1834. z7.Pitch = pt[math.random(1,#pt)]
  1835. z7.Looped = false
  1836. z7:Play()
  1837. for i = 1, 3 do
  1838. 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)
  1839. 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)
  1840. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1841. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1842. 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)
  1843. 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)
  1844. if Debounces.on == false then break end
  1845. wait()
  1846. end
  1847. z8 = Instance.new("Sound", larm)
  1848. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1849. z8.Volume = .6
  1850. z8.Pitch = pt[math.random(1,#pt)]
  1851. z8.Looped = false
  1852. z8:Play()
  1853. for i = 1, 3 do
  1854. 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)
  1855. 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)
  1856. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1857. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1858. 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)
  1859. 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)
  1860. if Debounces.on == false then break end
  1861. wait()
  1862. end
  1863. z9 = Instance.new("Sound", rarm)
  1864. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1865. z9.Volume = 0.6
  1866. z9.Pitch = pt[math.random(1,#pt)]
  1867. z9.Looped = false
  1868. z9:Play()
  1869. for i = 1, 3 do
  1870. 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)
  1871. 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)
  1872. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1873. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1874. 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)
  1875. 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)
  1876. if Debounces.on == false then break end
  1877. wait()
  1878. end
  1879. z10 = Instance.new("Sound", larm)
  1880. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1881. z10.Volume = .6
  1882. z10.Pitch = pt[math.random(1,#pt)]
  1883. z10.Looped = false
  1884. z10:Play()
  1885. for i = 1, 3 do
  1886. 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)
  1887. 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)
  1888. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1889. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1890. 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)
  1891. 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)
  1892. if Debounces.on == false then break end
  1893. wait()
  1894. end
  1895. z11 = Instance.new("Sound", rarm)
  1896. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1897. z11.Volume = .6
  1898. z11.Pitch = pt[math.random(1,#pt)]
  1899. z11.Looped = false
  1900. z11:Play()
  1901. for i = 1, 3 do
  1902. 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)
  1903. 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)
  1904. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1905. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1906. 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)
  1907. 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)
  1908. if Debounces.on == false then break end
  1909. wait()
  1910. end
  1911. z12 = Instance.new("Sound", larm)
  1912. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1913. z12.Volume = .6
  1914. z12.Pitch = pt[math.random(1,#pt)]
  1915. z12.Looped = false
  1916. z12:Play()
  1917. for i = 1, 3 do
  1918. 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)
  1919. 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)
  1920. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1921. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1922. 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)
  1923. 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)
  1924. if Debounces.on == false then break end
  1925. wait()
  1926. end
  1927. z13 = Instance.new("Sound", rarm)
  1928. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1929. z13.Volume = 0.6
  1930. z13.Pitch = pt[math.random(1,#pt)]
  1931. z13.Looped = false
  1932. z13:Play()
  1933. for i = 1, 3 do
  1934. 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)
  1935. 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)
  1936. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  1937. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  1938. 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)
  1939. 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)
  1940. if Debounces.on == false then break end
  1941. wait()
  1942. end
  1943. z14 = Instance.new("Sound", larm)
  1944. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1945. z14.Volume = .6
  1946. z14.Pitch = pt[math.random(1,#pt)]
  1947. z14.Looped = false
  1948. z14:Play()
  1949. for i = 1, 3 do
  1950. 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)
  1951. 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)
  1952. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1953. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1954. 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)
  1955. 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)
  1956. if Debounces.on == false then break end
  1957. wait()
  1958. end
  1959. z15 = Instance.new("Sound", rarm)
  1960. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1961. z15.Volume = .6
  1962. z15.Pitch = pt[math.random(1,#pt)]
  1963. z15.Looped = false
  1964. z15:Play()
  1965. for i = 1, 3 do
  1966. 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)
  1967. 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)
  1968. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  1969. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  1970. 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)
  1971. 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)
  1972. if Debounces.on == false then break end
  1973. wait()
  1974. end
  1975. z16 = Instance.new("Sound", larm)
  1976. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  1977. z16.Volume = .6
  1978. z16.Pitch = pt[math.random(1,#pt)]
  1979. z16.Looped = false
  1980. z16:Play()
  1981. for i = 1, 3 do
  1982. 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)
  1983. 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)
  1984. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  1985. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  1986. 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)
  1987. 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)
  1988. if Debounces.on == false then break end
  1989. wait()
  1990. end
  1991. z17 = Instance.new("Sound", rarm)
  1992. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  1993. z17.Volume = .6
  1994. z17.Pitch = pt[math.random(1,#pt)]
  1995. z17.Looped = false
  1996. z17:Play()
  1997. for i = 1, 3 do
  1998. 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)
  1999. 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)
  2000. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2001. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2002. 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)
  2003. 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)
  2004. if Debounces.on == false then break end
  2005. wait()
  2006. end
  2007. z18 = Instance.new("Sound", larm)
  2008. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2009. z18.Volume = .6
  2010. z18.Pitch = pt[math.random(1,#pt)]
  2011. z18.Looped = false
  2012. z18:Play()
  2013. for i = 1, 3 do
  2014. 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)
  2015. 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)
  2016. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2017. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2018. 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)
  2019. 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)
  2020. if Debounces.on == false then break end
  2021. wait()
  2022. end
  2023. z19 = Instance.new("Sound", rarm)
  2024. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2025. z19.Volume = 0.6
  2026. z19.Pitch = pt[math.random(1,#pt)]
  2027. z19.Looped = false
  2028. z19:Play()
  2029. for i = 1, 3 do
  2030. 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)
  2031. 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)
  2032. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2033. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2034. 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)
  2035. 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)
  2036. if Debounces.on == false then break end
  2037. wait()
  2038. end
  2039. z20 = Instance.new("Sound", larm)
  2040. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2041. z20.Volume = .6
  2042. z20.Pitch = pt[math.random(1,#pt)]
  2043. z20.Looped = false
  2044. z20:Play()
  2045. for i = 1, 3 do
  2046. 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)
  2047. 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)
  2048. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2049. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2050. 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)
  2051. 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)
  2052. if Debounces.on == false then break end
  2053. wait()
  2054. end
  2055. z:Destroy()
  2056. z2:Destroy()
  2057. z3:Destroy()
  2058. z4:Destroy()
  2059. z5:Destroy()
  2060. z6:Destroy()
  2061. z7:Destroy()
  2062. z8:Destroy()
  2063. z9:Destroy()
  2064. z10:Destroy()
  2065. z11:Destroy()
  2066. z12:Destroy()
  2067. z13:Destroy()
  2068. z14:Destroy()
  2069. z15:Destroy()
  2070. z16:Destroy()
  2071. z17:Destroy()
  2072. z18:Destroy()
  2073. z19:Destroy()
  2074. z20:Destroy()
  2075. Debounces.LPunch = false
  2076. Debounces.RPunch = false
  2077. Debounces.ks = false
  2078. Debounces.ks2 = false
  2079. if Debounces.CanAttack == false then
  2080. Debounces.CanAttack = true
  2081. Debounces.on = false
  2082. Debounces.NoIdl = false
  2083. end
  2084. end
  2085. end
  2086. end)
  2087. -------------------------------
  2088. mouse.KeyDown:connect(function(key)
  2089. if key == "t" then
  2090. if Debounces.CanAttack == true then
  2091. Debounces.CanAttack = false
  2092. Debounces.NoIdl = true
  2093. Debounces.on = true
  2094. Debounces.ks = true
  2095. kik = rleg.Touched:connect(function(ht)
  2096. hit = ht.Parent
  2097. if ht and hit:IsA("Model") then
  2098. if hit:FindFirstChild("Humanoid") then
  2099. if hit.Name ~= p.Name then
  2100. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2101. Debounces.Slashed = true]]--
  2102. if Debounces.ks==true then
  2103. z = Instance.new("Sound",hed)
  2104. z.SoundId = "rbxassetid://169380525"
  2105. z.Volume = 1
  2106. z:Play()
  2107. Debounces.ks=false
  2108. end
  2109. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2110. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2111. --Debounces.Slashed = false
  2112. --end
  2113. end
  2114. end
  2115. elseif ht and hit:IsA("Hat") then
  2116. if hit.Parent.Name ~= p.Name then
  2117. if hit.Parent:FindFirstChild("Humanoid") then
  2118. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2119. Debounces.Slashed = true]]--
  2120. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2121. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2122. --Debounces.Slashed = false
  2123. --end
  2124. end
  2125. end
  2126. end
  2127. end)
  2128. for i = 1,20 do
  2129. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  2130. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.4)
  2131. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2132. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  2133. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  2134. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2135. if Debounces.on == false then break end
  2136. rs:wait()
  2137. end
  2138. kik:disconnect()
  2139. if Debounces.CanAttack == false then
  2140. Debounces.CanAttack = true
  2141. Debounces.NoIdl = false
  2142. Debounces.on = false
  2143. end
  2144. end
  2145. end
  2146. end)
  2147. ----------------------------------------------------
  2148. mouse.KeyDown:connect(function(key)
  2149. if key == "y" then
  2150. if Debounces.CanAttack == true then
  2151. Debounces.CanAttack = false
  2152. Debounces.on = true
  2153. Debounces.NoIdl = true
  2154. for i = 1, 15 do
  2155. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  2156. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  2157. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  2158. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  2159. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2160. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2161. if Debounces.on == false then break end
  2162. rs:wait(2.7)
  2163. end
  2164. x = Instance.new("Sound",char)
  2165. x.SoundId = "rbxassetid://228343271"
  2166. x.Pitch = 1
  2167. x.Volume = .8
  2168. wait(.1)
  2169. x:Play()
  2170. Debounces.on = false
  2171. Debounces.Here = false
  2172. shot = shot + 1
  2173. local rng = Instance.new("Part", larm)
  2174. rng.Anchored = true
  2175. rng.BrickColor = BrickColor.new("Royal purple")
  2176. rng.CanCollide = false
  2177. rng.FormFactor = 3
  2178. rng.Name = "Ring"
  2179. rng.Size = Vector3.new(1, 1, 1)
  2180. rng.Transparency = 0.35
  2181. rng.TopSurface = 0
  2182. rng.BottomSurface = 0
  2183. rng2 = rng:clone()
  2184. rng3 = rng2:clone()
  2185. rng4 = rng2:clone()
  2186. local rngm = Instance.new("SpecialMesh", rng)
  2187. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2188. rngm.Scale = Vector3.new(10, 10, 1)
  2189. rngm2 = rngm:clone()
  2190. rngm2.Scale = Vector3.new(5, 5, 3)
  2191. rngm3=rngm2:clone()
  2192. rngm3.Parent = rng3
  2193. rngm3.Scale = Vector3.new(8, 8, 1)
  2194. rngm4 = rngm2:clone()
  2195. rngm4.Parent = rng4
  2196. rngm4.Scale = Vector3.new(6, 6, 1)
  2197. local bem = Instance.new("Part", larm)
  2198. bem.Anchored = true
  2199. bem.BrickColor = BrickColor.new("Really black")
  2200. bem.CanCollide = false
  2201. bem.FormFactor = 3
  2202. bem.Name = "Beam" .. shot
  2203. bem.Size = Vector3.new(1, 1, 1)
  2204. bem.Transparency = 0.35
  2205. bem.TopSurface = 0
  2206. bem.BottomSurface = 0
  2207. local bemm = Instance.new("SpecialMesh", bem)
  2208. bemm.MeshType = 4
  2209. bemm.Scale = Vector3.new(1, 4, 4)
  2210. local out = Instance.new("Part", larm)
  2211. out.Anchored = true
  2212. out.BrickColor = BrickColor.new("Really black")
  2213. out.CanCollide = false
  2214. out.FormFactor = 3
  2215. out.Name = "Out"
  2216. out.Size = Vector3.new(4, 4, 4)
  2217. out.Transparency = 0.35
  2218. out.TopSurface = 0
  2219. out.BottomSurface = 0
  2220. local outm = Instance.new("SpecialMesh", out)
  2221. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  2222. outm.Scale = Vector3.new(6, 4, 6)
  2223. local bnd = Instance.new("Part", larm)
  2224. bnd.Anchored = true
  2225. bnd.BrickColor = BrickColor.new("Really red")
  2226. bnd.CanCollide = false
  2227. bnd.FormFactor = 3
  2228. bnd.Name = "Bend"
  2229. bnd.Size = Vector3.new(1, 1, 1)
  2230. bnd.Transparency = 1
  2231. bnd.TopSurface = 0
  2232. bnd.BottomSurface = 0
  2233. local bndm = Instance.new("SpecialMesh", bnd)
  2234. bndm.MeshType = 3
  2235. bndm.Scale = Vector3.new(8, 8, 8)
  2236. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2237. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2238. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2239. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2240. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  2241. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  2242. Debounces.Shewt = true
  2243. coroutine.wrap(function()
  2244. for i = 1, 20, 0.2 do
  2245. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2246. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  2247. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  2248. rng.Transparency = i/20
  2249. rng3.Transparency = 1/24
  2250. rng4.Transparency = i/26
  2251. wait()
  2252. end
  2253. wait()
  2254. rng:Destroy()
  2255. end)()
  2256. if Debounces.Shewt == true then
  2257. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  2258. hit = ht.Parent
  2259. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2260. if HasntTouched(hit.Name) == true and deb == false then
  2261. deb = true
  2262. coroutine.wrap(function()
  2263. hit:FindFirstChild("Humanoid").PlatformStand = true
  2264. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2265. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  2266. end)()
  2267. table.insert(Touche, hit.Name)
  2268. deb = false
  2269. end
  2270. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2271. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2272. deb = true
  2273. coroutine.wrap(function()
  2274. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2275. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2276. wait(1)
  2277. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2278. end)()
  2279. table.insert(Touche, hit.Parent.Name)
  2280. deb = false
  2281. for i, v in pairs(Touche) do
  2282. print(v)
  2283. end
  2284. end
  2285. end
  2286. end)
  2287. end
  2288. for i = 0, 260, 8 do
  2289. bem.Size = Vector3.new(i, 3, 3)
  2290. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2291. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2292. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  2293. bnd.Size = Vector3.new(1,1,1)
  2294. bndm.Scale = Vector3.new(8,8,8)
  2295. if i % 10 == 0 then
  2296. local newRng = rng2:Clone()
  2297. newRng.Parent = larm
  2298. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2299. local newRngm = rngm2:clone()
  2300. newRngm.Parent=newRng
  2301. coroutine.wrap(function()
  2302. for i = 1, 10, 0.2 do
  2303. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  2304. newRng.Transparency = i/10
  2305. wait()
  2306. end
  2307. wait()
  2308. newRng:Destroy()
  2309. end)()
  2310. end
  2311. wait()
  2312. end
  2313. wait()
  2314. Debounces.Shewt = false
  2315. bem:Destroy()
  2316. out:Destroy()
  2317. bnd:Destroy()
  2318. Debounces.Ready = false
  2319. for i, v in pairs(Touche) do
  2320. table.remove(Touche, i)
  2321. end
  2322. wait()
  2323. table.insert(Touche, char.Name)
  2324. Debounces.NoIdl = false
  2325. if Debounces.CanAttack == false then
  2326. Debounces.CanAttack = true
  2327. end
  2328. end
  2329. end
  2330. end)
  2331. ----------------------------------------------------
  2332. --[[mouse.KeyDown:connect(function(key)
  2333. if key == "y" then
  2334. if Debounces.CanAttack == true then
  2335. Debounces.CanAttack = false
  2336. Debounces.NoIdl = true
  2337. Debounces.on = true
  2338. local shell = Instance.new("Part",torso)
  2339. shell.BrickColor = BrickColor.new("Royal purple")
  2340. shell.Anchored = false
  2341. shell.CanCollide = false
  2342. shell.Locked = true
  2343. shell.TopSurface = "SmoothNoOutlines"
  2344. shell.BottomSurface = "SmoothNoOutlines"
  2345. shell.Size = Vector3.new(1.2,1.2,1.2)
  2346. shell.FormFactor = 3
  2347. local shellm = Instance.new("SpecialMesh",shell)
  2348. shellm.MeshType = "Sphere"
  2349. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  2350. Omega = function()
  2351. local X = Instance.new("Part",char)
  2352. local O = Instance.new("ObjectValue",X)
  2353. O.Name = "creator"
  2354. X.Locked = true
  2355. X.Name = "Shell"
  2356. X.Anchored = false
  2357. X.CanCollide = false
  2358. X.Transparency = 0.5
  2359. X.Reflectance = 0
  2360. X.BottomSurface = 0
  2361. X.TopSurface = 0
  2362. X.Shape = 0
  2363. local V = Instance.new("ObjectValue",X)
  2364. V.Value = char
  2365. V.Name = "creator"
  2366. X.BrickColor = BrickColor.new("Royal purple")
  2367. X.Size = Vector3.new(40,40,40)
  2368. --X.Material = "Neon"
  2369. local Z = Instance.new("SpecialMesh",X)
  2370. Z.MeshType = "Sphere"
  2371. Z.Scale = Vector3.new(0.2,0.2,0.2)
  2372. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  2373. local bv = Instance.new("BodyVelocity",X)
  2374. bv.maxForce = Vector3.new(99999,99999,99999)
  2375. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  2376. bv.velocity = root.CFrame.lookVector*10
  2377. Explode = X.Touched:connect(function(hit)
  2378. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  2379. local cf = X.CFrame
  2380. bv:Destroy()
  2381. X.Anchored = true
  2382. Z:Remove()
  2383. Explode:disconnect()
  2384. X.Size = Vector3.new(3,3,3)
  2385. X.Touched:connect(function(hit) end)
  2386. X.CanCollide = false
  2387. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  2388. if v:FindFirstChild('Humanoid') then
  2389. v.Humanoid:TakeDamage(math.random(80,120))
  2390. end
  2391. end
  2392. for i = 1, (40) do rs:wait()
  2393. X.Transparency = X.Transparency + (1/40)
  2394. X.Size = X.Size + Vector3.new(1,1,1)
  2395. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  2396. end
  2397. X:Destroy()
  2398. end
  2399. end)
  2400. end
  2401. for i = 1,200 do
  2402. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2403. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.03)
  2404. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  2405. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2406. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2407. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2408. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2409. if Debounces.on == false then break end
  2410. rs:wait()
  2411. end
  2412. for i = 1,30 do
  2413. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  2414. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.4)
  2415. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-170)), 0.4)
  2416. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2417. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2418. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2419. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2420. if Debounces.on == false then break end
  2421. rs:wait()
  2422. end
  2423. for i = 1,40 do
  2424. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  2425. shell.Size = shell.Size + Vector3.new(1,1,1)
  2426. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(100)), 0.4)
  2427. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-100)), 0.4)
  2428. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2429. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2430. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2431. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2432. if Debounces.on == false then break end
  2433. rs:wait()
  2434. end
  2435. for i = 1,40 do
  2436. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  2437. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(20)), 0.4)
  2438. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.4)
  2439. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2440. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2441. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2442. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2443. if Debounces.on == false then break end
  2444. rs:wait()
  2445. end
  2446. for i = 1,60 do
  2447. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  2448. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.4)
  2449. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.4)
  2450. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2451. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2452. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2453. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2454. if Debounces.on == false then break end
  2455. rs:wait()
  2456. end
  2457. for i = 1,60 do
  2458. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  2459. shell.Size = shell.Size + Vector3.new(1,1,1)
  2460. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(120)), 0.4)
  2461. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-120)), 0.4)
  2462. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2463. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2464. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2465. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2466. if Debounces.on == false then break end
  2467. rs:wait()
  2468. end
  2469. if Debounces.CanAttack == false then
  2470. Debounces.CanAttack = true
  2471. Debounces.NoIdl = false
  2472. Debounces.on = false
  2473. end
  2474. end
  2475. end
  2476. end)]]--
  2477. ----------------------------------------------------
  2478. Charging = false
  2479. mouse.KeyDown:connect(function(key)
  2480. if key == "r" then
  2481. if Charging == false then
  2482. Charging = true
  2483. if Debounces.CanAttack == true then
  2484. Debounces.CanAttack = false
  2485. Debounces.NoIdl = true
  2486. Debounces.on = true
  2487. for i = 1,20 do
  2488. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  2489. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  2490. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  2491. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  2492. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  2493. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  2494. if Debounces.on == false then break end
  2495. rs:wait()
  2496. end
  2497. --[[for i = 1,20 do
  2498. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
  2499. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
  2500. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  2501. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
  2502. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  2503. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  2504. if Debounces.on == false then break end
  2505. rs:wait()
  2506. end]]--
  2507. pt=Instance.new('Part',torso)
  2508. pt.Anchored=true
  2509. pt.CanCollide=false
  2510. pt.Locked = true
  2511. pt.FormFactor='Custom'
  2512. pt.Size=Vector3.new(1,1,1)
  2513. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  2514. pt.Transparency=.6
  2515. pt.BrickColor=BrickColor.new('Really black')
  2516. msh=Instance.new('SpecialMesh',pt)
  2517. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2518. msh.Scale=Vector3.new(8,4,8)
  2519. pt2=pt:clone()
  2520. pt2.Parent = torso
  2521. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  2522. pt2.BrickColor=BrickColor.new("Royal purple")
  2523. msh2=msh:clone()
  2524. msh2.Parent=pt2
  2525. msh2.Scale=Vector3.new(10,5,10)
  2526.  
  2527. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  2528.  
  2529. bl = Instance.new("Part", char)
  2530. bl.Locked = true
  2531. bl.Name = "Shell"
  2532. bl.BrickColor = BrickColor.new("Really black")
  2533. bl.Anchored = true
  2534. bl.CanCollide = false
  2535. bl.Transparency = 0
  2536. bl.Reflectance = 0
  2537. bl.BottomSurface = 0
  2538. bl.TopSurface = 0
  2539. bl.Shape = 0
  2540. blm = Instance.new("SpecialMesh",bl)
  2541. blm.MeshType = "Sphere"
  2542. blm.Scale = Vector3.new(1,1,1)
  2543. blm.MeshId = "rbxassetid://9982590"
  2544.  
  2545. coroutine.resume(coroutine.create(function()
  2546. for i=1, math.huge, 4 do
  2547. if Charging == true then
  2548. rs:wait()
  2549. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  2550. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  2551. bl.Transparency = bl.Transparency + 0.005
  2552. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  2553. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  2554. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  2555. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  2556. elseif Charging == false then break
  2557. end
  2558. end
  2559. end))
  2560.  
  2561. repeat
  2562. local p = Instance.new('Part',torso)
  2563. p.formFactor = 'Custom'
  2564. p.Size = Vector3.new(1,1,1)
  2565. p.BrickColor = workspace.Base.BrickColor
  2566. p.CanCollide = false
  2567. p.Transparency = 0
  2568. p.Anchored = true
  2569. p.Locked=true
  2570. p.Material = workspace.Base.Material
  2571. s = math.random(1,40)/10
  2572. local m = Instance.new("BlockMesh",p)
  2573. m.Scale = Vector3.new(s,s,s)
  2574. p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  2575. --[[coroutine.wrap(function()
  2576. wait(2)
  2577. while Charging == true do
  2578. wait(2)
  2579. GroundWave1()
  2580. wait(2)
  2581. end
  2582. end)()]]--
  2583. Spawn(function()
  2584. while rs:wait() do
  2585. if Charging == true then
  2586. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  2587. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  2588. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  2589. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  2590. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  2591. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  2592. elseif Charging == false then break
  2593. end
  2594. end
  2595. end)
  2596. Spawn(function()
  2597. while rs:wait() do
  2598. if p.Transparency >= 1 then p:Destroy() break end
  2599. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  2600. p.Transparency = p.Transparency+0.01
  2601. end
  2602. end)
  2603. wait(.3)
  2604. until Charging == false
  2605. end
  2606. end
  2607. end
  2608. end)
  2609. ----------------------------------------------------
  2610. mouse.KeyUp:connect(function(key)
  2611. if key == "r" then
  2612. if Charging == true then
  2613. Charging = false
  2614. pt:Destroy()
  2615. pt2:Destroy()
  2616. bl:Destroy()
  2617. if Debounces.CanAttack == false then
  2618. Debounces.CanAttack = true
  2619. Debounces.NoIdl = false
  2620. Debounces.on = false
  2621. end
  2622. end
  2623. end
  2624. end)
  2625. ----------------------------------------------------
  2626. mouse.KeyDown:connect(function(key)
  2627. if key == "g" then
  2628. if Debounces.CanAttack == true then
  2629. Debounces.CanAttack = false
  2630. Debounces.NoIdl = true
  2631. Debounces.on = true
  2632. local shell = Instance.new("Part",torso)
  2633. shell.BrickColor = BrickColor.new("Royal purple")
  2634. shell.Anchored = true
  2635. shell.CanCollide = false
  2636. shell.Locked = true
  2637. shell.TopSurface = "SmoothNoOutlines"
  2638. shell.BottomSurface = "SmoothNoOutlines"
  2639. shell.Size = Vector3.new(1,1,1)
  2640. shellm = Instance.new("SpecialMesh",shell)
  2641. shellm.MeshType = "Sphere"
  2642. shellm.Scale = Vector3.new(1,1,1)
  2643. local shell2 = Instance.new("Part",torso)
  2644. shell2.BrickColor = BrickColor.new("Royal purple")
  2645. shell2.Anchored = true
  2646. shell2.CanCollide = false
  2647. shell2.Locked = true
  2648. shell2.TopSurface = "SmoothNoOutlines"
  2649. shell2.BottomSurface = "SmoothNoOutlines"
  2650. shell2.Size = Vector3.new(1,1,1)
  2651. shellm2 = Instance.new("SpecialMesh",shell2)
  2652. shellm2.MeshType = "Sphere"
  2653. shellm2.Scale = Vector3.new(1,1,1)
  2654.  
  2655. function FindNearestTorso(Position,Distance,SinglePlayer)
  2656. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2657. local List = {}
  2658. for i,v in pairs(workspace:GetChildren())do
  2659. if v:IsA("Model")then
  2660. if v:findFirstChild("Torso")then
  2661. if v ~= char then
  2662. if(v.Torso.Position -Position).magnitude <= Distance then
  2663. table.insert(List,v)
  2664. end
  2665. end
  2666. end
  2667. end
  2668. end
  2669. return List
  2670. end
  2671.  
  2672. Shell = function()
  2673. local X = Instance.new("Part",char)
  2674. local O = Instance.new("ObjectValue",X)
  2675. O.Name = "creator"
  2676. X.Locked = true
  2677. X.Name = "Shell"
  2678. X.Anchored = false
  2679. X.CanCollide = false
  2680. X.Transparency = 0
  2681. X.Reflectance = 0
  2682. X.BottomSurface = 0
  2683. X.TopSurface = 0
  2684. X.Shape = 0
  2685. local V = Instance.new("ObjectValue",X)
  2686. V.Value = char
  2687. V.Name = "creator"
  2688. X.BrickColor = BrickColor.new("Royal purple")
  2689. X.Size = Vector3.new(1,1,1)
  2690. --X.Material = "Neon"
  2691. local Z = Instance.new("SpecialMesh",X)
  2692. Z.MeshType = "Sphere"
  2693. Z.Scale = Vector3.new(1,1,1)
  2694. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  2695. local bv = Instance.new("BodyVelocity",X)
  2696. bv.maxForce = Vector3.new(99999,99999,99999)
  2697. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  2698. bv.velocity = root.CFrame.lookVector*65
  2699. Explode = X.Touched:connect(function(hit)
  2700. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  2701. local cf = X.CFrame
  2702. bv:Destroy()
  2703. X.Anchored = true
  2704. Z:Remove()
  2705. Explode:disconnect()
  2706. X.Size = Vector3.new(3,3,3)
  2707. X.Touched:connect(function(hit) end)
  2708. X.CanCollide = false
  2709. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  2710. if v:FindFirstChild('Humanoid') then
  2711. v.Humanoid:TakeDamage(math.random(6,12))
  2712. end
  2713. end
  2714. for i = 1, (40) do rs:wait()
  2715. X.Transparency = X.Transparency + (1/40)
  2716. X.Size = X.Size + Vector3.new(1,1,1)
  2717. X.CFrame = cf
  2718. end
  2719. X:Destroy()
  2720. end
  2721. end)
  2722. end
  2723. Shell()
  2724. for i = 1, 10 do
  2725. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2726. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2727. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2728. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2729. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
  2730. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  2731. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.7)
  2732. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.7)
  2733. if Debounces.on == false then break end
  2734. rs:wait()
  2735. end
  2736. Shell()
  2737. shell.Transparency = 1
  2738. for i = 1, 10 do
  2739. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2740. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2741. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2742. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2743. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2744. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2745. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2746. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2747. if Debounces.on == false then break end
  2748. rs:wait()
  2749. end
  2750. Shell()
  2751. shell.Transparency = 0
  2752. shell2.Transparency = 1
  2753. for i = 1, 10 do
  2754. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2755. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2756. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2757. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2758. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  2759. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2760. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2761. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2762. if Debounces.on == false then break end
  2763. rs:wait()
  2764. end
  2765. Shell()
  2766. shell2.Transparency = 0
  2767. shell.Transparency = 1
  2768. for i = 1, 10 do
  2769. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2770. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2771. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2772. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2773. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2775. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2776. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2777. if Debounces.on == false then break end
  2778. rs:wait()
  2779. end
  2780. Shell()
  2781. shell.Transparency = 0
  2782. shell2.Transparency = 1
  2783. for i = 1, 10 do
  2784. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2785. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2786. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2787. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2788. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  2789. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2790. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2791. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2792. if Debounces.on == false then break end
  2793. rs:wait()
  2794. end
  2795. Shell()
  2796. shell2.Transparency = 0
  2797. shell.Transparency = 1
  2798. for i = 1, 10 do
  2799. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2800. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2801. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2802. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2803. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2804. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2805. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2806. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2807. if Debounces.on == false then break end
  2808. rs:wait()
  2809. end
  2810. Shell()
  2811. shell.Transparency = 0
  2812. shell2.Transparency = 1
  2813. for i = 1, 10 do
  2814. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2815. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2816. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  2818. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2819. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2820. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2821. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2822. if Debounces.on == false then break end
  2823. rs:wait()
  2824. end
  2825. Shell()
  2826. shell2.Transparency = 0
  2827. shell.Transparency = 1
  2828. for i = 1, 10 do
  2829. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2830. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2831. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2832. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2833. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2834. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2835. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2836. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2837. if Debounces.on == false then break end
  2838. rs:wait()
  2839. end
  2840. Shell()
  2841. shell.Transparency = 0
  2842. shell2.Transparency = 1
  2843. for i = 1, 10 do
  2844. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2845. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2846. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2847. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2848. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  2849. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2850. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2851. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2852. if Debounces.on == false then break end
  2853. rs:wait()
  2854. end
  2855. Shell()
  2856. shell2.Transparency = 0
  2857. shell.Transparency = 1
  2858. for i = 1, 10 do
  2859. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2860. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2861. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2862. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2863. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2864. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2865. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2866. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2867. if Debounces.on == false then break end
  2868. rs:wait()
  2869. end
  2870. Shell()
  2871. shell.Transparency = 0
  2872. shell2.Transparency = 1
  2873. for i = 1, 10 do
  2874. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2875. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2876. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2877. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2878. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  2879. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2880. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2881. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2882. if Debounces.on == false then break end
  2883. rs:wait()
  2884. end
  2885. Shell()
  2886. shell2.Transparency = 0
  2887. shell.Transparency = 1
  2888. for i = 1, 10 do
  2889. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2890. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2891. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  2892. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  2893. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  2894. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  2895. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  2896. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  2897. if Debounces.on == false then break end
  2898. rs:wait()
  2899. end
  2900. Shell()
  2901. shell.Transparency = 0
  2902. shell2.Transparency = 1
  2903. for i = 1, 10 do
  2904. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  2905. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  2906. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  2907. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  2908. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  2909. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  2910. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  2911. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  2912. if Debounces.on == false then break end
  2913. rs:wait()
  2914. end
  2915. shell.Transparency = 1
  2916. if Debounces.CanAttack == false then
  2917. Debounces.CanAttack = true
  2918. Debounces.NoIdl = false
  2919. Debounces.on = false
  2920. end
  2921. end
  2922. end
  2923. end)
  2924. ----------------------------------------------------
  2925. Search = false
  2926. mouse.KeyDown:connect(function(key)
  2927. if key == "n" then
  2928. if Search == false then
  2929. Search = true
  2930. for i,v in pairs(game.Players:getPlayers()) do
  2931. if v.Name~=char.Name then
  2932. for j,k in pairs(v.Character:GetChildren()) do
  2933. if k:IsA("BasePart") and k.Transparency >= 1 then
  2934. bawx=Instance.new("SelectionBox",cam)
  2935. bawx.Color = BrickColor.new("Bright red")
  2936. bawx.Transparency = .5
  2937. bawx.Adornee = k
  2938. end
  2939. end
  2940. end
  2941. end
  2942. elseif Search == true then
  2943. Search = false
  2944. for i, v in pairs(cam:GetChildren()) do
  2945. if v:IsA("SelectionBox") then
  2946. v:Destroy()
  2947. end
  2948. end
  2949. end
  2950. end
  2951. end)
  2952. ----------------------------------------------------
  2953. Grab = false
  2954. mouse.KeyDown:connect(function(key)
  2955. if key == "z" then
  2956. Debounces.on = true
  2957. Debounces.NoIdl = true
  2958. Debounces.ks = true
  2959. if Grab == false then
  2960. gp = nil
  2961. for i = 1, 20 do
  2962. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.2)
  2963. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.2)
  2964. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  2965. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  2966. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  2967. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  2968. if Debounces.on == false then break end
  2969. rs:wait()
  2970. end
  2971. con1=larm.Touched:connect(function(hit) -- this is grab
  2972. ht = hit.Parent
  2973. hum1=ht:FindFirstChild('Humanoid')
  2974. if hum1 ~= nil then
  2975. if Debounces.ks==true then
  2976. z = Instance.new("Sound",hed)
  2977. z.SoundId = "rbxassetid://169380525"
  2978. z.Volume = 1
  2979. z:Play()
  2980. Debounces.ks=false
  2981. end
  2982. hum1.PlatformStand=true
  2983. gp = ht
  2984. Grab = true
  2985. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  2986. asd.Parent = larm
  2987. asd.Name = "asd"
  2988. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  2989. --[[elseif hum1 == nil then
  2990. con1:disconnect()
  2991. wait() return]]--
  2992. end
  2993. end)
  2994. for i = 1, 20 do
  2995. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
  2996. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  2997. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  2998. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  2999. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  3000. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  3001. if Debounces.on == false then break end
  3002. rs:wait()
  3003. end
  3004. if hum1 == nil then
  3005. Debounces.on = false
  3006. Debounces.NoIdl = false
  3007. end
  3008. con1:disconnect()
  3009. elseif Grab == true then
  3010. Grab = false
  3011. Punch()
  3012. z = Instance.new("Sound",hed)
  3013. z.SoundId = "rbxassetid://169380525"
  3014. z.Pitch = ptz[math.random(1,#ptz)]
  3015. z.Volume = 1
  3016. z:Play()
  3017. for i = 1, 10 do
  3018. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3019. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3020. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3021. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3022. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3023. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3024. if Debounces.on == false then break end
  3025. rs:wait()
  3026. end
  3027. Punch()
  3028. z = Instance.new("Sound",hed)
  3029. z.SoundId = "rbxassetid://169380525"
  3030. z.Pitch = ptz[math.random(1,#ptz)]
  3031. z.Volume = 1
  3032. z:Play()
  3033. for i = 1, 10 do
  3034. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3035. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3036. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3037. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3038. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3039. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3040. if Debounces.on == false then break end
  3041. rs:wait()
  3042. end
  3043. Punch()
  3044. z = Instance.new("Sound",hed)
  3045. z.SoundId = "rbxassetid://169380525"
  3046. z.Pitch = ptz[math.random(1,#ptz)]
  3047. z.Volume = 1
  3048. z:Play()
  3049. for i = 1, 10 do
  3050. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3051. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3052. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3053. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3054. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3055. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3056. if Debounces.on == false then break end
  3057. rs:wait()
  3058. end
  3059. Punch()
  3060. z = Instance.new("Sound",hed)
  3061. z.SoundId = "rbxassetid://169380525"
  3062. z.Pitch = ptz[math.random(1,#ptz)]
  3063. z.Volume = 1
  3064. z:Play()
  3065. for i = 1, 10 do
  3066. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3067. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3068. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3069. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3070. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3071. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3072. if Debounces.on == false then break end
  3073. rs:wait()
  3074. end
  3075. Punch()
  3076. z = Instance.new("Sound",hed)
  3077. z.SoundId = "rbxassetid://169380525"
  3078. z.Pitch = ptz[math.random(1,#ptz)]
  3079. z.Volume = 1
  3080. z:Play()
  3081. for i = 1, 10 do
  3082. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3083. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3084. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3085. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3086. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3087. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3088. if Debounces.on == false then break end
  3089. rs:wait()
  3090. end
  3091. Punch()
  3092. z = Instance.new("Sound",hed)
  3093. z.SoundId = "rbxassetid://169380525"
  3094. z.Pitch = ptz[math.random(1,#ptz)]
  3095. z.Volume = 1
  3096. z:Play()
  3097. for i = 1, 10 do
  3098. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3099. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3100. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3101. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3102. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3103. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3104. if Debounces.on == false then break end
  3105. rs:wait()
  3106. end
  3107. Punch()
  3108. z = Instance.new("Sound",hed)
  3109. z.SoundId = "rbxassetid://169380525"
  3110. z.Pitch = ptz[math.random(1,#ptz)]
  3111. z.Volume = 1
  3112. z:Play()
  3113. for i = 1, 10 do
  3114. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3115. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3116. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3117. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3118. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3119. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3120. if Debounces.on == false then break end
  3121. rs:wait()
  3122. end
  3123. Punch()
  3124. z = Instance.new("Sound",hed)
  3125. z.SoundId = "rbxassetid://169380525"
  3126. z.Pitch = ptz[math.random(1,#ptz)]
  3127. z.Volume = 1
  3128. z:Play()
  3129. for i = 1, 10 do
  3130. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3131. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3132. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3133. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3134. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3135. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3136. if Debounces.on == false then break end
  3137. rs:wait()
  3138. end
  3139. Punch()
  3140. z = Instance.new("Sound",hed)
  3141. z.SoundId = "rbxassetid://169380525"
  3142. z.Pitch = ptz[math.random(1,#ptz)]
  3143. z.Volume = 1
  3144. z:Play()
  3145. for i = 1, 10 do
  3146. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3147. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3148. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3149. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3150. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3151. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3152. if Debounces.on == false then break end
  3153. rs:wait()
  3154. end
  3155. Punch()
  3156. z = Instance.new("Sound",hed)
  3157. z.SoundId = "rbxassetid://169380525"
  3158. z.Pitch = ptz[math.random(1,#ptz)]
  3159. z.Volume = 1
  3160. z:Play()
  3161. for i = 1, 10 do
  3162. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3163. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3164. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3165. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3166. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3167. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3168. if Debounces.on == false then break end
  3169. rs:wait()
  3170. end
  3171. Punch()
  3172. z = Instance.new("Sound",hed)
  3173. z.SoundId = "rbxassetid://169380525"
  3174. z.Pitch = ptz[math.random(1,#ptz)]
  3175. z.Volume = 1
  3176. z:Play()
  3177. for i = 1, 10 do
  3178. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  3179. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  3180. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  3181. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  3182. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3183. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3184. if Debounces.on == false then break end
  3185. rs:wait()
  3186. end
  3187. Punch()
  3188. z = Instance.new("Sound",hed)
  3189. z.SoundId = "rbxassetid://169380525"
  3190. z.Pitch = ptz[math.random(1,#ptz)]
  3191. z.Volume = 1
  3192. z:Play()
  3193. for i = 1, 10 do
  3194. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  3195. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  3196. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  3197. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  3198. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3199. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3200. if Debounces.on == false then break end
  3201. rs:wait()
  3202. end
  3203. con1:disconnect()
  3204. Debounces.on = false
  3205. Debounces.NoIdl = false
  3206. if gp ~= nil then
  3207. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  3208. for i,v in pairs(larm:GetChildren()) do
  3209. if v.Name == "asd" and v:IsA("Weld") then
  3210. v:Remove()
  3211. end
  3212. end
  3213. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  3214. bv.maxForce = Vector3.new(400000, 400000, 400000)
  3215. bv.P = 125000
  3216. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  3217. hum1=nil
  3218. ht=nil
  3219. Debounces.on = false
  3220. Debounces.NoIdl = false
  3221. elseif ht == nil then wait()
  3222. Grab = false
  3223. Debounces.on = false
  3224. Debounces.NoIdl = false
  3225. end
  3226. end
  3227. end
  3228. end)
  3229. ----------------------------------------------------
  3230. mouse.KeyDown:connect(function(key)
  3231. if string.byte(key) == 52 then
  3232. char.Humanoid.WalkSpeed = 60
  3233. end
  3234. end)
  3235. mouse.KeyUp:connect(function(key)
  3236. if string.byte(key) == 52 then
  3237. char.Humanoid.WalkSpeed = 8
  3238. end
  3239. end)
  3240. -------------------------------
  3241. local animpose = "Idle"
  3242. local lastanimpose = "Idle"
  3243. local sine = 0
  3244. local change = 1
  3245. local val = 0
  3246. local ffing = false
  3247. -------------------------------
  3248. game:GetService("RunService").RenderStepped:connect(function()
  3249. --[[if char.Humanoid.Jump == true then
  3250. jump = true
  3251. else
  3252. jump = false
  3253. end]]
  3254. char.Humanoid.FreeFalling:connect(function(f)
  3255. if f then
  3256. ffing = true
  3257. else
  3258. ffing = false
  3259. end
  3260. end)
  3261. sine = sine + change
  3262. if jumpn == true then
  3263. animpose = "Jumping"
  3264. elseif ffing == true then
  3265. animpose = "Freefalling"
  3266. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3267. animpose = "Idle"
  3268. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3269. animpose = "Walking"
  3270. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3271. animpose = "Running"
  3272. end
  3273. if animpose ~= lastanimpose then
  3274. sine = 0
  3275. if Debounces.NoIdl == false then
  3276. if animpose == "Idle" then
  3277. for i = 1, 2 do
  3278. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
  3279. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  3280. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3281. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3282. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  3283. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  3284. end
  3285. elseif animpose == "Walking" then
  3286. for i = 1, 2 do
  3287. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  3288. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  3289. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  3290. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  3291. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  3292. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  3293. end
  3294. elseif animpose == "Running" then
  3295. for i = 1, 2 do
  3296. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2)
  3297. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2)
  3298. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  3299. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  3300. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  3301. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  3302. wait()
  3303. end
  3304. end
  3305. else
  3306. end
  3307. end
  3308. lastanimpose = animpose
  3309. if Debounces.NoIdl == false then
  3310. if animpose == "Idle" then
  3311. change = 0.5
  3312. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8+2*math.cos(sine/14))), 0.4)
  3313. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8-2*math.cos(sine/14))), 0.4)
  3314. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  3315. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  3316. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  3317. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  3318. elseif animpose == "Walking" then
  3319. change = 1
  3320. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  3321. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  3322. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  3323. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  3324. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  3325. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  3326. elseif animpose == "Running" then
  3327. change = 1
  3328. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2)
  3329. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  3330. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  3331. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  3332. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  3333. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  3334. end
  3335. end
  3336. end)
  3337.  
  3338. hum.MaxHealth = 9001
  3339. wait(3)
  3340. hum.Health = 9001
  3341.  
  3342. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  3343. --[[Part0 = Vector3 (Start pos)
  3344. Part1 = Vector3 (End pos)
  3345. Times = number (Amount of lightning parts)
  3346. Offset = number (Offset)
  3347. Color = color (brickcolor value)
  3348. Thickness = number (thickness)
  3349. Trans = number (transparency)
  3350. ]]--
  3351. local magz = (Part0 - Part1).magnitude
  3352. local curpos = Part0
  3353. local trz = {-Offset,Offset}
  3354. for i=1,Times do
  3355. local li = Instance.new("Part", torso)
  3356. li.Name = "Lightning"
  3357. li.TopSurface =0
  3358. li.Material = "Neon"
  3359. li.BottomSurface = 0
  3360. li.Anchored = true
  3361. li.Locked = true
  3362. li.Transparency = Trans or 0.4
  3363. li.BrickColor = BrickColor.new(Color)
  3364. li.formFactor = "Custom"
  3365. li.CanCollide = false
  3366. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  3367. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  3368. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  3369. if Times == i then
  3370. local magz2 = (curpos - Part1).magnitude
  3371. li.Size = Vector3.new(Thickness,Thickness,magz2)
  3372. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  3373. else
  3374. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  3375. end
  3376. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  3377. game.Debris:AddItem(li,.1)
  3378. end
  3379. end
  3380.  
  3381. BodyParts = {} -- Parts to emit lightning effects from
  3382. for _, v in pairs(char:GetChildren()) do
  3383. if v:IsA("Part") then
  3384. table.insert(BodyParts, v)
  3385. end
  3386. end
  3387.  
  3388. Bounding = {} -- Calculate the bounding boxes
  3389. for _, v in pairs(BodyParts) do
  3390. local temp = {X=nil, Y=nil, Z=nil}
  3391. temp.X = v.Size.X/2 * 10
  3392. temp.Y = v.Size.Y/2 * 10
  3393. temp.Z = v.Size.Z/2 * 10
  3394. Bounding[v.Name] = temp
  3395. --table.insert(Bounding, v.Name, temp)
  3396. end
  3397.  
  3398. while wait(math.random(1,10)/10) do -- Emit the Lightning effects randomly
  3399. local Body1 = BodyParts[math.random(#BodyParts)]
  3400. local Body2 = BodyParts[math.random(#BodyParts)]
  3401. local Pos1 = Vector3.new(
  3402. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  3403. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  3404. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  3405. )
  3406. local Pos2 = Vector3.new(
  3407. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  3408. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  3409. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  3410. )
  3411. local SPos1 = Body1.Position + Pos1
  3412. local SPos2 = Body2.Position + Pos2
  3413. Lightning(SPos1, SPos2, 4, 3, "Bright blue", .3, .56)
  3414. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement