Advertisement
Guest User

Untitled

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