Advertisement
ghostteen14

Untitled

May 12th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.54 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  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,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Joseph Deramus")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. -- the hottest shit to ever shit on a plate by king_absalom
  148. -- UPDATE: I have removed the long ass intro and the hat (Because it wont load and if it does it will take a long time to do so)
  149. --[[
  150.  
  151. "Created by: Wizardunstopable and MatterGh0st"
  152.  
  153. Oh, I didn't know editing King_Absalom's script makes it "YOURS"
  154. #sarcasm
  155.  
  156. anyways
  157. "Give Credit Plz and DONT LEAK THIS"
  158.  
  159. its an edit so.. i'll just leak it anyways. ;)
  160. ]]
  161. -------The Dark Ruler V2--------Created by: Wizardunstopable and MatterGh0st------Give Credit Plz and DONT LEAK THIS
  162. local p = game.Players.LocalPlayer
  163. local char = p.Character
  164. local mouse = p:GetMouse()
  165. local larm = char["Left Arm"]
  166. local rarm = char["Right Arm"]
  167. local lleg = char["Left Leg"]
  168. local rleg = char["Right Leg"]
  169. local hed = char.Head
  170. local torso = char.Torso
  171. local hum = char.Humanoid
  172. local cam = game.Workspace.CurrentCamera
  173. local root = char.HumanoidRootPart
  174. local deb = false
  175. local shot = 0
  176. local l = game:GetService("Lighting")
  177. local rs = game:GetService("RunService").RenderStepped
  178. local stanceToggle = "Normal"
  179. math.randomseed(os.time())
  180. hum.WalkSpeed = 100
  181. char.Health:Destroy()
  182. hum.MaxHealth = math.huge
  183. wait(0.1)
  184. hum.Health = math.huge
  185. ----------------------------------------------------
  186. p:ClearCharacterAppearance()
  187. wait(0.1)
  188. p.Character.Head.BrickColor = BrickColor.new("Really black")
  189. p.Character.Torso.BrickColor = BrickColor.new("Really black")
  190. p.Character["Right Arm"].BrickColor = BrickColor.new("Really black")
  191. p.Character["Right Leg"].BrickColor = BrickColor.new("Really black")
  192. p.Character["Left Leg"].BrickColor = BrickColor.new("Really black")
  193. p.Character["Left Arm"].BrickColor = BrickColor.new("Really black")
  194. pcall(function() p.char.torso.roblox:Destroy() end)
  195. shirt = Instance.new("Shirt", char)
  196. shirt.Name = "Shirt"
  197. pants = Instance.new("Pants", char)
  198. pants.Name = "Pants"
  199. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=235673625"
  200. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=222859226"
  201. ----------------------------------------------------
  202. Fl = Instance.new('Fire',larm); FR = Instance.new('Fire',rarm); Ft = Instance.new('Fire',torso)
  203. Ft.Size = 12
  204. Fl.Size = 12
  205. FR.Size = 12
  206. Fl.Color = Color3.new(0,0,0)
  207. FR.Color = Color3.new(0,0,0)
  208. Ft.Color = Color3.new(0,0,0)
  209. Fl.SecondaryColor = Color3.new(0,0,0)
  210. FR.SecondaryColor = Color3.new(0,0,0)
  211. Ft.SecondaryColor = Color3.new(0,0,0)
  212. SR = Instance.new('Smoke',rleg)
  213. SR.Color = Color3.new(0,0,0)
  214. SR.Size = 1
  215. SR.RiseVelocity = 1
  216. ----------------------------------------------------
  217. Debounces = {
  218. on = false;
  219. ks = false;
  220. CanAttack = true;
  221. CanJoke = true;
  222. NoIdl = false;
  223. Slashing = false;
  224. Slashed = false;
  225. Grabbing = false;
  226. Grabbed = false;
  227. }
  228. local Touche = {char.Name, }
  229. ----------------------------------------------------
  230. function lerp(a, b, t) -- Linear interpolation
  231. return a + (b - a)*t
  232. end
  233.  
  234. function slerp(a, b, t) --Spherical interpolation
  235. dot = a:Dot(b)
  236. if dot > 0.99999 or dot < -0.99999 then
  237. return t <= 0.5 and a or b
  238. else
  239. r = math.acos(dot)
  240. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  241. end
  242. end
  243.  
  244. function matrixInterpolate(a, b, t)
  245. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  246. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  247. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  248. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  249. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  250. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  251. local t = v1:Dot(v2)
  252. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  253. return CFrame.new()
  254. end
  255. return CFrame.new(
  256. v0.x, v0.y, v0.z,
  257. v1.x, v1.y, v1.z,
  258. v2.x, v2.y, v2.z,
  259. v3.x, v3.y, v3.z)
  260. end
  261. ----------------------------------------------------
  262. function genWeld(a,b)
  263. local w = Instance.new("Weld",a)
  264. w.Part0 = a
  265. w.Part1 = b
  266. return w
  267. end
  268. function weld(a, b)
  269. local weld = Instance.new("Weld")
  270. weld.Name = "W"
  271. weld.Part0 = a
  272. weld.Part1 = b
  273. weld.C0 = a.CFrame:inverse() * b.CFrame
  274. weld.Parent = a
  275. return weld;
  276. end
  277. ----------------------------------------------------
  278. function Lerp(c1,c2,al)
  279. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  280. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  281. for i,v in pairs(com1) do
  282. com1[i] = v+(com2[i]-v)*al
  283. end
  284. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  285. end
  286. ----------------------------------------------------
  287. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  288. local wld = Instance.new("Weld", wp1)
  289. wld.Part0 = wp0
  290. wld.Part1 = wp1
  291. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  292. end
  293. ----------------------------------------------------
  294. for i,v in pairs(char:children()) do
  295. if v:IsA("Hat") then
  296. v:Destroy()
  297. end
  298. end
  299. for i,v in pairs(hed:children()) do
  300. if v:IsA("Sound") then
  301. v:Destroy()
  302. end
  303. end
  304. ----------------------------------------------------
  305. function HasntTouched(plrname)
  306. local ret = true
  307. for _, v in pairs(Touche) do
  308. if v == plrname then
  309. ret = false
  310. end
  311. end
  312. return ret
  313. end
  314. ----------------------------------------------------
  315. larm.Size = larm.Size * 2
  316. rarm.Size = rarm.Size * 2
  317. lleg.Size = lleg.Size * 2
  318. rleg.Size = rleg.Size * 2
  319. torso.Size = torso.Size * 2
  320. hed.Size = hed.Size * 2
  321. root.Size = root.Size * 2
  322. ----------------------------------------------------
  323. newWeld(torso, larm, -1.5, 0.5, 0)
  324. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  325. newWeld(torso, rarm, 1.5, 0.5, 0)
  326. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  327. newWeld(torso, hed, 0, 1.5, 0)
  328. newWeld(torso, lleg, -0.5, -1, 0)
  329. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  330. newWeld(torso, rleg, 0.5, -1, 0)
  331. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  332. newWeld(root, torso, 0, -1, 0)
  333. torso.Weld.C1 = CFrame.new(0, -1, 0)
  334. ----------------------------------------------------
  335. z = Instance.new("Sound", char)
  336. z.SoundId = "rbxassetid://408386283"--209113706
  337. z.Looped = true
  338. z.Pitch = 1
  339. z.Volume = 1
  340. wait(.01)
  341. z:Play()
  342. ----------------------------------------------------
  343. --[[
  344. wait(0.1)
  345. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You Will Die Of The Hands Of Me!", "Red")
  346. wait(9)
  347. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You've rediculed hades for the last time!", "Blue")
  348. wait(9)
  349. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Activate", "Red")
  350. wait(9.8)
  351. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Summoning!", "Red")
  352. wait(0.1)
  353. game.Lighting.Ambient = Color3.new(1,0,0)
  354. wait(0.1)
  355. game.Lighting.Ambient = Color3.new(0,0,0)
  356. wait(0.1)
  357. game.Lighting.Ambient = Color3.new(1,0,0)
  358. wait(0.1)
  359. game.Lighting.Ambient = Color3.new(1,0,0)
  360. wait(0.1)
  361. game.Lighting.Ambient = Color3.new(1,0,0)
  362. wait(0.1)
  363. game.Lighting.Ambient = Color3.new(0,0,0)
  364. wait(0.1)
  365. game.Lighting.Ambient = Color3.new(1,0,0)
  366. wait(0.1)
  367. game.Lighting.Ambient = Color3.new(1,0,0)
  368. wait(0.1)
  369. game.Lighting.Ambient = Color3.new(1,0,0)
  370. wait(0.1)
  371. game.Lighting.Ambient = Color3.new(0,0,0)
  372. wait(0.1)
  373. game.Lighting.Ambient = Color3.new(1,0,0)
  374. wait(0.1)
  375. game.Lighting.Ambient = Color3.new(1,0,0)
  376. wait(0.1)
  377. game.Lighting.Ambient = Color3.new(0,0,0)
  378. wait(0.1)
  379. game.Lighting.Ambient = Color3.new(1,0,0)
  380. wait(0.1)
  381. game.Lighting.Ambient = Color3.new(0,0,0)
  382. wait(0.1)
  383. game.Lighting.Ambient = Color3.new(1,0,0)
  384. wait(0.1)
  385. game.Lighting.Ambient = Color3.new(0,0,0)
  386. wait(0.1)
  387. game.Lighting.Ambient = Color3.new(1,0,0)
  388. wait(0.1)
  389. game.Lighting.Ambient = Color3.new(0,0,0)
  390. wait(0.1)
  391. game.Lighting.Ambient = Color3.new(1,0,0)
  392. wait(0.1)
  393. game.Lighting.Ambient = Color3.new(0,0,0)
  394. wait(0.1)
  395. game.Lighting.Ambient = Color3.new(1,0,0)
  396. wait(0.1)
  397. game.Lighting.Ambient = Color3.new(0,0,0)
  398. wait(0.1)
  399. game.Lighting.Ambient = Color3.new(1,0,0)
  400. wait(0.1)
  401. game.Lighting.Ambient = Color3.new(0,0,0)
  402. wait(0.1)
  403. game.Lighting.Ambient = Color3.new(1,0,0)
  404. wait(0.1)
  405. game.Lighting.Ambient = Color3.new(0,0,0)
  406. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"The demon awakens! With The anger of thousands!", "Green")
  407. ]]--
  408. --game:service'InsertService':LoadAsset(130900995):children()[1].Parent=char
  409. --char.PumpkinReaper.Handle.Mesh.Scale = char.PumpkinReaper.Handle.Mesh.Scale * 1.8
  410. --char.PumpkinReaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=334850318"
  411. --char.PumpkinReaper.Handle.Mesh.VertexColor = Vector3.new(1,1,1)
  412. --l.TimeOfDay = 24
  413. z=Instance.new('Decal',hed)
  414. z.Face = 'Front'
  415. z.Texture='rbxassetid://99174105'
  416. hed.BrickColor = BrickColor.new("Really black")
  417. lite = Instance.new("PointLight", rleg)
  418. lite.Brightness = 30
  419. lite.Range = 20
  420. lite.Color = Color3.new(19, 0, 0)
  421. --[[local hed2 = hed:Clone()
  422. hed2.CanCollide = false
  423. hed2.Parent = char
  424. hed2:ClearAllChildren()
  425. hed2.Transparency = 1
  426. hed2.Name = "DARP"
  427. local w = Instance.new("Weld",hed2)
  428. w.Part0 = hed
  429. w.Part1 = hed2
  430. w.C0 = CFrame.new(0,0,-0.175)
  431. z=Instance.new("SurfaceGui",hed2)
  432. z.Enabled = true
  433. z.Face = "Front"
  434. z.Adornee = hed2
  435. z.CanvasSize = Vector2.new(100,100)
  436. local face = Instance.new("ImageLabel",z)
  437. face.Size = UDim2.new(1,-30,1,0)
  438. face.Position = UDim2.new(0,15,0,0)
  439. face.BackgroundTransparency = 1
  440. face.Image='rbxassetid://46282671']]--
  441. ----------------------------------------------------
  442.  
  443. ----------------------------------------------------
  444. local m = Instance.new("Model")
  445. m.Name = "Titanius"
  446. p1 = Instance.new("Part", m)
  447. p1.BrickColor = BrickColor.new("Really red")
  448. p1.FormFactor = Enum.FormFactor.Custom
  449. p1.Material = "Neon"
  450. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  451. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  452. p1.CanCollide = false
  453. p1.Locked = true
  454. p1.Elasticity = 0
  455. p1.BottomSurface = Enum.SurfaceType.Smooth
  456. p1.TopSurface = Enum.SurfaceType.Smooth
  457. b1 = Instance.new("SpecialMesh", p1)
  458. b1.MeshType = Enum.MeshType.Wedge
  459. b1.Name = "Mesh"
  460. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  461. p2 = Instance.new("Part", m)
  462. p2.BrickColor = BrickColor.new("Really black")
  463. p2.FormFactor = Enum.FormFactor.Custom
  464. p2.Size = Vector3.new(1, 2.9000001, 1)
  465. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  466. p2.CanCollide = false
  467. p2.Locked = true
  468. p2.Elasticity = 0
  469. p2.BottomSurface = Enum.SurfaceType.Smooth
  470. p2.TopSurface = Enum.SurfaceType.Smooth
  471. b2 = Instance.new("BlockMesh", p2)
  472. b2.Name = "Mesh"
  473. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  474. p3 = Instance.new("Part", m)
  475. p3.BrickColor = BrickColor.new("Really red")
  476. p3.Material = "Neon"
  477. p3.FormFactor = Enum.FormFactor.Custom
  478. p3.Size = Vector3.new(1, 1.10000005, 2.0999999)
  479. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  480. p3.CanCollide = false
  481. p3.Locked = true
  482. p3.Elasticity = 0
  483. p3.BottomSurface = Enum.SurfaceType.Smooth
  484. p3.TopSurface = Enum.SurfaceType.Smooth
  485. b3 = Instance.new("SpecialMesh", p3)
  486. b3.MeshType = Enum.MeshType.Wedge
  487. b3.Name = "Mesh"
  488. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  489. p4 = Instance.new("Part", m)
  490. p4.BrickColor = BrickColor.new("Really red")
  491. p4.Material = "Neon"
  492. p4.FormFactor = Enum.FormFactor.Custom
  493. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  494. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  495. p4.CanCollide = false
  496. p4.Locked = true
  497. p4.Elasticity = 0
  498. p4.BottomSurface = Enum.SurfaceType.Smooth
  499. p4.TopSurface = Enum.SurfaceType.Smooth
  500. b4 = Instance.new("SpecialMesh", p4)
  501. b4.MeshType = Enum.MeshType.Wedge
  502. b4.Name = "Mesh"
  503. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  504. p5 = Instance.new("Part", m)
  505. p5.BrickColor = BrickColor.new("Really red")
  506. p5.Material = "Neon"
  507. p5.FormFactor = Enum.FormFactor.Custom
  508. p5.Size = Vector3.new(1, 1.10000005, 3.10000005)
  509. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  510. p5.CanCollide = false
  511. p5.Locked = true
  512. p5.Elasticity = 0
  513. p5.BottomSurface = Enum.SurfaceType.Smooth
  514. p5.TopSurface = Enum.SurfaceType.Smooth
  515. b5 = Instance.new("SpecialMesh", p5)
  516. b5.MeshType = Enum.MeshType.Wedge
  517. b5.Name = "Mesh"
  518. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  519. p6 = Instance.new("Part", m)
  520. p6.Name = "Handle"
  521. p6.BrickColor = BrickColor.new("Really black")
  522. p6.FormFactor = Enum.FormFactor.Custom
  523. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  524. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  525. p6.CanCollide = false
  526. p6.Locked = true
  527. p6.Elasticity = 0
  528. p6.BottomSurface = Enum.SurfaceType.Smooth
  529. p6.TopSurface = Enum.SurfaceType.Smooth
  530. b6 = Instance.new("BlockMesh", p6)
  531. b6.Name = "Mesh"
  532. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  533. p7 = Instance.new("Part", m)
  534. p7.BrickColor = BrickColor.new("Really red")
  535. p7.Material = "Neon"
  536. p7.FormFactor = Enum.FormFactor.Custom
  537. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  538. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  539. p7.CanCollide = false
  540. p7.Locked = true
  541. p7.Elasticity = 0
  542. p7.BottomSurface = Enum.SurfaceType.Smooth
  543. p7.TopSurface = Enum.SurfaceType.Smooth
  544. b7 = Instance.new("SpecialMesh", p7)
  545. b7.MeshType = Enum.MeshType.Wedge
  546. b7.Name = "Mesh"
  547. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  548. p8 = Instance.new("Part", m)
  549. p8.BrickColor = BrickColor.new("Really red")
  550. p8.Material = "Neon"
  551. p8.FormFactor = Enum.FormFactor.Custom
  552. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  553. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  554. p8.CanCollide = false
  555. p8.Locked = true
  556. p8.Elasticity = 0
  557. p8.BottomSurface = Enum.SurfaceType.Smooth
  558. p8.TopSurface = Enum.SurfaceType.Smooth
  559. b8 = Instance.new("SpecialMesh", p8)
  560. b8.MeshType = Enum.MeshType.Wedge
  561. b8.Name = "Mesh"
  562. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  563. p9 = Instance.new("Part", m)
  564. p9.BrickColor = BrickColor.new("Really black")
  565. p9.FormFactor = Enum.FormFactor.Custom
  566. p9.Size = Vector3.new(1, 1.07999957, 1)
  567. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  568. p9.CanCollide = false
  569. p9.Locked = true
  570. p9.Elasticity = 0
  571. p9.BottomSurface = Enum.SurfaceType.Smooth
  572. p9.TopSurface = Enum.SurfaceType.Smooth
  573. b9 = Instance.new("BlockMesh", p9)
  574. b9.Name = "Mesh"
  575. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  576. p10 = Instance.new("Part", m)
  577. p10.BrickColor = BrickColor.new("Really black")
  578. p10.FormFactor = Enum.FormFactor.Custom
  579. p10.Size = Vector3.new(1, 1.41999948, 1)
  580. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  581. p10.CanCollide = false
  582. p10.Locked = true
  583. p10.Elasticity = 0
  584. p10.BottomSurface = Enum.SurfaceType.Smooth
  585. p10.TopSurface = Enum.SurfaceType.Smooth
  586. b10 = Instance.new("BlockMesh", p10)
  587. b10.Name = "Mesh"
  588. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  589. p11 = Instance.new("Part", m)
  590. p11.BrickColor = BrickColor.new("Really black")
  591. p11.FormFactor = Enum.FormFactor.Custom
  592. p11.Size = Vector3.new(1, 1.50999951, 1)
  593. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  594. p11.CanCollide = false
  595. p11.Locked = true
  596. p11.Elasticity = 0
  597. p11.BottomSurface = Enum.SurfaceType.Smooth
  598. p11.TopSurface = Enum.SurfaceType.Smooth
  599. b11 = Instance.new("BlockMesh", p11)
  600. b11.Name = "Mesh"
  601. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  602. p12 = Instance.new("Part", m)
  603. p12.Name = "BladeCenter"
  604. p12.BrickColor = BrickColor.new("Really red")
  605. p12.Material = "Neon"
  606. p12.FormFactor = Enum.FormFactor.Symmetric
  607. p12.Size = Vector3.new(1, 2, 2)
  608. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  609. p12.CanCollide = false
  610. p12.Locked = true
  611. p12.BottomSurface = Enum.SurfaceType.Smooth
  612. p12.TopSurface = Enum.SurfaceType.Smooth
  613. b12 = Instance.new("SpecialMesh", p12)
  614. b12.MeshType = Enum.MeshType.Brick
  615. b12.Name = "Mesh"
  616. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  617. p13 = Instance.new("Part", m)
  618. p13.BrickColor = BrickColor.new("Really black")
  619. p13.FormFactor = Enum.FormFactor.Custom
  620. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  621. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  622. p13.CanCollide = false
  623. p13.Locked = true
  624. p13.Elasticity = 0
  625. p13.BottomSurface = Enum.SurfaceType.Smooth
  626. p13.TopSurface = Enum.SurfaceType.Smooth
  627. b13 = Instance.new("BlockMesh", p13)
  628. b13.Name = "Mesh"
  629. b13.Scale = Vector3.new(1, 1, 0.400000006)
  630. p14 = Instance.new("Part", m)
  631. p14.BrickColor = BrickColor.new("Really black")
  632. p14.FormFactor = Enum.FormFactor.Custom
  633. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  634. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6410059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  635. p14.CanCollide = false
  636. p14.Locked = true
  637. p14.Elasticity = 0
  638. p14.BottomSurface = Enum.SurfaceType.Smooth
  639. p14.TopSurface = Enum.SurfaceType.Smooth
  640. b14 = Instance.new("BlockMesh", p14)
  641. b14.Name = "Mesh"
  642. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  643. p15 = Instance.new("Part", m)
  644. p15.BrickColor = BrickColor.new("Really black")
  645. p15.FormFactor = Enum.FormFactor.Custom
  646. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  647. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  648. p15.CanCollide = false
  649. p15.Locked = true
  650. p15.Elasticity = 0
  651. p15.BottomSurface = Enum.SurfaceType.Smooth
  652. p15.TopSurface = Enum.SurfaceType.Smooth
  653. b15 = Instance.new("BlockMesh", p15)
  654. b15.Name = "Mesh"
  655. b15.Scale = Vector3.new(1, 1, 0.400000006)
  656. p16 = Instance.new("Part", m)
  657. p16.BrickColor = BrickColor.new("Really black")
  658. p16.FormFactor = Enum.FormFactor.Custom
  659. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  660. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  661. p16.CanCollide = false
  662. p16.Locked = true
  663. p16.Elasticity = 0
  664. p16.BottomSurface = Enum.SurfaceType.Smooth
  665. p16.TopSurface = Enum.SurfaceType.Smooth
  666. b16 = Instance.new("BlockMesh", p16)
  667. b16.Name = "Mesh"
  668. b16.Scale = Vector3.new(1, 1, 0.400000006)
  669. p17 = Instance.new("Part", m)
  670. p17.BrickColor = BrickColor.new("Really black")
  671. p17.FormFactor = Enum.FormFactor.Custom
  672. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  673. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  674. p17.CanCollide = false
  675. p17.Locked = true
  676. p17.Elasticity = 0
  677. p17.BottomSurface = Enum.SurfaceType.Smooth
  678. p17.TopSurface = Enum.SurfaceType.Smooth
  679. b17 = Instance.new("BlockMesh", p17)
  680. b17.Name = "Mesh"
  681. b17.Scale = Vector3.new(1, 1, 0.400000006)
  682. p18 = Instance.new("WedgePart", m)
  683. p18.BrickColor = BrickColor.new("Really red")
  684. p18.Name = "BladePart1"
  685. p18.Material = "Neon"
  686. p18.Name = "Wedge"
  687. p18.FormFactor = Enum.FormFactor.Symmetric
  688. p18.Size = Vector3.new(1, 4, 2)
  689. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  690. p18.CanCollide = false
  691. p18.Locked = true
  692. p18.BottomSurface = Enum.SurfaceType.Smooth
  693. p18.TopSurface = Enum.SurfaceType.Smooth
  694. b18 = Instance.new("SpecialMesh", p18)
  695. b18.MeshType = Enum.MeshType.Wedge
  696. b18.Name = "Mesh"
  697. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  698. p19 = Instance.new("WedgePart", m)
  699. p19.BrickColor = BrickColor.new("Really red")
  700. p19.Name = "BladePart2"
  701. p19.Material = "Neon"
  702. p19.Name = "Wedge"
  703. p19.FormFactor = Enum.FormFactor.Symmetric
  704. p19.Size = Vector3.new(1, 4, 2)
  705. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  706. p19.CanCollide = false
  707. p19.Locked = true
  708. p19.BottomSurface = Enum.SurfaceType.Smooth
  709. p19.TopSurface = Enum.SurfaceType.Smooth
  710. b19 = Instance.new("SpecialMesh", p19)
  711. b19.MeshType = Enum.MeshType.Wedge
  712. b19.Name = "Mesh"
  713. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  714. p20 = Instance.new("Part", m)
  715. p20.BrickColor = BrickColor.new("Really black")
  716. p20.FormFactor = Enum.FormFactor.Custom
  717. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  718. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  719. p20.CanCollide = false
  720. p20.Locked = true
  721. p20.Elasticity = 0
  722. p20.BottomSurface = Enum.SurfaceType.Smooth
  723. p20.TopSurface = Enum.SurfaceType.Smooth
  724. b20 = Instance.new("BlockMesh", p20)
  725. b20.Name = "Mesh"
  726. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  727. p21 = Instance.new("Part", m)
  728. p21.BrickColor = BrickColor.new("Really red")
  729. p21.Material = "Neon"
  730. p21.FormFactor = Enum.FormFactor.Custom
  731. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  732. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  733. p21.CanCollide = false
  734. p21.Locked = true
  735. p21.Elasticity = 0
  736. p21.BottomSurface = Enum.SurfaceType.Smooth
  737. p21.TopSurface = Enum.SurfaceType.Smooth
  738. b21 = Instance.new("SpecialMesh", p21)
  739. b21.MeshType = Enum.MeshType.Wedge
  740. b21.Name = "Mesh"
  741. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  742. w1 = Instance.new("Weld", p1)
  743. w1.Name = "Part_Weld"
  744. w1.Part0 = p1
  745. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  746. w1.Part1 = p2
  747. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  748. w2 = Instance.new("Weld", p2)
  749. w2.Name = "Part_Weld"
  750. w2.Part0 = p2
  751. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  752. w2.Part1 = p3
  753. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  754. w3 = Instance.new("Weld", p3)
  755. w3.Name = "Part_Weld"
  756. w3.Part0 = p3
  757. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  758. w3.Part1 = p4
  759. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  760. w4 = Instance.new("Weld", p4)
  761. w4.Name = "Part_Weld"
  762. w4.Part0 = p4
  763. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  764. w4.Part1 = p5
  765. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  766. w5 = Instance.new("Weld", p5)
  767. w5.Name = "Part_Weld"
  768. w5.Part0 = p5
  769. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  770. w5.Part1 = p6
  771. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  772. w6 = Instance.new("Weld", p6)
  773. w6.Name = "Part_Weld"
  774. w6.Part0 = p6
  775. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  776. w6.Part1 = p7
  777. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  778. w7 = Instance.new("Weld", p7)
  779. w7.Name = "Part_Weld"
  780. w7.Part0 = p7
  781. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  782. w7.Part1 = p8
  783. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  784. w8 = Instance.new("Weld", p8)
  785. w8.Name = "Part_Weld"
  786. w8.Part0 = p8
  787. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  788. w8.Part1 = p9
  789. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  790. w9 = Instance.new("Weld", p9)
  791. w9.Name = "Part_Weld"
  792. w9.Part0 = p9
  793. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  794. w9.Part1 = p10
  795. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  796. w10 = Instance.new("Weld", p10)
  797. w10.Name = "Part_Weld"
  798. w10.Part0 = p10
  799. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  800. w10.Part1 = p11
  801. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  802. w11 = Instance.new("Weld", p11)
  803. w11.Name = "Part_Weld"
  804. w11.Part0 = p11
  805. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  806. w11.Part1 = p12
  807. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  808. w12 = Instance.new("Weld", p12)
  809. w12.Name = "Part_Weld"
  810. w12.Part0 = p12
  811. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  812. w12.Part1 = p13
  813. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  814. w13 = Instance.new("Weld", p13)
  815. w13.Name = "Part_Weld"
  816. w13.Part0 = p13
  817. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  818. w13.Part1 = p14
  819. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  820. w14 = Instance.new("Weld", p14)
  821. w14.Name = "Part_Weld"
  822. w14.Part0 = p14
  823. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  824. w14.Part1 = p15
  825. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  826. w15 = Instance.new("Weld", p15)
  827. w15.Name = "Part_Weld"
  828. w15.Part0 = p15
  829. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  830. w15.Part1 = p16
  831. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  832. w16 = Instance.new("Weld", p16)
  833. w16.Name = "Part_Weld"
  834. w16.Part0 = p16
  835. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  836. w16.Part1 = p17
  837. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  838. w17 = Instance.new("Weld", p17)
  839. w17.Name = "Wedge_Weld"
  840. w17.Part0 = p17
  841. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  842. w17.Part1 = p18
  843. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  844. w18 = Instance.new("Weld", p18)
  845. w18.Name = "Wedge_Weld"
  846. w18.Part0 = p18
  847. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  848. w18.Part1 = p19
  849. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  850. w19 = Instance.new("Weld", p19)
  851. w19.Name = "Part_Weld"
  852. w19.Part0 = p19
  853. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  854. w19.Part1 = p20
  855. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  856. w20 = Instance.new("Weld", p20)
  857. w20.Name = "Part_Weld"
  858. w20.Part0 = p20
  859. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  860. w20.Part1 = p21
  861. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  862. m.Parent = char
  863. m:MakeJoints()
  864. ----------------------------------------------------
  865. local cor = Instance.new("Part", char.Titanius)
  866. cor.Name = "Thingy"
  867. cor.Locked = true
  868. cor.BottomSurface = 0
  869. cor.CanCollide = false
  870. cor.Size = Vector3.new(1, 13, 1)
  871. cor.Transparency = 1
  872. cor.TopSurface = 0
  873. corw = Instance.new("Weld", cor)
  874. corw.Part0 = rarm
  875. corw.Part1 = cor
  876. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  877. corw.C1 = CFrame.new(0, 0, 0)
  878. weld1 = Instance.new("Weld", char.Titanius)
  879. weld1.Part0 = cor
  880. weld1.Part1 = p6
  881. weld1.C0 = CFrame.new(0, 0, 0)
  882. ----------------------------------------------------
  883. hitb = Instance.new("Part", char.Titanius)
  884. hitb.Name = "Thingy2"
  885. hitb.Locked = true
  886. hitb.BottomSurface = 0
  887. hitb.CanCollide = false
  888. hitb.Size = Vector3.new(0, 8, 6)
  889. hitb.Transparency = 1
  890. hitb.TopSurface = 0
  891. weld2 = Instance.new("Weld", char.Titanius)
  892. weld2.Part0 = hitb
  893. weld2.Part1 = p12
  894. weld2.C0 = CFrame.new(0, .6, 1)
  895. ----------------------------------------------------
  896. local m = Instance.new("Model")
  897. m.Name = "Claw"
  898. p1 = Instance.new("Part", m)
  899. p1.BrickColor = BrickColor.new("Really black")
  900. p1.FormFactor = Enum.FormFactor.Custom
  901. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  902. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  903. p1.CanCollide = false
  904. p1.Locked = true
  905. p1.BottomSurface = Enum.SurfaceType.Smooth
  906. p1.TopSurface = Enum.SurfaceType.Smooth
  907. b1 = Instance.new("BlockMesh", p1)
  908. b1.Name = "Mesh"
  909. p2 = Instance.new("WedgePart", m)
  910. p2.BrickColor = BrickColor.new("Really black")
  911. p2.Name = "Wedge"
  912. p2.FormFactor = Enum.FormFactor.Custom
  913. p2.Size = Vector3.new(3, 1, 0.5)
  914. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  915. p2.CanCollide = false
  916. p2.Locked = true
  917. p2.BottomSurface = Enum.SurfaceType.Smooth
  918. p2.TopSurface = Enum.SurfaceType.Smooth
  919. p3 = Instance.new("Part", m)
  920. p3.BrickColor = BrickColor.new("Really black")
  921. p3.FormFactor = Enum.FormFactor.Custom
  922. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  923. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  924. p3.CanCollide = false
  925. p3.Locked = true
  926. p3.BottomSurface = Enum.SurfaceType.Smooth
  927. p3.TopSurface = Enum.SurfaceType.Smooth
  928. b2 = Instance.new("BlockMesh", p3)
  929. b2.Name = "Mesh"
  930. p4 = Instance.new("WedgePart", m)
  931. p4.BrickColor = BrickColor.new("Really black")
  932. p4.Name = "Wedge"
  933. p4.FormFactor = Enum.FormFactor.Custom
  934. p4.Size = Vector3.new(3, 1, 0.5)
  935. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  936. p4.CanCollide = false
  937. p4.Locked = true
  938. p4.BottomSurface = Enum.SurfaceType.Smooth
  939. p4.TopSurface = Enum.SurfaceType.Smooth
  940. p5 = Instance.new("Part", m)
  941. p5.BrickColor = BrickColor.new("Really black")
  942. p5.FormFactor = Enum.FormFactor.Custom
  943. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  944. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  945. p5.CanCollide = false
  946. p5.Locked = true
  947. p5.BottomSurface = Enum.SurfaceType.Smooth
  948. p5.TopSurface = Enum.SurfaceType.Smooth
  949. b3 = Instance.new("BlockMesh", p5)
  950. b3.Name = "Mesh"
  951. p6 = Instance.new("Part", m)
  952. p6.BrickColor = BrickColor.new("Really black")
  953. p6.FormFactor = Enum.FormFactor.Custom
  954. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  955. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  956. p6.CanCollide = false
  957. p6.Locked = true
  958. p6.BottomSurface = Enum.SurfaceType.Smooth
  959. p6.TopSurface = Enum.SurfaceType.Smooth
  960. b4 = Instance.new("BlockMesh", p6)
  961. b4.Name = "Mesh"
  962. p7 = Instance.new("Part", m)
  963. p7.BrickColor = BrickColor.new("Really black")
  964. p7.FormFactor = Enum.FormFactor.Custom
  965. p7.Size = Vector3.new(3, 1, 1.10000005)
  966. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  967. p7.CanCollide = false
  968. p7.Locked = true
  969. p7.BottomSurface = Enum.SurfaceType.Smooth
  970. p7.TopSurface = Enum.SurfaceType.Smooth
  971. b5 = Instance.new("BlockMesh", p7)
  972. b5.Name = "Mesh"
  973. p8 = Instance.new("Part", m)
  974. p8.BrickColor = BrickColor.new("Really red")
  975. p8.Material = "Neon"
  976. p8.FormFactor = Enum.FormFactor.Symmetric
  977. p8.Size = Vector3.new(1, 1, 1)
  978. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  979. p8.CanCollide = false
  980. p8.Locked = true
  981. b6 = Instance.new("SpecialMesh", p8)
  982. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  983. b6.TextureId = ""
  984. b6.MeshType = Enum.MeshType.FileMesh
  985. b6.Name = "Mesh"
  986. b6.Scale = Vector3.new(1.10000005, 0.449999988, 0.449999988)
  987. p9 = Instance.new("Part", m)
  988. p9.BrickColor = BrickColor.new("Really black")
  989. p9.FormFactor = Enum.FormFactor.Custom
  990. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  991. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  992. p9.CanCollide = false
  993. p9.Locked = true
  994. p9.BottomSurface = Enum.SurfaceType.Smooth
  995. p9.TopSurface = Enum.SurfaceType.Smooth
  996. b7 = Instance.new("BlockMesh", p9)
  997. b7.Name = "Mesh"
  998. p10 = Instance.new("Part", m)
  999. p10.BrickColor = BrickColor.new("Really red")
  1000. p10.Material = "Neon"
  1001. p10.FormFactor = Enum.FormFactor.Symmetric
  1002. p10.Size = Vector3.new(1, 1, 1)
  1003. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  1004. p10.CanCollide = false
  1005. p10.Locked = true
  1006. b8 = Instance.new("SpecialMesh", p10)
  1007. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1008. b8.TextureId = ""
  1009. b8.MeshType = Enum.MeshType.FileMesh
  1010. b8.Name = "Mesh"
  1011. b8.Scale = Vector3.new(1.10000005, 0.449999988, 0.449999988)
  1012. p11 = Instance.new("Part", m)
  1013. p11.BrickColor = BrickColor.new("Really black")
  1014. p11.FormFactor = Enum.FormFactor.Custom
  1015. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1016. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  1017. p11.CanCollide = false
  1018. p11.Locked = true
  1019. p11.BottomSurface = Enum.SurfaceType.Smooth
  1020. p11.TopSurface = Enum.SurfaceType.Smooth
  1021. b9 = Instance.new("BlockMesh", p11)
  1022. b9.Name = "Mesh"
  1023. p12 = Instance.new("Part", m)
  1024. p12.BrickColor = BrickColor.new("Really black")
  1025. p12.FormFactor = Enum.FormFactor.Custom
  1026. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1027. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  1028. p12.CanCollide = false
  1029. p12.Locked = true
  1030. p12.BottomSurface = Enum.SurfaceType.Smooth
  1031. p12.TopSurface = Enum.SurfaceType.Smooth
  1032. b10 = Instance.new("BlockMesh", p12)
  1033. b10.Name = "Mesh"
  1034. p13 = Instance.new("Part", m)
  1035. p13.BrickColor = BrickColor.new("Really black")
  1036. p13.FormFactor = Enum.FormFactor.Custom
  1037. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1038. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  1039. p13.CanCollide = false
  1040. p13.Locked = true
  1041. p13.BottomSurface = Enum.SurfaceType.Smooth
  1042. p13.TopSurface = Enum.SurfaceType.Smooth
  1043. b11 = Instance.new("BlockMesh", p13)
  1044. b11.Name = "Mesh"
  1045. p14 = Instance.new("Part", m)
  1046. p14.BrickColor = BrickColor.new("Really red")
  1047. p14.Material = "Neon"
  1048. p14.FormFactor = Enum.FormFactor.Symmetric
  1049. p14.Size = Vector3.new(1, 1, 1)
  1050. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1051. p14.CanCollide = false
  1052. p14.Locked = true
  1053. b12 = Instance.new("SpecialMesh", p14)
  1054. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1055. b12.TextureId = ""
  1056. b12.MeshType = Enum.MeshType.FileMesh
  1057. b12.Name = "Mesh"
  1058. b12.Scale = Vector3.new(1.10000005, 0.449999988, 0.449999988)
  1059. p15 = Instance.new("Part", m)
  1060. p15.BrickColor = BrickColor.new("Medium stone grey")
  1061. p15.Transparency = 1
  1062. p15.Name = "ArmPart"
  1063. p15.FormFactor = Enum.FormFactor.Custom
  1064. p15.Size = Vector3.new(2, 1, 1)
  1065. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  1066. p15.CanCollide = false
  1067. p15.Locked = true
  1068. p15.BottomSurface = Enum.SurfaceType.Smooth
  1069. p15.TopSurface = Enum.SurfaceType.Smooth
  1070. b13 = Instance.new("BlockMesh", p15)
  1071. b13.Name = "Mesh"
  1072. p16 = Instance.new("Part", m)
  1073. p16.BrickColor = BrickColor.new("Really black")
  1074. p16.FormFactor = Enum.FormFactor.Custom
  1075. p16.Size = Vector3.new(3, 1, 2.4000001)
  1076. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  1077. p16.CanCollide = false
  1078. p16.Locked = true
  1079. p16.BottomSurface = Enum.SurfaceType.Smooth
  1080. p16.TopSurface = Enum.SurfaceType.Smooth
  1081. b14 = Instance.new("BlockMesh", p16)
  1082. b14.Name = "Mesh"
  1083. p17 = Instance.new("Part", m)
  1084. p17.BrickColor = BrickColor.new("Really black")
  1085. p17.FormFactor = Enum.FormFactor.Custom
  1086. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1087. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1088. p17.CanCollide = false
  1089. p17.Locked = true
  1090. p17.BottomSurface = Enum.SurfaceType.Smooth
  1091. p17.TopSurface = Enum.SurfaceType.Smooth
  1092. b15 = Instance.new("BlockMesh", p17)
  1093. b15.Name = "Mesh"
  1094. p18 = Instance.new("Part", m)
  1095. p18.BrickColor = BrickColor.new("Really red")
  1096. p18.Material = "Neon"
  1097. p18.FormFactor = Enum.FormFactor.Symmetric
  1098. p18.Size = Vector3.new(1, 1, 1)
  1099. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1100. p18.CanCollide = false
  1101. p18.Locked = true
  1102. b16 = Instance.new("SpecialMesh", p18)
  1103. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1104. b16.TextureId = ""
  1105. b16.MeshType = Enum.MeshType.FileMesh
  1106. b16.Name = "Mesh"
  1107. b16.Scale = Vector3.new(1.10000005, 0.449999988, 0.449999988)
  1108. p19 = Instance.new("Part", m)
  1109. p19.BrickColor = BrickColor.new("Really red")
  1110. p19.Material = "Neon"
  1111. p19.FormFactor = Enum.FormFactor.Symmetric
  1112. p19.Size = Vector3.new(1, 1, 1)
  1113. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1114. p19.CanCollide = false
  1115. p19.Locked = true
  1116. b17 = Instance.new("SpecialMesh", p19)
  1117. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1118. b17.TextureId = ""
  1119. b17.MeshType = Enum.MeshType.FileMesh
  1120. b17.Name = "Mesh"
  1121. b17.Scale = Vector3.new(1.10000005, 0.449999988, 0.449999988)
  1122. p20 = Instance.new("Part", m)
  1123. p20.BrickColor = BrickColor.new("Really black")
  1124. p20.FormFactor = Enum.FormFactor.Custom
  1125. p20.Size = Vector3.new(3, 1, 2.4000001)
  1126. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  1127. p20.CanCollide = false
  1128. p20.Locked = true
  1129. p20.BottomSurface = Enum.SurfaceType.Smooth
  1130. p20.TopSurface = Enum.SurfaceType.Smooth
  1131. b18 = Instance.new("BlockMesh", p20)
  1132. b18.Name = "Mesh"
  1133. p21 = Instance.new("Part", m)
  1134. p21.BrickColor = BrickColor.new("Really black")
  1135. p21.FormFactor = Enum.FormFactor.Custom
  1136. p21.Size = Vector3.new(3, 1, 1.19999993)
  1137. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  1138. p21.CanCollide = false
  1139. p21.Locked = true
  1140. p21.BottomSurface = Enum.SurfaceType.Smooth
  1141. p21.TopSurface = Enum.SurfaceType.Smooth
  1142. b19 = Instance.new("BlockMesh", p21)
  1143. b19.Name = "Mesh"
  1144. p22 = Instance.new("WedgePart", m)
  1145. p22.BrickColor = BrickColor.new("Really black")
  1146. p22.Name = "Wedge"
  1147. p22.FormFactor = Enum.FormFactor.Custom
  1148. p22.Size = Vector3.new(3, 1, 0.5)
  1149. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  1150. p22.CanCollide = false
  1151. p22.Locked = true
  1152. p22.BottomSurface = Enum.SurfaceType.Smooth
  1153. p22.TopSurface = Enum.SurfaceType.Smooth
  1154. p23 = Instance.new("Part", m)
  1155. p23.BrickColor = BrickColor.new("Really black")
  1156. p23.FormFactor = Enum.FormFactor.Custom
  1157. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1158. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1159. p23.CanCollide = false
  1160. p23.Locked = true
  1161. p23.BottomSurface = Enum.SurfaceType.Smooth
  1162. p23.TopSurface = Enum.SurfaceType.Smooth
  1163. b20 = Instance.new("BlockMesh", p23)
  1164. b20.Name = "Mesh"
  1165. p24 = Instance.new("WedgePart", m)
  1166. p24.BrickColor = BrickColor.new("Really black")
  1167. p24.Name = "Wedge"
  1168. p24.FormFactor = Enum.FormFactor.Custom
  1169. p24.Size = Vector3.new(3, 1, 0.5)
  1170. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1171. p24.CanCollide = false
  1172. p24.Locked = true
  1173. p24.BottomSurface = Enum.SurfaceType.Smooth
  1174. p24.TopSurface = Enum.SurfaceType.Smooth
  1175. p25 = Instance.new("Part", m)
  1176. p25.BrickColor = BrickColor.new("Bright yellow")
  1177. p25.Material = "Neon"
  1178. particlep25 = Instance.new("ParticleEmitter")
  1179. particlep25.Parent = p25
  1180. particlep25.Enabled = true
  1181. particlep25.LockedToPart = true
  1182. particlep25.Texture = "rbxassetid://286293993"
  1183. particlep25.EmissionDirection = "Right"
  1184. particlep25.Size = NumberSequence.new(1.8)
  1185. particlep25.Lifetime = NumberRange.new(0.09)
  1186. particlep25.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1187. particlep25.Rate = 150
  1188. p25.FormFactor = Enum.FormFactor.Symmetric
  1189. p25.Size = Vector3.new(1, 1, 1)
  1190. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1191. p25.CanCollide = false
  1192. p25.Locked = true
  1193. p25.BottomSurface = Enum.SurfaceType.Smooth
  1194. p25.TopSurface = Enum.SurfaceType.Smooth
  1195. b21 = Instance.new("SpecialMesh", p25)
  1196. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1197. b21.TextureId = ""
  1198. b21.MeshType = Enum.MeshType.FileMesh
  1199. b21.Name = "Mesh"
  1200. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1201. p26 = Instance.new("Part", m)
  1202. p26.BrickColor = BrickColor.new("Really black")
  1203. p26.FormFactor = Enum.FormFactor.Symmetric
  1204. p26.Size = Vector3.new(1, 1, 1)
  1205. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1206. p26.CanCollide = false
  1207. p26.Locked = true
  1208. p26.BottomSurface = Enum.SurfaceType.Smooth
  1209. p26.TopSurface = Enum.SurfaceType.Smooth
  1210. b22 = Instance.new("SpecialMesh", p26)
  1211. b22.MeshType = Enum.MeshType.Brick
  1212. b22.Name = "Mesh"
  1213. w1 = Instance.new("Weld", p1)
  1214. w1.Name = "Wedge_Weld"
  1215. w1.Part0 = p1
  1216. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1217. w1.Part1 = p2
  1218. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1219. w2 = Instance.new("Weld", p2)
  1220. w2.Name = "Part_Weld"
  1221. w2.Part0 = p2
  1222. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1223. w2.Part1 = p3
  1224. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1225. w3 = Instance.new("Weld", p3)
  1226. w3.Name = "Wedge_Weld"
  1227. w3.Part0 = p3
  1228. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1229. w3.Part1 = p4
  1230. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1231. w4 = Instance.new("Weld", p4)
  1232. w4.Name = "Part_Weld"
  1233. w4.Part0 = p4
  1234. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1235. w4.Part1 = p5
  1236. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1237. w5 = Instance.new("Weld", p5)
  1238. w5.Name = "Part_Weld"
  1239. w5.Part0 = p5
  1240. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1241. w5.Part1 = p6
  1242. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1243. w6 = Instance.new("Weld", p6)
  1244. w6.Name = "Part_Weld"
  1245. w6.Part0 = p6
  1246. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1247. w6.Part1 = p7
  1248. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1249. w7 = Instance.new("Weld", p7)
  1250. w7.Name = "Part_Weld"
  1251. w7.Part0 = p7
  1252. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1253. w7.Part1 = p8
  1254. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1255. w8 = Instance.new("Weld", p8)
  1256. w8.Name = "Part_Weld"
  1257. w8.Part0 = p8
  1258. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1259. w8.Part1 = p9
  1260. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1261. w9 = Instance.new("Weld", p9)
  1262. w9.Name = "Part_Weld"
  1263. w9.Part0 = p9
  1264. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1265. w9.Part1 = p10
  1266. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1267. w10 = Instance.new("Weld", p10)
  1268. w10.Name = "Part_Weld"
  1269. w10.Part0 = p10
  1270. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1271. w10.Part1 = p11
  1272. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1273. w11 = Instance.new("Weld", p11)
  1274. w11.Name = "Part_Weld"
  1275. w11.Part0 = p11
  1276. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46100418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1277. w11.Part1 = p12
  1278. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1279. w12 = Instance.new("Weld", p12)
  1280. w12.Name = "Part_Weld"
  1281. w12.Part0 = p12
  1282. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1283. w12.Part1 = p13
  1284. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1285. w13 = Instance.new("Weld", p13)
  1286. w13.Name = "Part_Weld"
  1287. w13.Part0 = p13
  1288. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1289. w13.Part1 = p14
  1290. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1291. w14 = Instance.new("Weld", p14)
  1292. w14.Name = "ArmPart_Weld"
  1293. w14.Part0 = p14
  1294. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1295. w14.Part1 = p15
  1296. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1297. w15 = Instance.new("Weld", p15)
  1298. w15.Name = "Part_Weld"
  1299. w15.Part0 = p15
  1300. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1301. w15.Part1 = p16
  1302. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1303. w16 = Instance.new("Weld", p16)
  1304. w16.Name = "Part_Weld"
  1305. w16.Part0 = p16
  1306. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1307. w16.Part1 = p17
  1308. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1309. w17 = Instance.new("Weld", p17)
  1310. w17.Name = "Part_Weld"
  1311. w17.Part0 = p17
  1312. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1313. w17.Part1 = p18
  1314. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1315. w18 = Instance.new("Weld", p18)
  1316. w18.Name = "Part_Weld"
  1317. w18.Part0 = p18
  1318. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1319. w18.Part1 = p19
  1320. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1321. w19 = Instance.new("Weld", p19)
  1322. w19.Name = "Part_Weld"
  1323. w19.Part0 = p19
  1324. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1325. w19.Part1 = p20
  1326. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1327. w20 = Instance.new("Weld", p20)
  1328. w20.Name = "Part_Weld"
  1329. w20.Part0 = p20
  1330. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1331. w20.Part1 = p21
  1332. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1333. w21 = Instance.new("Weld", p21)
  1334. w21.Name = "Wedge_Weld"
  1335. w21.Part0 = p21
  1336. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1337. w21.Part1 = p22
  1338. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1339. w22 = Instance.new("Weld", p22)
  1340. w22.Name = "Part_Weld"
  1341. w22.Part0 = p22
  1342. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1343. w22.Part1 = p23
  1344. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1345. w23 = Instance.new("Weld", p23)
  1346. w23.Name = "Wedge_Weld"
  1347. w23.Part0 = p23
  1348. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1349. w23.Part1 = p24
  1350. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1351. w24 = Instance.new("Weld", p24)
  1352. w24.Name = "Part_Weld"
  1353. w24.Part0 = p24
  1354. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1355. w24.Part1 = p25
  1356. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1357. w25 = Instance.new("Weld", p25)
  1358. w25.Name = "Part_Weld"
  1359. w25.Part0 = p25
  1360. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1361. w25.Part1 = p26
  1362. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1363. m.Parent = char
  1364. m:MakeJoints()
  1365. ----------------------------------------------------
  1366. local cor2 = Instance.new("Part", char.Claw)
  1367. cor2.Name = "Thingy"
  1368. cor2.Locked = true
  1369. cor2.BottomSurface = 0
  1370. cor2.CanCollide = false
  1371. cor2.Size = Vector3.new(2, 1, 1)
  1372. cor2.Transparency = 1
  1373. cor2.TopSurface = 0
  1374. corw2 = Instance.new("Weld", cor2)
  1375. corw2.Part0 = larm
  1376. corw2.Part1 = cor2
  1377. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1378. corw2.C1 = CFrame.new(0, 0, 0)
  1379. weld2 = Instance.new("Weld", char.Claw)
  1380. weld2.Part0 = cor2
  1381. weld2.Part1 = char.Claw.ArmPart
  1382. weld2.C0 = CFrame.new(0, 0, 0)
  1383. ----------------------------------------------------
  1384. function weld5(part0, part1, c0, c1)
  1385. weeld=Instance.new("Weld", part0)
  1386. weeld.Part0=part0
  1387. weeld.Part1=part1
  1388. weeld.C0=c0
  1389. weeld.C1=c1
  1390. return weeld
  1391. end
  1392. ----------------------------------------------------
  1393. function newRay(start,face,range,wat)
  1394. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1395. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1396. return rey,hit,pos
  1397. end
  1398. ----------------------------------------------------
  1399. mod5 = Instance.new("Model",char)
  1400.  
  1401. function FindNearestTorso(Position,Distance,SinglePlayer)
  1402. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1403. local List = {}
  1404. for i,v in pairs(workspace:GetChildren())do
  1405. if v:IsA("Model")then
  1406. if v:findFirstChild("Torso")then
  1407. if v ~= char then
  1408. if(v.Torso.Position -Position).magnitude <= Distance then
  1409. table.insert(List,v)
  1410. end
  1411. end
  1412. end
  1413. end
  1414. end
  1415. return List
  1416. end
  1417.  
  1418. function Landing()
  1419. part=Instance.new('Part',mod5)
  1420. part.Anchored=true
  1421. part.CanCollide=false
  1422. part.FormFactor='Custom'
  1423. part.Size=Vector3.new(.2,.2,.2)
  1424. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  1425. part.Transparency=.7
  1426. part.BrickColor=BrickColor.new('Really black')
  1427. mesh=Instance.new('SpecialMesh',part)
  1428. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1429. mesh.Scale=Vector3.new(10,5,10)
  1430.  
  1431. for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  1432. if v:FindFirstChild('Humanoid') then
  1433. v.Humanoid:TakeDamage(math.random(10000020,10000030))
  1434. v.Humanoid.PlatformStand = true
  1435. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1436. end
  1437. end
  1438.  
  1439. coroutine.resume(coroutine.create(function()
  1440. for i=0,3.8,0.05 do
  1441. wait()
  1442. part.CFrame=part.CFrame
  1443. part.Transparency=i
  1444. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  1445. end
  1446. part.Parent = nil
  1447. end))
  1448. end
  1449. ----------------------------------------------------
  1450. mod4 = Instance.new("Model",char)
  1451.  
  1452. ptez = {0.7, 0.8, 0.9, 1}
  1453.  
  1454. function FindNearestTorso(Position,Distance,SinglePlayer)
  1455. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1456. local List = {}
  1457. for i,v in pairs(workspace:GetChildren())do
  1458. if v:IsA("Model")then
  1459. if v:findFirstChild("Torso")then
  1460. if v ~= char then
  1461. if(v.Torso.Position -Position).magnitude <= Distance then
  1462. table.insert(List,v)
  1463. end
  1464. end
  1465. end
  1466. end
  1467. end
  1468. return List
  1469. end
  1470.  
  1471. function GroundPound()
  1472. part=Instance.new('Part',mod4)
  1473. part.Anchored=true
  1474. part.CanCollide=false
  1475. part.FormFactor='Custom'
  1476. part.Size=Vector3.new(.2,.2,.2)
  1477. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1478. part.Transparency=.7
  1479. part.BrickColor=BrickColor.new('Really black')
  1480. mesh=Instance.new('SpecialMesh',part)
  1481. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1482. mesh.Scale=Vector3.new(3,3,3)
  1483. part2=Instance.new('Part',mod4)
  1484. part2.Anchored=true
  1485. part2.CanCollide=false
  1486. part2.FormFactor='Custom'
  1487. part2.Size=Vector3.new(.2,.2,.2)
  1488. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  1489. part2.Transparency=.7
  1490. part2.BrickColor=BrickColor.new('Really red')
  1491. mesh2=Instance.new('SpecialMesh',part2)
  1492. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1493. mesh2.Scale=Vector3.new(3,1.5,3)
  1494. x = Instance.new("Sound",char)
  1495. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  1496. x.Pitch = ptez[math.random(1,#ptez)]
  1497. x.Volume = 1
  1498. wait(.1)
  1499. x:Play()
  1500. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  1501. if v:FindFirstChild('Humanoid') then
  1502. v.Humanoid:TakeDamage(math.random(10000020,10000030))
  1503. end
  1504. end
  1505. coroutine.resume(coroutine.create(function()
  1506. for i=0,0.62,0.13 do
  1507. wait()
  1508. part.CFrame=part.CFrame
  1509. part.Transparency=i
  1510. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1511. part2.CFrame=part2.CFrame
  1512. part2.Transparency=i
  1513. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1514. end
  1515. part.Parent=nil
  1516. part2.Parent=nil
  1517. x:Destroy()
  1518. end))
  1519. end
  1520. ----------------------------------------------------
  1521. mod=Instance.new('Model',char)
  1522.  
  1523. function charge()
  1524. hed.Velocity=hed.CFrame.lookVector*100
  1525. part=Instance.new('Part',mod)
  1526. part.Anchored=true
  1527. part.CanCollide=false
  1528. part.FormFactor='Custom'
  1529. part.Size=Vector3.new(.2,.2,.2)
  1530. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  1531. part.Transparency=.7
  1532. part.BrickColor=BrickColor.new('Black')
  1533. mesh=Instance.new('SpecialMesh',part)
  1534. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1535. mesh.Scale=Vector3.new(10,5,10)
  1536. part2=part:clone()
  1537. part2.Parent=mod
  1538. part2.BrickColor=BrickColor.new('Bright red')
  1539. mesh2=mesh:clone()
  1540. mesh2.Parent=part2
  1541. mesh2.Scale=Vector3.new(20,10,20)
  1542. part3=part2:clone()
  1543. part3.Parent = mod
  1544. part3.BrickColor=BrickColor.new('Really black')
  1545. mesh3=mesh2:clone()
  1546. mesh2.Parent=part3
  1547. mesh3.Scale=Vector3.new(30,15,30)
  1548. coroutine.resume(coroutine.create(function()
  1549. for i=0,1,0.1 do
  1550. wait()
  1551. part.CFrame=part.CFrame
  1552. part.Transparency=i
  1553. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  1554. part2.CFrame=part2.CFrame
  1555. part2.Transparency=i
  1556. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1557. part3.CFrame=part3.CFrame
  1558. part3.Transparency=i
  1559. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  1560. end
  1561. part.Parent=nil
  1562. part2.Parent=nil
  1563. part3.Parent = nil
  1564. end))
  1565. end
  1566. ----------------------------------------------------
  1567. function FindNearestTorso(Position,Distance,SinglePlayer)
  1568. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1569. local List = {}
  1570. for i,v in pairs(workspace:GetChildren())do
  1571. if v:IsA("Model")then
  1572. if v:findFirstChild("Torso")then
  1573. if v ~= char then
  1574. if(v.Torso.Position -Position).magnitude <= Distance then
  1575. table.insert(List,v)
  1576. end
  1577. end
  1578. end
  1579. end
  1580. end
  1581. return List
  1582. end
  1583.  
  1584. mod3 = Instance.new("Model",rleg)
  1585.  
  1586. function Stomp()
  1587. part=Instance.new('Part',mod3)
  1588. part.Anchored=true
  1589. part.CanCollide=false
  1590. part.FormFactor='Custom'
  1591. part.Size=Vector3.new(.2,.2,.2)
  1592. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  1593. part.Transparency=.7
  1594. part.BrickColor=BrickColor.new('Really red')
  1595. mesh=Instance.new('SpecialMesh',part)
  1596. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1597. mesh.Scale=Vector3.new(25,25,25)
  1598. part2=part:clone()
  1599. part2.Parent=mod3
  1600. part2.BrickColor=BrickColor.new('Really red')
  1601. mesh2=mesh:clone()
  1602. mesh2.Parent=part2
  1603. mesh2.Scale=Vector3.new(15,15,15)
  1604. part3=part:clone()
  1605. part3.Parent=mod3
  1606. part3.TopSurface=0
  1607. part3.BottomSurface=0
  1608. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  1609. mesh3=Instance.new('SpecialMesh',part3)
  1610. mesh3.MeshType = 3
  1611. mesh3.Scale=Vector3.new(12,12,12)
  1612. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  1613. if v:FindFirstChild('Humanoid') then
  1614. v.Humanoid:TakeDamage(math.random(10000020,10000030))
  1615. v.Humanoid.PlatformStand = true
  1616. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 800
  1617. end
  1618. end
  1619. coroutine.resume(coroutine.create(function()
  1620. for i=0,3.8,0.05 do
  1621. wait()
  1622. part.CFrame=part.CFrame
  1623. part.Transparency=i
  1624. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  1625. part2.CFrame=part2.CFrame
  1626. part2.Transparency=i
  1627. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1628. part3.CFrame=part3.CFrame
  1629. part3.Transparency=i
  1630. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  1631. end
  1632. end))
  1633. end
  1634. ----------------------------------------------------
  1635.  
  1636. local acos = math.acos
  1637. local sqrt = math.sqrt
  1638. local Vec3 = Vector3.new
  1639. local fromAxisAngle = CFrame.fromAxisAngle
  1640.  
  1641. local function toAxisAngle(CFr)
  1642. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  1643. local Angle = math.acos((R00+R11+R22-1)/2)
  1644. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1645. A = A == 0 and 0.00001 or A
  1646. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1647. B = B == 0 and 0.00001 or B
  1648. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1649. C = C == 0 and 0.00001 or C
  1650. local x = (R21-R12)/sqrt(A)
  1651. local y = (R02-R20)/sqrt(B)
  1652. local z = (R10-R01)/sqrt(C)
  1653. return Vec3(x,y,z),Angle
  1654. end
  1655.  
  1656. function ApplyTrig(Num,Func)
  1657. local Min,Max = Func(0),Func(1)
  1658. local i = Func(Num)
  1659. return (i-Min)/(Max-Min)
  1660. --[[if Func == "sin" then
  1661. return (math.sin((1-Num)*math.pi)+1)/2
  1662. elseif Func == "cos" then
  1663. return (math.cos((1-Num)*math.pi)+1)/2
  1664. end]]
  1665. end
  1666.  
  1667. function LerpCFrame(CFrame1,CFrame2,Num)
  1668. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  1669. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  1670. end
  1671.  
  1672. function Crater(Torso,Radius)
  1673. Spawn(function()
  1674. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  1675. local Ignore = {}
  1676. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1677. if v.Character ~= nil then
  1678. Ignore[#Ignore+1] = v.Character
  1679. end
  1680. end
  1681. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  1682. if Hit == nil then return end
  1683. local Parts = {}
  1684. for i = 1,360,10 do
  1685. local P = Instance.new("Part",Torso.Parent)
  1686. P.Anchored = true
  1687. P.FormFactor = "Custom"
  1688. P.BrickColor = Hit.BrickColor
  1689. P.Material = Hit.Material
  1690. P.TopSurface = "Smooth"
  1691. P.BottomSurface = "Smooth"
  1692. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1693. 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)))
  1694. 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}
  1695. if math.random(0,5) == 0 then -- rubble
  1696. local P = Instance.new("Part",Torso.Parent)
  1697. P.Anchored = true
  1698. P.FormFactor = "Custom"
  1699. P.BrickColor = Hit.BrickColor
  1700. P.Material = Hit.Material
  1701. P.TopSurface = "Smooth"
  1702. P.BottomSurface = "Smooth"
  1703. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1704. 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)))
  1705. 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}
  1706. end
  1707. end
  1708. for i = 0,1,0.05 do
  1709. for i2,v in pairs(Parts) do
  1710. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1711. end
  1712. wait(0.02)
  1713. end
  1714. for i,v in pairs(Parts) do
  1715. if v[1].Size.X > 2.1 then
  1716. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1717. end
  1718. v[1].Anchored = false
  1719. end
  1720. for i = 0,1,0.05 do
  1721. for i2,v in pairs(Parts) do
  1722. v[1].Transparency = i
  1723. if i == 1 then
  1724. v[1]:Destroy()
  1725. elseif i >= 0.25 then
  1726. v[1].CanCollide = false
  1727. end
  1728. end
  1729. wait(0.02)
  1730. end
  1731. Parts = nil
  1732. end)
  1733. end
  1734.  
  1735. ----------------------------------------------------
  1736. mouse.KeyDown:connect(function(key)
  1737. if key == "r" then
  1738. larm.BrickColor = BrickColor.new("Bright red")
  1739. rarm.BrickColor = BrickColor.new("Bright red")
  1740. if Debounces.CanAttack == true then
  1741. Debounces.CanAttack = false
  1742. Debounces.on = true
  1743. Debounces.NoIdl = true
  1744. to = char.Titanius.Thingy2.Touched:connect(function(ht)
  1745. hit = ht.Parent
  1746. if ht and hit:IsA("Model") then
  1747. if hit:FindFirstChild("Humanoid") then
  1748. if hit.Name ~= p.Name then
  1749. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1750. Debounces.Slashed = true]]--
  1751. hit:FindFirstChild("Humanoid"):TakeDamage(19999999)
  1752. wait(1)
  1753. --Debounces.Slashed = false
  1754. --end
  1755. end
  1756. end
  1757. elseif ht and hit:IsA("Hat") then
  1758. if hit.Parent.Name ~= p.Name then
  1759. if hit.Parent:FindFirstChild("Humanoid") then
  1760. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1761. Debounces.Slashed = true]]--
  1762. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(109999999)
  1763. wait(1)
  1764. --Debounces.Slashed = false
  1765. end
  1766. end
  1767. end
  1768. end)
  1769. q = Instance.new("Sound",hed)
  1770. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1771. q.Pitch = 0.85
  1772. q.Looped = false
  1773. q1 = Instance.new("Sound",hed)
  1774. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  1775. q1.Pitch = 0.85
  1776. q1.Looped = false
  1777. q:Play()
  1778. q1:Play()
  1779. for i = 1,20 do
  1780. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  1781. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  1782. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  1783. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1784. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1785. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  1786. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.5)
  1787. if Debounces.on == false then break end
  1788. wait()
  1789. end
  1790. n = Instance.new("Sound",hed)
  1791. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1792. n.Pitch = 0.94
  1793. n.Looped = false
  1794. n1 = Instance.new("Sound",hed)
  1795. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  1796. n1.Pitch = 0.94
  1797. n1.Looped = false
  1798. n:Play()
  1799. n1:Play()
  1800. b = Instance.new("Sound",hed)
  1801. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1802. b.Pitch = 0.94
  1803. b.Looped = false
  1804. b1 = Instance.new("Sound",hed)
  1805. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  1806. b1.Pitch = 0.94
  1807. b1.Looped = false
  1808. b:Play()
  1809. b1:Play()
  1810. for i = 1,26 do
  1811. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.5)
  1812. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.5)
  1813. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.5)
  1814. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
  1815. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
  1816. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
  1817. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.5)
  1818. if Debounces.on == false then break end
  1819. wait()
  1820. end
  1821. wait(.5)
  1822. to:disconnect()
  1823. q:Destroy()
  1824. q1:Destroy()
  1825. n:Destroy()
  1826. n1:Destroy()
  1827. larm.BrickColor = BrickColor.new("Really black")
  1828. rarm.BrickColor = BrickColor.new("Really black")
  1829. if Debounces.CanAttack == false then
  1830. Debounces.CanAttack = true
  1831. Debounces.on = false
  1832. Debounces.NoIdl = false
  1833. end
  1834. end
  1835. end
  1836. end)
  1837. ----------------------------------------------------
  1838. mouse.KeyDown:connect(function(key)
  1839. if key == "q" then
  1840. larm.BrickColor = BrickColor.new("Bright red")
  1841. rarm.BrickColor = BrickColor.new("Bright red")
  1842. if Debounces.CanAttack == true then
  1843. Debounces.CanAttack = false
  1844. Debounces.on = true
  1845. Debounces.NoIdl = true
  1846. to = char.Titanius.Thingy2.Touched:connect(function(ht)
  1847. hit = ht.Parent
  1848. if ht and hit:IsA("Model") then
  1849. if hit:FindFirstChild("Humanoid") then
  1850. if hit.Name ~= p.Name then
  1851. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  1852. Debounces.Slashed = true]]--
  1853. hit:FindFirstChild("Humanoid"):TakeDamage(499999999)
  1854. wait(1)
  1855. --Debounces.Slashed = false
  1856. --end
  1857. end
  1858. end
  1859. elseif ht and hit:IsA("Hat") then
  1860. if hit.Parent.Name ~= p.Name then
  1861. if hit.Parent:FindFirstChild("Humanoid") then
  1862. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  1863. Debounces.Slashed = true]]--
  1864. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(499999999)
  1865. wait(1)
  1866. --Debounces.Slashed = false
  1867. end
  1868. end
  1869. end
  1870. end)
  1871. for i = 1, 20 do
  1872. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  1873. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  1874. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  1875. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  1876. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1877. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1878. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1879. if Debounces.on == false then break end
  1880. wait()
  1881. end
  1882. z = Instance.new("Sound",hed)
  1883. z.SoundId = "rbxassetid://160069154"
  1884. z.Looped = false
  1885. z.Pitch = .9
  1886. z1 = Instance.new("Sound",hed)
  1887. z1.SoundId = "rbxassetid://160069154"
  1888. z1.Looped = false
  1889. z1.Pitch = .9
  1890. wait(0.01)
  1891. z:Play()
  1892. z1:Play()
  1893. for i = 1, 12 do
  1894. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  1895. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  1896. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  1897. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  1898. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  1899. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  1900. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1901. if Debounces.on == false then break end
  1902. wait()
  1903. end
  1904. for i = 1, 12 do
  1905. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  1906. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  1907. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  1908. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  1909. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  1910. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  1911. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  1912. if Debounces.on == false then break end
  1913. wait()
  1914. end
  1915. z = Instance.new("Sound",hed)
  1916. z.SoundId = "rbxassetid://168586621"
  1917. z.Looped = false
  1918. z.Pitch = 1
  1919. z1 = Instance.new("Sound",hed)
  1920. z1.SoundId = "rbxassetid://168586621"
  1921. z1.Looped = false
  1922. z1.Pitch = 1
  1923. wait(0.01)
  1924. z:Play()
  1925. z1:Play()
  1926. for i = 1, 12 do
  1927. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  1928. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  1929. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  1930. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  1931. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  1932. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  1933. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  1934. if Debounces.on == false then break end
  1935. wait()
  1936. end
  1937. to:disconnect()
  1938. larm.BrickColor = BrickColor.new("Really black")
  1939. rarm.BrickColor = BrickColor.new("Really black")
  1940. if Debounces.CanAttack == false then
  1941. Debounces.CanAttack = true
  1942. Debounces.on = false
  1943. Debounces.NoIdl = false
  1944. end
  1945. end
  1946. end
  1947. end)
  1948. ----------------------------------------------------
  1949. Sit = false
  1950. mouse.KeyDown:connect(function(key)
  1951. if key == "v" then
  1952. if Sit == false then
  1953. Sit = true
  1954. hum.WalkSpeed = 100
  1955. stanceToggle = "Sitting"
  1956. elseif Sit == true then
  1957. Sit = false
  1958. hum.WalkSpeed = 100
  1959. stanceToggle = "Normal"
  1960. end
  1961. end
  1962. end)
  1963. ----------------------------------------------------
  1964. mouse.KeyDown:connect(function(key)
  1965. if key == "t" then
  1966. if Debounces.CanAttack == true then
  1967. Debounces.CanAttack = false
  1968. Debounces.on = true
  1969. Debounces.NoIdl = true
  1970. for i = 1, 20 do
  1971. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  1972. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  1973. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  1974. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  1975. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  1976. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  1977. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  1978. if Debounces.on == false then break end
  1979. wait()
  1980. end
  1981. Spawn(function()
  1982. local Parts = {}
  1983. for Y = -5,5 do
  1984. local P = Instance.new("Part",char)
  1985. P.Anchored = true
  1986. P.FormFactor = "Custom"
  1987. P.CanCollide = false
  1988. P.Size = Vector3.new(1,2,1)
  1989. P.TopSurface = "SmoothNoOutlines"
  1990. P.BottomSurface = "SmoothNoOutlines"
  1991. P.BrickColor = BrickColor.new("Really black")
  1992. P.Name = tostring(Y)
  1993. local i = (Y+5)/(10)
  1994. i = 1-math.cos(math.pi*i-(math.pi/2))
  1995. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  1996. --[[P.Touched:connect(function(ht)
  1997. local hit = ht.Parent
  1998. if hit:FindFirstChild("Humanoid") then
  1999. hit.Humanoid:TakeDamage(math.random(10000020,10000030))
  2000. end
  2001. end)]]--
  2002. s = Instance.new("Sound",P)
  2003. s.SoundId = "rbxassetid://228343271"
  2004. s.Volume = .7
  2005. s.Pitch = 0.9
  2006. s:Play()
  2007. P.Touched:connect(function(ht)
  2008. hit = ht.Parent
  2009. if ht and hit:IsA("Model") then
  2010. if hit:FindFirstChild("Humanoid") then
  2011. if hit.Name ~= p.Name then
  2012. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2013. Debounces.Slashed = true]]--
  2014. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(10000020,10000030))
  2015. hit:FindFirstChild("Humanoid").PlatformStand = true
  2016. wait(1)
  2017. --Debounces.Slashed = false
  2018. --end
  2019. end
  2020. end
  2021. elseif ht and hit:IsA("Hat") then
  2022. if hit.Parent.Name ~= p.Name then
  2023. if hit.Parent:FindFirstChild("Humanoid") then
  2024. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2025. Debounces.Slashed = true]]--
  2026. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (10000020,10000030))
  2027. hit:FindFirstChild("Humanoid").PlatformStand = true
  2028. wait(1)
  2029. --Debounces.Slashed = false
  2030. --end
  2031. end
  2032. end
  2033. end
  2034. end)
  2035. Parts[#Parts+1] = P
  2036. end
  2037. local BREAKIT = false
  2038. local CParts = {}
  2039. local Rocks = {}
  2040. local LastPos = nil
  2041. for i = 1,70 do
  2042. for i2,v in pairs(Parts) do
  2043. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  2044. local cf = v.CFrame
  2045. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  2046. v.CFrame = cf
  2047. v.Transparency = v.Transparency+0.02
  2048. if v.Transparency >= 0.975 then BREAKIT = true end
  2049. if v.Name == "0" then
  2050. local Ignore = {}
  2051. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2052. if v.Character ~= nil then
  2053. Ignore[#Ignore+1] = v.Character
  2054. end
  2055. end
  2056. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-100,0))
  2057. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  2058. if Hit ~= nil then
  2059. if #Rocks == 0 then
  2060. for i = 1,5 do
  2061. local P = Instance.new("Part",char)
  2062. Rocks[#Rocks+1] = P
  2063. P.Anchored = true
  2064. P.FormFactor = "Custom"
  2065. P.BrickColor = Hit.BrickColor
  2066. P.Material = Hit.Material
  2067. P.TopSurface = "Smooth"
  2068. P.BottomSurface = "Smooth"
  2069. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  2070. end
  2071. end
  2072. for i,P in pairs(Rocks) do
  2073. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  2074. end
  2075. local P = Instance.new("Part",char)
  2076. CParts[#CParts+1] = {P,tick()}
  2077. P.Anchored = true
  2078. P.FormFactor = "Custom"
  2079. P.BrickColor = Hit.BrickColor
  2080. P.Material = Hit.Material
  2081. P.TopSurface = "Smooth"
  2082. P.BottomSurface = "Smooth"
  2083. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  2084. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2085. Pos = Pos.p
  2086. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  2087. local P = P:Clone()
  2088. CParts[#CParts+1] = {P,tick()}
  2089. P.Parent = char
  2090. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  2091. Pos = Pos.p
  2092. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  2093. if LastPos ~= nil then
  2094. local P = P:Clone()
  2095. CParts[#CParts+1] = {P,tick()}
  2096. P.Parent = char
  2097. P.BrickColor = BrickColor.new("Really black")
  2098. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2099. Pos = Pos.p
  2100. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2101. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  2102. --P.Velocity = Vector3.new(0,-1000,0)
  2103. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  2104. end
  2105. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2106. end
  2107. end
  2108. end
  2109. if BREAKIT then break end
  2110. wait(0.002)
  2111. end
  2112. for i,v in pairs(Rocks) do
  2113. CParts[#CParts+1] = {v,tick()}
  2114. end
  2115. for i,v in pairs(Parts) do
  2116. v:Destroy()
  2117. end
  2118. Parts = nil
  2119. while true do
  2120. local t = tick()
  2121. local p = nil
  2122. for i,v in pairs(CParts) do
  2123. if t-v[2] > 4 then
  2124. v[1].Transparency = v[1].Transparency+0.05
  2125. if v[1].Transparency >= 1 then
  2126. v[1]:Destroy()
  2127. CParts[i] = nil
  2128. end
  2129. end
  2130. p = v
  2131. end
  2132. if p == nil then break end
  2133. wait(0.002)
  2134. end
  2135. for i,v in pairs(CParts) do
  2136. v:Destroy()
  2137. end
  2138. CParts = {}
  2139. end)
  2140. for i = 1, 20 do
  2141. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  2142. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  2143. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  2144. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  2145. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  2146. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  2147. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  2148. if Debounces.on == false then break end
  2149. wait()
  2150. end
  2151. if Debounces.CanAttack == false then
  2152. Debounces.CanAttack = true
  2153. Debounces.on = false
  2154. Debounces.NoIdl = false
  2155. end
  2156. end
  2157. end
  2158. end)
  2159. ----------------------------------------------------
  2160. mouse.KeyDown:connect(function(key)
  2161. if key == "e" then
  2162. larm.BrickColor = BrickColor.new("Bright red")
  2163. rarm.BrickColor = BrickColor.new("Bright red")
  2164. if Debounces.CanAttack == true then
  2165. Debounces.CanAttack = false
  2166. Debounces.on = true
  2167. Debounces.NoIdl = true
  2168. for i = 1, 18 do
  2169. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  2170. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  2171. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2172. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  2173. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  2174. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2175. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2176. if Debounces.on == false then break end
  2177. wait()
  2178. end
  2179. local HandCF = CFrame.new(char.Titanius.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2180. local rng = Instance.new("Part", char.Titanius.Handle)
  2181. rng.Anchored = true
  2182. rng.BrickColor = BrickColor.new("Really black")
  2183. rng.CanCollide = true
  2184. rng.FormFactor = 3
  2185. rng.Name = "Ring"
  2186. rng.Size = Vector3.new(1, 1, 1)
  2187. rng.CanCollide = false
  2188. rng.Transparency = 0.35
  2189. rng.TopSurface = 0
  2190. rng.BottomSurface = 0
  2191. rng.CFrame = HandCF
  2192. local rngm = Instance.new("SpecialMesh", rng)
  2193. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2194. rngm.Scale = Vector3.new(1, 1, 2)
  2195. x = Instance.new("Sound", hed)
  2196. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2197. x.Looped = false
  2198. x.Pitch = .7
  2199. x.Volume = 1
  2200. x1 = Instance.new("Sound", hed)
  2201. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2202. x1.Looped = false
  2203. x1.Pitch = .7
  2204. x1.Volume = 1
  2205. x:Play()
  2206. x1:Play()
  2207. rngto = rng.Touched:connect(function(ht)
  2208. hit = ht.Parent
  2209. if ht and hit:IsA("Model") then
  2210. if hit:FindFirstChild("Humanoid") then
  2211. if hit.Name ~= p.Name then
  2212. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2213. Debounces.Slashed = true]]--
  2214. hit:FindFirstChild("Humanoid"):TakeDamage(1000000)
  2215. hit:FindFirstChild("Humanoid").PlatformStand = true
  2216. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  2217. --Debounces.Slashed = false
  2218. --end
  2219. end
  2220. end
  2221. elseif ht and hit:IsA("Hat") then
  2222. if hit.Parent.Name ~= p.Name then
  2223. if hit.Parent:FindFirstChild("Humanoid") then
  2224. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2225. Debounces.Slashed = true]]--
  2226. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(100000)
  2227. hit:FindFirstChild("Humanoid").PlatformStand = true
  2228. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  2229. --Debounces.Slashed = false
  2230. end
  2231. end
  2232. end
  2233. end)
  2234. coroutine.wrap(function()
  2235. for i = 1, 60, 2 do
  2236. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  2237. rng.Size = rngm.Scale
  2238. rng.CFrame = HandCF
  2239. rng.Transparency = i/60
  2240. wait()
  2241. end
  2242. wait()
  2243. rng:Destroy()
  2244. end)()
  2245. for i = 1, 18 do
  2246. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  2247. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  2248. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2249. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  2250. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  2251. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2252. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2253. if Debounces.on == false then break end
  2254. wait()
  2255. end
  2256. larm.BrickColor = BrickColor.new("Really black")
  2257. rarm.BrickColor = BrickColor.new("Really black")
  2258. x:Destroy()
  2259. x1:Destroy()
  2260. if Debounces.CanAttack == false then
  2261. Debounces.CanAttack = true
  2262. Debounces.on = false
  2263. Debounces.NoIdl = false
  2264. end
  2265. end
  2266. end
  2267. end)
  2268. ----------------------------------------------------
  2269. mouse.KeyDown:connect(function(key)
  2270. if key == "y" then
  2271. if Debounces.CanAttack == true then
  2272. Debounces.CanAttack = false
  2273. Debounces.on = true
  2274. Debounces.NoIdl = true
  2275. for i = 1, 15 do
  2276. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  2277. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.2)
  2278. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  2279. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  2280. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2281. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2282. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2283. if Debounces.on == false then break end
  2284. wait()
  2285. end
  2286. x = Instance.new("Sound",char)
  2287. x.SoundId = "rbxassetid://228343271"
  2288. x.Pitch = 1
  2289. x.Volume = .8
  2290. wait(.1)
  2291. x:Play()
  2292. Debounces.on = false
  2293. Debounces.Here = false
  2294. shot = shot + 1
  2295. local rng = Instance.new("Part", char)
  2296. rng.Anchored = true
  2297. rng.BrickColor = BrickColor.new("Really black")
  2298. rng.CanCollide = false
  2299. rng.FormFactor = 3
  2300. rng.Name = "Ring"
  2301. rng.Size = Vector3.new(1, 1, 1)
  2302. rng.Transparency = 0.35
  2303. rng.TopSurface = 0
  2304. rng.BottomSurface = 0
  2305. rng2 = rng:clone()
  2306. rng3 = rng2:clone()
  2307. rng4 = rng2:clone()
  2308. local rngm = Instance.new("SpecialMesh", rng)
  2309. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2310. rngm.Scale = Vector3.new(10, 10, 1)
  2311. rngm2 = rngm:clone()
  2312. rngm2.Scale = Vector3.new(5, 5, 1)
  2313. rngm3=rngm2:clone()
  2314. rngm3.Parent = rng3
  2315. rngm3.Scale = Vector3.new(8, 8, 1)
  2316. rngm4 = rngm2:clone()
  2317. rngm4.Parent = rng4
  2318. rngm4.Scale = Vector3.new(6, 6, 1)
  2319. local bem = Instance.new("Part", char)
  2320. bem.Anchored = true
  2321. bem.BrickColor = BrickColor.new("Really red")
  2322. bem.CanCollide = false
  2323. bem.FormFactor = 3
  2324. bem.Name = "Beam" .. shot
  2325. bem.Size = Vector3.new(1, 1, 1)
  2326. bem.Transparency = 0.35
  2327. bem.TopSurface = 0
  2328. bem.BottomSurface = 0
  2329. local bemm = Instance.new("SpecialMesh", bem)
  2330. bemm.MeshType = 4
  2331. bemm.Scale = Vector3.new(1, 4, 4)
  2332. local out = Instance.new("Part", char)
  2333. out.Anchored = true
  2334. out.BrickColor = BrickColor.new("Really red")
  2335. out.CanCollide = false
  2336. out.FormFactor = 3
  2337. out.Name = "Out"
  2338. out.Size = Vector3.new(4, 4, 4)
  2339. out.Transparency = 0.35
  2340. out.TopSurface = 0
  2341. out.BottomSurface = 0
  2342. local outm = Instance.new("SpecialMesh", out)
  2343. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  2344. outm.Scale = Vector3.new(4, 4, 4)
  2345. local bnd = Instance.new("Part", char)
  2346. bnd.Anchored = true
  2347. bnd.BrickColor = BrickColor.new("Really red")
  2348. bnd.CanCollide = false
  2349. bnd.FormFactor = 3
  2350. bnd.Name = "Bend"
  2351. bnd.Size = Vector3.new(1, 1, 1)
  2352. bnd.Transparency = 1
  2353. bnd.TopSurface = 0
  2354. bnd.BottomSurface = 0
  2355. local bndm = Instance.new("SpecialMesh", bnd)
  2356. bndm.MeshType = 3
  2357. bndm.Scale = Vector3.new(8, 8, 8)
  2358. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2359. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2360. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2361. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2362. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  2363. rng4.CFrame = rng3.CFrame * CFrame.new(0, -.5, 0)
  2364. Debounces.Shewt = true
  2365. coroutine.wrap(function()
  2366. for i = 1, 20, 0.2 do
  2367. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2368. rngm3.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2369. rngm4.Scale = Vector3.new(6 + i*2, 6 + i*2, 1)
  2370. rng.Transparency = i/20
  2371. rng3.Transparency = 1/16
  2372. rng4.Transparency = i/12
  2373. wait()
  2374. end
  2375. wait()
  2376. rng:Destroy()
  2377. end)()
  2378. if Debounces.Shewt == true then
  2379. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  2380. hit = ht.Parent
  2381. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2382. if HasntTouched(hit.Name) == true and deb == false then
  2383. deb = true
  2384. coroutine.wrap(function()
  2385. hit:FindFirstChild("Humanoid").PlatformStand = true
  2386. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2387. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(10000020,10000030))
  2388. end)()
  2389. table.insert(Touche, hit.Name)
  2390. deb = false
  2391. end
  2392. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2393. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2394. deb = true
  2395. coroutine.wrap(function()
  2396. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2397. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2398. wait(1)
  2399. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2400. end)()
  2401. table.insert(Touche, hit.Parent.Name)
  2402. deb = false
  2403. for i, v in pairs(Touche) do
  2404. print(v)
  2405. end
  2406. end
  2407. end
  2408. end)
  2409. end
  2410. for i = 0, 260, 8 do
  2411. bem.Size = Vector3.new(i, 2, 2)
  2412. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2413. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  2414. bnd.Size = Vector3.new(1,1,1)
  2415. bndm.Scale = Vector3.new(8,8,8)
  2416. if i % 10 == 0 then
  2417. local newRng = rng2:Clone()
  2418. newRng.Parent = char
  2419. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2420. local newRngm = rngm2:clone()
  2421. newRngm.Parent=newRng
  2422. coroutine.wrap(function()
  2423. for i = 1, 10, 0.2 do
  2424. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  2425. newRng.Transparency = i/10
  2426. wait()
  2427. end
  2428. wait()
  2429. newRng:Destroy()
  2430. end)()
  2431. end
  2432. wait()
  2433. end
  2434. wait()
  2435. Debounces.Shewt = false
  2436. bem:Destroy()
  2437. out:Destroy()
  2438. bnd:Destroy()
  2439. Debounces.Ready = false
  2440. for i, v in pairs(Touche) do
  2441. table.remove(Touche, i)
  2442. end
  2443. wait()
  2444. table.insert(Touche, char.Name)
  2445. Debounces.NoIdl = false
  2446. if Debounces.CanAttack == false then
  2447. Debounces.CanAttack = true
  2448. end
  2449. end
  2450. end
  2451. end)
  2452. ----------------------------------------------------
  2453. sidz = {"231917888", "231917845", "231917806"}
  2454. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  2455. mouse.KeyDown:connect(function(key)
  2456. if key == "f" then
  2457. if Debounces.CanAttack == true then
  2458. Debounces.CanAttack = false
  2459. Debounces.on = true
  2460. Debounces.NoIdl = true
  2461. for i = 1, 10 do
  2462. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.4)
  2463. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.4)
  2464. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2465. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2466. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2467. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2468. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2469. if Debounces.on == false then break end
  2470. wait()
  2471. end
  2472. z = Instance.new("Sound",char)
  2473. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  2474. z.Pitch = ptz[math.random(1,#ptz)]
  2475. z.Volume = 1
  2476. z1 = Instance.new("Sound",char)
  2477. z1.SoundId = z.SoundId
  2478. z1.Pitch = z.Pitch
  2479. z1.Volume = 1
  2480. wait(1)
  2481. z:Play()
  2482. z1:Play()
  2483. Stomp()
  2484. for i = 1, 20 do
  2485. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.6)
  2486. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.6)
  2487. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2488. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
  2489. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  2490. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  2491. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2492. if Debounces.on == false then break end
  2493. wait()
  2494. end
  2495. if Debounces.CanAttack == false then
  2496. Debounces.CanAttack = true
  2497. Debounces.on = false
  2498. Debounces.NoIdl = false
  2499. larm.BrickColor = BrickColor.new("Really black")
  2500. rarm.BrickColor = BrickColor.new("Really black")
  2501. end
  2502. end
  2503. end
  2504. end)
  2505. ----------------------------------------------------
  2506. mouse.KeyDown:connect(function(key)
  2507. if key == "g" then
  2508. if Debounces.CanAttack == true then
  2509. Debounces.CanAttack = false
  2510. Debounces.on = true
  2511. Debounces.NoIdl = true
  2512. chrg = lleg.Touched:connect(function(ht)
  2513. hit = ht.Parent
  2514. if ht and hit:IsA("Model") then
  2515. if hit:FindFirstChild("Humanoid") then
  2516. if hit.Name ~= p.Name then
  2517. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2518. Debounces.Slashed = true]]--
  2519. hit:FindFirstChild("Humanoid"):TakeDamage(29999999)
  2520. hit:FindFirstChild("Humanoid").PlatformStand = true
  2521. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2522. --Debounces.Slashed = false
  2523. --end
  2524. end
  2525. end
  2526. elseif ht and hit:IsA("Hat") then
  2527. if hit.Parent.Name ~= p.Name then
  2528. if hit.Parent:FindFirstChild("Humanoid") then
  2529. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  2530. Debounces.Slashed = true]]--
  2531. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2999999999)
  2532. hit:FindFirstChild("Humanoid").PlatformStand = true
  2533. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2534. --Debounces.Slashed = false
  2535. end
  2536. end
  2537. end
  2538. end)
  2539. for i = 1, 14 do
  2540. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
  2541. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
  2542. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
  2543. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  2544. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  2545. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  2546. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  2547. if Debounces.on == false then break end
  2548. wait()
  2549. end
  2550. charge()
  2551. z = Instance.new("Sound",char)
  2552. z.SoundId = "rbxassetid://100632875"
  2553. z.Volume = 1
  2554. z.Pitch = .8
  2555. z1 = Instance.new("Sound",char)
  2556. z1.SoundId = "rbxassetid://100632875"
  2557. z1.Volume = 1
  2558. z1.Pitch = .9
  2559. z:Play()
  2560. z1:Play()
  2561. wait(1)
  2562. z:Destroy()
  2563. z1:Destroy()
  2564. chrg:disconnect()
  2565. if Debounces.CanAttack == false then
  2566. Debounces.CanAttack = true
  2567. Debounces.on = false
  2568. Debounces.NoIdl = false
  2569. larm.BrickColor = BrickColor.new("Really black")
  2570. rarm.BrickColor = BrickColor.new("Really black")
  2571. end
  2572. end
  2573. end
  2574. end)
  2575. ----------------------------------------------------
  2576. pt = {0.7, 0.8, 0.9}
  2577. mouse.KeyDown:connect(function(key)
  2578. if key == "h" then
  2579. if Debounces.CanJoke == true then
  2580. Debounces.CanJoke = false
  2581. u = Instance.new("Sound")
  2582. u.SoundId = "http://www.roblox.com/asset/?id=333446256"
  2583. u.Parent = char
  2584. u.Looped = false
  2585. u.Pitch = pt[math.random(1,#pt)]
  2586. u.Volume = 1
  2587. u2 = Instance.new("Sound")
  2588. u2.SoundId = "http://www.roblox.com/asset/?id=333446256"
  2589. u2.Parent = char
  2590. u2.Looped = false
  2591. u2.Pitch = u.Pitch
  2592. u2.Volume = 1
  2593. wait(.01)
  2594. u:Play()
  2595. u2:Play()
  2596. wait(6)
  2597. u:Destroy()
  2598. u2:Destroy()
  2599. if Debounces.CanJoke == false then
  2600. Debounces.CanJoke = true
  2601. end
  2602. end
  2603. end
  2604. end)
  2605. ----------------------------------------------------
  2606. --Insert awesome nuke cmd here--
  2607.  
  2608. ----------------------------------------------------
  2609. mouse.KeyDown:connect(function(key)
  2610. if key == "l" then
  2611. if Debounces.CanJoke == true then
  2612. Debounces.CanJoke = false
  2613. z = Instance.new("Sound",char)
  2614. z.SoundId = "rbxassetid://233774928"
  2615. z.Pitch = .76
  2616. z.Volume = 1
  2617. wait()
  2618. z:Play()
  2619. wait(6)
  2620. z:Destroy()
  2621. if Debounces.CanJoke == false then
  2622. Debounces.CanJoke = true
  2623. end
  2624. end
  2625. end
  2626. end)
  2627. ----------------------------------------------------
  2628. mouse.KeyDown:connect(function(key)
  2629. if key == "j" then
  2630. if Debounces.CanJoke == true then
  2631. Debounces.CanJoke = false
  2632. z = Instance.new("Sound",char)
  2633. z.SoundId = "rbxassetid://135017456"
  2634. z.Pitch = .76
  2635. z.Volume = 1
  2636. wait()
  2637. z:Play()
  2638. wait(6)
  2639. z:Destroy()
  2640. if Debounces.CanJoke == false then
  2641. Debounces.CanJoke = true
  2642. end
  2643. end
  2644. end
  2645. end)
  2646. ----------------------------------------------------
  2647. mouse.KeyDown:connect(function(key)
  2648. if key == "k" then
  2649. if Debounces.CanJoke == true then
  2650. Debounces.CanJoke = false
  2651. z = Instance.new("Sound",char)
  2652. z.SoundId = "rbxassetid://135017578"
  2653. z.Pitch = .76
  2654. z.Volume = 1
  2655. wait()
  2656. z:Play()
  2657. wait(4)
  2658. z:Destroy()
  2659. if Debounces.CanJoke == false then
  2660. Debounces.CanJoke = true
  2661. end
  2662. end
  2663. end
  2664. end)
  2665. ----------------------------------------------------
  2666. mouse.KeyDown:connect(function(key)
  2667. if key == "x" then
  2668. if Debounces.CanAttack == true then
  2669. Debounces.CanAttack = false
  2670. Debounces.NoIdl = true
  2671. Debounces.on = true
  2672. Debounces.ks = true
  2673. for i = 1, 10 do
  2674. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.6)
  2675. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.6)
  2676. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  2677. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
  2678. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.6)
  2679. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.6)
  2680. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2681. if Debounces.on == false then break end
  2682. wait()
  2683. end
  2684. z = Instance.new("Sound",hed)
  2685. z.SoundId = "rbxassetid://169445092"
  2686. z.Volume = 1
  2687. wait(0.1)
  2688. z:Play()
  2689. kik = rleg.Touched:connect(function(ht)
  2690. hit = ht.Parent
  2691. if ht and hit:IsA("Model") then
  2692. if hit:FindFirstChild("Humanoid") then
  2693. if hit.Name ~= p.Name then
  2694. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2695. Debounces.Slashed = true]]--
  2696. if Debounces.ks==true then
  2697. z = Instance.new("Sound",hed)
  2698. z.SoundId = "rbxassetid://169380525"
  2699. z.Volume = 1
  2700. z:Play()
  2701. Debounces.ks=false
  2702. end
  2703. hit:FindFirstChild("Humanoid"):TakeDamage(29999999)
  2704. hit:FindFirstChild("Humanoid").PlatformStand = true
  2705. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2706. --Debounces.Slashed = false
  2707. --end
  2708. end
  2709. end
  2710. elseif ht and hit:IsA("Hat") then
  2711. if hit.Parent.Name ~= p.Name then
  2712. if hit.Parent:FindFirstChild("Humanoid") then
  2713. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2714. Debounces.Slashed = true]]--
  2715. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2999999)
  2716. hit:FindFirstChild("Humanoid").PlatformStand = true
  2717. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  2718. --Debounces.Slashed = false
  2719. --end
  2720. end
  2721. end
  2722. end
  2723. end)
  2724. for i = 1, 8 do
  2725. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2726. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.7)
  2727. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.7)
  2728. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
  2729. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  2730. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.7)
  2731. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2732. if Debounces.on == false then break end
  2733. wait()
  2734. end
  2735. kik:disconnect()
  2736. if Debounces.CanAttack == false then
  2737. Debounces.CanAttack = true
  2738. Debounces.on = false
  2739. Debounces.NoIdl = false
  2740. end
  2741. end
  2742. end
  2743. end)
  2744. ----------------------------------------------------
  2745. mouse.KeyDown:connect(function(key)
  2746. if key == "c" then
  2747. if Debounces.CanAttack == true then
  2748. Debounces.CanAttack = false
  2749. Debounces.NoIdl = true
  2750. Debounces.on = true
  2751. SIDZ = {"231917744", "231917742"}
  2752. PTZ = {0.7, 0.8, 0.9, 1}
  2753. for i = 1, 20 do
  2754. wait()
  2755. for i,v in pairs(char.Titanius:children()) do
  2756. if v:IsA("Part") or v:IsA("WedgePart") then
  2757. v.Transparency = v.Transparency + 0.05
  2758. end
  2759. end
  2760. end
  2761. function FindNearestTorso(Position,Distance,SinglePlayer)
  2762. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2763. local List = {}
  2764. for i,v in pairs(workspace:GetChildren())do
  2765. if v:IsA("Model")then
  2766. if v:findFirstChild("Torso")then
  2767. if v ~= char then
  2768. if(v.Torso.Position -Position).magnitude <= Distance then
  2769. table.insert(List,v)
  2770. end
  2771. end
  2772. end
  2773. end
  2774. end
  2775. return List
  2776. end
  2777. GroundPound()
  2778. for i = 1, 5 do
  2779. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2780. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2783. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2784. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2785. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2786. if Debounces.on == false then break end
  2787. wait()
  2788. end
  2789. GroundPound()
  2790. for i = 1, 5 do
  2791. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2792. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2793. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2794. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2795. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2796. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2797. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2798. if Debounces.on == false then break end
  2799. wait()
  2800. end
  2801. GroundPound()
  2802. for i = 1, 5 do
  2803. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2804. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2805. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2806. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2807. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2808. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2809. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2810. if Debounces.on == false then break end
  2811. wait()
  2812. end
  2813. GroundPound()
  2814. for i = 1, 5 do
  2815. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2816. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2821. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2822. if Debounces.on == false then break end
  2823. wait()
  2824. end
  2825. GroundPound()
  2826. for i = 1, 5 do
  2827. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.7)
  2828. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.7)
  2829. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.6)
  2830. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  2831. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  2832. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2833. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2834. if Debounces.on == false then break end
  2835. wait()
  2836. end
  2837. GroundPound()
  2838. for i = 1, 5 do
  2839. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.7)
  2840. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.7)
  2841. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.6)
  2842. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  2843. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  2844. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  2845. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2846. if Debounces.on == false then break end
  2847. wait()
  2848. end
  2849. for i = 1, 18 do
  2850. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.4)
  2851. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.4)
  2852. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  2853. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  2854. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2855. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2856. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2857. if Debounces.on == false then break end
  2858. wait()
  2859. end
  2860. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  2861. if v:FindFirstChild('Humanoid') then
  2862. v.Humanoid:TakeDamage(math.random(10000020,10000030))
  2863. v.Humanoid.PlatformStand = true
  2864. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2865. end
  2866. end
  2867. x = Instance.new("Sound",char)
  2868. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  2869. x.Pitch = PTZ[math.random(1,#PTZ)]
  2870. x.Volume = 1
  2871. wait(0.1)
  2872. x:Play()
  2873. Crater(hed,20)
  2874. for i = 1, 14 do
  2875. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  2876. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  2877. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  2878. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  2879. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  2880. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  2881. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2882. if Debounces.on == false then break end
  2883. wait()
  2884. end
  2885. if Debounces.CanAttack == false then
  2886. Debounces.CanAttack = true
  2887. Debounces.on = false
  2888. Debounces.NoIdl = false
  2889. for i = 1, 20 do
  2890. wait()
  2891. for i,v in pairs(char.Titanius:children()) do
  2892. if v:IsA("Part") or v:IsA("WedgePart") then
  2893. v.Transparency = v.Transparency - 0.05
  2894. end
  2895. end
  2896. end
  2897. end
  2898. end
  2899. end
  2900. end)
  2901. ----------------------------------------------------176349813
  2902. mouse.KeyDown:connect(function(key)
  2903. if key == "b" then
  2904. hum.WalkSpeed = 100
  2905. if Debounces.CanAttack == true then
  2906. Debounces.CanAttack = false
  2907. Debounces.NoIdl = true
  2908. Debounces.on = true
  2909. for i = 1,20 do
  2910. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  2911. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  2912. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  2913. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  2914. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  2915. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  2916. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2917. if Debounces.on == false then break end
  2918. wait()
  2919. end
  2920. wait(1)
  2921. v = Instance.new("Sound")
  2922. v.SoundId = "rbxassetid://199978176"
  2923. v.Parent = char
  2924. v.Looped = false
  2925. v.Pitch = 1
  2926. v.Volume = 3
  2927. wait(.01)
  2928. v:Play()
  2929.  
  2930. if Daytime == true then
  2931. Daytime = false
  2932. l.TimeOfDay = 24
  2933. else
  2934. Daytime = true
  2935. l.TimeOfDay = 12
  2936. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  2937. end
  2938.  
  2939. local Shockwave = function()
  2940. local rng1 = Instance.new("Part", char)
  2941. rng1.Anchored = true
  2942. rng1.BrickColor = BrickColor.new("Really black")
  2943. rng1.CanCollide = false
  2944. rng1.FormFactor = 3
  2945. rng1.Name = "Ring"
  2946. rng1.Size = Vector3.new(1, 1, 1)
  2947. rng1.Transparency = 0.35
  2948. rng1.TopSurface = 0
  2949. rng1.BottomSurface = 0
  2950. local rngm1 = Instance.new("SpecialMesh", rng)
  2951. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2952. rngm1.Scale = Vector3.new(10, 10, 1)
  2953. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  2954. local Wave = Instance.new("Part", game.Workspace--[[?]])
  2955. Wave.Name = "Shockwave"
  2956. Wave.BrickColor = BrickColor.new("Really black")
  2957. Wave.Size = Vector3.new(1, 1, 1)
  2958. Wave.Shape = "Ball"
  2959. Wave.CanCollide = false
  2960. Wave.Anchored = true
  2961. Wave.TopSurface = 0
  2962. Wave.BottomSurface = 0
  2963. Wave.Touched:connect(function(hit)
  2964. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  2965. local Occlude = true
  2966. local NotOccludes = {
  2967. char.Name;
  2968. "Wings";
  2969. "Scythe";
  2970. "Thingy";
  2971. "Thingy2"; -- put all of the names in a table pls
  2972. }
  2973. for i,v in pairs(NotOccludes) do
  2974. if hit.Parent.Name == v then
  2975. Occlude = false
  2976. end
  2977. end
  2978. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  2979. if Occlude then
  2980. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  2981. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  2982. end
  2983. end
  2984. end)
  2985.  
  2986. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  2987.  
  2988. coroutine.wrap(function()
  2989. for i = 1, 20, 0.2 do
  2990. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2991. rng1.Transparency = i/20
  2992. wait()
  2993. end
  2994. wait()
  2995. rng1:Destroy()
  2996. end)()
  2997.  
  2998. Delay(0, function()
  2999.  
  3000. if Daytime == false then
  3001. for i = 1, 50, 1 do
  3002. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3003. Wave.CFrame = char.Torso.CFrame
  3004. local t = i / 50
  3005. Wave.Transparency = t
  3006. wait()
  3007. end
  3008. else
  3009. for i = 1, 50, 1 do
  3010. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3011. Wave.CFrame = char.Torso.CFrame
  3012. local t = i / 50
  3013. Wave.Transparency = t
  3014. wait()
  3015. end
  3016. end
  3017. Wave:Destroy()
  3018. end)
  3019. Delay(0, function()
  3020. while wait() do
  3021. if Wave ~= nil then
  3022. Wave.CFrame = char.Torso.CFrame
  3023. else
  3024. break
  3025. end
  3026. end
  3027. end)
  3028. end
  3029. Shockwave()
  3030. for i = 1, 15 do
  3031. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3032. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3033. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3034. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3035. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3036. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3037. if Debounces.on == false then break end
  3038. wait()
  3039. end
  3040. for i = 1, 15 do
  3041. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3042. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3043. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3044. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3045. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3046. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3047. if Debounces.on == false then break end
  3048. wait()
  3049. end
  3050. for i = 1, 15 do
  3051. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3052. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3053. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3054. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3055. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3056. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3057. if Debounces.on == false then break end
  3058. wait()
  3059. end
  3060. for i = 1, 15 do
  3061. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3062. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3063. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3064. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3065. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3066. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3067. if Debounces.on == false then break end
  3068. wait()
  3069. end
  3070. for i = 1, 15 do
  3071. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3072. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3073. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3074. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3075. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3076. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3077. if Debounces.on == false then break end
  3078. wait()
  3079. end
  3080. for i = 1, 15 do
  3081. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3082. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3083. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3084. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3085. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3086. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3087. if Debounces.on == false then break end
  3088. wait()
  3089. end
  3090. wait(1.4)
  3091. Debounces.NoIdl = false
  3092. hum.WalkSpeed = 100
  3093. Debounces.on = false
  3094. wait()
  3095. if Debounces.CanAttack == false then
  3096. Debounces.CanAttack = true
  3097. v:Destroy()
  3098. end
  3099. end
  3100. end
  3101. end)
  3102. ----------------------------------------------------
  3103. mouse.KeyDown:connect(function(key)
  3104. if key == "m" then
  3105. hum.WalkSpeed = 0
  3106. if Debounces.CanAttack == true then
  3107. Debounces.CanAttack = false
  3108. Debounces.on = true
  3109. Debounces.NoIdl = true
  3110. x = Instance.new("Sound",char)
  3111. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  3112. x.Looped = false
  3113. x.Pitch = 1.1
  3114. x.Volume = 1
  3115. x:Play()
  3116. x2 = Instance.new("Sound",char)
  3117. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  3118. x2.Looped = false
  3119. x2.Pitch = .7
  3120. x2.Volume = 1
  3121. wait(.1)
  3122. x:Play()
  3123. x2:Play()
  3124. for i = 1, 20 do
  3125. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  3126. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  3127. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  3128. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  3129. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  3130. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  3131. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  3132. if Debounces.on == false then break end
  3133. wait()
  3134. x:Destroy()
  3135. x2:Destroy()
  3136. end
  3137. wait(1)
  3138. local rng = Instance.new("Part", char)
  3139. rng.Anchored = true
  3140. rng.BrickColor = BrickColor.new("Really black")
  3141. rng.CanCollide = false
  3142. rng.FormFactor = 3
  3143. rng.Name = "Ring"
  3144. rng.Size = Vector3.new(1, 1, 1)
  3145. rng.Transparency = 0.35
  3146. rng.TopSurface = 0
  3147. rng.BottomSurface = 0
  3148. rng.Position = torso.Position - Vector3.new(0,2,0)
  3149. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3150. local rngm = Instance.new("SpecialMesh", rng)
  3151. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3152. rngm.Scale = Vector3.new(1, 1, 2)
  3153. x = Instance.new("Sound",char)
  3154. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3155. x.Looped = false
  3156. x.Pitch = .7
  3157. x.Volume = 1
  3158. x:Play()
  3159. coroutine.wrap(function()
  3160. for i = 1, 60, 2 do
  3161. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  3162. rng.Transparency = i/60
  3163. wait()
  3164. end
  3165. wait()
  3166. rng:Destroy()
  3167. end)()
  3168. hum.WalkSpeed = 50
  3169. BV = Instance.new("BodyVelocity", torso)
  3170. BV.maxForce = Vector3.new(0,100000,0)
  3171. BV.P = 100000
  3172. BV.velocity = Vector3.new(0,800,0)
  3173. for i = 1, 20 do
  3174. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  3175. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  3176. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  3177. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  3178. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  3179. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  3180. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3181. if Debounces.on == false then break end
  3182. wait()
  3183. end
  3184. x:Destroy()
  3185. BV:Destroy()
  3186. for i = 1, 30 do
  3187. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  3188. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  3189. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  3190. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  3191. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  3192. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  3193. if Debounces.on == false then break end
  3194. wait()
  3195. end
  3196. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  3197. for i = 1, 30 do
  3198. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  3199. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3200. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  3201. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  3202. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  3203. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  3204. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3205. if Debounces.on == false then break end
  3206. wait()
  3207. end
  3208. end
  3209. Debounces.on = false
  3210. Debounces.NoIdl = false
  3211. local ry,ht,ps=nil,nil,nil
  3212. while ht==nil do
  3213. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  3214. wait()
  3215. end
  3216. z = Instance.new("Sound",char)
  3217. z.SoundId = "rbxassetid://142070127"
  3218. z.Volume = 1
  3219. wait(.1)
  3220. z:Play()
  3221. Landing()
  3222. hum.WalkSpeed = 100
  3223. if Debounces.CanAttack == false then
  3224. Debounces.CanAttack = true
  3225. end
  3226. end
  3227. end
  3228. end)
  3229. ----------------------------------------------------
  3230. Grab = false
  3231. mouse.KeyDown:connect(function(key)
  3232. if key == "z" then
  3233. Debounces.on = true
  3234. Debounces.NoIdl = true
  3235. if Grab == false then
  3236. gp = nil
  3237. con1=larm.Touched:connect(function(hit) -- this is grab
  3238. ht = hit.Parent
  3239. hum1=ht:FindFirstChild('Humanoid')
  3240. if hum1 ~= nil then
  3241. hum1.PlatformStand=true
  3242. gp = ht
  3243. Grab = true
  3244. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  3245. asd.Parent = larm
  3246. asd.Name = "asd"
  3247. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  3248. elseif hum1 == nil then
  3249. con1:disconnect()
  3250. wait() return
  3251. end
  3252. end)
  3253. for i = 1, 18 do
  3254. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  3255. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  3256. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3257. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  3258. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  3259. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  3260. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  3261. if Debounces.on == false then break end
  3262. wait()
  3263. end
  3264. con1:disconnect()
  3265. Debounces.on = false
  3266. Debounces.NoIdl = false
  3267. elseif Grab == true then
  3268. Grab = false
  3269. for i = 1, 20 do
  3270. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  3271. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  3272. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3273. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3274. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3275. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3276. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3277. if Debounces.on == false then end
  3278. wait()
  3279. end
  3280. if gp ~= nil then
  3281. for i,v in pairs(larm:GetChildren()) do
  3282. if v.Name == "asd" and v:IsA("Weld") then
  3283. v:Remove()
  3284. end
  3285. end
  3286. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  3287. bv.maxForce = Vector3.new(400000, 400000, 400000)
  3288. bv.P = 125000000000000
  3289. bv.velocity = char.Head.CFrame.lookVector * 1000
  3290. for i = 1, 12 do
  3291. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  3292. if Debounces.on == false then end
  3293. wait()
  3294. end
  3295. ht=nil
  3296. Spawn(function()
  3297. wait(0.5)
  3298. bv:Destroy()
  3299. end)
  3300. Debounces.on = false
  3301. Debounces.NoIdl = false
  3302. elseif ht == nil then wait()
  3303. Grab = false
  3304. Debounces.on = false
  3305. Debounces.NoIdl = false
  3306. end
  3307. end
  3308. end
  3309. end)
  3310. ----------------------------------------------------
  3311. mouse.KeyDown:connect(function(key)
  3312. if string.byte(key) == 52 then
  3313. char.Humanoid.WalkSpeed = 100
  3314. end
  3315. end)
  3316. mouse.KeyUp:connect(function(key)
  3317. if string.byte(key) == 52 then
  3318. char.Humanoid.WalkSpeed = 100
  3319. end
  3320. end)
  3321. ----------------------------------------------------
  3322.  
  3323. --------------------------------------------------
  3324. local animpose = "Idle"
  3325. local lastanimpose = "Idle"
  3326. local sine = 0
  3327. local change = 1
  3328. local val = 0
  3329. local ffing = false
  3330. ----------------------------------------------------
  3331. --[[x = Instance.new("Sound", char)
  3332. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  3333. x.Looped = true
  3334. x.Volume = 1
  3335. x.Pitch = 1
  3336. local footsteps = false]]--
  3337. -------------------------------
  3338. game:GetService("RunService").RenderStepped:connect(function()
  3339. --[[if char.Humanoid.Jump == true then
  3340. jump = true
  3341. else
  3342. jump = false
  3343. end]]
  3344. char.Humanoid.FreeFalling:connect(function(f)
  3345. if f then
  3346. ffing = true
  3347. else
  3348. ffing = false
  3349. end
  3350. end)
  3351. sine = sine + change
  3352. if jumpn == true then
  3353. animpose = "Jumping"
  3354. elseif ffing == true then
  3355. animpose = "Freefalling"
  3356. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3357. animpose = "Idle"
  3358. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3359. animpose = "Walking"
  3360. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3361. animpose = "Running"
  3362. end
  3363. if animpose ~= lastanimpose then
  3364. sine = 0
  3365. if Debounces.NoIdl == false then
  3366. if animpose == "Idle" then
  3367. for i = 1, 2 do
  3368. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  3369. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  3370. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3371. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3372. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3373. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3374. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3375. end
  3376. elseif animpose == "Walking" then
  3377. for i = 1, 2 do
  3378. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  3379. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  3380. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  3381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  3382. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3383. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3384. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3385. end
  3386. elseif animpose == "Running" then
  3387. for i = 1, 2 do
  3388. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  3389. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  3390. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3391. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3392. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3393. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3394. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3395. end
  3396. wait()
  3397. end
  3398. else
  3399. end
  3400. end
  3401. lastanimpose = animpose
  3402. if Debounces.NoIdl == false then
  3403. if animpose == "Idle" then
  3404. if stanceToggle == "Normal" then
  3405. change = 0.5
  3406. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  3407. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  3408. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  3409. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  3410. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3411. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3412. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3413. elseif stanceToggle == "Sitting" then
  3414. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  3415. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, .9, -1)*CFrame.Angles(math.rad(78+1*math.cos(sine/14)), math.rad(0), math.rad(50)), 0.2)
  3416. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  3417. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  3418. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  3419. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  3420. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3421. end
  3422. elseif animpose == "Walking" then
  3423. if stanceToggle == "Normal" then
  3424. change = 1
  3425. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  3426. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  3427. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  3428. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  3429. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  3430. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  3431. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3432. end
  3433. elseif animpose == "Running" then
  3434. change = 1
  3435. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  3436. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  3437. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3438. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3439. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3440. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3441. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3442. end
  3443. end
  3444. --[[if animpose == "Walking" then
  3445. if footsteps == false then
  3446. x:Play()
  3447. footsteps = true
  3448. end
  3449. x.Pitch = 1.1
  3450. elseif animpose == "Idle" then
  3451. x:Stop()
  3452. footsteps = false
  3453. elseif animpose == "Running" then
  3454. x.Pitch = 1.2
  3455. if footsteps == false then
  3456. x:Play()
  3457. footsteps = true
  3458. end
  3459. end]]--
  3460. end)
  3461. -- ~ CL 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement