carlosname

Untitled

Apr 15th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.82 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86. local h,t
  87. --Give the server mouse data every second frame, but only if the values changed
  88. --If player is not moving their mouse, client won't fire events
  89. local HB = game:GetService("RunService").Heartbeat
  90. while true do
  91. if h~=Mouse.Hit or t~=Mouse.Target then
  92. h,t=Mouse.Hit,Mouse.Target
  93. Event:FireServer({isMouse=true,Target=t,Hit=h})
  94. end
  95. --Wait 2 frames
  96. for i=1,2 do
  97. HB:Wait()
  98. end
  99. end]==],script)
  100.  
  101. ----Sandboxed game object that allows the usage of client-side methods and services
  102. --Real game object
  103. local RealGame = game
  104.  
  105. --Metatable for fake service
  106. local FakeService_Metatable = {
  107. __index = function(self,k)
  108. local s = rawget(self,"_RealService")
  109. if s then
  110. return typeof(s[k])=="function"
  111. and function(_,...)return s[k](s,...)end or s[k]
  112. end
  113. end,
  114. __newindex = function(self,k,v)
  115. local s = rawget(self,"_RealService")
  116. if s then s[k]=v end
  117. end
  118. }
  119. local function FakeService(t,RealService)
  120. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  121. return setmetatable(t,FakeService_Metatable)
  122. end
  123.  
  124. --Fake game object
  125. local FakeGame = {
  126. GetService = function(self,s)
  127. return rawget(self,s) or RealGame:GetService(s)
  128. end,
  129. Players = FakeService({
  130. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  131. },"Players"),
  132. UserInputService = FakeService(UIS,"UserInputService"),
  133. ContextActionService = FakeService(CAS,"ContextActionService"),
  134. RunService = FakeService({
  135. _btrs = {},
  136. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  137. BindToRenderStep = function(self,name,_,fun)
  138. self._btrs[name] = self.Heartbeat:Connect(fun)
  139. end,
  140. UnbindFromRenderStep = function(self,name)
  141. self._btrs[name]:Disconnect()
  142. end,
  143. },"RunService")
  144. }
  145. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  146. FakeGame.service = FakeGame.GetService
  147. FakeService(FakeGame,game)
  148. --Changing owner to fake player object to support owner:GetMouse()
  149. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  150. end
  151.  
  152. function TakeDamage(hum, dmg)
  153. hum:TakeDamage(dmg * 50)
  154. end
  155. plr = game.Players.LocalPlayer
  156. repeat
  157. wait(0.4)
  158. until plr.Character
  159. chr = plr.Character
  160. human = chr:FindFirstChild("Humanoid")
  161. human.MaxHealth = 500
  162. human.Health = 500
  163. human.JumpPower = 40
  164. human.WalkSpeed = 18
  165. mouse = plr:GetMouse()
  166. cam = workspace.CurrentCamera
  167. selected = false
  168. equipd = false
  169. tors = chr.Torso
  170. rarm = chr["Right Arm"]
  171. larm = chr["Left Arm"]
  172. rleg = chr["Right Leg"]
  173. lleg = chr["Left Leg"]
  174. hrp = chr.HumanoidRootPart
  175. hed = chr.Head
  176. local reggface = hed.face
  177. reggface.Texture = "http://www.roblox.com/asset/?id=0"
  178. anim = human.Animator
  179. local CanDamage = true
  180. activu = false
  181. appeared = false
  182. animpose = nil
  183. POSU = false
  184. local cancarry = true
  185. local wherto = hrp
  186. local addcfr = CFrame.new(0, 0, 0)
  187. Heartbeat = Instance.new("BindableEvent")
  188. Heartbeat.Name = "Heartbeat"
  189. Heartbeat.Parent = script
  190. local frame = 0.03333333333333333
  191. tf = 0
  192. game:GetService("RunService").Heartbeat:connect(function(s, p)
  193. tf = tf + s
  194. if tf >= frame then
  195. for i = 1, math.floor(tf / frame) do
  196. Heartbeat:Fire()
  197. end
  198. tf = tf - frame * math.floor(tf / frame)
  199. end
  200. end)
  201. function swait(num)
  202. if num == 0 or num == nil then
  203. Heartbeat.Event:wait()
  204. else
  205. for i = 1, num do
  206. Heartbeat.Event:wait()
  207. end
  208. end
  209. end
  210. tool = Instance.new("Tool")
  211. tool.CanBeDropped = false
  212. tool.RequiresHandle = false
  213. tool.TextureId = "rbxassetid://291302154"
  214. tool.ToolTip = "NANI"
  215. tool.Name = "AAAAAAAAAAAAAA"
  216. tool.Parent = plr.Backpack
  217. modz = Instance.new("Model")
  218. modz.Name = "efx"
  219. modz.Parent = chr
  220. ZANOOB = Instance.new("Model")
  221. ZANOOB.Name = "THENOOB"
  222. ZANOOB.Parent = chr
  223. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  224. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  225. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  226. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  227. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  228. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  229. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  230. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  231. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  232. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  233. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  234. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  235. RS = tors:FindFirstChild("Right Shoulder")
  236. LS = tors:FindFirstChild("Left Shoulder")
  237. RH = tors:FindFirstChild("Right Hip")
  238. LH = tors:FindFirstChild("Left Hip")
  239. RJ = hrp:FindFirstChild("RootJoint")
  240. N = tors:FindFirstChild("Neck")
  241. cf = CFrame.new
  242. ang = CFrame.Angles
  243. rd = math.rad
  244. rd2 = math.random
  245. function nooutline(p)
  246. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  247. end
  248. function makepart(color, name, reflec, mater, parnt, cfram)
  249. local port = Instance.new("Part")
  250. port.BrickColor = BrickColor.new(color)
  251. port.Name = name
  252. port.Transparency = 1
  253. nooutline(port)
  254. port.Reflectance = reflec
  255. port.Material = mater
  256. port.Anchored = false
  257. port.CanCollide = false
  258. port.Locked = true
  259. port.Size = Vector3.new(0.2, 0.2, 0.2)
  260. port.Parent = parnt
  261. return port
  262. end
  263. function makemesh(meshtype, scale, meshid, parent)
  264. local mes = Instance.new("SpecialMesh")
  265. mes.MeshType = meshtype
  266. mes.Scale = scale
  267. if meshtype == "FileMesh" then
  268. mes.MeshId = meshid
  269. end
  270. mes.Parent = parent
  271. return mes
  272. end
  273. function makemotor(parent, p0, p1, c0, c1)
  274. swait()
  275. local wel = Instance.new("Motor6D")
  276. wel.Part0 = p0
  277. wel.Part1 = p1
  278. wel.C0 = c0
  279. if c1 ~= nil then
  280. wel.C1 = c1
  281. end
  282. wel.Parent = parent
  283. return wel
  284. end
  285. local konodioda = Instance.new("Sound")
  286. konodioda.SoundId = "rbxassetid://921051148"
  287. konodioda.Volume = 3
  288. konodioda.Parent = hrp
  289. local bast = Instance.new("Sound")
  290. bast.SoundId = "rbxassetid://1300588094"
  291. bast.TimePosition = 9
  292. bast.Volume = 2.5
  293. bast.Parent = hrp
  294. local zaworld = Instance.new("Sound")
  295. zaworld.SoundId = "rbxassetid://873240542"
  296. zaworld.Volume = 5
  297. zaworld.Parent = hrp
  298. local zaworld2 = Instance.new("Sound")
  299. zaworld2.SoundId = "rbxassetid://873240410"
  300. zaworld2.Volume = 5
  301. zaworld2.Parent = hrp
  302. local zaworld3 = Instance.new("Sound")
  303. zaworld3.SoundId = "rbxassetid://1207959412"
  304. zaworld3.Volume = 5
  305. zaworld3.Parent = hrp
  306. local wry = Instance.new("Sound")
  307. wry.SoundId = "rbxassetid://2553992169"
  308. wry.Volume = 7.5
  309. wry.Parent = hrp
  310. local wryy = Instance.new("Sound")
  311. wryy.SoundId = "rbxassetid://2553992169"
  312. wryy.Volume = 7.5
  313. wryy.Parent = hrp
  314. local wryyy = Instance.new("Sound")
  315. wryyy.SoundId = "rbxassetid://2553992369"
  316. wryyy.Volume = 7.5
  317. wryyy.Parent = hrp
  318. function animo(yep)
  319. if yep == true then
  320. anim.Parent = human
  321. chr.Animate.Disabled = false
  322. elseif yep == false then
  323. chr.Animate.Disabled = true
  324. anim.Parent = nil
  325. end
  326. end
  327. animo(false)
  328. function lerpz(joint, prop, cfrmz, alp)
  329. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  330. end
  331. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  332. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  333. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  334. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  335. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  336. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  337. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  338. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  339. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  340. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  341. function resetlerp(whoever)
  342. if whoever == nil then
  343. RJ.C0 = RJC0
  344. RJ.C1 = RJC1
  345. N.C0 = NC0
  346. N.C1 = NC1
  347. RS.C0 = RSC0
  348. RS.C1 = RSC1
  349. LS.C0 = LSC0
  350. LS.C1 = LSC1
  351. RH.C0 = RHC0
  352. RH.C1 = RHC1
  353. LH.C0 = LHC0
  354. LH.C1 = LHC1
  355. elseif whoever ~= nil then
  356. nRJ.C0 = RJC0
  357. nRJ.C1 = RJC1
  358. nN.C0 = NC0
  359. nN.C1 = NC1
  360. nRS.C0 = RSC0
  361. nRS.C1 = RSC1
  362. nLS.C0 = LSC0
  363. nLS.C1 = LSC1
  364. nRH.C0 = RHC0
  365. nRH.C1 = RHC1
  366. nLH.C0 = LHC0
  367. nLH.C1 = LHC1
  368. end
  369. end
  370. function STANDO(cfr)
  371. local rooto = Instance.new("Part")
  372. nooutline(rooto)
  373. rooto.Name = "HumanoidRootPart"
  374. rooto.Anchored = true
  375. rooto.CFrame = cfr
  376. rooto.Size = Vector3.new(2, 2, 1)
  377. rooto.CanCollide = false
  378. rooto.Locked = true
  379. rooto.Transparency = 1
  380. rooto.Parent = ZANOOB
  381. local head = Instance.new("Part")
  382. nooutline(head)
  383. head.Anchored = false
  384. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  385. head.Size = Vector3.new(2, 1, 1)
  386. head.BrickColor = BrickColor.new("White")
  387. head.CanCollide = false
  388. head.Name = "Head"
  389. head.Locked = true
  390. head.Transparency = 1
  391. head.Parent = ZANOOB
  392. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  393. local headdecal = Instance.new("Decal")
  394. headdecal.Name = "face"
  395. headdecal.Texture = "http://www.roblox.com/asset/?id=1407681247"
  396. headdecal.Face = "Front"
  397. headdecal.Transparency = 1
  398. headdecal.Parent = head
  399. local mp = Instance.new("Part",ZANOOB)
  400. mp.Name = "Mask"
  401. mp.BrickColor = BrickColor.new("Bright green")
  402. mp.Transparency = 1
  403. mp.CanCollide = false
  404. local mask = Instance.new("SpecialMesh",mp)
  405. mask.MeshId = "http://www.roblox.com/asset/?id=874044556"
  406. mask.MeshType = "FileMesh"
  407. mask.TextureId = "http://www.roblox.com/asset/?id=875114591"
  408. mask.Scale = Vector3.new(0.04,0.035,0.037)
  409. local mw = Instance.new("Weld")
  410. mw.Parent = mask
  411. mw.Part0 = head
  412. mw.Part1 = mp
  413. mw.C1 = CFrame.new(0,-.6,-.4)
  414. mw.C0 = CFrame.Angles(0,0,0)
  415. local mp2 = Instance.new("Part",ZANOOB)
  416. mp2.Name = "Mask2"
  417. mp2.BrickColor = BrickColor.new("Really black")
  418. mp2.Transparency = 1
  419. mp2.CanCollide = false
  420. local mask2 = Instance.new("SpecialMesh",mp2)
  421. mask2.MeshId = "http://www.roblox.com/asset/?id=0"
  422. mask2.MeshType = "FileMesh"
  423. mask2.TextureId = "http://www.roblox.com/asset/?id=1090759"
  424. mask2.Scale = Vector3.new(1,1,1)
  425. local mw2 = Instance.new("Weld")
  426. mw2.Parent = mask2
  427. mw2.Part0 = head
  428. mw2.Part1 = mp2
  429. mw2.C1 = CFrame.new(-0.05,-1.25, -0.1)
  430. mw2.C0 = CFrame.Angles(0,0,0)
  431. local torso = Instance.new("Part")
  432. nooutline(torso)
  433. torso.Name = "Torso"
  434. torso.Anchored = false
  435. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  436. torso.Size = Vector3.new(2, 1, 1)
  437. torso.BrickColor = BrickColor.new("Bright red")
  438. torso.CanCollide = false
  439. torso.Transparency = 1
  440. torso.Locked = true
  441. torso.Parent = ZANOOB
  442. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  443. local leftarm = Instance.new("Part")
  444. nooutline(leftarm)
  445. leftarm.Anchored = false
  446. leftarm.Name = "Left Arm"
  447. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  448. leftarm.Size = Vector3.new(1, 2, 1)
  449. leftarm.BrickColor = BrickColor.new("White")
  450. leftarm.CanCollide = false
  451. leftarm.Transparency = 1
  452. leftarm.Locked = true
  453. leftarm.Parent = ZANOOB
  454. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  455. local rightarm = Instance.new("Part")
  456. nooutline(rightarm)
  457. rightarm.Anchored = false
  458. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  459. rightarm.Name = "Right Arm"
  460. rightarm.Size = Vector3.new(1, 2, 1)
  461. rightarm.BrickColor = BrickColor.new("White")
  462. rightarm.CanCollide = false
  463. rightarm.Locked = true
  464. rightarm.Transparency = 1
  465. rightarm.Parent = ZANOOB
  466. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  467. local leftleg = Instance.new("Part")
  468. nooutline(leftleg)
  469. leftleg.Anchored = false
  470. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  471. leftleg.Name = "Left Leg"
  472. leftleg.Size = Vector3.new(1, 2, 1)
  473. leftleg.BrickColor = BrickColor.new("Really black")
  474. leftleg.CanCollide = false
  475. leftleg.Transparency = 1
  476. leftleg.Locked = true
  477. leftleg.Parent = ZANOOB
  478. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  479. local rightleg = Instance.new("Part")
  480. nooutline(rightleg)
  481. rightleg.Anchored = false
  482. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  483. rightleg.Name = "Right Leg"
  484. rightleg.Size = Vector3.new(1, 2, 1)
  485. rightleg.BrickColor = BrickColor.new("Really black")
  486. rightleg.CanCollide = false
  487. rightleg.Locked = true
  488. rightleg.Transparency = 1
  489. rightleg.Parent = ZANOOB
  490. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  491. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  492. rootweld.Name = "RootJoint"
  493. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  494. neckweld.Name = "Neck"
  495. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  496. rshoulderweld.Name = "Right Shoulder"
  497. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  498. lshoulderweld.Name = "Left Shoulder"
  499. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  500. rhipweld.Name = "Right Hip"
  501. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  502. lhipweld.Name = "Left Hip"
  503. local should1 = Instance.new("Part")
  504. nooutline(should1)
  505. should1.Anchored = false
  506. should1.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  507. should1.Name = "should1"
  508. should1.Size = Vector3.new(1.5, 0.25, 1)
  509. should1.BrickColor = BrickColor.new("Bright yellow")
  510. should1.Material = "Metal"
  511. should1.CanCollide = false
  512. should1.Locked = true
  513. should1.Transparency = 1
  514. should1.Parent = ZANOOB
  515. local should1w = makemotor(should1, should1, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.1, 0), ang(0, 0, 0))
  516. local should12 = Instance.new("Part")
  517. nooutline(should12)
  518. should12.Anchored = false
  519. should12.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  520. should12.Name = "should12"
  521. should12.Size = Vector3.new(1.4, 0.15, 0.9)
  522. should12.BrickColor = BrickColor.new("New Yeller")
  523. should12.Material = "Neon"
  524. should12.CanCollide = false
  525. should12.Locked = true
  526. should12.Transparency = 1
  527. should12.Parent = ZANOOB
  528. local should12w = makemotor(should12, should12, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.2, 0), ang(0, 0, 0))
  529. local should13 = Instance.new("Part")
  530. nooutline(should13)
  531. should13.Anchored = false
  532. should13.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  533. should13.Name = "should13"
  534. should13.Size = Vector3.new(1.25, 0.15, 0.85)
  535. should13.BrickColor = BrickColor.new("Bright yellow")
  536. should13.Material = "Metal"
  537. should13.CanCollide = false
  538. should13.Locked = true
  539. should13.Transparency = 1
  540. should13.Parent = ZANOOB
  541. local should13w = makemotor(should13, should13, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.3, 0), ang(0, 0, 0))
  542. local should2 = Instance.new("Part")
  543. nooutline(should2)
  544. should2.Anchored = false
  545. should2.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  546. should2.Name = "should2"
  547. should2.Size = Vector3.new(1.5, 0.25, 1)
  548. should2.BrickColor = BrickColor.new("Bright yellow")
  549. should2.Material = "Metal"
  550. should2.CanCollide = false
  551. should2.Locked = true
  552. should2.Transparency = 1
  553. should2.Parent = ZANOOB
  554. local should2w = makemotor(should2, should2, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.1, 0), ang(0, 0, 0))
  555. local should22 = Instance.new("Part")
  556. nooutline(should22)
  557. should22.Anchored = false
  558. should22.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  559. should22.Name = "should22"
  560. should22.Size = Vector3.new(1.4, 0.15, 0.9)
  561. should22.BrickColor = BrickColor.new("New Yeller")
  562. should22.Material = "Neon"
  563. should22.CanCollide = false
  564. should22.Locked = true
  565. should22.Transparency = 1
  566. should22.Parent = ZANOOB
  567. local should22w = makemotor(should22, should22, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.2, 0), ang(0, 0, 0))
  568. local should23 = Instance.new("Part")
  569. nooutline(should23)
  570. should23.Anchored = false
  571. should23.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  572. should23.Name = "should23"
  573. should23.Size = Vector3.new(1.25, 0.15, 0.85)
  574. should23.BrickColor = BrickColor.new("Bright yellow")
  575. should23.Material = "Metal"
  576. should23.CanCollide = false
  577. should23.Locked = true
  578. should23.Transparency = 1
  579. should23.Parent = ZANOOB
  580. local should23w = makemotor(should23, should23, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.3, 0), ang(0, 0, 0))
  581. local pa7 = Instance.new("Part")
  582. nooutline(pa7)
  583. pa7.Anchored = false
  584. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  585. pa7.Name = "pa7"
  586. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  587. pa7.BrickColor = BrickColor.new("Bright yellow")
  588. pa7.CanCollide = false
  589. pa7.Locked = true
  590. pa7.Transparency = 1
  591. pa7.Parent = ZANOOB
  592. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  593. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.9, 0), ang(0, 0, 0))
  594. local ca = Instance.new("Part")
  595. nooutline(ca)
  596. ca.Anchored = false
  597. ca.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  598. ca.Name = "ca"
  599. ca.Size = Vector3.new(0.2, 0.2, 0.2)
  600. ca.BrickColor = BrickColor.new("Institutional white")
  601. ca.CanCollide = false
  602. ca.Locked = true
  603. ca.Transparency = 1
  604. ca.Parent = ZANOOB
  605. local cam = makemesh("FileMesh", Vector3.new(0.875, 0.875, 0.875), "rbxassetid://114046169", ca)
  606. local caw = makemotor(ca, ca, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 1.75, -0.4), ang(0, 0, 0))
  607. local ca2 = Instance.new("Part")
  608. nooutline(ca2)
  609. ca2.Anchored = false
  610. ca2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  611. ca2.Name = "ca2"
  612. ca2.Size = Vector3.new(0.2, 0.2, 0.2)
  613. ca2.BrickColor = BrickColor.new("Institutional white")
  614. ca2.CanCollide = false
  615. ca2.Locked = true
  616. ca2.Transparency = 1
  617. ca2.Parent = ZANOOB
  618. local ca2m = makemesh("FileMesh", Vector3.new(0.875, 0.875, 0.875), "rbxassetid://114046169", ca2)
  619. local ca2w = makemotor(ca2, ca2, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 1.75, -0.4), ang(0, 135, 0))
  620. local scarf = Instance.new("Part")
  621. nooutline(scarf)
  622. scarf.Anchored = false
  623. scarf.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  624. scarf.Name = "scarf"
  625. scarf.Size = Vector3.new(0.2, 0.2, 0.2)
  626. scarf.BrickColor = BrickColor.new("Maroon")
  627. scarf.CanCollide = false
  628. scarf.Locked = true
  629. scarf.Transparency = 1
  630. scarf.Parent = ZANOOB
  631. local scarfm = makemesh("FileMesh", Vector3.new(1.125, 1.125, 1.125), "rbxassetid://62744572", scarf)
  632. local scarfw = makemotor(scarf, scarf, torso, ang(rd(0), rd(0), rd(0)) * cf(0, -1, 0), ang(0, 135, 0))
  633. local raemblem = Instance.new("Part")
  634. local raemblem = Instance.new("Part")
  635. nooutline(raemblem)
  636. raemblem.Anchored = false
  637. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  638. raemblem.Name = "raemblem"
  639. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  640. raemblem.BrickColor = BrickColor.new("White")
  641. raemblem.CanCollide = false
  642. raemblem.Locked = true
  643. raemblem.Material = "SmoothPlastic"
  644. raemblem.Transparency = 1
  645. raemblem.Parent = ZANOOB
  646. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  647. local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
  648. local emmes = Instance.new("Decal")
  649. emmes.Texture = "rbxassetid://0"
  650. emmes.Transparency = 1
  651. emmes.Face = "Right"
  652. emmes.Name = "embe"
  653. emmes.Parent = raemblem
  654. local ra1 = Instance.new("Part")
  655. nooutline(ra1)
  656. ra1.Anchored = false
  657. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  658. ra1.Name = "ra1"
  659. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  660. ra1.BrickColor = BrickColor.new("Really black")
  661. ra1.CanCollide = false
  662. ra1.Locked = true
  663. ra1.Transparency = 1
  664. ra1.Parent = ZANOOB
  665. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  666. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  667. local ra2 = Instance.new("Part")
  668. nooutline(ra2)
  669. ra2.Anchored = false
  670. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  671. ra2.Name = "ra2"
  672. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  673. ra2.BrickColor = BrickColor.new("Really black")
  674. ra2.CanCollide = false
  675. ra2.Locked = true
  676. ra2.Transparency = 1
  677. ra2.Parent = ZANOOB
  678. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  679. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  680. local ra3 = Instance.new("Part")
  681. nooutline(ra3)
  682. ra3.Anchored = false
  683. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  684. ra3.Name = "ra3"
  685. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  686. ra3.BrickColor = BrickColor.new("Bright red")
  687. ra3.CanCollide = false
  688. ra3.Locked = true
  689. ra3.Transparency = 1
  690. ra3.Parent = ZANOOB
  691. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  692. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  693. local ra4 = Instance.new("Part")
  694. nooutline(ra4)
  695. ra4.Anchored = false
  696. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  697. ra4.Name = "ra4"
  698. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  699. ra4.BrickColor = BrickColor.new("Bright red")
  700. ra4.CanCollide = false
  701. ra4.Locked = true
  702. ra4.Transparency = 1
  703. ra4.Parent = ZANOOB
  704. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  705. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  706. local ra5 = Instance.new("Part")
  707. nooutline(ra5)
  708. ra5.Anchored = false
  709. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  710. ra5.Name = "ra6"
  711. ra5.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  712. ra5.BrickColor = BrickColor.new("New Yeller")
  713. ra5.Shape = "Ball"
  714. ra5.Material = "Neon"
  715. ra5.CanCollide = false
  716. ra5.Locked = true
  717. ra5.Transparency = 1
  718. ra5.Parent = ZANOOB
  719. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, 0.375), ang(rd(0), 0, 0))
  720. local ra6 = Instance.new("Part")
  721. nooutline(ra6)
  722. ra6.Anchored = false
  723. ra6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  724. ra6.Name = "ra6"
  725. ra6.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  726. ra6.BrickColor = BrickColor.new("New Yeller")
  727. ra6.Shape = "Ball"
  728. ra6.Material = "Neon"
  729. ra6.CanCollide = false
  730. ra6.Locked = true
  731. ra6.Transparency = 1
  732. ra6.Parent = ZANOOB
  733. local ra6w = makemotor(ra6, ra6, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, -0.375), ang(rd(0), 0, 0))
  734. local ra7 = Instance.new("Part")
  735. nooutline(ra7)
  736. ra7.Anchored = false
  737. ra7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  738. ra7.Name = "ra7"
  739. ra7.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  740. ra7.BrickColor = BrickColor.new("New Yeller")
  741. ra7.Shape = "Ball"
  742. ra7.Material = "Neon"
  743. ra7.CanCollide = false
  744. ra7.Locked = true
  745. ra7.Transparency = 1
  746. ra7.Parent = ZANOOB
  747. local ra7w = makemotor(ra7, ra7, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, -0.125), ang(rd(0), 0, 0))
  748. local ra8 = Instance.new("Part")
  749. nooutline(ra8)
  750. ra8.Anchored = false
  751. ra8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  752. ra8.Name = "ra8"
  753. ra8.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  754. ra8.BrickColor = BrickColor.new("New Yeller")
  755. ra8.Shape = "Ball"
  756. ra8.Material = "Neon"
  757. ra8.CanCollide = false
  758. ra8.Locked = true
  759. ra8.Transparency = 1
  760. ra8.Parent = ZANOOB
  761. local ra8w = makemotor(ra8, ra8, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, 0.125), ang(rd(0), 0, 0))
  762. local ra9 = Instance.new("Part")
  763. nooutline(ra9)
  764. ra9.Anchored = false
  765. ra9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  766. ra9.Name = "ra9"
  767. ra9.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  768. ra9.BrickColor = BrickColor.new("New Yeller")
  769. ra9.Shape = "Ball"
  770. ra9.Material = "Neon"
  771. ra9.CanCollide = false
  772. ra9.Locked = true
  773. ra9.Transparency = 1
  774. ra9.Parent = ZANOOB
  775. local ra9w = makemotor(ra9, ra9, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, 0), ang(rd(0), 0, 0))
  776. local ra10 = Instance.new("Part")
  777. nooutline(ra10)
  778. ra10.Anchored = false
  779. ra10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  780. ra10.Name = "ra10"
  781. ra10.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  782. ra10.BrickColor = BrickColor.new("New Yeller")
  783. ra10.Shape = "Ball"
  784. ra10.Material = "Neon"
  785. ra10.CanCollide = false
  786. ra10.Locked = true
  787. ra10.Transparency = 1
  788. ra10.Parent = ZANOOB
  789. local ra10w = makemotor(ra10, ra10, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, 0.25), ang(rd(0), 0, 0))
  790. local ra11 = Instance.new("Part")
  791. nooutline(ra11)
  792. ra11.Anchored = false
  793. ra11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  794. ra11.Name = "ra11"
  795. ra11.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  796. ra11.BrickColor = BrickColor.new("New Yeller")
  797. ra11.Shape = "Ball"
  798. ra11.Material = "Neon"
  799. ra11.CanCollide = false
  800. ra11.Locked = true
  801. ra11.Transparency = 1
  802. ra11.Parent = ZANOOB
  803. local ra11w = makemotor(ra11, ra11, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, -0.25), ang(rd(0), 0, 0))
  804. local ra12 = Instance.new("Part")
  805. nooutline(ra12)
  806. ra12.Anchored = false
  807. ra12.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  808. ra12.Name = "ra12"
  809. ra12.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  810. ra12.BrickColor = BrickColor.new("New Yeller")
  811. ra12.Shape = "Ball"
  812. ra12.Material = "Neon"
  813. ra12.CanCollide = false
  814. ra12.Locked = true
  815. ra12.Transparency = 1
  816. ra12.Parent = ZANOOB
  817. local ra12w = makemotor(ra12, ra12, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.6, -0.125), ang(rd(0), 0, 0))
  818. local ra13 = Instance.new("Part")
  819. nooutline(ra13)
  820. ra13.Anchored = false
  821. ra13.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  822. ra13.Name = "ra13"
  823. ra13.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  824. ra13.BrickColor = BrickColor.new("New Yeller")
  825. ra13.Shape = "Ball"
  826. ra13.Material = "Neon"
  827. ra13.CanCollide = false
  828. ra13.Locked = true
  829. ra13.Transparency = 1
  830. ra13.Parent = ZANOOB
  831. local ra13w = makemotor(ra13, ra13, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.6, 0.125), ang(rd(0), 0, 0))
  832. local ra14 = Instance.new("Part")
  833. nooutline(ra14)
  834. ra14.Anchored = false
  835. ra14.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  836. ra14.Name = "ra14"
  837. ra14.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  838. ra14.BrickColor = BrickColor.new("New Yeller")
  839. ra14.Shape = "Ball"
  840. ra14.Material = "Neon"
  841. ra14.CanCollide = false
  842. ra14.Locked = true
  843. ra14.Transparency = 1
  844. ra14.Parent = ZANOOB
  845. local ra14w = makemotor(ra14, ra14, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.45, 0), ang(rd(0), 0, 0))
  846. local ra15 = Instance.new("Part")
  847. nooutline(ra15)
  848. ra15.Anchored = false
  849. ra15.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  850. ra15.Name = "ra15"
  851. ra15.Size = Vector3.new(0.2, 0.2, 0.2)
  852. ra15.BrickColor = BrickColor.new("Really black")
  853. ra15.CanCollide = false
  854. ra15.Locked = true
  855. ra15.Transparency = 1
  856. ra15.Parent = ZANOOB
  857. local ra15m = makemesh("FileMesh", Vector3.new(1.1, 0.2, 1.1), "rbxasset://fonts/rightarm.mesh", ra15)
  858. local ra15w = makemotor(ra15, ra15, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
  859. local ra16 = Instance.new("Part")
  860. nooutline(ra16)
  861. ra16.Anchored = false
  862. ra16.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  863. ra16.Name = "ra16"
  864. ra16.Size = Vector3.new(0.2, 0.2, 0.2)
  865. ra16.BrickColor = BrickColor.new("Bright red")
  866. ra16.CanCollide = false
  867. ra16.Locked = true
  868. ra16.Transparency = 1
  869. ra16.Parent = ZANOOB
  870. local ra16m = makemesh("FileMesh", Vector3.new(1.15, 0.1, 1.15), "rbxasset://fonts/rightarm.mesh", ra16)
  871. local ra16w = makemotor(ra16, ra16, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
  872. local la1 = Instance.new("Part")
  873. nooutline(la1)
  874. la1.Anchored = false
  875. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  876. la1.Name = "la1"
  877. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  878. la1.BrickColor = BrickColor.new("Really black")
  879. la1.CanCollide = false
  880. la1.Locked = true
  881. la1.Transparency = 1
  882. la1.Parent = ZANOOB
  883. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  884. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  885. local la2 = Instance.new("Part")
  886. nooutline(la2)
  887. la2.Anchored = false
  888. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  889. la2.Name = "la2"
  890. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  891. la2.BrickColor = BrickColor.new("Really black")
  892. la2.CanCollide = false
  893. la2.Locked = true
  894. la2.Transparency = 1
  895. la2.Parent = ZANOOB
  896. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  897. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  898. local la3 = Instance.new("Part")
  899. nooutline(la3)
  900. la3.Anchored = false
  901. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  902. la3.Name = "la3"
  903. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  904. la3.BrickColor = BrickColor.new("Bright red")
  905. la3.CanCollide = false
  906. la3.Locked = true
  907. la3.Transparency = 1
  908. la3.Parent = ZANOOB
  909. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  910. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  911. local la4 = Instance.new("Part")
  912. nooutline(la4)
  913. la4.Anchored = false
  914. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  915. la4.Name = "la4"
  916. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  917. la4.BrickColor = BrickColor.new("Bright red")
  918. la4.CanCollide = false
  919. la4.Locked = true
  920. la4.Transparency = 1
  921. la4.Parent = ZANOOB
  922. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  923. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  924. local la5 = Instance.new("Part")
  925. nooutline(la5)
  926. la5.Anchored = false
  927. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  928. la5.Name = "la5"
  929. la5.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  930. la5.BrickColor = BrickColor.new("New Yeller")
  931. la5.Shape = "Ball"
  932. la5.Material = "Neon"
  933. la5.CanCollide = false
  934. la5.Locked = true
  935. la5.Transparency = 1
  936. la5.Parent = ZANOOB
  937. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, 0.375), ang(rd(0), 0, 0))
  938. local la6 = Instance.new("Part")
  939. nooutline(la6)
  940. la6.Anchored = false
  941. la6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  942. la6.Name = "la6"
  943. la6.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  944. la6.BrickColor = BrickColor.new("New Yeller")
  945. la6.Shape = "Ball"
  946. la6.Material = "Neon"
  947. la6.CanCollide = false
  948. la6.Locked = true
  949. la6.Transparency = 1
  950. la6.Parent = ZANOOB
  951. local la6w = makemotor(la6, la6, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, -0.375), ang(rd(0), 0, 0))
  952. local la7 = Instance.new("Part")
  953. nooutline(la7)
  954. la7.Anchored = false
  955. la7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  956. la7.Name = "la7"
  957. la7.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  958. la7.BrickColor = BrickColor.new("New Yeller")
  959. la7.Shape = "Ball"
  960. la7.Material = "Neon"
  961. la7.CanCollide = false
  962. la7.Locked = true
  963. la7.Transparency = 1
  964. la7.Parent = ZANOOB
  965. local la7w = makemotor(la7, la7, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, -0.125), ang(rd(0), 0, 0))
  966. local la8 = Instance.new("Part")
  967. nooutline(la8)
  968. la8.Anchored = false
  969. la8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  970. la8.Name = "la8"
  971. la8.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  972. la8.BrickColor = BrickColor.new("New Yeller")
  973. la8.Shape = "Ball"
  974. la8.Material = "Neon"
  975. la8.CanCollide = false
  976. la8.Locked = true
  977. la8.Transparency = 1
  978. la8.Parent = ZANOOB
  979. local la8w = makemotor(la8, la8, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, 0.125), ang(rd(0), 0, 0))
  980. local la9 = Instance.new("Part")
  981. nooutline(la9)
  982. la9.Anchored = false
  983. la9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  984. la9.Name = "la9"
  985. la9.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  986. la9.BrickColor = BrickColor.new("New Yeller")
  987. la9.Shape = "Ball"
  988. la9.Material = "Neon"
  989. la9.CanCollide = false
  990. la9.Locked = true
  991. la9.Transparency = 1
  992. la9.Parent = ZANOOB
  993. local la9w = makemotor(la9, la9, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, 0), ang(rd(0), 0, 0))
  994. local la10 = Instance.new("Part")
  995. nooutline(la10)
  996. la10.Anchored = false
  997. la10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  998. la10.Name = "la10"
  999. la10.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  1000. la10.BrickColor = BrickColor.new("New Yeller")
  1001. la10.Shape = "Ball"
  1002. la10.Material = "Neon"
  1003. la10.CanCollide = false
  1004. la10.Locked = true
  1005. la10.Transparency = 1
  1006. la10.Parent = ZANOOB
  1007. local la10w = makemotor(la10, la10, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, 0.25), ang(rd(0), 0, 0))
  1008. local la11 = Instance.new("Part")
  1009. nooutline(la11)
  1010. la11.Anchored = false
  1011. la11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1012. la11.Name = "la11"
  1013. la11.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  1014. la11.BrickColor = BrickColor.new("New Yeller")
  1015. la11.Shape = "Ball"
  1016. la11.Material = "Neon"
  1017. la11.CanCollide = false
  1018. la11.Locked = true
  1019. la11.Transparency = 1
  1020. la11.Parent = ZANOOB
  1021. local la11w = makemotor(la11, la11, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, -0.25), ang(rd(0), 0, 0))
  1022. local la12 = Instance.new("Part")
  1023. nooutline(la12)
  1024. la12.Anchored = false
  1025. la12.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1026. la12.Name = "la12"
  1027. la12.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  1028. la12.BrickColor = BrickColor.new("New Yeller")
  1029. la12.Shape = "Ball"
  1030. la12.Material = "Neon"
  1031. la12.CanCollide = false
  1032. la12.Locked = true
  1033. la12.Transparency = 1
  1034. la12.Parent = ZANOOB
  1035. local la12w = makemotor(la12, la12, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.6, -0.125), ang(rd(0), 0, 0))
  1036. local la13 = Instance.new("Part")
  1037. nooutline(la13)
  1038. la13.Anchored = false
  1039. la13.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1040. la13.Name = "la13"
  1041. la13.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  1042. la13.BrickColor = BrickColor.new("New Yeller")
  1043. la13.Shape = "Ball"
  1044. la13.Material = "Neon"
  1045. la13.CanCollide = false
  1046. la13.Locked = true
  1047. la13.Transparency = 1
  1048. la13.Parent = ZANOOB
  1049. local la13w = makemotor(la13, la13, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.6, 0.125), ang(rd(0), 0, 0))
  1050. local la14 = Instance.new("Part")
  1051. nooutline(la14)
  1052. la14.Anchored = false
  1053. la14.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1054. la14.Name = "la14"
  1055. la14.Size = Vector3.new(0.1625, 0.1625, 0.1625)
  1056. la14.BrickColor = BrickColor.new("New Yeller")
  1057. la14.Shape = "Ball"
  1058. la14.Material = "Neon"
  1059. la14.CanCollide = false
  1060. la14.Locked = true
  1061. la14.Transparency = 1
  1062. la14.Parent = ZANOOB
  1063. local la14w = makemotor(la14, la14, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.45, 0), ang(rd(0), 0, 0))
  1064. local la15 = Instance.new("Part")
  1065. nooutline(la15)
  1066. la15.Anchored = false
  1067. la15.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1068. la15.Name = "la15"
  1069. la15.Size = Vector3.new(0.2, 0.2, 0.2)
  1070. la15.BrickColor = BrickColor.new("Really black")
  1071. la15.CanCollide = false
  1072. la15.Locked = true
  1073. la15.Transparency = 1
  1074. la15.Parent = ZANOOB
  1075. local la15m = makemesh("FileMesh", Vector3.new(1.1, 0.2, 1.1), "rbxasset://fonts/rightarm.mesh", la15)
  1076. local la15w = makemotor(la15, la15, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
  1077. local la16 = Instance.new("Part")
  1078. nooutline(la16)
  1079. la16.Anchored = false
  1080. la16.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1081. la16.Name = "la16"
  1082. la16.Size = Vector3.new(0.2, 0.2, 0.2)
  1083. la16.BrickColor = BrickColor.new("Bright red")
  1084. la16.CanCollide = false
  1085. la16.Locked = true
  1086. la16.Transparency = 1
  1087. la16.Parent = ZANOOB
  1088. local la16m = makemesh("FileMesh", Vector3.new(1.15, 0.1, 1.15), "rbxasset://fonts/rightarm.mesh", la16)
  1089. local la16w = makemotor(la16, la16, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
  1090. return ZANOOB
  1091. end
  1092. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  1093. local followspeed = 0.75
  1094. coroutine.resume(coroutine.create(function()
  1095. local rot = thenoob.HumanoidRootPart
  1096. repeat
  1097. swait()
  1098. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, followspeed)
  1099. until rot == nil
  1100. end))
  1101. local rot = thenoob.HumanoidRootPart
  1102. local ntorso = thenoob:FindFirstChild("Torso")
  1103. local rightarm = thenoob:FindFirstChild("Right Arm")
  1104. local leftarm = thenoob:FindFirstChild("Left Arm")
  1105. local leftleg = thenoob:FindFirstChild("Left Leg")
  1106. local rightleg = thenoob:FindFirstChild("Right Leg")
  1107. local head = thenoob:FindFirstChild("Head")
  1108. local face = head:FindFirstChild("face")
  1109. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  1110. local embpart = thenoob:FindFirstChild("raemblem")
  1111. local nRJ = rot:FindFirstChild("RootJoint")
  1112. local nN = ntorso:FindFirstChild("Neck")
  1113. local nRS = ntorso:FindFirstChild("Right Shoulder")
  1114. local nLS = ntorso:FindFirstChild("Left Shoulder")
  1115. local nRH = ntorso:FindFirstChild("Right Hip")
  1116. local nLH = ntorso:FindFirstChild("Left Hip")
  1117. function standappear(nbz)
  1118. if selected == false or activu == true then
  1119. return
  1120. end
  1121. if appeared == false then
  1122. appeared = true
  1123. wherto = hrp
  1124. addcfr = cf(-2, 1, 2)
  1125. local apear = Instance.new("Sound")
  1126. apear.SoundId = "rbxassetid://463010917"
  1127. apear.Parent = rot
  1128. apear.Volume = 1.25
  1129. game.Debris:AddItem(apear, 1.5)
  1130. apear:Play()
  1131. for _, n in pairs(nbz:GetChildren()) do
  1132. coroutine.resume(coroutine.create(function()
  1133. for _ = 1, 5 do
  1134. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  1135. swait()
  1136. n.Transparency = n.Transparency - 0.2
  1137. face.Transparency = face.Transparency - 0.2
  1138. emblem.Transparency = emblem.Transparency - 0.2
  1139. end
  1140. end
  1141. if n ~= rot and n ~= embpart then
  1142. n.Transparency = 0
  1143. end
  1144. face.Transparency = 0
  1145. emblem.Transparency = 0
  1146. end))
  1147. end
  1148. elseif appeared == true then
  1149. appeared = false
  1150. wherto = hrp
  1151. addcfr = cf(0, 0, 0)
  1152. for _, n in pairs(nbz:GetChildren()) do
  1153. coroutine.resume(coroutine.create(function()
  1154. for _ = 1, 5 do
  1155. if n ~= rot and n ~= embpart then
  1156. swait()
  1157. n.Transparency = n.Transparency + 0.2
  1158. face.Transparency = face.Transparency + 0.2
  1159. emblem.Transparency = emblem.Transparency + 0.2
  1160. end
  1161. end
  1162. if n ~= rot and n ~= embpart then
  1163. n.Transparency = 1
  1164. end
  1165. face.Transparency = 1
  1166. emblem.Transparency = 1
  1167. end))
  1168. end
  1169. end
  1170. end
  1171. local auraon = false
  1172. function auraappear()
  1173. if auraon == false then
  1174. auraon = true
  1175. Par1=Instance.new('ParticleEmitter', hed)
  1176. Par1.LightEmission=100
  1177. Par1.LightInfluence=5
  1178. Par1.LockedToPart=true
  1179. Par1.Texture="rbxassetid://74697410"
  1180. Par1.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1181. Par1.Transparency=NumberSequence.new(0.825)
  1182. Par1.Lifetime=NumberRange.new(0.1)
  1183. Par1.Rate=1000
  1184. Par1.Enabled = true
  1185. Par2=Instance.new('ParticleEmitter', tors)
  1186. Par2.LightEmission=100
  1187. Par2.LightInfluence=5
  1188. Par2.LockedToPart=true
  1189. Par2.Texture="rbxassetid://74697410"
  1190. Par2.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1191. Par2.Transparency=NumberSequence.new(0.825)
  1192. Par2.Lifetime=NumberRange.new(0.1)
  1193. Par2.Rate=1000
  1194. Par2.Enabled = true
  1195. Par3=Instance.new('ParticleEmitter', rarm)
  1196. Par3.LightEmission=100
  1197. Par3.LightInfluence=5
  1198. Par3.LockedToPart=true
  1199. Par3.Texture="rbxassetid://74697410"
  1200. Par3.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1201. Par3.Transparency=NumberSequence.new(0.825)
  1202. Par3.Lifetime=NumberRange.new(0.1)
  1203. Par3.Rate=1000
  1204. Par3.Enabled = true
  1205. Par4=Instance.new('ParticleEmitter', larm)
  1206. Par4.LightEmission=100
  1207. Par4.LightInfluence=5
  1208. Par4.LockedToPart=true
  1209. Par4.Texture="rbxassetid://74697410"
  1210. Par4.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1211. Par4.Transparency=NumberSequence.new(0.825)
  1212. Par4.Lifetime=NumberRange.new(0.1)
  1213. Par4.Rate=1000
  1214. Par4.Enabled = true
  1215. Par5=Instance.new('ParticleEmitter', rleg)
  1216. Par5.LightEmission=100
  1217. Par5.LightInfluence=5
  1218. Par5.LockedToPart=true
  1219. Par5.Texture="rbxassetid://74697410"
  1220. Par5.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1221. Par5.Transparency=NumberSequence.new(0.825)
  1222. Par5.Lifetime=NumberRange.new(0.1)
  1223. Par5.Rate=1000
  1224. Par5.Enabled = true
  1225. Par6=Instance.new('ParticleEmitter', lleg)
  1226. Par6.LightEmission=100
  1227. Par6.LightInfluence=5
  1228. Par6.LockedToPart=true
  1229. Par6.Texture="rbxassetid://74697410"
  1230. Par6.Color=ColorSequence.new(Color3.new(255, 255, 0))
  1231. Par6.Transparency=NumberSequence.new(0.825)
  1232. Par6.Lifetime=NumberRange.new(0.1)
  1233. Par6.Rate=1000
  1234. Par6.Enabled = true
  1235. elseif auraon == true then
  1236. auraon = false
  1237. Par1:Remove()
  1238. Par2:Remove()
  1239. Par3:Remove()
  1240. Par4:Remove()
  1241. Par5:Remove()
  1242. Par6:Remove()
  1243. end
  1244. end
  1245. function quickhit()
  1246. if selected == false or activu == true then
  1247. return
  1248. end
  1249. if appeared == false then
  1250. standappear(thenoob)
  1251. wherto = hrp
  1252. addcfr = cf(2, 1, 2)
  1253. end
  1254. cancarry = false
  1255. activu = true
  1256. wherto = hrp
  1257. addcfr = cf(0, 0, -3.5)
  1258. local ZAWRU = Instance.new("Sound")
  1259. ZAWRU.SoundId = "rbxassetid://200632136"
  1260. ZAWRU.TimePosition = 0
  1261. ZAWRU.Volume = 3
  1262. ZAWRU.Parent = hrp
  1263. ZAWRU:Play()
  1264. local ora = Instance.new("Sound")
  1265. ora.SoundId = "rbxassetid://2553992369"
  1266. ora.Volume = 4
  1267. ora.Parent = hrp
  1268. ora:Play()
  1269. game.Debris:AddItem(ora, 2.5)
  1270. for _ = 1, 7 do
  1271. swait()
  1272. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1273. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1274. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1275. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1276. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1277. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1278. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1279. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1280. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1281. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1282. end
  1283. for _ = 1, 8 do
  1284. swait()
  1285. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1286. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1287. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1288. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1289. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1290. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1291. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1292. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1293. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1294. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1295. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1296. end
  1297. swait(5)
  1298. wherto = hrp
  1299. addcfr = cf(-2, 1, 2)
  1300. activu = false
  1301. cancarry = true
  1302. end
  1303. function THREATENING()
  1304. if selected == false and cancarry == true then
  1305. return
  1306. end
  1307. if POSU == false then
  1308. activu = true
  1309. cancarry = false
  1310. addcfr = cf(2, 1, 2)
  1311. POSU = true
  1312. human.WalkSpeed = 0
  1313. local d = Instance.new("ParticleEmitter")
  1314. d.Name = "MENACINGU"
  1315. d.Lifetime = NumberRange.new(1)
  1316. d.Rate = 2
  1317. d.Texture = "rbxassetid://298768656"
  1318. d.VelocitySpread = 60
  1319. d.Parent = tors
  1320. human:SetStateEnabled(3, false)
  1321. local randomoth = math.random(1, 2)
  1322. if randomoth == 1 then
  1323. repeat
  1324. swait()
  1325. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1326. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1327. lerpz(RS, "C0", RSC0 * cf(0, 0, -0.125) * ang(rd(-0), rd(-45), rd(90)), 0.3)
  1328. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1329. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-0), rd(0), rd(15)), 0.3)
  1330. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1331. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1332. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1333. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1334. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1335.  
  1336. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1337. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1338. lerpz(nRS, "C0", RSC0 * cf(0, 0, -0.125) * ang(rd(-0), rd(-45), rd(90)), 0.3)
  1339. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1340. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-0), rd(0), rd(15)), 0.3)
  1341. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1342. lerpz(nRH, "C0" ,RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1343. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1344. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1345. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1346. until POSU == false
  1347. elseif randomoth == 2 then
  1348. repeat
  1349. swait()
  1350. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1351. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1352. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1353. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1354. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1355. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1356. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1357. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1358. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1359. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1360.  
  1361. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1362. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1363. lerpz(nRS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1364. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1365. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1366. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1367. lerpz(nRH, "C0" ,RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1368. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1369. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1370. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1371. until POSU == false
  1372. end
  1373. elseif POSU == true then
  1374. POSU = false
  1375. addcfr = cf(-2, 1, 2)
  1376. human.WalkSpeed = 25
  1377. human:SetStateEnabled(3, true)
  1378. frame = 0.03333333333333333
  1379. tors.MENACINGU:Destroy()
  1380. activu = true
  1381. activu = false
  1382. cancarry = true
  1383. end
  1384. end
  1385. function CARRY()
  1386. if selected == false then
  1387. return
  1388. end
  1389. if appeared == false then
  1390. standappear(thenoob)
  1391. wherto = hrp
  1392. addcfr = cf(0, 0, -3.5)
  1393. end
  1394. if POSU == false and cancarry == true then
  1395. activu = true
  1396. addcfr = cf(0, 0, -3.5)
  1397. POSU = true
  1398. human.WalkSpeed = 37.5
  1399. cancarry = false
  1400. local mount = Instance.new("Sound")
  1401. mount.SoundId = "rbxassetid://260411131"
  1402. mount.Parent = rot
  1403. mount.Volume = 1.25
  1404. mount:Play()
  1405. human:SetStateEnabled(3, false)
  1406. frame = 0.005
  1407. local randomoth = math.random(1, 1)
  1408. if randomoth == 1 then
  1409. repeat
  1410. swait()
  1411. lerpz(RJ, "C0", RJC0 * cf(0, -2.25, 1) * ang(rd(15), rd(0), rd(0)), 0.25)
  1412. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.25)
  1413. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1414. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-95)), 0.25)
  1415. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1416. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(105)), 0.25)
  1417. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1418. lerpz(RH, "C1", RHC1 * cf(-0.75, -1, 0) * ang(rd(0), rd(0), rd(0.25)), 0.25)
  1419. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1420. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(5)), 0.25)
  1421.  
  1422. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(25), rd(0), rd(0)), 0.25)
  1423. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-25), rd(0), rd(0)), 0.25)
  1424. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1425. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-25), rd(45)), 0.25)
  1426. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1427. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(25), rd(-45)), 0.25)
  1428. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1429. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1430. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1431. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1432. until POSU == false
  1433. elseif randomoth == 2 then
  1434. repeat
  1435. swait()
  1436. lerpz(RJ, "C0", RJC0 * cf(0, -2.25, 1) * ang(rd(15), rd(0), rd(0)), 0.25)
  1437. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.25)
  1438. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1439. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-95)), 0.25)
  1440. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1441. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(105)), 0.25)
  1442. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1443. lerpz(RH, "C1", RHC1 * cf(-0.75, -1, 0) * ang(rd(0), rd(0), rd(0.25)), 0.25)
  1444. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1445. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(5)), 0.25)
  1446.  
  1447. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(25), rd(0), rd(0)), 0.25)
  1448. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-25), rd(0), rd(0)), 0.25)
  1449. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1450. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-25), rd(45)), 0.25)
  1451. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1452. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(25), rd(-45)), 0.25)
  1453. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1454. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1455. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1456. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
  1457. until POSU == false
  1458. end
  1459. elseif POSU == true then
  1460. POSU = false
  1461. addcfr = cf(-2, 1, 2)
  1462. human.WalkSpeed = 25
  1463. frame = 0.03333333333333333
  1464. human:SetStateEnabled(3, true)
  1465. activu = true
  1466. activu = false
  1467. cancarry = true
  1468. end
  1469. end
  1470. local EHMMM = 0
  1471. function block()
  1472. if EHMMM == 125 or selected == false or activu == true then
  1473. return
  1474. end
  1475. if appeared == false then
  1476. standappear(thenoob)
  1477. end
  1478. wherto = hrp
  1479. addcfr = cf(0, 0, -3)
  1480. local bep = true
  1481. local humanshealth = human.Health
  1482. activu = true
  1483. human:SetStateEnabled(15, false)
  1484. local de = mouse.KeyUp:connect(function(key)
  1485. if key == "e" then
  1486. bep = false
  1487. end
  1488. end)
  1489. local poopes = 0
  1490. repeat
  1491. swait()
  1492. poopes = poopes + 1
  1493. human.Health = humanshealth
  1494. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  1495. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  1496. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  1497. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1498. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  1499. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1500. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1501. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1502. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1503. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1504. until bep == false or poopes > 240
  1505. de:Disconnect()
  1506. human:SetStateEnabled(15, true)
  1507. activu = false
  1508. EHMMM = 125
  1509. coroutine.resume(coroutine.create(function()
  1510. wait(5)
  1511. EHMMM = 0
  1512. end))
  1513. wherto = hrp
  1514. addcfr = cf(-2, 1, 2)
  1515. end
  1516. function MUDA()
  1517. if selected == false or activu == true then
  1518. return
  1519. end
  1520. if appeared == false then
  1521. standappear(thenoob)
  1522. wherto = hrp
  1523. addcfr = cf(0, 0, -3.5)
  1524. end
  1525. wry:Stop()
  1526. local bep = true
  1527. activu = true
  1528. wherto = hrp
  1529. addcfr = cf(0, 0, -3.5)
  1530. local function blur(limb)
  1531. coroutine.resume(coroutine.create(function()
  1532. local memedon = {}
  1533. for i = 1, 6 do
  1534. local b1 = Instance.new("Part")
  1535. nooutline(b1)
  1536. b1.Size = Vector3.new(1, 2, 1)
  1537. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1538. b1.CanCollide = false
  1539. b1.BrickColor = limb.BrickColor
  1540. b1.Anchored = true
  1541. b1.Transparency = 0.85
  1542. b1.Locked = true
  1543. b1.Parent = modz
  1544. b1.Material = "Neon"
  1545. table.insert(memedon, b1)
  1546. end
  1547. local num = 0
  1548. repeat
  1549. swait()
  1550. num = num % 6 + 1
  1551. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1552. until bep == false
  1553. for i = 1, #memedon do
  1554. swait()
  1555. memedon[i]:Destroy()
  1556. end
  1557. end))
  1558. end
  1559. local de = mouse.KeyUp:connect(function(key)
  1560. if key == "r" then
  1561. bep = false
  1562. end
  1563. end)
  1564. blur(rightarm)
  1565. blur(leftarm)
  1566. local mudodo = Instance.new("Sound")
  1567. mudodo.Volume = 5
  1568. mudodo.SoundId = "rbxassetid://2553990211"
  1569. mudodo.Looped = true
  1570. mudodo.Parent = hrp
  1571. mudodo:Play()
  1572. cancarry = false
  1573. repeat
  1574. for _ = 1, 2 do
  1575. swait()
  1576. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1577. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1578. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1579. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1580. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1581. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1582. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1583. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1584. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1585. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1586. end
  1587. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1588. for _ = 1, 2 do
  1589. swait()
  1590. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1591. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1592. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1593. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1594. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1595. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1596. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1597. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1598. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1599. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1600. end
  1601. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1602. for _ = 1, 2 do
  1603. swait()
  1604. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1605. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1606. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1607. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1608. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1609. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1610. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1611. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1612. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1613. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1614. end
  1615. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1616. for _ = 1, 2 do
  1617. swait()
  1618. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1619. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1620. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1621. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1622. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1623. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1624. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1625. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1626. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1627. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1628. end
  1629. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1630. until bep == false or 0 >= human.Health
  1631. de:Disconnect()
  1632. mudodo:Stop()
  1633. wry:Play()
  1634. for _ = 1, 6 do
  1635. swait()
  1636. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1637. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1638. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1639. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1640. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1641. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1642. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1643. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1644. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1645. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1646. end
  1647. for _ = 1, 7 do
  1648. swait()
  1649. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1650. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1651. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1652. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1653. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1654. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1655. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1656. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1657. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1658. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1659. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1660. end
  1661. swait(5)
  1662. wherto = hrp
  1663. mudodo:Destroy()
  1664. addcfr = cf(-2, 1, 2)
  1665. activu = false
  1666. cancarry = true
  1667. end
  1668. function MUDAAA()
  1669. if selected == false or activu == true then
  1670. return
  1671. end
  1672. if appeared == false then
  1673. standappear(thenoob)
  1674. wherto = hrp
  1675. addcfr = cf(0, 0, -3.5)
  1676. end
  1677. wryyy:Stop()
  1678. local bep = true
  1679. activu = true
  1680. wherto = hrp
  1681. addcfr = cf(0, 0, -3.5)
  1682. local function blur(limb)
  1683. coroutine.resume(coroutine.create(function()
  1684. local memedon = {}
  1685. for i = 1, 6 do
  1686. local b1 = Instance.new("Part")
  1687. nooutline(b1)
  1688. b1.Size = Vector3.new(1, 2, 1)
  1689. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1690. b1.CanCollide = false
  1691. b1.BrickColor = limb.BrickColor
  1692. b1.Anchored = true
  1693. b1.Transparency = 0.85
  1694. b1.Locked = true
  1695. b1.Parent = modz
  1696. b1.Material = "Neon"
  1697. table.insert(memedon, b1)
  1698. end
  1699. local num = 0
  1700. repeat
  1701. swait()
  1702. num = num % 6 + 1
  1703. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1704. until bep == false
  1705. for i = 1, #memedon do
  1706. swait()
  1707. memedon[i]:Destroy()
  1708. end
  1709. end))
  1710. end
  1711. local de = mouse.KeyUp:connect(function(key)
  1712. if key == "t" then
  1713. bep = false
  1714. end
  1715. end)
  1716. blur(rightleg)
  1717. blur(leftleg)
  1718. local mudodododo = Instance.new("Sound")
  1719. mudodododo.Volume = 7.5
  1720. mudodododo.SoundId = "rbxassetid://4632123987"
  1721. mudodododo.Looped = true
  1722. mudodododo.Parent = hrp
  1723. mudodododo:Play()
  1724. cancarry = false
  1725. repeat
  1726. for _ = 1, 2 do
  1727. swait()
  1728. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(10)), 0.85)
  1729. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1730. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1731. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1732. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1733. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1734. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1735. lerpz(nRH, "C1", RHC1 * cf(-0.25, 0.30, 0) * ang(rd(0), rd(0), rd(-67.5)), 0.85)
  1736. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1737. lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
  1738. end
  1739. hito(rightleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1740. for _ = 1, 2 do
  1741. swait()
  1742. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(-10)), 0.85)
  1743. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1744. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1745. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1746. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1747. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1748. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1749. lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
  1750. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1751. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(67.5)), 0.85)
  1752. end
  1753. hito(leftleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1754. for _ = 1, 2 do
  1755. swait()
  1756. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(10)), 0.85)
  1757. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1758. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1759. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1760. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1761. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1762. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1763. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-67.5)), 0.85)
  1764. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1765. lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
  1766. end
  1767. hito(rightleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1768. for _ = 1, 2 do
  1769. swait()
  1770. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(-10)), 0.85)
  1771. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1772. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1773. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1774. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1775. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
  1776. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1777. lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
  1778. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1779. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(67.5)), 0.85)
  1780. end
  1781. hito(leftleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1782. until bep == false or 0 >= human.Health
  1783. de:Disconnect()
  1784. mudodododo:Stop()
  1785. wryyy:Play()
  1786. for _ = 1, 6 do
  1787. swait()
  1788. lerpz(nRJ, "C0", RJC0 * cf(0, 1, 0) * ang(rd(-22.5), rd(0), rd(0)), 0.85)
  1789. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1790. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1791. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(11.25), rd(0), rd(0)), 0.5)
  1792. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1793. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(11.25), rd(0), rd(0)), 0.5)
  1794. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1795. lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
  1796. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1797. lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
  1798. end
  1799. for _ = 1, 7 do
  1800. swait()
  1801. hito(rightleg, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1802. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(-67.5), rd(0), rd(0)), 0.85)
  1803. lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
  1804. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1805. lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(45), rd(0), rd(0)), 0.5)
  1806. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1807. lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(45), rd(0), rd(0)), 0.5)
  1808. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1809. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-45)), 0.85)
  1810. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1811. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(45)), 0.85)
  1812. end
  1813. swait(5)
  1814. wherto = hrp
  1815. mudodododo:Destroy()
  1816. addcfr = cf(-2, 1, 2)
  1817. activu = false
  1818. cancarry = true
  1819. end
  1820. function turnto(pos,part)
  1821. tors.CFrame = cf(tors.Position,Vector3.new(pos.X,hrp.Position.Y,pos.Z))
  1822. end
  1823. function cability()
  1824. if selected == false or activu == true then
  1825. return
  1826. end
  1827. if appeared == false then
  1828. standappear(thenoob)
  1829. wherto = hrp
  1830. addcfr = cf(0, 0, -3.75)
  1831. end
  1832. cancarry = false
  1833. activu = true
  1834. wherto = hrp
  1835. addcfr = cf(0, 0, -3.5)
  1836. turnto(mouse.Hit.p,RootPart)
  1837. local ZAWRUA = Instance.new("Sound")
  1838. ZAWRUA.SoundId = "rbxassetid://2553993071"
  1839. ZAWRUA.Volume = 3.5
  1840. ZAWRUA.Parent = hrp
  1841. ZAWRUA:Play()
  1842. game.Debris:AddItem(ZAWRUA, 2.5)
  1843. local wate = Instance.new("Part")
  1844. nooutline(wate)
  1845. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1846. wate.Material = "Neon"
  1847. wate.Transparency = 1
  1848. wate.BrickColor = BrickColor.new("New Yeller")
  1849. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1850. wate.Anchored = true
  1851. wate.CanCollide = false
  1852. wate.Parent = modz
  1853. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1854. coroutine.resume(coroutine.create(function()
  1855. repeat
  1856. swait()
  1857. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1858. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1859. until not wate
  1860. end))
  1861. coroutine.resume(coroutine.create(function()
  1862. local pt = {}
  1863. for _ = 1, 10 do
  1864. local wp = Instance.new("Part")
  1865. nooutline(wp)
  1866. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1867. wp.Material = "Neon"
  1868. wp.Transparency = 1
  1869. wp.BrickColor = BrickColor.new("New Yeller")
  1870. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1871. wp.Anchored = true
  1872. wp.CanCollide = false
  1873. wp.Parent = modz
  1874. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1875. table.insert(pt, wp)
  1876. table.insert(pt, wmz)
  1877. end
  1878. for m = 1, 45 do
  1879. swait()
  1880. for _, hey in pairs(pt) do
  1881. if hey.ClassName == "SpecialMesh" then
  1882. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1883. elseif hey.ClassName == "Part" then
  1884. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1885. hey.Transparency = hey.Transparency - 0.015
  1886. end
  1887. end
  1888. end
  1889. for m = 45, 50 do
  1890. swait()
  1891. for _, hey in pairs(pt) do
  1892. if hey.ClassName == "SpecialMesh" then
  1893. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1894. elseif hey.ClassName == "Part" then
  1895. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1896. hey.Transparency = hey.Transparency + 0.2
  1897. end
  1898. end
  1899. end
  1900. for _, AAA in pairs(pt) do
  1901. if AAA.ClassName == "Part" then
  1902. AAA:Destroy()
  1903. end
  1904. end
  1905. end))
  1906. for _ = 1, 50 do
  1907. swait()
  1908. wmesh.Scale = Vector3.new(9, 9, 9)
  1909. wate.Transparency = wate.Transparency - 0.008
  1910. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1911. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1912. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
  1913. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1914. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1915. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1916. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1917. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1918. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1919. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1920. end
  1921. local ora = Instance.new("Sound")
  1922. ora.SoundId = "rbxassetid://463598785"
  1923. ora.TimePosition = 0
  1924. ora.Volume = 3
  1925. ora.Parent = hrp
  1926. ora:Play()
  1927. game.Debris:AddItem(ora, 2.5)
  1928. for _ = 1, 1 do
  1929. swait()
  1930. wate.Transparency = wate.Transparency + 0.15
  1931. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1932. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1933. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1934. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1935. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1936. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1937. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1938. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1939. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1940. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1941. end
  1942. local aimpos = mouse.Hit.p
  1943. local EffectsTransparency ={
  1944. NumberSequenceKeypoint.new(0,0,0),
  1945. NumberSequenceKeypoint.new(1,1,0)
  1946. }
  1947. local EffectsSize ={
  1948. NumberSequenceKeypoint.new(0,4.5,2.25),
  1949. NumberSequenceKeypoint.new(1,1.12,0.562)
  1950. }
  1951. local swoo = Instance.new("Part")
  1952. nooutline(swoo)
  1953. swoo.Name = "Part2"
  1954. swoo.Size = Vector3.new(3, 3, 3)
  1955. swoo.Shape = "Ball"
  1956. swoo.Material = "Neon"
  1957. swoo.Transparency = 0.2
  1958. swoo.BrickColor = BrickColor.new("New Yeller")
  1959. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(0, 0, 0)
  1960. swoo.Anchored = false
  1961. swoo.CanCollide = false
  1962. swoo.Parent = modz
  1963. local bv = Instance.new("BodyVelocity")
  1964. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1965. bv.velocity = cf(swoo.Position,aimpos).lookVector*100
  1966. bv.Parent = swoo
  1967. bv.Name = "MOVE"
  1968. local bvv = Instance.new("BodyAngularVelocity")
  1969. bvv.AngularVelocity = Vector3.new(2, 2, 2)
  1970. bvv.MaxTorque = Vector3.new(4000, 4000, 4000)
  1971. bvv.Parent = swoo
  1972. Par0=Instance.new('ParticleEmitter')
  1973. Par0.Name = "woah"
  1974. Par0.Parent=swoo
  1975. Par0.LightEmission=0.8
  1976. Par0.LockedToPart=false
  1977. Par0.Texture="rbxassetid://296874871"
  1978. Par0.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
  1979. Par0.Transparency=NumberSequence.new(EffectsTransparency)
  1980. Par0.Drag=2
  1981. Par0.ZOffset=0.3
  1982. Par0.Size=NumberSequence.new(EffectsSize)
  1983. Par0.Lifetime=NumberRange.new(1)
  1984. Par0.Rate=999
  1985. Par0.Enabled=true
  1986. turnto(mouse.Hit.p,RootPart)
  1987. for _ = 1, 50 do
  1988. swait()
  1989. wate.Transparency = wate.Transparency + 0.05
  1990. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1991. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1992. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1993. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1994. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1995. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1996. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1997. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1998. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1999. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2000. hito3(swoo, 5, 100, 0.15, rot.CFrame.lookVector * 100)
  2001. coroutine.resume(coroutine.create(function()
  2002. local woohs = human.Parent.efx:FindFirstChild("Part2")
  2003. wait(2)
  2004. woohs:Remove()
  2005. end))
  2006. end
  2007. wate:Remove()
  2008. swait(15)
  2009. wherto = hrp
  2010. addcfr = cf(-2, 1, 2)
  2011. activu = false
  2012. cancarry = true
  2013. end
  2014. function cability3()
  2015. if selected == false or activu == true then
  2016. return
  2017. end
  2018. if appeared == false then
  2019. standappear(thenoob)
  2020. wherto = hrp
  2021. addcfr = cf(0, 0, -3.75)
  2022. end
  2023. local bep = true
  2024. local de = mouse.KeyUp:connect(function(key)
  2025. if key == "c" then
  2026. bep = false
  2027. end
  2028. end)
  2029. cancarry = false
  2030. activu = true
  2031. wherto = hrp
  2032. addcfr = cf(0, 0, -3.5)
  2033. local ZAWRU = Instance.new("Sound")
  2034. ZAWRU.SoundId = "rbxassetid://2553993071"
  2035. ZAWRU.TimePosition = 0
  2036. ZAWRU.Volume = 3
  2037. ZAWRU.Parent = hrp
  2038. ZAWRU:Play()
  2039. local wate = Instance.new("Part")
  2040. nooutline(wate)
  2041. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  2042. wate.Material = "Neon"
  2043. wate.Transparency = 1
  2044. wate.BrickColor = BrickColor.new("New Yeller")
  2045. wate.CFrame = head.CFrame * cf(0, 0, -1)
  2046. wate.Anchored = true
  2047. wate.CanCollide = false
  2048. wate.Parent = modz
  2049. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  2050. coroutine.resume(coroutine.create(function()
  2051. repeat
  2052. swait()
  2053. wate.CFrame = head.CFrame * cf(0, 0, -1)
  2054. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  2055. until not wate
  2056. end))
  2057. coroutine.resume(coroutine.create(function()
  2058. local pt = {}
  2059. for _ = 1, 10 do
  2060. local wp = Instance.new("Part")
  2061. nooutline(wp)
  2062. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  2063. wp.Material = "Neon"
  2064. wp.Transparency = 1
  2065. wp.BrickColor = BrickColor.new("New Yeller")
  2066. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  2067. wp.Anchored = true
  2068. wp.CanCollide = false
  2069. wp.Parent = modz
  2070. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  2071. table.insert(pt, wp)
  2072. table.insert(pt, wmz)
  2073. end
  2074. for m = 1, 45 do
  2075. swait()
  2076. for _, hey in pairs(pt) do
  2077. if hey.ClassName == "SpecialMesh" then
  2078. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  2079. elseif hey.ClassName == "Part" then
  2080. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  2081. hey.Transparency = hey.Transparency - 0.015
  2082. end
  2083. end
  2084. end
  2085. for m = 45, 50 do
  2086. swait()
  2087. for _, hey in pairs(pt) do
  2088. if hey.ClassName == "SpecialMesh" then
  2089. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  2090. elseif hey.ClassName == "Part" then
  2091. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  2092. hey.Transparency = hey.Transparency + 0.2
  2093. end
  2094. end
  2095. end
  2096. for _, AAA in pairs(pt) do
  2097. if AAA.ClassName == "Part" then
  2098. AAA:Destroy()
  2099. end
  2100. end
  2101. end))
  2102. for _ = 1, 50 do
  2103. swait()
  2104. wmesh.Scale = Vector3.new(9, 9, 9)
  2105. wate.Transparency = wate.Transparency - 0.008
  2106. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(25), rd(0), rd(0)), 0.85)
  2107. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2108. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(35), rd(90)), 0.85)
  2109. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2110. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-35), rd(-90)), 0.85)
  2111. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2112. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  2113. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2114. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  2115. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2116. end
  2117. for _ = 1, 1 do
  2118. swait()
  2119. wate.Transparency = wate.Transparency + 0.15
  2120. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  2121. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  2122. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  2123. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  2124. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  2125. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2126. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  2127. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2128. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  2129. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2130. end
  2131. local swoo = Instance.new("Part")
  2132. nooutline(swoo)
  2133. swoo.Size = Vector3.new(50, 50, 50)
  2134. swoo.Material = "Plastic"
  2135. swoo.BrickColor = BrickColor.new("Institutional white")
  2136. swoo.Transparency = 0.5
  2137. swoo.Anchored = true
  2138. swoo.CanCollide = false
  2139. swoo.Parent = modz
  2140. swoo.CFrame = head.CFrame * ang(rd(90), rd(0), rd(0)) * cf(0, -20, 0)
  2141. local swoomesh = makemesh("FileMesh", Vector3.new(0.75, 0.75, 0.75), "rbxassetid://785967755", swoo)
  2142. local ora = Instance.new("Sound")
  2143. ora.SoundId = "rbxassetid://130839563"
  2144. ora.Volume = 3
  2145. ora.Looped = true
  2146. ora.Parent = hrp
  2147. ora:Play()
  2148. repeat
  2149. for _ = 1, 2 do
  2150. swait()
  2151. hito2(swoo, 25, 25, 0.15, rot.CFrame.lookVector * 5)
  2152. wate.Transparency = wate.Transparency + 0.05
  2153. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.85)
  2154. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2155. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(-35), rd(90)), 0.85)
  2156. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2157. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(35), rd(-90)), 0.85)
  2158. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2159. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  2160. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2161. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  2162. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  2163. swoo.CFrame = head.CFrame * ang(rd(75), rd(0), rd(0)) * cf(0, -20, 0)
  2164. end
  2165. until bep == false or 0 >= human.Health
  2166. wate:Destroy()
  2167. swoo.CFrame = head.CFrame * ang(rd(90), rd(0), rd(0)) * cf(0, -20, 0)
  2168. swait()
  2169. swoo:Destroy()
  2170. ora:Destroy()
  2171. wherto = hrp
  2172. addcfr = cf(-2, 1, 2)
  2173. activu = false
  2174. cancarry = true
  2175. end
  2176. function JUDGE()
  2177. if selected == false or activu == true then
  2178. return
  2179. end
  2180. if appeared == false then
  2181. wherto = hrp
  2182. addcfr = cf(2, 1, 2)
  2183. end
  2184. POSU = true
  2185. cancarry = false
  2186. activu = true
  2187. wherto = hrp
  2188. addcfr = cf(2, 1, 2)
  2189. local ZAWRU = Instance.new("Sound")
  2190. ZAWRU.SoundId = "rbxassetid://1300588094"
  2191. ZAWRU.TimePosition = 0
  2192. ZAWRU.Volume = 3
  2193. ZAWRU.Parent = hrp
  2194. ZAWRU:Play()
  2195. game.Debris:AddItem(ZAWRU, 2.35)
  2196. local ora = Instance.new("Sound")
  2197. ora.SoundId = "rbxassetid://0"
  2198. ora.Pitch = 1.25
  2199. ora.Volume = 3
  2200. ora.Parent = hrp
  2201. ora:Play()
  2202. game.Debris:AddItem(ora, 2.5)
  2203. human.WalkSpeed = 0
  2204. for _ = 1, 20 do
  2205. swait()
  2206. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2207. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  2208. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2209. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2210. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  2211. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2212. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2213. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2214. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2215. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2216.  
  2217. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2218. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  2219. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2220. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2221. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  2222. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2223. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2224. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2225. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2226. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2227. end
  2228. for _ = 1, 15 do
  2229. swait()
  2230. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2231. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  2232. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2233. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2234. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  2235. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2236. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2237. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2238. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2239. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2240.  
  2241. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2242. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  2243. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2244. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2245. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  2246. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2247. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2248. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2249. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2250. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2251. end
  2252. swait(5)
  2253. human.WalkSpeed = 25
  2254. wherto = hrp
  2255. addcfr = cf(-2, 1, 2)
  2256. activu = false
  2257. cancarry = true
  2258. POSU = false
  2259. end
  2260. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  2261. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  2262. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  2263. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  2264. function THEBEST()
  2265. if selected == false or activu == true or appeared == true or POSU == true then
  2266. return
  2267. end
  2268. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  2269. local dipperrot
  2270. if dipperhat then
  2271. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  2272. end
  2273. cancarry = false
  2274. activu = true
  2275. POSU = true
  2276. cam.CameraType = "Scriptable"
  2277. chr.PrimaryPart = hrp
  2278. human.WalkSpeed = 0
  2279. human:SetStateEnabled(3, false)
  2280. local actmus1 = Instance.new("Sound")
  2281. actmus1.SoundId = "rbxassetid://188959462"
  2282. actmus1.Volume = 1.5
  2283. actmus1.RollOffMode = 1
  2284. actmus1.TimePosition = 0
  2285. actmus1.Parent = cam
  2286. local actmus2 = Instance.new("Sound")
  2287. actmus2.SoundId = "rbxassetid://188959462"
  2288. actmus2.Volume = 1.5
  2289. actmus2.RollOffMode = 1
  2290. actmus2.TimePosition = 0
  2291. actmus2.Parent = hrp
  2292. actmus1:Play()
  2293. actmus2:Play()
  2294. local mus1 = Instance.new("Sound")
  2295. mus1.SoundId = "rbxassetid://616594208"
  2296. mus1.Volume = 1.25
  2297. mus1.TimePosition = 0.45
  2298. mus1.Parent = cam
  2299. local mus2 = Instance.new("Sound")
  2300. mus2.SoundId = "rbxassetid://616594208"
  2301. mus2.Volume = 1.25
  2302. mus2.TimePosition = 0.45
  2303. mus2.Parent = hrp
  2304. local zawarudoda = Instance.new("Sound")
  2305. zawarudoda.SoundId = "rbxassetid://616576400"
  2306. zawarudoda.Volume = 2
  2307. zawarudoda.TimePosition = 0.3
  2308. zawarudoda.Parent = hrp
  2309. mus1:Play()
  2310. mus2:Play()
  2311. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  2312. local regface = hed.face.Texture
  2313. local whogothit, bodyvel
  2314. local function checkhit(partoz, magn)
  2315. for _, guy in pairs(workspace:GetChildren()) do
  2316. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  2317. whogothit = guy
  2318. guy:FindFirstChild("Humanoid").PlatformStand = true
  2319. do
  2320. local derp = Instance.new("BodyPosition")
  2321. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  2322. derp.P = 8000
  2323. derp.D = 500
  2324. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  2325. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  2326. bodyvel = derp
  2327. local derp2 = Instance.new("BodyAngularVelocity")
  2328. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  2329. derp2.P = 8000
  2330. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  2331. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  2332. delay(0.1, function()
  2333. derp2:Destroy()
  2334. end)
  2335. bodyvel = derp
  2336. end
  2337. end
  2338. end
  2339. end
  2340. coroutine.resume(coroutine.create(function()
  2341. for _ = 1, 25 do
  2342. swait()
  2343. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2344. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  2345. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2346. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2347. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  2348. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2349. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2350. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2351. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2352. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2353. end
  2354. for _ = 1, 20 do
  2355. swait()
  2356. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  2357. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  2358. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  2359. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2360. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  2361. if dipperhat then
  2362. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  2363. end
  2364. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2365. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  2366. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2367. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2368. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2369. end
  2370. end))
  2371. repeat
  2372. swait()
  2373. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  2374. until mus1.TimePosition > 2.9
  2375. mus1:Pause()
  2376. mus2:Pause()
  2377. zawarudoda:Play()
  2378. coroutine.resume(coroutine.create(function()
  2379. for _ = 1, 7 do
  2380. swait()
  2381. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  2382. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  2383. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  2384. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2385. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  2386. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2387. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  2388. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2389. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  2390. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2391. end
  2392. for _ = 1, 16 do
  2393. swait()
  2394. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  2395. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  2396. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  2397. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2398. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  2399. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2400. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  2401. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2402. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  2403. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2404. end
  2405. end))
  2406. repeat
  2407. swait()
  2408. until zawarudoda.TimePosition > 1.4
  2409. zawarudoda:Pause()
  2410. activu = false
  2411. standappear(thenoob)
  2412. wherto = hrp
  2413. addcfr = cf(3, 0.25, -1.5)
  2414. activu = true
  2415. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  2416. for _ = 1, 10 do
  2417. swait()
  2418. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  2419. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  2420. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  2421. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
  2422. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2423. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  2424. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2425. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  2426. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2427. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  2428. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2429. end
  2430. wherto = hrp
  2431. addcfr = cf(-3, 0.25, -1.5)
  2432. for _ = 1, 25 do
  2433. swait()
  2434. checkhit(rightarm, 3)
  2435. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  2436. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  2437. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  2438. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  2439. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  2440. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  2441. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  2442. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  2443. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  2444. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  2445. end
  2446. if whogothit then
  2447. print("derp")
  2448. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  2449. local laugo = Instance.new("Sound")
  2450. laugo.SoundId = "rbxassetid://291088606"
  2451. laugo.Volume = 1.5
  2452. laugo.Parent = hrp
  2453. game.Debris:AddItem(laugo, 2.5)
  2454. laugo:Play()
  2455. local sda = 0
  2456. local chn = 2
  2457. local cs = math.cos
  2458. for D = 1, 60 do
  2459. swait()
  2460. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  2461. sda = sda + chn
  2462. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  2463. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  2464. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  2465. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  2466. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  2467. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  2468. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  2469. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  2470. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  2471. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  2472. end
  2473. hed.face.Texture = "rbxassetid://176777497"
  2474. mus1.TimePosition = 2.75
  2475. mus1:Play()
  2476. for C = 1, 30 do
  2477. swait()
  2478. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  2479. sda = sda + chn
  2480. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  2481. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  2482. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  2483. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  2484. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  2485. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  2486. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  2487. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  2488. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  2489. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  2490. end
  2491. for _ = 1, 5 do
  2492. swait()
  2493. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  2494. sda = sda + chn
  2495. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  2496. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  2497. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  2498. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2499. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  2500. if dipperhat then
  2501. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  2502. end
  2503. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2504. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  2505. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2506. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  2507. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2508. end
  2509. wait(2)
  2510. elseif whogothit == nil then
  2511. print("noderp")
  2512. end
  2513. human:SetStateEnabled(3, true)
  2514. activu = false
  2515. standappear(thenoob)
  2516. activu = true
  2517. if dipperhat then
  2518. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  2519. end
  2520. actmus1:Destroy()
  2521. actmus2:Destroy()
  2522. bast:Play()
  2523. if bodyvel then
  2524. bodyvel:Destroy()
  2525. end
  2526. cam.CameraType = "Custom"
  2527. hed.face.Texture = regface
  2528. chr.PrimaryPart = head
  2529. human.WalkSpeed = 25
  2530. activu = false
  2531. POSU = false
  2532. cancarry = true
  2533. end
  2534. function hito(partoz, magn, dmg, debtim, bodyfdire)
  2535. for _, guy in pairs(workspace:GetChildren()) do
  2536. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  2537. do
  2538. local humz = guy:FindFirstChild("Humanoid")
  2539. local horp = guy:FindFirstChild("HumanoidRootPart")
  2540. TakeDamage(humz, dmg)
  2541. local db = Instance.new("StringValue")
  2542. db.Name = "alabo"
  2543. db.Parent = horp
  2544. delay(debtim, function()
  2545. db:Destroy()
  2546. end)
  2547. local b = Instance.new("Part")
  2548. nooutline(b)
  2549. b.Size = Vector3.new(0.2, 0.2, 0.2)
  2550. b.Transparency = 0.25
  2551. b.Anchored = true
  2552. b.CanCollide = false
  2553. b.BrickColor = BrickColor.new("New Yeller")
  2554. b.Locked = true
  2555. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  2556. b.Parent = modz
  2557. b.Material = "Neon"
  2558. local c = Instance.new("SpecialMesh")
  2559. c.MeshType = "Sphere"
  2560. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  2561. c.Parent = b
  2562. game.Debris:AddItem(b, 1)
  2563. if bodyfdire then
  2564. local boopyve = Instance.new("BodyVelocity")
  2565. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2566. boopyve.P = math.huge
  2567. boopyve.Velocity = bodyfdire * 1.25
  2568. boopyve.Parent = horp
  2569. game.Debris:AddItem(boopyve, debtim)
  2570. end
  2571. local bet = Instance.new("Sound")
  2572. bet.Pitch = rd2(9, 11) / 10
  2573. bet.Volume = rd2(12, 14) / 10
  2574. bet.SoundId = "rbxassetid://856713718"
  2575. bet.Parent = b
  2576. bet:Play()
  2577. coroutine.resume(coroutine.create(function()
  2578. for _ = 1, 5 do
  2579. swait()
  2580. b.Transparency = b.Transparency + 0.15
  2581. c.Scale = c.Scale + Vector3.new(1 * dmg, 1 * dmg, 1 * dmg)
  2582. end
  2583. end))
  2584. end
  2585. end
  2586. end
  2587. end
  2588. function hito2(partoz, magn, dmg, debtim, bodyfdire)
  2589. for _, guy in pairs(workspace:GetChildren()) do
  2590. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  2591. do
  2592. local humz = guy:FindFirstChild("Humanoid")
  2593. local horp = guy:FindFirstChild("HumanoidRootPart")
  2594. local db = Instance.new("StringValue")
  2595. db.Name = "alabo"
  2596. db.Parent = horp
  2597. delay(debtim, function()
  2598. db:Destroy()
  2599. end)
  2600. if bodyfdire then
  2601. local boopyve = Instance.new("BodyVelocity")
  2602. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2603. boopyve.P = math.huge
  2604. boopyve.Velocity = bodyfdire * -1.25
  2605. boopyve.Parent = horp
  2606. game.Debris:AddItem(boopyve, debtim)
  2607. end
  2608. end
  2609. end
  2610. end
  2611. end
  2612. function hito3(partoz, magn, dmg, debtim, bodyfdire)
  2613. for _, guy in pairs(workspace:GetChildren()) do
  2614. if guy:FindFirstChild("Humanoid") and CanDamage == true and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  2615. do
  2616. CanDamage = false
  2617. local humz = guy:FindFirstChild("Humanoid")
  2618. local horp = guy:FindFirstChild("HumanoidRootPart")
  2619. TakeDamage(humz, dmg)
  2620. local db = Instance.new("StringValue")
  2621. db.Name = "alabo"
  2622. db.Parent = horp
  2623. delay(debtim, function()
  2624. db:Destroy()
  2625. end)
  2626. local b = Instance.new("Part")
  2627. nooutline(b)
  2628. b.Size = Vector3.new(0.2, 0.2, 0.2)
  2629. b.Transparency = 0.25
  2630. b.Anchored = true
  2631. b.CanCollide = false
  2632. b.BrickColor = BrickColor.new("Deep orange")
  2633. b.Locked = true
  2634. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  2635. b.Parent = modz
  2636. b.Material = "Neon"
  2637. local c = Instance.new("SpecialMesh")
  2638. c.MeshType = "Sphere"
  2639. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  2640. c.Parent = b
  2641. game.Debris:AddItem(b, 1)
  2642. if bodyfdire then
  2643. local boopyve = Instance.new("BodyVelocity")
  2644. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2645. boopyve.P = math.huge
  2646. boopyve.Velocity = bodyfdire * 2
  2647. boopyve.Parent = horp
  2648. game.Debris:AddItem(boopyve, debtim)
  2649. end
  2650. local d = Instance.new("Part")
  2651. nooutline(d)
  2652. d.Name = "EXPLOSION"
  2653. d.Size = Vector3.new(3, 3, 3)
  2654. d.Transparency = 1
  2655. d.Anchored = true
  2656. d.CanCollide = false
  2657. d.BrickColor = BrickColor.new("Deep orange")
  2658. d.Locked = true
  2659. d.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  2660. d.Parent = modz
  2661. d.Material = "Neon"
  2662. Par1=Instance.new('ParticleEmitter')
  2663. Par1.Drag = 5
  2664. Par1.Name = "fire"
  2665. Par1.Parent = d
  2666. Par1.LightEmission=0.8
  2667. Par1.LockedToPart=true
  2668. Par1.Texture="rbxassetid://296874871"
  2669. Par1.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
  2670. Par1.Speed=NumberRange.new(100)
  2671. local EffectsTransparency ={
  2672. NumberSequenceKeypoint.new(0,0,0),
  2673. NumberSequenceKeypoint.new(1,1,0)
  2674. }
  2675. local EffectsSize ={
  2676. NumberSequenceKeypoint.new(0,7.5,3),
  2677. NumberSequenceKeypoint.new(1,1.5,0.75)
  2678. }
  2679. local EffectsSize2 ={
  2680. NumberSequenceKeypoint.new(0,5,3),
  2681. NumberSequenceKeypoint.new(1,1,0.75)
  2682. }
  2683. Par1.ZOffset = 0.3
  2684. Par1.Rotation = NumberRange.new(0, 360)
  2685. Par1.Transparency = NumberSequence.new(EffectsTransparency)
  2686. Par1.Size = NumberSequence.new(EffectsSize)
  2687. Par1.Lifetime=NumberRange.new(2)
  2688. Par1.SpreadAngle=Vector2.new(90000, 90000)
  2689. Par1.Rate=1000
  2690. Par1.Enabled = true
  2691. Par2=Instance.new('ParticleEmitter')
  2692. Par2.Drag = 5
  2693. Par2.Name = "fire2"
  2694. Par2.Parent = d
  2695. Par2.LightEmission=0.8
  2696. Par2.LockedToPart=true
  2697. Par2.Texture="rbxassetid://296874871"
  2698. Par2.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
  2699. Par2.Speed=NumberRange.new(100)
  2700. Par2.ZOffset = 0.3
  2701. Par2.Rotation = NumberRange.new(0, 360)
  2702. Par2.Transparency = NumberSequence.new(EffectsTransparency)
  2703. Par2.Size = NumberSequence.new(EffectsSize2)
  2704. Par2.Lifetime=NumberRange.new(2)
  2705. Par2.SpreadAngle=Vector2.new(90000, 90000)
  2706. Par2.Rate=1000
  2707. Par2.Enabled = true
  2708. local bet = Instance.new("Sound")
  2709. bet.Volume = 5
  2710. bet.SoundId = "rbxassetid://416328540"
  2711. bet.Parent = b
  2712. bet:Play()
  2713. coroutine.resume(coroutine.create(function()
  2714. for _ = 1, 25 do
  2715. swait()
  2716. b.Transparency = b.Transparency + 0.04
  2717. c.Scale = c.Scale + Vector3.new(0.25 * dmg, 0.25 * dmg, 0.25 * dmg)
  2718. d.Size = d.Size + Vector3.new(2.5,2.5,2.5)
  2719. end
  2720. end))
  2721. coroutine.resume(coroutine.create(function()
  2722. human.Parent.efx.Part2.Anchored = true
  2723. human.Parent.efx.Part2.Transparency = 1
  2724. human.Parent.efx.Part2.woah.Enabled = false
  2725. wait(0.5)
  2726. human.Parent.efx.EXPLOSION.fire.Enabled = false
  2727. human.Parent.efx.EXPLOSION.fire2.Enabled = false
  2728. human.Parent.efx.Part2.Anchored = true
  2729. wait(2)
  2730. human.Parent.efx.EXPLOSION:Remove()
  2731. CanDamage = true
  2732. end))
  2733. end
  2734. end
  2735. end
  2736. end
  2737. function hito4(partoz, magn, dmg, debtim, bodyfdire)
  2738. for _, guy in pairs(workspace:GetChildren()) do
  2739. if guy:FindFirstChild("Humanoid") and CanDamage == true and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  2740. do
  2741. CanDamage = false
  2742. local humz = guy:FindFirstChild("Humanoid")
  2743. local horp = guy:FindFirstChild("HumanoidRootPart")
  2744. TakeDamage(humz, dmg)
  2745. local db = Instance.new("StringValue")
  2746. db.Name = "alabo"
  2747. db.Parent = horp
  2748. delay(debtim, function()
  2749. db:Destroy()
  2750. end)
  2751. local b = Instance.new("Part")
  2752. nooutline(b)
  2753. b.Size = Vector3.new(0.2, 0.2, 0.2)
  2754. b.Transparency = 0.25
  2755. b.Anchored = true
  2756. b.CanCollide = false
  2757. b.BrickColor = BrickColor.new("New Yeller")
  2758. b.Locked = true
  2759. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  2760. b.Parent = modz
  2761. b.Material = "Neon"
  2762. local c = Instance.new("SpecialMesh")
  2763. c.MeshType = "Sphere"
  2764. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  2765. c.Parent = b
  2766. game.Debris:AddItem(b, 1)
  2767. if bodyfdire then
  2768. local boopyve = Instance.new("BodyVelocity")
  2769. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2770. boopyve.P = math.huge
  2771. boopyve.Velocity = bodyfdire * 1.25
  2772. boopyve.Parent = horp
  2773. game.Debris:AddItem(boopyve, debtim)
  2774. end
  2775. local bet = Instance.new("Sound")
  2776. bet.Pitch = rd2(9, 11) / 10
  2777. bet.Volume = rd2(12, 14) / 10
  2778. bet.SoundId = "rbxassetid://856713718"
  2779. bet.Parent = b
  2780. bet:Play()
  2781. coroutine.resume(coroutine.create(function()
  2782. for _ = 1, 5 do
  2783. swait()
  2784. b.Transparency = b.Transparency + 0.15
  2785. c.Scale = c.Scale + Vector3.new(1 * dmg, 1 * dmg, 1 * dmg)
  2786. end
  2787. end))
  2788. coroutine.resume(coroutine.create(function()
  2789. wait(1)
  2790. CanDamage = true
  2791. end))
  2792. end
  2793. end
  2794. end
  2795. end
  2796.  
  2797. if key == "x" == true then
  2798.  
  2799. game.Lighting.OutdoorAmbient=Color3.new(0,14,135)
  2800. game.Lighting.TimeOfDay="00:00:00"
  2801. wait(0.000004)
  2802. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  2803. game.Lighting.TimeOfDay="15:00:00"
  2804. Torso.CFrame = CFrame.new(Vector3.new(Mouse.p.X,Mouse.H.p.Y+1.5,Mouse.p.Z),Torso.CFrame.p)
  2805. bam = CFuncs.Sound.Create("2652160115")
  2806. bam.Volume = 10
  2807. cooldown = true
  2808. wait(0.3)
  2809. bam:Destroy()
  2810. cooldown = false
  2811.  
  2812. end
  2813.  
  2814. mouse.KeyDown:connect(function(key)
  2815. if human.Health <= 0 then
  2816. return
  2817. end
  2818. if key == "f" then
  2819. standappear(thenoob)
  2820. end
  2821. if key == "n" then
  2822. auraappear()
  2823. end
  2824. if key == "r" then
  2825. MUDA()
  2826. end
  2827. if key == "t" then
  2828. MUDAAA()
  2829. end
  2830. if key == "e" then
  2831. block()
  2832. end
  2833. if key == "q" then
  2834. quickhit()
  2835. end
  2836. if key == "v" then
  2837. cability()
  2838. end
  2839. if key == "c" then
  2840. cability3()
  2841. end
  2842. if key == "m" and plr.UserId then
  2843. THEBEST()
  2844. end
  2845. if key == "j" then
  2846. THREATENING()
  2847. end
  2848. if key == "z" then
  2849. CARRY()
  2850. end
  2851. if key == "k" then
  2852. JUDGE()
  2853. end
  2854. if key == "l" then
  2855. konodioda:Play()
  2856. end
  2857. end)
  2858. tool.Equipped:connect(function()
  2859. selected = true
  2860. end)
  2861. tool.Unequipped:connect(function()
  2862. selected = false
  2863. end)
  2864. sine = 0
  2865. charge = 1
  2866. cos = math.cos
  2867. game:GetService("RunService").RenderStepped:connect(function()
  2868. if POSU == false then
  2869. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  2870. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  2871. local checkstate = human:GetState()
  2872. if checkstate.Value == 13 then
  2873. animpose = "Sitting"
  2874. elseif hrp.Velocity.y > 1 and checkpart == nil then
  2875. animpose = "Jumping"
  2876. elseif hrp.Velocity.y < -1 and checkpart == nil then
  2877. animpose = "Falling"
  2878. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  2879. animpose = "Idle"
  2880. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  2881. animpose = "Walking"
  2882. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  2883. animpose = "TooFast"
  2884. end
  2885. if animpose == "Idle" then
  2886. sine = sine + charge
  2887. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  2888. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  2889. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  2890. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2891. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  2892. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2893. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2894. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2895. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2896. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2897. end
  2898. if animpose == "Walking" then
  2899. sine = sine + charge
  2900. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  2901. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  2902. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2903. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2904. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2905. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2906. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2907. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2908. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2909. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2910. end
  2911. if animpose == "Jumping" then
  2912. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  2913. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  2914. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2915. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2916. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2917. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2918. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  2919. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2920. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2921. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2922. end
  2923. if animpose == "Falling" then
  2924. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  2925. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2926. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2927. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2928. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2929. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2930. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  2931. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2932. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2933. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2934. end
  2935. if animpose == "TooFast" then
  2936. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  2937. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2938. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  2939. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2940. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  2941. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  2942. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  2943. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2944. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  2945. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2946. end
  2947. if animpose == "Sitting" then
  2948. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2949. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2950. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2951. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2952. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2953. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2954. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2955. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2956. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2957. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2958. end
  2959. end
  2960. if appeared == false and activu == false then
  2961. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2962. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2963. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2964. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2965. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2966. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2967. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2968. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2969. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2970. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2971. elseif appeared == true and activu == false then
  2972. sine = sine + charge
  2973. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
  2974. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  2975. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2976. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2977. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2978. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2979. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
  2980. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2981. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
  2982. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2983. end
  2984. end)
  2985. function dispose()
  2986. for i, v in pairs(getfenv(0)) do
  2987. v = nil
  2988. end
  2989. error = nil
  2990. print = nil
  2991. warn = nil
  2992. end
  2993. human.Died:connect(dispose)
  2994. chr.Changed:connect(function()
  2995. if chr.Parent == nil then
  2996. dispose()
  2997. end
  2998. end)
  2999.  
  3000. --- [[ Time Stop ]] ---
  3001. -- by fo43123
  3002.  
  3003. local me = game.Players.LocalPlayer
  3004. local mouse = me:GetMouse()
  3005. local char = me.Character
  3006. local hum = char:FindFirstChild('Humanoid')
  3007. local hd = char:FindFirstChild('Head')
  3008. local ts = char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso')
  3009. local ra = char:FindFirstChild('Right Arm') or char:FindFirstChild('RightUpperArm')
  3010. local la = char:FindFirstChild('Left Arm') or char:FindFirstChild('LeftUpperArm')
  3011. local rl = char:FindFirstChild('Right Leg') or char:FindFirstChild('RightUpperLeg')
  3012. local ll = char:FindFirstChild('Left Leg') or char:FindFirstChild('LeftUpperLeg')
  3013. local root = char:FindFirstChild('HumanoidRootPart')
  3014. local rj = root:FindFirstChild('RootJoint')
  3015. local rs = ts:FindFirstChild('Right Shoulder')
  3016. local ls = ts:FindFirstChild('Left Shoulder')
  3017. local rh = ts:FindFirstChild('Right Hip')
  3018. local lh = ts:FindFirstChild('Left Hip')
  3019. local nk = ts:FindFirstChild('Neck')
  3020. local anim = char:FindFirstChild('Animate')
  3021. local base = workspace:FindFirstChild('Baseplate') or workspace:FindFirstChild('Base')
  3022. local cantimestop = true
  3023. local cooldown = false
  3024. local cc = workspace.CurrentCamera
  3025. local cos = math.cos
  3026. local sin = math.sin
  3027. local rad = math.rad
  3028. local rand = math.random
  3029. local cfn = CFrame.new
  3030. local cfa = CFrame.Angles
  3031. local v3 = Vector3.new
  3032. local str = string
  3033. local unfreeze = {}
  3034. local health = {}
  3035. local connect = {}
  3036. local sine = 0
  3037. local effects = nil
  3038. hum.WalkSpeed = 23
  3039. if char:FindFirstChild('Effects') then
  3040. effects = char:FindFirstChild('Effects')
  3041. else
  3042. effects = Instance.new('Folder', char)
  3043. effects.Name = 'Effects'
  3044. end
  3045.  
  3046. ArtificialHB = Instance.new('BindableEvent', script)
  3047. ArtificialHB.Name = 'Heartbeat'
  3048. script:WaitForChild('Heartbeat')
  3049.  
  3050. frame = 1 / 60
  3051. tf = 0
  3052. allowframeloss = false
  3053. tossremainder = false
  3054. lastframe = tick()
  3055. script.Heartbeat:Fire()
  3056.  
  3057. game:GetService('RunService').Heartbeat:connect(function(s, p)
  3058. tf = tf + s
  3059. if tf >= frame then
  3060. if allowframeloss then
  3061. script.Heartbeat:Fire()
  3062. lastframe = tick()
  3063. else
  3064. for i = 1, math.floor(tf / frame) do
  3065. script.Heartbeat:Fire()
  3066. end
  3067. lastframe = tick()
  3068. end
  3069. if tossremainder then
  3070. tf = 0
  3071. else
  3072. tf = tf - frame * math.floor(tf / frame)
  3073. end
  3074. end
  3075. end)
  3076.  
  3077. function swait(t)
  3078. if t == 0 or t == nil then
  3079. script.Heartbeat.Event:Wait()
  3080. else
  3081. for i = 0, t do
  3082. script.Heartbeat.Event:Wait()
  3083. end
  3084. end
  3085. end
  3086.  
  3087. function sound(id, parent, vol, pitch, timepos)
  3088. local s = Instance.new('Sound')
  3089. s.Parent = parent
  3090. s.SoundId = id
  3091. s.Volume = vol
  3092. s.PlaybackSpeed = pitch
  3093. s.TimePosition = timepos
  3094. s:Play()
  3095. game.Debris:AddItem(s, s.PlaybackSpeed + 5)
  3096. end
  3097.  
  3098. function camshake(duration, intensity)
  3099. coroutine.wrap(function()
  3100. for i = 1, duration do
  3101. hum.CameraOffset = hum.CameraOffset:lerp(v3(rand(-1, 1), rand(-1, 1), rand(-1, 1)), 0.1 * intensity)
  3102. swait()
  3103. end
  3104. hum.CameraOffset = v3(0, 0, 0)
  3105. end)()
  3106. end
  3107.  
  3108. function findascendant(obj, class)
  3109. local par = obj
  3110. local ret = nil
  3111. pcall(function()
  3112. repeat
  3113. par = par.Parent
  3114. if par:IsA(class) then
  3115. ret = par
  3116. break
  3117. end
  3118. until par == nil
  3119. end)
  3120. return ret
  3121. end
  3122.  
  3123. local TimeStopSounds = {
  3124.  
  3125. TimeStop = 'rbxassetid://2102274452';
  3126. TimeResume = 'rbxassetid://660684713';
  3127.  
  3128. }
  3129.  
  3130. function timestop()
  3131. cantimestop = false
  3132. coroutine.wrap(function()
  3133. local effect1 = Instance.new('Part', effects)
  3134. effect1.Shape = 'Ball'
  3135. effect1.Material = 'ForceField'
  3136. effect1.Anchored = true
  3137. effect1.CanCollide = false
  3138. effect1.Size = v3(0, 0, 0)
  3139. effect1.Transparency = 0
  3140. sound(TimeStopSounds.TimeStop, ts, 5, 1, 0)
  3141. for i,v in pairs(workspace:GetDescendants()) do
  3142. if v:IsA('BasePart') then
  3143. if not v.Anchored and not findascendant(v, 'Tool') and not findascendant(v, 'HopperBin') then
  3144. if not v:IsDescendantOf(char) then
  3145. v.Anchored = true
  3146. table.insert(unfreeze, v)
  3147. end
  3148. end
  3149. end
  3150. if v:IsA('Sound') then
  3151. if not v:IsDescendantOf(char) then
  3152. if v.IsPlaying then
  3153. v:Pause()
  3154. table.insert(unfreeze, v)
  3155. end
  3156. end
  3157. end
  3158. if v:IsA('Humanoid') then
  3159. local last = v.Health
  3160. local always = last
  3161. local e = v.HealthChanged:connect(function(hp)
  3162. if last - hp > 0 then
  3163. table.insert(health, {humanoid = v, change = last - hp})
  3164. end
  3165. last = hp
  3166. v.Health = always
  3167. end)
  3168. table.insert(connect, e)
  3169. end
  3170. if v:IsA('BodyVelocity') then
  3171. local lastforce = v.MaxForce
  3172. v.MaxForce = v3(0, 0, 0)
  3173. table.insert(unfreeze, {force = v, change = lastforce})
  3174. end
  3175. if v:IsA('BodyPosition') then
  3176. local lastposition = v.MaxForce
  3177. local lastD = v.D
  3178. local lastP = v.P
  3179. v.MaxForce = v3(0, 0, 0)
  3180. v.D = 0
  3181. v.P = 0
  3182. table.insert(unfreeze, {position = v, change = lastposition, dchange = lastD, pchange = lastP})
  3183. end
  3184. if v:IsA('BodyForce') then
  3185. local lastforce2 = v.Force
  3186. v.Force = v3(0, 0, 0)
  3187. table.insert(unfreeze, {force2 = v, fchange = lastforce2})
  3188. end
  3189. end
  3190. ee = workspace.DescendantAdded:Connect(function(v)
  3191. if v:IsA('BasePart') then
  3192. if not v.Anchored and not findascendant(v, 'Tool') and not findascendant(v, 'HopperBin') then
  3193. if not v:IsDescendantOf(char) then
  3194. v.Anchored = true
  3195. table.insert(unfreeze, v)
  3196. end
  3197. end
  3198. end
  3199. if v:IsA('Sound') then
  3200. if not v:IsDescendantOf(char) then
  3201. if v.IsPlaying then
  3202. v:Pause()
  3203. table.insert(unfreeze, v)
  3204. end
  3205. end
  3206. end
  3207. if v:IsA('Humanoid') then
  3208. local last = v.Health
  3209. local always = last
  3210. local e = v.HealthChanged:connect(function(hp)
  3211. if last - hp > 0 then
  3212. table.insert(health, {humanoid = v, change = last - hp})
  3213. end
  3214. last = hp
  3215. v.Health = always
  3216. end)
  3217. table.insert(connect, e)
  3218. end
  3219. end)
  3220. coroutine.wrap(function()
  3221. for i = 1, 10 do
  3222. camshake(70, 2)
  3223. swait(5)
  3224. end
  3225. end)()
  3226. coroutine.wrap(function()
  3227. for i = 1, 1000 do
  3228. effect1.CFrame = ts.CFrame
  3229. effect1.Size = effect1.Size:lerp(v3(50, 50, 50), 0.015)
  3230. effect1.Transparency = effect1.Transparency + 0.010
  3231. if effect1.Transparency >= 1 then
  3232. effect1:Destroy()
  3233. end
  3234. swait()
  3235. end
  3236. end)()
  3237. wait(0.5)
  3238. local effect2 = Instance.new('Part', effects)
  3239. local effect3 = Instance.new('Part', effects)
  3240. effect3.Shape = 'Ball'
  3241. effect3.Material = 'ForceField'
  3242. effect3.Anchored = true
  3243. effect3.CanCollide = false
  3244. effect3.Size = v3(0, 0, 0)
  3245. effect3.Transparency = 0
  3246. effect2.Shape = 'Ball'
  3247. effect2.Material = 'ForceField'
  3248. effect2.Anchored = true
  3249. effect2.CanCollide = false
  3250. effect2.Size = v3(40, 40, 40)
  3251. effect2.Transparency = 1
  3252. coroutine.wrap(function()
  3253. for i = 1, 15 do
  3254. effect2.Transparency = effect2.Transparency - 0.11
  3255. swait()
  3256. end
  3257. end)()
  3258. coroutine.wrap(function()
  3259. for i = 1, 1000 do
  3260. effect3.CFrame = ts.CFrame
  3261. effect3.Size = effect3.Size:lerp(v3(50, 50, 50), 0.015)
  3262. effect3.Transparency = effect3.Transparency + 0.010
  3263. if effect3.Transparency >= 1 then
  3264. effect3:Destroy()
  3265. end
  3266. swait()
  3267. end
  3268. end)()
  3269. for i = 1, 1000 do
  3270. effect2.CFrame = ts.CFrame
  3271. effect2.Size = effect2.Size:lerp(v3(0, 0, 0), 0.015)
  3272. effect2.Transparency = effect2.Transparency + 0.015
  3273. if effect2.Transparency >= 1 then
  3274. effect2:Destroy()
  3275. end
  3276. swait()
  3277. end
  3278. end)()
  3279. wait(1.5) -- cooldown
  3280. cooldown = true
  3281. end
  3282.  
  3283. function timeresume()
  3284. coroutine.wrap(function()
  3285. sound(TimeStopSounds.TimeResume, ts, 5, 1, 0.15)
  3286. coroutine.wrap(function()
  3287. for i = 1, 10 do
  3288. camshake(20, 0.3)
  3289. swait(5)
  3290. end
  3291. end)()
  3292. coroutine.wrap(function()
  3293. wait(1.5)
  3294. for i,v in pairs(unfreeze) do
  3295. pcall(function()
  3296. v.Anchored = false
  3297. end)
  3298. pcall(function()
  3299. v:Resume()
  3300. end)
  3301. end
  3302. for i,v in pairs(connect) do
  3303. pcall(function()
  3304. v:Disconnect()
  3305. end)
  3306. end
  3307. for i,v in pairs(health) do
  3308. pcall(function()
  3309. local humanoid = v.humanoid
  3310. humanoid.Health = humanoid.Health - v.change
  3311. if humanoid.Parent:FindFirstChild('Health') then
  3312. pcall(function()
  3313. humanoid.Parent.Health.Disabled = false
  3314. end)
  3315. end
  3316. end)
  3317. end
  3318. pcall(function()
  3319. ee:Disconnect()
  3320. end)
  3321. health = {}
  3322. unfreeze = {}
  3323. end)()
  3324. cantimestop = true
  3325. end)()
  3326. wait(1.5) -- cooldown
  3327. cooldown = false
  3328. end
  3329.  
  3330. mouse.KeyDown:connect(function(key)
  3331. if str.lower(key) == 'g' and cantimestop and cooldown == false then
  3332. timestop()
  3333. elseif str.lower(key) == 'h' and cantimestop == false and cooldown then
  3334. timeresume()
  3335. end
  3336. end)
Add Comment
Please, Sign In to add comment