Advertisement
memberhero

Test5

Aug 7th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.39 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility by WaverlyCole");InternalData = {}InternalData.RealOwner = owner;InternalData.Version = "v1.0.0"
  2. do
  3. script.Parent = InternalData.RealOwner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function createObject (connections, index)
  6. local proxy = newproxy (true);local meta = getmetatable (proxy);
  7. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  8. while (#connections > 0) do connections [table.remove (connections, 1)] = Instance.new ('BindableEvent');end;
  9. meta.__index = function (self, i)
  10. if (i == 'TriggerEvent') then return runbind end;
  11. return connections[i] and connections[i].Event or index[i];
  12. end;
  13. meta.__newindex = index;meta.__metatable = false;return proxy
  14. end;
  15. local Mouse = createObject({"KeyUp","KeyDown","Button1Down","Button1Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  16. local UserInputService = createObject({"InputBegan","InputEnded"},{})
  17. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  18. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  19. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  20. Event.OnServerEvent:Connect(function(FiredBy,Input)
  21. if FiredBy.Name ~= InternalData.RealOwner.Name then return end
  22. if Input.MouseEvent then
  23. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  24. else
  25. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  26. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  27. for _,Action in pairs(ContextActionService.Actions) do
  28. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  29. end
  30. Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  31. end
  32. end)
  33. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  34. Event.Parent = NLS([[
  35. local Player = owner;
  36. local Event = script:WaitForChild("UserInput");
  37. local UserInputService = game:GetService("UserInputService");
  38. local Mouse = Player:GetMouse();
  39. local Input = function(Input,gameProcessedEvent)
  40. if gameProcessedEvent then return end
  41. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  42. end
  43. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  44. local Hit,Target
  45. while wait(1/60) do
  46. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  47. Hit = Mouse.Hit;Target = Mouse.Target;
  48. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  49. end
  50. end
  51. ]],InternalData.RealOwner.Character)
  52. end
  53. InternalData.RealInstance = Instance;Instance = setmetatable({},{
  54. __index = function (self,Index)
  55. if Index:lower() == 'new' then
  56. return function (Type, Parent)
  57. local Real = InternalData.RealInstance.new(Type,Parent)
  58. if not Type then return end
  59. if Type == "BillboardGui" then
  60. return setmetatable({},{
  61. __index = function (self,Index)
  62. return Real[Index]
  63. end;
  64. __newindex = function (self,Index,Value)
  65. if Index:lower() == "playertohidefrom" then
  66. if Value.Name == owner.Name then Real[Index] = InternalData.RealOwner else Real[Index] = Value end
  67. else
  68. Real[Index] = Value
  69. end
  70. end;
  71. __tostring = function(self) return tostring(Real) end;
  72. })
  73. end
  74. return Real
  75. end
  76. end
  77. return InternalData.RealInstance[Index]
  78. end;
  79. __tostring = function(self) return tostring(InternalData.RealInstance) end;
  80. });
  81. InternalData.RealGame = game;game = setmetatable({},{
  82. __index = function (self,Index)
  83. local Sandbox = function (Thing)
  84. if Thing:IsA("Player") then
  85. local RealPlayer = Thing
  86. return setmetatable({},{
  87. __index = function (self,Index)
  88. local Type = type(RealPlayer[Index])
  89. if Type == "function" then
  90. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  91. return function (self)return InternalData["Mouse"] end
  92. end
  93. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  94. elseif Index == "FakePlayer" then
  95. return true
  96. end
  97. return RealPlayer[Index]
  98. end;
  99. __tostring = function(self) return tostring(RealPlayer) end
  100. })
  101. end
  102. end
  103. if InternalData.RealGame[Index] then
  104. local Type = type(InternalData.RealGame[Index])
  105. if Type == "function" then
  106. if Index:lower() == "getservice" or Index:lower() == "service" then
  107. return function (self,Service)
  108. local FakeServices = {
  109. ["players"] = function()
  110. return setmetatable({},{
  111. __index = function (self2,Index2)
  112. local RealService = InternalData.RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...)end
  116. else
  117. if Index2:lower() == "localplayer" then return Sandbox(InternalData.RealOwner) end
  118. return RealService[Index2]
  119. end
  120. end;
  121. __tostring = function(self) return tostring(InternalData.RealGame:GetService(Service)) end
  122. })
  123. end;
  124. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  125. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  126. ["runservice"] = function()
  127. return setmetatable({},{
  128. __index = function(self2,Index2)
  129. local RealService = InternalData.RealGame:GetService(Service)
  130. local Type2 = type(Index2)
  131. if Type2 == "function" then
  132. return function (self,...) return RealService[Index2](RealService,...) end
  133. else
  134. local RunServices = {
  135. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return InternalData.RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  136. ["renderstepped"] = function() return RealService["Stepped"] end
  137. }
  138. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  139. return RealService[Index2]
  140. end
  141. end;
  142. __tostring = function(self) return tostring(InternalData.RealGame:GetService("RunService")) end
  143. })
  144. end
  145. }
  146. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  147. return InternalData.RealGame:GetService(Service)
  148. end
  149. end
  150. return function (self,...) return InternalData.RealGame[Index](InternalData.RealGame,...) end
  151. else
  152. if game:GetService(Index) then return game:GetService(Index) end
  153. return InternalData.RealGame[Index]
  154. end
  155. end
  156. return nil
  157. end;
  158. __tostring = function(self) return tostring(InternalData.game) end
  159. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete!")
  160.  
  161. --//Paste script below this line.
  162. whitelist = {"basstracker1970"}
  163. function TakeDamage(hum, dmg)
  164. hum:TakeDamage(dmg)
  165. end
  166. plr = game.Players.LocalPlayer
  167. repeat
  168. wait(0.4)
  169. until plr.Character
  170. chr = plr.Character
  171. human = chr:FindFirstChild("Humanoid")
  172. human.MaxHealth, human.Health = math.huge, math.huge
  173. mouse = plr:GetMouse()
  174. cam = workspace.CurrentCamera
  175. selected = false
  176. equipd = false
  177. tors = chr.Torso
  178. rarm = chr["Right Arm"]
  179. larm = chr["Left Arm"]
  180. rleg = chr["Right Leg"]
  181. lleg = chr["Left Leg"]
  182. hrp = chr.HumanoidRootPart
  183. hed = chr.Head
  184. anim = human.Animator
  185. activu = false
  186. appeared = false
  187. animpose = nil
  188. POSU = false
  189. local wherto = hrp
  190. local addcfr = CFrame.new(0, 0, 0)
  191. Heartbeat = Instance.new("BindableEvent")
  192. Heartbeat.Name = "Heartbeat"
  193. Heartbeat.Parent = script
  194. frame = 0.03333333333333333
  195. tf = 0
  196. game:GetService("RunService").Heartbeat:connect(function(s, p)
  197. tf = tf + s
  198. if tf >= frame then
  199. for i = 1, math.floor(tf / frame) do
  200. Heartbeat:Fire()
  201. end
  202. tf = tf - frame * math.floor(tf / frame)
  203. end
  204. end)
  205. function swait(num)
  206. if num == 0 or num == nil then
  207. Heartbeat.Event:wait()
  208. else
  209. for i = 1, num do
  210. Heartbeat.Event:wait()
  211. end
  212. end
  213. end
  214. tool = Instance.new("Tool")
  215. tool.CanBeDropped = false
  216. tool.RequiresHandle = false
  217. tool.TextureId = "rbxassetid://291302154"
  218. tool.ToolTip = "NANI"
  219. tool.Name = "AAAAAAAAAAAAAA"
  220. tool.Parent = plr.Backpack
  221. modz = Instance.new("Model")
  222. modz.Name = "efx"
  223. modz.Parent = chr
  224. ZANOOB = Instance.new("Model")
  225. ZANOOB.Name = "THE NOOB"
  226. ZANOOB.Parent = chr
  227. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  228. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  229. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  230. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  231. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  232. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  233. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  234. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  235. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  236. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  237. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  238. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  239. RS = tors:FindFirstChild("Right Shoulder")
  240. LS = tors:FindFirstChild("Left Shoulder")
  241. RH = tors:FindFirstChild("Right Hip")
  242. LH = tors:FindFirstChild("Left Hip")
  243. RJ = hrp:FindFirstChild("RootJoint")
  244. N = tors:FindFirstChild("Neck")
  245. cf = CFrame.new
  246. ang = CFrame.Angles
  247. rd = math.rad
  248. rd2 = math.random
  249. function nooutline(p)
  250. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  251. end
  252. function makepart(color, name, reflec, mater, parnt, cfram)
  253. local port = Instance.new("Part")
  254. port.BrickColor = BrickColor.new(color)
  255. port.Name = name
  256. port.Transparency = 1
  257. nooutline(port)
  258. port.Reflectance = reflec
  259. port.Material = mater
  260. port.Anchored = false
  261. port.CanCollide = false
  262. port.Locked = true
  263. port.Size = Vector3.new(0.2, 0.2, 0.2)
  264. port.Parent = parnt
  265. return port
  266. end
  267. function makemesh(meshtype, scale, meshid, parent)
  268. local mes = Instance.new("SpecialMesh")
  269. mes.MeshType = meshtype
  270. mes.Scale = scale
  271. if meshtype == "FileMesh" then
  272. mes.MeshId = meshid
  273. end
  274. mes.Parent = parent
  275. return mes
  276. end
  277. function makemotor(parent, p0, p1, c0, c1)
  278. swait()
  279. local wel = Instance.new("Motor6D")
  280. wel.Part0 = p0
  281. wel.Part1 = p1
  282. wel.C0 = c0
  283. if c1 ~= nil then
  284. wel.C1 = c1
  285. end
  286. wel.Parent = parent
  287. return wel
  288. end
  289. local konodioda = Instance.new("Sound")
  290. konodioda.SoundId = "rbxassetid://276263776"
  291. konodioda.Volume = 3.5
  292. konodioda.Parent = hrp
  293. local bast = Instance.new("Sound")
  294. bast.SoundId = "rbxassetid://616576465"
  295. bast.Volume = 0.5
  296. bast.Parent = hrp
  297. local zaworld = Instance.new("Sound")
  298. zaworld.SoundId = "rbxassetid://616576400"
  299. zaworld.Volume = 0.8
  300. zaworld.Parent = hrp
  301. local wry = Instance.new("Sound")
  302. wry.SoundId = "rbxassetid://721590903"
  303. wry.Volume = 2.75
  304. wry.Parent = hrp
  305. function animo(yep)
  306. if yep == true then
  307. anim.Parent = human
  308. chr.Animate.Disabled = false
  309. elseif yep == false then
  310. chr.Animate.Disabled = true
  311. anim.Parent = nil
  312. end
  313. end
  314. animo(false)
  315. function lerpz(joint, prop, cfrmz, alp)
  316. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  317. end
  318. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  319. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  320. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  321. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  322. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  323. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  324. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  325. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  326. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  327. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  328. function resetlerp(whoever)
  329. if whoever == nil then
  330. RJ.C0 = RJC0
  331. RJ.C1 = RJC1
  332. N.C0 = NC0
  333. N.C1 = NC1
  334. RS.C0 = RSC0
  335. RS.C1 = RSC1
  336. LS.C0 = LSC0
  337. LS.C1 = LSC1
  338. RH.C0 = RHC0
  339. RH.C1 = RHC1
  340. LH.C0 = LHC0
  341. LH.C1 = LHC1
  342. elseif whoever ~= nil then
  343. nRJ.C0 = RJC0
  344. nRJ.C1 = RJC1
  345. nN.C0 = NC0
  346. nN.C1 = NC1
  347. nRS.C0 = RSC0
  348. nRS.C1 = RSC1
  349. nLS.C0 = LSC0
  350. nLS.C1 = LSC1
  351. nRH.C0 = RHC0
  352. nRH.C1 = RHC1
  353. nLH.C0 = LHC0
  354. nLH.C1 = LHC1
  355. end
  356. end
  357. function STANDO(cfr)
  358. local rooto = Instance.new("Part")
  359. nooutline(rooto)
  360. rooto.Name = "HumanoidRootPart"
  361. rooto.Anchored = true
  362. rooto.CFrame = cfr
  363. rooto.Size = Vector3.new(2, 2, 1)
  364. rooto.CanCollide = false
  365. rooto.Locked = true
  366. rooto.Transparency = 1
  367. rooto.Parent = ZANOOB
  368. local head = Instance.new("Part")
  369. nooutline(head)
  370. head.Anchored = false
  371. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  372. head.Size = Vector3.new(2, 1, 1)
  373. head.BrickColor = BrickColor.new("Bright yellow")
  374. head.CanCollide = false
  375. head.Name = "Head"
  376. head.Locked = true
  377. head.Transparency = 1
  378. head.Parent = ZANOOB
  379. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  380. local headdecal = Instance.new("Decal")
  381. headdecal.Name = "face"
  382. headdecal.Texture = "rbxasset://textures/face.png"
  383. headdecal.Face = "Front"
  384. headdecal.Transparency = 1
  385. headdecal.Parent = head
  386. local torso = Instance.new("Part")
  387. nooutline(torso)
  388. torso.Name = "Torso"
  389. torso.Anchored = false
  390. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  391. torso.Size = Vector3.new(2, 1, 1)
  392. torso.BrickColor = BrickColor.new("Bright blue")
  393. torso.CanCollide = false
  394. torso.Transparency = 1
  395. torso.Locked = true
  396. torso.Parent = ZANOOB
  397. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  398. local leftarm = Instance.new("Part")
  399. nooutline(leftarm)
  400. leftarm.Anchored = false
  401. leftarm.Name = "Left Arm"
  402. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  403. leftarm.Size = Vector3.new(1, 2, 1)
  404. leftarm.BrickColor = BrickColor.new("Bright yellow")
  405. leftarm.CanCollide = false
  406. leftarm.Transparency = 1
  407. leftarm.Locked = true
  408. leftarm.Parent = ZANOOB
  409. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  410. local rightarm = Instance.new("Part")
  411. nooutline(rightarm)
  412. rightarm.Anchored = false
  413. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  414. rightarm.Name = "Right Arm"
  415. rightarm.Size = Vector3.new(1, 2, 1)
  416. rightarm.BrickColor = BrickColor.new("Bright yellow")
  417. rightarm.CanCollide = false
  418. rightarm.Locked = true
  419. rightarm.Transparency = 1
  420. rightarm.Parent = ZANOOB
  421. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  422. local leftleg = Instance.new("Part")
  423. nooutline(leftleg)
  424. leftleg.Anchored = false
  425. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  426. leftleg.Name = "Left Leg"
  427. leftleg.Size = Vector3.new(1, 2, 1)
  428. leftleg.BrickColor = BrickColor.new("Br. yellowish green")
  429. leftleg.CanCollide = false
  430. leftleg.Transparency = 1
  431. leftleg.Locked = true
  432. leftleg.Parent = ZANOOB
  433. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  434. local rightleg = Instance.new("Part")
  435. nooutline(rightleg)
  436. rightleg.Anchored = false
  437. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  438. rightleg.Name = "Right Leg"
  439. rightleg.Size = Vector3.new(1, 2, 1)
  440. rightleg.BrickColor = BrickColor.new("Br. yellowish green")
  441. rightleg.CanCollide = false
  442. rightleg.Locked = true
  443. rightleg.Transparency = 1
  444. rightleg.Parent = ZANOOB
  445. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  446. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  447. rootweld.Name = "RootJoint"
  448. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  449. neckweld.Name = "Neck"
  450. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  451. rshoulderweld.Name = "Right Shoulder"
  452. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  453. lshoulderweld.Name = "Left Shoulder"
  454. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  455. rhipweld.Name = "Right Hip"
  456. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  457. lhipweld.Name = "Left Hip"
  458. local pa1 = Instance.new("Part")
  459. nooutline(pa1)
  460. pa1.Anchored = false
  461. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  462. pa1.Name = "pa1"
  463. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  464. pa1.BrickColor = BrickColor.new("Bright yellow")
  465. pa1.CanCollide = false
  466. pa1.Locked = true
  467. pa1.Transparency = 1
  468. pa1.Parent = ZANOOB
  469. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  470. local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  471. local pa2 = Instance.new("Part")
  472. nooutline(pa2)
  473. pa2.Anchored = false
  474. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  475. pa2.Name = "pa2"
  476. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  477. pa2.BrickColor = BrickColor.new("Bright yellow")
  478. pa2.CanCollide = false
  479. pa2.Locked = true
  480. pa2.Transparency = 1
  481. pa2.Parent = ZANOOB
  482. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  483. local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  484. local pa3 = Instance.new("Part")
  485. nooutline(pa3)
  486. pa3.Anchored = false
  487. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  488. pa3.Name = "pa3"
  489. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  490. pa3.BrickColor = BrickColor.new("Bright yellow")
  491. pa3.CanCollide = false
  492. pa3.Locked = true
  493. pa3.Transparency = 1
  494. pa3.Parent = ZANOOB
  495. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  496. local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  497. local pa4 = Instance.new("Part")
  498. nooutline(pa4)
  499. pa4.Anchored = false
  500. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  501. pa4.Name = "pa4"
  502. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  503. pa4.BrickColor = BrickColor.new("Bright yellow")
  504. pa4.CanCollide = false
  505. pa4.Locked = true
  506. pa4.Transparency = 1
  507. pa4.Parent = ZANOOB
  508. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  509. local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  510. local pa5 = Instance.new("Part")
  511. nooutline(pa5)
  512. pa5.Anchored = false
  513. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  514. pa5.Name = "pa5"
  515. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  516. pa5.BrickColor = BrickColor.new("Bright yellow")
  517. pa5.CanCollide = false
  518. pa5.Locked = true
  519. pa5.Transparency = 1
  520. pa5.Parent = ZANOOB
  521. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  522. local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  523. local pa6 = Instance.new("Part")
  524. nooutline(pa6)
  525. pa6.Anchored = false
  526. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  527. pa6.Name = "pa6"
  528. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  529. pa6.BrickColor = BrickColor.new("Bright yellow")
  530. pa6.CanCollide = false
  531. pa6.Locked = true
  532. pa6.Transparency = 1
  533. pa6.Parent = ZANOOB
  534. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  535. local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  536. local pa7 = Instance.new("Part")
  537. nooutline(pa7)
  538. pa7.Anchored = false
  539. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  540. pa7.Name = "pa7"
  541. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  542. pa7.BrickColor = BrickColor.new("Bright yellow")
  543. pa7.CanCollide = false
  544. pa7.Locked = true
  545. pa7.Transparency = 1
  546. pa7.Parent = ZANOOB
  547. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  548. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  549. local pa8 = Instance.new("Part")
  550. nooutline(pa8)
  551. pa8.Anchored = false
  552. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  553. pa8.Name = "pa8"
  554. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  555. pa8.BrickColor = BrickColor.new("Bright yellow")
  556. pa8.CanCollide = false
  557. pa8.Locked = true
  558. pa8.Transparency = 1
  559. pa8.Parent = ZANOOB
  560. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  561. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  562. local pa9 = Instance.new("Part")
  563. nooutline(pa9)
  564. pa9.Anchored = false
  565. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  566. pa9.Name = "pa9"
  567. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  568. pa9.BrickColor = BrickColor.new("Br. yellowish green")
  569. pa9.CanCollide = false
  570. pa9.Locked = true
  571. pa9.Transparency = 1
  572. pa9.Parent = ZANOOB
  573. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  574. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  575. local pa10 = Instance.new("Part")
  576. nooutline(pa10)
  577. pa10.Anchored = false
  578. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  579. pa10.Name = "pa10"
  580. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  581. pa10.BrickColor = BrickColor.new("Bright yellow")
  582. pa10.CanCollide = false
  583. pa10.Locked = true
  584. pa10.Transparency = 1
  585. pa10.Parent = ZANOOB
  586. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  587. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  588. local pa11 = Instance.new("Part")
  589. nooutline(pa11)
  590. pa11.Anchored = false
  591. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  592. pa11.Name = "pa11"
  593. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  594. pa11.BrickColor = BrickColor.new("Bright yellow")
  595. pa11.CanCollide = false
  596. pa11.Locked = true
  597. pa11.Transparency = 1
  598. pa11.Parent = ZANOOB
  599. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  600. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  601. local raemblem = Instance.new("Part")
  602. nooutline(raemblem)
  603. raemblem.Anchored = false
  604. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  605. raemblem.Name = "raemblem"
  606. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  607. raemblem.BrickColor = BrickColor.new("Bright yellow")
  608. raemblem.CanCollide = false
  609. raemblem.Locked = true
  610. raemblem.Material = "SmoothPlastic"
  611. raemblem.Transparency = 1
  612. raemblem.Parent = ZANOOB
  613. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  614. 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))
  615. local emmes = Instance.new("Decal")
  616. emmes.Texture = "rbxassetid://291302154"
  617. emmes.Transparency = 1
  618. emmes.Face = "Right"
  619. emmes.Name = "embe"
  620. emmes.Parent = raemblem
  621. local ra1 = Instance.new("Part")
  622. nooutline(ra1)
  623. ra1.Anchored = false
  624. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  625. ra1.Name = "ra1"
  626. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  627. ra1.BrickColor = BrickColor.new("Bright yellow")
  628. ra1.CanCollide = false
  629. ra1.Locked = true
  630. ra1.Transparency = 1
  631. ra1.Parent = ZANOOB
  632. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  633. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  634. local ra2 = Instance.new("Part")
  635. nooutline(ra2)
  636. ra2.Anchored = false
  637. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  638. ra2.Name = "ra2"
  639. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  640. ra2.BrickColor = BrickColor.new("Bright yellow")
  641. ra2.CanCollide = false
  642. ra2.Locked = true
  643. ra2.Transparency = 1
  644. ra2.Parent = ZANOOB
  645. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  646. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  647. local ra3 = Instance.new("Part")
  648. nooutline(ra3)
  649. ra3.Anchored = false
  650. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  651. ra3.Name = "ra3"
  652. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  653. ra3.BrickColor = BrickColor.new("Br. yellowish green")
  654. ra3.CanCollide = false
  655. ra3.Locked = true
  656. ra3.Transparency = 1
  657. ra3.Parent = ZANOOB
  658. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  659. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  660. local ra4 = Instance.new("Part")
  661. nooutline(ra4)
  662. ra4.Anchored = false
  663. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  664. ra4.Name = "ra4"
  665. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  666. ra4.BrickColor = BrickColor.new("Br. yellowish green")
  667. ra4.CanCollide = false
  668. ra4.Locked = true
  669. ra4.Transparency = 1
  670. ra4.Parent = ZANOOB
  671. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  672. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  673. local ra5 = Instance.new("Part")
  674. nooutline(ra5)
  675. ra5.Anchored = false
  676. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  677. ra5.Name = "ra5"
  678. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  679. ra5.BrickColor = BrickColor.new("Bright yellow")
  680. ra5.CanCollide = false
  681. ra5.Locked = true
  682. ra5.Transparency = 1
  683. ra5.Parent = ZANOOB
  684. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  685. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  686. local la1 = Instance.new("Part")
  687. nooutline(la1)
  688. la1.Anchored = false
  689. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  690. la1.Name = "la1"
  691. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  692. la1.BrickColor = BrickColor.new("Bright yellow")
  693. la1.CanCollide = false
  694. la1.Locked = true
  695. la1.Transparency = 1
  696. la1.Parent = ZANOOB
  697. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  698. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  699. local la2 = Instance.new("Part")
  700. nooutline(la2)
  701. la2.Anchored = false
  702. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  703. la2.Name = "la2"
  704. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  705. la2.BrickColor = BrickColor.new("Bright yellow")
  706. la2.CanCollide = false
  707. la2.Locked = true
  708. la2.Transparency = 1
  709. la2.Parent = ZANOOB
  710. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  711. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  712. local la3 = Instance.new("Part")
  713. nooutline(la3)
  714. la3.Anchored = false
  715. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  716. la3.Name = "la3"
  717. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  718. la3.BrickColor = BrickColor.new("Br. yellowish green")
  719. la3.CanCollide = false
  720. la3.Locked = true
  721. la3.Transparency = 1
  722. la3.Parent = ZANOOB
  723. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  724. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  725. local la4 = Instance.new("Part")
  726. nooutline(la4)
  727. la4.Anchored = false
  728. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  729. la4.Name = "la4"
  730. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  731. la4.BrickColor = BrickColor.new("Br. yellowish green")
  732. la4.CanCollide = false
  733. la4.Locked = true
  734. la4.Transparency = 1
  735. la4.Parent = ZANOOB
  736. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  737. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  738. local la5 = Instance.new("Part")
  739. nooutline(la5)
  740. la5.Anchored = false
  741. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  742. la5.Name = "la5"
  743. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  744. la5.BrickColor = BrickColor.new("Bright yellow")
  745. la5.CanCollide = false
  746. la5.Locked = true
  747. la5.Transparency = 1
  748. la5.Parent = ZANOOB
  749. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  750. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  751. local ll1 = Instance.new("Part")
  752. nooutline(ll1)
  753. ll1.Anchored = false
  754. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  755. ll1.Name = "ll1"
  756. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  757. ll1.BrickColor = BrickColor.new("Br. yellowish green")
  758. ll1.CanCollide = false
  759. ll1.Locked = true
  760. ll1.Transparency = 1
  761. ll1.Parent = ZANOOB
  762. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  763. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  764. local ll2 = Instance.new("Part")
  765. nooutline(ll2)
  766. ll2.Anchored = false
  767. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  768. ll2.Name = "ll2"
  769. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  770. ll2.BrickColor = BrickColor.new("Br. yellowish green")
  771. ll2.CanCollide = false
  772. ll2.Locked = true
  773. ll2.Transparency = 1
  774. ll2.Parent = ZANOOB
  775. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  776. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  777. local ll3 = Instance.new("Part")
  778. nooutline(ll3)
  779. ll3.Anchored = false
  780. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  781. ll3.Name = "ll3"
  782. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  783. ll3.BrickColor = BrickColor.new("Bright yellow")
  784. ll3.CanCollide = false
  785. ll3.Locked = true
  786. ll3.Transparency = 1
  787. ll3.Parent = ZANOOB
  788. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  789. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  790. local rr1 = Instance.new("Part")
  791. nooutline(rr1)
  792. rr1.Anchored = false
  793. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  794. rr1.Name = "rr1"
  795. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  796. rr1.BrickColor = BrickColor.new("Br. yellowish green")
  797. rr1.CanCollide = false
  798. rr1.Locked = true
  799. rr1.Transparency = 1
  800. rr1.Parent = ZANOOB
  801. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  802. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  803. local rr2 = Instance.new("Part")
  804. nooutline(rr2)
  805. rr2.Anchored = false
  806. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  807. rr2.Name = "rr2"
  808. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  809. rr2.BrickColor = BrickColor.new("Br. yellowish green")
  810. rr2.CanCollide = false
  811. rr2.Locked = true
  812. rr2.Transparency = 1
  813. rr2.Parent = ZANOOB
  814. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  815. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  816. local rr3 = Instance.new("Part")
  817. nooutline(rr3)
  818. rr3.Anchored = false
  819. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  820. rr3.Name = "rr3"
  821. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  822. rr3.BrickColor = BrickColor.new("Bright yellow")
  823. rr3.CanCollide = false
  824. rr3.Locked = true
  825. rr3.Transparency = 1
  826. rr3.Parent = ZANOOB
  827. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  828. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  829. return ZANOOB
  830. end
  831. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  832. coroutine.resume(coroutine.create(function()
  833. local rot = thenoob.HumanoidRootPart
  834. repeat
  835. swait()
  836. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  837. until rot == nil
  838. end))
  839. local rot = thenoob.HumanoidRootPart
  840. local ntorso = thenoob:FindFirstChild("Torso")
  841. local rightarm = thenoob:FindFirstChild("Right Arm")
  842. local leftarm = thenoob:FindFirstChild("Left Arm")
  843. local leftleg = thenoob:FindFirstChild("Left Leg")
  844. local rightleg = thenoob:FindFirstChild("Right Leg")
  845. local head = thenoob:FindFirstChild("Head")
  846. local face = head:FindFirstChild("face")
  847. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  848. local embpart = thenoob:FindFirstChild("raemblem")
  849. local nRJ = rot:FindFirstChild("RootJoint")
  850. local nN = ntorso:FindFirstChild("Neck")
  851. local nRS = ntorso:FindFirstChild("Right Shoulder")
  852. local nLS = ntorso:FindFirstChild("Left Shoulder")
  853. local nRH = ntorso:FindFirstChild("Right Hip")
  854. local nLH = ntorso:FindFirstChild("Left Hip")
  855. function standappear(nbz)
  856. if selected == false or activu == true then
  857. return
  858. end
  859. if appeared == false then
  860. appeared = true
  861. wherto = hrp
  862. addcfr = cf(-2, 1, 2)
  863. local apear = Instance.new("Sound")
  864. apear.SoundId = "rbxassetid://463010917"
  865. apear.Parent = rot
  866. apear.Volume = 1.25
  867. game.Debris:AddItem(apear, 1.5)
  868. apear:Play()
  869. for _, n in pairs(nbz:GetChildren()) do
  870. coroutine.resume(coroutine.create(function()
  871. for _ = 1, 5 do
  872. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  873. swait()
  874. n.Transparency = n.Transparency - 0.2
  875. face.Transparency = face.Transparency - 0.2
  876. emblem.Transparency = emblem.Transparency - 0.2
  877. end
  878. end
  879. if n ~= rot and n ~= embpart then
  880. n.Transparency = 0
  881. end
  882. face.Transparency = 0
  883. emblem.Transparency = 0
  884. end))
  885. end
  886. elseif appeared == true then
  887. appeared = false
  888. wherto = hrp
  889. addcfr = cf(0, 0, 0)
  890. for _, n in pairs(nbz:GetChildren()) do
  891. coroutine.resume(coroutine.create(function()
  892. for _ = 1, 5 do
  893. if n ~= rot and n ~= embpart then
  894. swait()
  895. n.Transparency = n.Transparency + 0.2
  896. face.Transparency = face.Transparency + 0.2
  897. emblem.Transparency = emblem.Transparency + 0.2
  898. end
  899. end
  900. if n ~= rot and n ~= embpart then
  901. n.Transparency = 1
  902. end
  903. face.Transparency = 1
  904. emblem.Transparency = 1
  905. end))
  906. end
  907. end
  908. end
  909. function THREATENING()
  910. if selected == false or activu == true then
  911. return
  912. end
  913. if POSU == false then
  914. POSU = true
  915. human.WalkSpeed = 0
  916. local d = Instance.new("ParticleEmitter")
  917. d.Name = "MENACINGU"
  918. d.Lifetime = NumberRange.new(1)
  919. d.Rate = 2
  920. d.Texture = "rbxassetid://298768656"
  921. d.VelocitySpread = 60
  922. d.Parent = tors
  923. human:SetStateEnabled(3, false)
  924. local randomoth = math.random(1, 2)
  925. if randomoth == 1 then
  926. repeat
  927. swait()
  928. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  929. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  930. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  931. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  932. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  933. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  934. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  935. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  936. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  937. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  938. until POSU == false
  939. elseif randomoth == 2 then
  940. repeat
  941. swait()
  942. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  943. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  944. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  945. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  946. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  947. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  948. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  949. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  950. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  951. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  952. until POSU == false
  953. end
  954. elseif POSU == true then
  955. POSU = false
  956. human.WalkSpeed = 16
  957. human:SetStateEnabled(3, true)
  958. tors.MENACINGU:Destroy()
  959. activu = true
  960. activu = false
  961. end
  962. end
  963. local EHMMM = 0
  964. function block()
  965. if EHMMM == 50 or selected == false or activu == true then
  966. return
  967. end
  968. if appeared == false then
  969. standappear(thenoob)
  970. end
  971. wherto = hrp
  972. addcfr = cf(0, 0, -3)
  973. local bep = true
  974. local humanshealth = human.Health
  975. activu = true
  976. human:SetStateEnabled(15, false)
  977. local de = mouse.KeyUp:connect(function(key)
  978. if key == "e" then
  979. bep = false
  980. end
  981. end)
  982. local poopes = 0
  983. repeat
  984. swait()
  985. poopes = poopes + 1
  986. human.Health = humanshealth
  987. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  988. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  989. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  990. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  991. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  992. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  993. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  994. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  995. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  996. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  997. until bep == false or poopes > 240
  998. de:Disconnect()
  999. human:SetStateEnabled(15, true)
  1000. activu = false
  1001. EHMMM = 50
  1002. coroutine.resume(coroutine.create(function()
  1003. wait(7)
  1004. EHMMM = 0
  1005. end))
  1006. wherto = hrp
  1007. addcfr = cf(-2, 1, 2)
  1008. end
  1009. function MUDA()
  1010. if selected == false or activu == true then
  1011. return
  1012. end
  1013. if appeared == false then
  1014. standappear(thenoob)
  1015. wherto = hrp
  1016. addcfr = cf(0, 0, -3.5)
  1017. end
  1018. wry:Stop()
  1019. local bep = true
  1020. activu = true
  1021. wherto = hrp
  1022. addcfr = cf(0, 0, -3.5)
  1023. local function blur(limb)
  1024. coroutine.resume(coroutine.create(function()
  1025. local memedon = {}
  1026. for i = 1, 6 do
  1027. local b1 = Instance.new("Part")
  1028. nooutline(b1)
  1029. b1.Size = Vector3.new(1, 2, 1)
  1030. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1031. b1.CanCollide = false
  1032. b1.BrickColor = limb.BrickColor
  1033. b1.Anchored = true
  1034. b1.Transparency = 0.7
  1035. b1.Locked = true
  1036. b1.Parent = modz
  1037. table.insert(memedon, b1)
  1038. end
  1039. local num = 0
  1040. repeat
  1041. swait()
  1042. num = num % 6 + 1
  1043. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1044. until bep == false
  1045. for i = 1, #memedon do
  1046. swait()
  1047. memedon[i]:Destroy()
  1048. end
  1049. end))
  1050. end
  1051. local de = mouse.KeyUp:connect(function(key)
  1052. if key == "r" then
  1053. bep = false
  1054. end
  1055. end)
  1056. blur(rightarm)
  1057. blur(leftarm)
  1058. local mudodo = Instance.new("Sound")
  1059. mudodo.Volume = 7.5
  1060. mudodo.SoundId = "rbxassetid://612888361"
  1061. mudodo.Looped = true
  1062. mudodo.Parent = hrp
  1063. mudodo:Play()
  1064. repeat
  1065. for _ = 1, 2 do
  1066. swait()
  1067. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1068. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1069. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1070. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1071. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1072. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1073. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1074. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1075. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1076. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1077. end
  1078. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1079. for _ = 1, 2 do
  1080. swait()
  1081. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1082. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1083. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1084. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1085. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1086. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1087. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1088. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1089. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1090. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1091. end
  1092. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1093. for _ = 1, 2 do
  1094. swait()
  1095. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1096. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1097. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1098. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1099. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1100. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1101. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1102. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1103. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1104. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1105. end
  1106. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1107. for _ = 1, 2 do
  1108. swait()
  1109. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1110. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1111. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1112. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1113. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1114. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1115. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1116. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1117. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1118. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1119. end
  1120. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1121. until bep == false or 0 >= human.Health
  1122. de:Disconnect()
  1123. mudodo:Stop()
  1124. wry:Play()
  1125. for _ = 1, 6 do
  1126. swait()
  1127. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1128. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1129. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1130. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1131. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1132. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1133. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1134. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1135. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1136. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1137. end
  1138. for _ = 1, 7 do
  1139. swait()
  1140. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1141. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1142. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1143. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1144. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1145. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1146. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1147. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1148. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1149. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1150. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1151. end
  1152. swait(5)
  1153. wherto = hrp
  1154. mudodo:Destroy()
  1155. addcfr = cf(-2, 1, 2)
  1156. activu = false
  1157. end
  1158. function cability()
  1159. if selected == false or activu == true then
  1160. return
  1161. end
  1162. if appeared == false then
  1163. standappear(thenoob)
  1164. wherto = hrp
  1165. addcfr = cf(0, 0, -3.75)
  1166. end
  1167. activu = true
  1168. wherto = hrp
  1169. addcfr = cf(0, 0, -3.5)
  1170. local ZAWRUA = Instance.new("Sound")
  1171. ZAWRUA.SoundId = "rbxassetid://257346558"
  1172. ZAWRUA.Volume = 3
  1173. ZAWRUA.Parent = hrp
  1174. ZAWRUA:Play()
  1175. game.Debris:AddItem(ZAWRUA, 2.5)
  1176. local wate = Instance.new("Part")
  1177. nooutline(wate)
  1178. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1179. wate.Material = "Neon"
  1180. wate.Transparency = 1
  1181. wate.BrickColor = BrickColor.new("Br. yellowish green")
  1182. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1183. wate.Anchored = true
  1184. wate.CanCollide = false
  1185. wate.Parent = modz
  1186. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1187. coroutine.resume(coroutine.create(function()
  1188. repeat
  1189. swait()
  1190. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1191. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1192. until not wate
  1193. end))
  1194. coroutine.resume(coroutine.create(function()
  1195. local pt = {}
  1196. for _ = 1, 10 do
  1197. local wp = Instance.new("Part")
  1198. nooutline(wp)
  1199. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1200. wp.Material = "Neon"
  1201. wp.Transparency = 1
  1202. wp.BrickColor = BrickColor.new("Br. yellowish green")
  1203. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1204. wp.Anchored = true
  1205. wp.CanCollide = false
  1206. wp.Parent = modz
  1207. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1208. table.insert(pt, wp)
  1209. table.insert(pt, wmz)
  1210. end
  1211. for m = 1, 45 do
  1212. swait()
  1213. for _, hey in pairs(pt) do
  1214. if hey.ClassName == "SpecialMesh" then
  1215. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1216. elseif hey.ClassName == "Part" then
  1217. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1218. hey.Transparency = hey.Transparency - 0.015
  1219. end
  1220. end
  1221. end
  1222. for m = 45, 50 do
  1223. swait()
  1224. for _, hey in pairs(pt) do
  1225. if hey.ClassName == "SpecialMesh" then
  1226. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1227. elseif hey.ClassName == "Part" then
  1228. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1229. hey.Transparency = hey.Transparency + 0.2
  1230. end
  1231. end
  1232. end
  1233. for _, AAA in pairs(pt) do
  1234. if AAA.ClassName == "Part" then
  1235. AAA:Destroy()
  1236. end
  1237. end
  1238. end))
  1239. for _ = 1, 50 do
  1240. swait()
  1241. wmesh.Scale = Vector3.new(9, 9, 9)
  1242. wate.Transparency = wate.Transparency - 0.008
  1243. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1244. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1245. 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)
  1246. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1247. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1248. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1249. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1250. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1251. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1252. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1253. end
  1254. local pooo = Instance.new("Sound")
  1255. pooo.SoundId = "rbxassetid://367499850"
  1256. pooo.Volume = 2
  1257. pooo.Parent = hrp
  1258. pooo:Play()
  1259. game.Debris:AddItem(pooo, 2.5)
  1260. for _ = 1, 1 do
  1261. swait()
  1262. wate.Transparency = wate.Transparency + 0.15
  1263. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1264. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1265. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1266. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1267. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1268. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1269. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1270. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1271. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1272. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1273. end
  1274. local swoo = Instance.new("Part")
  1275. nooutline(swoo)
  1276. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1277. swoo.Material = "Neon"
  1278. swoo.Transparency = 0.2
  1279. swoo.BrickColor = BrickColor.new("Br. yellowish green")
  1280. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1281. swoo.Anchored = true
  1282. swoo.CanCollide = false
  1283. swoo.Parent = modz
  1284. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1285. local pli = Instance.new("PointLight")
  1286. pli.Brightness = 2
  1287. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1288. pli.Range = 10
  1289. pli.Shadows = true
  1290. pli.Parent = swoo
  1291. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1292. tagability(swoo, 4)
  1293. for _ = 1, 10 do
  1294. swait()
  1295. wate.Transparency = wate.Transparency + 0.05
  1296. swoo.Transparency = swoo.Transparency + 0.075
  1297. pli.Range = pli.Range - 1
  1298. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1299. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1300. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1301. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1302. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1303. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1304. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1305. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1306. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1307. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1308. end
  1309. wate:Destroy()
  1310. swoo:Destroy()
  1311. pli:Destroy()
  1312. swait(15)
  1313. wherto = hrp
  1314. addcfr = cf(-2, 1, 2)
  1315. activu = false
  1316. end
  1317. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1318. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1319. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1320. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1321. function THEBEST()
  1322. if selected == false or activu == true or appeared == true or POSU == true then
  1323. return
  1324. end
  1325. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1326. local dipperrot
  1327. if dipperhat then
  1328. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1329. end
  1330. activu = true
  1331. POSU = true
  1332. cam.CameraType = "Scriptable"
  1333. chr.PrimaryPart = hrp
  1334. human.WalkSpeed = 0
  1335. human:SetStateEnabled(3, false)
  1336. local actmus1 = Instance.new("Sound")
  1337. actmus1.SoundId = "rbxassetid://188959462"
  1338. actmus1.Volume = 1.5
  1339. actmus1.RollOffMode = 1
  1340. actmus1.TimePosition = 0
  1341. actmus1.Parent = cam
  1342. local actmus2 = Instance.new("Sound")
  1343. actmus2.SoundId = "rbxassetid://188959462"
  1344. actmus2.Volume = 1.5
  1345. actmus2.RollOffMode = 1
  1346. actmus2.TimePosition = 0
  1347. actmus2.Parent = hrp
  1348. actmus1:Play()
  1349. actmus2:Play()
  1350. local mus1 = Instance.new("Sound")
  1351. mus1.SoundId = "rbxassetid://616594208"
  1352. mus1.Volume = 1.25
  1353. mus1.TimePosition = 0.45
  1354. mus1.Parent = cam
  1355. local mus2 = Instance.new("Sound")
  1356. mus2.SoundId = "rbxassetid://616594208"
  1357. mus2.Volume = 1.25
  1358. mus2.TimePosition = 0.45
  1359. mus2.Parent = hrp
  1360. local zawarudoda = Instance.new("Sound")
  1361. zawarudoda.SoundId = "rbxassetid://616576400"
  1362. zawarudoda.Volume = 2
  1363. zawarudoda.TimePosition = 0.3
  1364. zawarudoda.Parent = hrp
  1365. mus1:Play()
  1366. mus2:Play()
  1367. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1368. local regface = hed.face.Texture
  1369. local whogothit, bodyvel
  1370. local function checkhit(partoz, magn)
  1371. for _, guy in pairs(workspace:GetChildren()) do
  1372. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1373. whogothit = guy
  1374. guy:FindFirstChild("Humanoid").PlatformStand = true
  1375. do
  1376. local derp = Instance.new("BodyPosition")
  1377. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1378. derp.P = 8000
  1379. derp.D = 500
  1380. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1381. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1382. bodyvel = derp
  1383. local derp2 = Instance.new("BodyAngularVelocity")
  1384. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1385. derp2.P = 8000
  1386. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1387. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1388. delay(0.1, function()
  1389. derp2:Destroy()
  1390. end)
  1391. bodyvel = derp
  1392. wait(1.4)
  1393. guy:FindFirstChild("Humanoid").Parent:BreakJoints()
  1394. local die = Instance.new("Sound",guy.HumanoidRootPart)
  1395. die.SoundId = "rbxassetid://879938225"
  1396. die.Volume = 4
  1397. die:Play()
  1398. end
  1399. end
  1400. end
  1401. end
  1402. coroutine.resume(coroutine.create(function()
  1403. for _ = 1, 25 do
  1404. swait()
  1405. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1406. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1407. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1408. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1409. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1410. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1411. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1412. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1413. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1414. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1415. end
  1416. for _ = 1, 20 do
  1417. swait()
  1418. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1419. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1420. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1421. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1422. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1423. if dipperhat then
  1424. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1425. end
  1426. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1427. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1428. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1429. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1430. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1431. end
  1432. end))
  1433. repeat
  1434. swait()
  1435. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1436. until mus1.TimePosition > 2.9
  1437. mus1:Pause()
  1438. mus2:Pause()
  1439. zawarudoda:Play()
  1440. coroutine.resume(coroutine.create(function()
  1441. for _ = 1, 7 do
  1442. swait()
  1443. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1444. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1445. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1446. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1447. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1448. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1449. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1450. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1451. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1452. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1453. end
  1454. for _ = 1, 16 do
  1455. swait()
  1456. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1457. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1458. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1459. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1460. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1461. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1462. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1463. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1464. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1465. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1466. end
  1467. end))
  1468. repeat
  1469. swait()
  1470. until zawarudoda.TimePosition > 1.4
  1471. zawarudoda:Pause()
  1472. activu = false
  1473. standappear(thenoob)
  1474. wherto = hrp
  1475. addcfr = cf(3, 0.25, -1.5)
  1476. activu = true
  1477. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1478. for _ = 1, 10 do
  1479. swait()
  1480. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1481. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1482. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1483. 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)
  1484. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1485. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1486. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1487. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1488. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1489. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1490. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1491. end
  1492. wherto = hrp
  1493. addcfr = cf(-3, 0.25, -1.5)
  1494. for _ = 1, 25 do
  1495. swait()
  1496. checkhit(rightarm, 3)
  1497. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1498. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1499. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1500. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1501. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1502. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1503. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1504. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1505. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1506. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1507. end
  1508. if whogothit then
  1509. print("derp")
  1510. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1511. local laugo = Instance.new("Sound")
  1512. laugo.SoundId = "rbxassetid://291088606"
  1513. laugo.Volume = 1.5
  1514. laugo.Parent = hrp
  1515. game.Debris:AddItem(laugo, 2.5)
  1516. laugo:Play()
  1517. local sda = 0
  1518. local chn = 2
  1519. local cs = math.cos
  1520. for D = 1, 60 do
  1521. swait()
  1522. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1523. sda = sda + chn
  1524. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1525. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1526. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1527. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1528. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1529. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1530. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1531. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1532. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1533. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1534. end
  1535. hed.face.Texture = "rbxassetid://176777497"
  1536. mus1.TimePosition = 2.75
  1537. mus1:Play()
  1538. for C = 1, 30 do
  1539. swait()
  1540. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1541. sda = sda + chn
  1542. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1543. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1544. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1545. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1546. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1547. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1548. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1549. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1550. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1551. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1552. end
  1553. for _ = 1, 5 do
  1554. swait()
  1555. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1556. sda = sda + chn
  1557. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1558. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1559. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1560. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1561. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1562. if dipperhat then
  1563. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1564. end
  1565. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1566. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1567. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1568. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1569. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1570. end
  1571. wait(2)
  1572. elseif whogothit == nil then
  1573. print("noderp")
  1574. end
  1575. human:SetStateEnabled(3, true)
  1576. activu = false
  1577. standappear(thenoob)
  1578. activu = true
  1579. if dipperhat then
  1580. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1581. end
  1582. actmus1:Destroy()
  1583. actmus2:Destroy()
  1584. bast:Play()
  1585. if bodyvel then
  1586. bodyvel:Destroy()
  1587. end
  1588. cam.CameraType = "Custom"
  1589. hed.face.Texture = regface
  1590. chr.PrimaryPart = head
  1591. human.WalkSpeed = 16
  1592. activu = false
  1593. POSU = false
  1594. end
  1595. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1596. for _, guy in pairs(workspace:GetChildren()) do
  1597. 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
  1598. do
  1599. local humz = guy:FindFirstChild("Humanoid")
  1600. local horp = guy:FindFirstChild("HumanoidRootPart")
  1601. TakeDamage(humz, dmg)
  1602. local db = Instance.new("StringValue")
  1603. db.Name = "alabo"
  1604. db.Parent = horp
  1605. delay(debtim, function()
  1606. db:Destroy()
  1607. end)
  1608. local b = Instance.new("Part")
  1609. nooutline(b)
  1610. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1611. b.Transparency = 0.25
  1612. b.Anchored = true
  1613. b.CanCollide = false
  1614. b.BrickColor = BrickColor.new("Institutional white")
  1615. b.Locked = true
  1616. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1617. b.Parent = modz
  1618. local c = Instance.new("SpecialMesh")
  1619. c.MeshType = "Sphere"
  1620. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1621. c.Parent = b
  1622. game.Debris:AddItem(b, 1)
  1623. if bodyfdire then
  1624. local boopyve = Instance.new("BodyVelocity")
  1625. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1626. boopyve.P = math.huge
  1627. boopyve.Velocity = bodyfdire
  1628. boopyve.Parent = horp
  1629. game.Debris:AddItem(boopyve, debtim)
  1630. end
  1631. local bet = Instance.new("Sound")
  1632. bet.Pitch = rd2(9, 11) / 10
  1633. bet.Volume = rd2(12, 14) / 10
  1634. bet.SoundId = "rbxassetid://165604684"
  1635. bet.Parent = b
  1636. bet:Play()
  1637. coroutine.resume(coroutine.create(function()
  1638. for _ = 1, 5 do
  1639. swait()
  1640. b.Transparency = b.Transparency + 0.15
  1641. c.Scale = c.Scale + Vector3.new(0.2 * dmg, 0.2 * dmg, 0.2 * dmg)
  1642. end
  1643. end))
  1644. end
  1645. end
  1646. end
  1647. end
  1648. function tagability(partoz, magn)
  1649. for _, guy in pairs(workspace:GetChildren()) do
  1650. 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("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
  1651. do
  1652. local humz = guy:FindFirstChild("Humanoid")
  1653. humz.PlatformStand = true
  1654. delay(1, function()
  1655. humz.PlatformStand = false
  1656. end)
  1657. local horp = guy:FindFirstChild("HumanoidRootPart")
  1658. local db = Instance.new("StringValue")
  1659. db.Name = "dedrbaba"
  1660. db.Parent = horp
  1661. local bodyrot = Instance.new("BodyAngularVelocity")
  1662. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1663. bodyrot.P = math.huge
  1664. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1665. bodyrot.Parent = horp
  1666. local hL, tL, aL, bL, cL, dL
  1667. game.Debris:AddItem(bodyrot, 0.2)
  1668. if guy:FindFirstChild("Head") then
  1669. hL = guy:FindFirstChild("Head")
  1670. hL.BrickColor = BrickColor.new("Bright yellow")
  1671. end
  1672. if guy:FindFirstChild("Torso") then
  1673. tL = guy:FindFirstChild("Torso")
  1674. tL.BrickColor = BrickColor.new("Bright blue")
  1675. end
  1676. if guy:FindFirstChild("Left Arm") then
  1677. aL = guy:FindFirstChild("Left Arm")
  1678. aL.BrickColor = BrickColor.new("Bright yellow")
  1679. end
  1680. if guy:FindFirstChild("Right Arm") then
  1681. bL = guy:FindFirstChild("Right Arm")
  1682. bL.BrickColor = BrickColor.new("Bright yellow")
  1683. end
  1684. if guy:FindFirstChild("Left Leg") then
  1685. cL = guy:FindFirstChild("Left Leg")
  1686. cL.BrickColor = BrickColor.new("Br. yellowish green")
  1687. end
  1688. if guy:FindFirstChild("Right Leg") then
  1689. dL = guy:FindFirstChild("Right Leg")
  1690. dL.BrickColor = BrickColor.new("Br. yellowish green")
  1691. end
  1692. coroutine.resume(coroutine.create(function()
  1693. if aL then
  1694. aL.Name = "Right Arm"
  1695. wait()
  1696. end
  1697. if bL then
  1698. bL.Name = "Left Leg"
  1699. wait()
  1700. end
  1701. if cL then
  1702. cL.Name = "Left Arm"
  1703. wait()
  1704. end
  1705. if dL then
  1706. dL.Name = "Right Leg"
  1707. end
  1708. end))
  1709. end
  1710. end
  1711. end
  1712. end
  1713. mouse.KeyDown:connect(function(key)
  1714. if human.Health <= 100 then
  1715. return
  1716. end
  1717. for i,v in pairs(whitelist) do
  1718. if key == "f" then
  1719. standappear(thenoob)
  1720. end
  1721. if key == "r" then
  1722. MUDA()
  1723. end
  1724. if key == "e" then
  1725. block()
  1726. end
  1727. if key == "v" then
  1728. cability()
  1729. end
  1730. if key == "m" and plr.Name == v then
  1731. THEBEST()
  1732. end
  1733. if key == "j" then
  1734. THREATENING()
  1735. end
  1736. if key == "k" then
  1737. konodioda:Play()
  1738. end
  1739. if key == "l" then
  1740. bast:Play()
  1741. end
  1742. if key == "p" then
  1743. zaworld:Play()
  1744. end
  1745. end
  1746. end)
  1747. tool.Equipped:connect(function()
  1748. selected = true
  1749. end)
  1750. tool.Unequipped:connect(function()
  1751. selected = false
  1752. end)
  1753. sine = 0
  1754. charge = 1
  1755. cos = math.cos
  1756. game:GetService("RunService").RenderStepped:connect(function()
  1757. if POSU == false then
  1758. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1759. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1760. local checkstate = human:GetState()
  1761. if checkstate.Value == 13 then
  1762. animpose = "Sitting"
  1763. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1764. animpose = "Jumping"
  1765. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1766. animpose = "Falling"
  1767. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1768. animpose = "Idle"
  1769. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1770. animpose = "Walking"
  1771. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1772. animpose = "TooFast"
  1773. end
  1774. if animpose == "Idle" then
  1775. sine = sine + charge
  1776. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1777. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1778. 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)
  1779. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1780. 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)
  1781. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1782. 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)
  1783. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1784. 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)
  1785. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1786. end
  1787. if animpose == "Walking" then
  1788. sine = sine + charge
  1789. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1790. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1791. 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)
  1792. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1793. 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)
  1794. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1795. 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)
  1796. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1797. 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)
  1798. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1799. end
  1800. if animpose == "Jumping" then
  1801. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1802. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1803. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1804. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1805. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1806. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1807. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1808. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1809. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1810. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1811. end
  1812. if animpose == "Falling" then
  1813. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1814. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1815. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1816. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1817. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1818. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1819. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1820. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1821. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1822. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1823. end
  1824. if animpose == "TooFast" then
  1825. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1826. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1827. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1828. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1829. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1830. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1831. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1832. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1833. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1834. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1835. end
  1836. if animpose == "Sitting" then
  1837. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1838. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1839. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1840. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1841. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1842. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1843. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1844. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1845. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1846. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1847. end
  1848. end
  1849. if appeared == false and activu == false then
  1850. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1851. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1852. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1853. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1854. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1855. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1856. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1857. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1858. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1859. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1860. elseif appeared == true and activu == false then
  1861. sine = sine + charge
  1862. 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)
  1863. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1864. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1865. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1866. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1867. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1868. 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)
  1869. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1870. 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)
  1871. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1872. end
  1873. end)
  1874. function dispose()
  1875. for i, v in pairs(getfenv(0)) do
  1876. v = nil
  1877. end
  1878. error = nil
  1879. print = nil
  1880. warn = nil
  1881. end
  1882. human.Died:connect(dispose)
  1883. chr.Changed:connect(function()
  1884. if chr.Parent == nil then
  1885. dispose()
  1886. end
  1887. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement