Advertisement
Causmic

Update 1.1 | EggHunt 2020 GUI

Apr 8th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 250.36 KB | None | 0 0
  1. -- Made By Causmics --
  2.  
  3. -- Instances:
  4.  
  5. local EggHunt = Instance.new("ScreenGui")
  6. local OpenFrame = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local MainFrame = Instance.new("Frame")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local DungeonQuest = Instance.new("TextButton")
  11. local MadCity = Instance.new("TextButton")
  12. local AWoldOrOther = Instance.new("TextButton")
  13. local SuperDoomspire = Instance.new("TextButton")
  14. local ZombieStrikeGunMods = Instance.new("TextButton")
  15. local RobotInc = Instance.new("TextButton")
  16. local Minery = Instance.new("TextButton")
  17. local ScubaDiving = Instance.new("TextButton")
  18. local TextingSimulator = Instance.new("TextButton")
  19. local TinyTanks = Instance.new("TextButton")
  20. local SpeedRace = Instance.new("TextButton")
  21. local Timetravel = Instance.new("TextButton")
  22. local Deathrun = Instance.new("TextButton")
  23. local Sharkbite = Instance.new("TextButton")
  24. local EggSimulator = Instance.new("TextButton")
  25. local PlaneCrazy = Instance.new("TextButton")
  26. local Flop = Instance.new("TextButton")
  27. local RobloxianHighSchool = Instance.new("TextButton")
  28. local SkiResort = Instance.new("TextButton")
  29. local Eg = Instance.new("TextButton")
  30. local BuildABoatForTreasure = Instance.new("TextButton")
  31. local BadBuisness = Instance.new("TextButton")
  32. local GUIMadebyCausmics = Instance.new("TextBox")
  33. local Frame = Instance.new("Frame")
  34. local GUIName = Instance.new("Frame")
  35. local Close = Instance.new("TextButton")
  36.  
  37. --Properties:
  38.  
  39. EggHunt.Name = "Egg Hunt"
  40. EggHunt.Parent = game.CoreGui
  41. EggHunt.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. OpenFrame.Name = "OpenFrame"
  44. OpenFrame.Parent = EggHunt
  45. OpenFrame.Active = true
  46. OpenFrame.BackgroundColor3 = Color3.fromRGB(80, 179, 0)
  47. OpenFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48. OpenFrame.Position = UDim2.new(0, 0, 0.424836606, 0)
  49. OpenFrame.Size = UDim2.new(0, 118, 0, 36)
  50.  
  51. Open.Name = "Open"
  52. Open.Parent = OpenFrame
  53. Open.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  54. Open.BorderColor3 = Color3.fromRGB(0, 184, 46)
  55. Open.Position = UDim2.new(0, 0, -2.23517418e-08, 0)
  56. Open.Size = UDim2.new(0, 118, 0, 36)
  57. Open.Font = Enum.Font.SciFi
  58. Open.Text = "Open"
  59. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. Open.TextSize = 32.000
  61. Open.TextStrokeColor3 = Color3.fromRGB(80, 179, 0)
  62. Open.TextStrokeTransparency = 0.000
  63. Open.MouseButton1Down:connect(function()
  64. MainFrame.Visible = true
  65. OpenFrame.Visible = false
  66. end)
  67.  
  68. MainFrame.Name = "MainFrame"
  69. MainFrame.Parent = EggHunt
  70. MainFrame.Active = true
  71. MainFrame.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  72. MainFrame.BorderColor3 = Color3.fromRGB(0, 184, 46)
  73. MainFrame.BorderSizePixel = 3
  74. MainFrame.Position = UDim2.new(0.353907943, 0, 0.263908505, 0)
  75. MainFrame.Size = UDim2.new(0, 417, 0, 360)
  76. MainFrame.Visible = false
  77.  
  78. ScrollingFrame.Parent = MainFrame
  79. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  80. ScrollingFrame.BorderColor3 = Color3.fromRGB(70, 70, 70)
  81. ScrollingFrame.Position = UDim2.new(0.00479616318, 0, 0.111951873, 0)
  82. ScrollingFrame.Size = UDim2.new(0, 415, 0, 319)
  83.  
  84. DungeonQuest.Name = "Dungeon Quest"
  85. DungeonQuest.Parent = ScrollingFrame
  86. DungeonQuest.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  87. DungeonQuest.Position = UDim2.new(0.0219310876, 0, 0.0242411941, 0)
  88. DungeonQuest.Size = UDim2.new(0, 382, 0, 22)
  89. DungeonQuest.Font = Enum.Font.SourceSans
  90. DungeonQuest.Text = "Dungeon Quest"
  91. DungeonQuest.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. DungeonQuest.TextSize = 14.000
  93. DungeonQuest.MouseButton1Down:connect(function()
  94. _G.Class = "Mage" -- Warrior/Mage/Healer/Tank
  95.  
  96. local remotes = game.ReplicatedStorage:WaitForChild("remotes")
  97. if game.PlaceId == 2414851778 then
  98. remotes.loadPlayerCharacter:FireServer()
  99. repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("inventory") ~= nil and game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.rightSideFrame.ScrollingFrame:FindFirstChild("UIGridLayout") and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  100. remotes.createLobby:InvokeServer("Egg Island", "Nightmare", 0, true, true, false)
  101. remotes.startDungeon:FireServer()
  102. else
  103. repeat wait() until game.Players.LocalPlayer.Character ~= nil
  104. repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("inventory") ~= nil and game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.rightSideFrame.ScrollingFrame:FindFirstChild("UIGridLayout") and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  105. local attack = coroutine.wrap(function()
  106. remotes.equipItem:InvokeServer(unpack{"ability", game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.qAbility.itemType.uniqueItemNum.Value, "w"})
  107. remotes.equipItem:InvokeServer(unpack{"ability", game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.eAbility.itemType.uniqueItemNum.Value, "w"})
  108. while wait() do
  109. local playerName = game.Players.LocalPlayer.Name
  110. game:GetService("Players").LocalPlayer.PlayerGui.alertBox.Frame.Visible = false
  111. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  112. if v:IsA("Tool") then
  113. v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  114. end
  115. end
  116. end
  117. end)
  118. attack()
  119. remotes.equipSet:FireServer(_G.Class)
  120. remotes.changeStartValue:FireServer()
  121. game:GetService('RunService').Stepped:connect(function()
  122. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  123. end)
  124. local fuckoff = coroutine.wrap(function()
  125. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  126. if string.find(v.Name:lower(), "leg") or v.Name == "LowerTorso" then
  127. v:Destroy()
  128. end
  129. end
  130. end)
  131. fuckoff()
  132. local ok = 28
  133. local ok1 = 0
  134. local ok2 = 0
  135. while wait() do
  136. for i,v in pairs(game:GetService("Workspace").dungeon:GetChildren()) do
  137. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  138. if v:FindFirstChild("enemyFolder") then
  139. for i,x in pairs(v.enemyFolder:GetChildren()) do
  140. if x:IsA("Model") and x:FindFirstChild("HumanoidRootPart") and x:FindFirstChild("Humanoid") then
  141. hum.CFrame = x.HumanoidRootPart.CFrame * CFrame.fromOrientation(300,0,0) + Vector3.new(ok1,ok,ok2)
  142. x.Humanoid.Health = 0
  143. end
  144. end
  145. end
  146. end
  147. end
  148. end
  149. end)
  150.  
  151.  
  152. MadCity.Name = "Mad City"
  153. MadCity.Parent = ScrollingFrame
  154. MadCity.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  155. MadCity.Position = UDim2.new(0.0219310876, 0, 0.0645189732, 0)
  156. MadCity.Size = UDim2.new(0, 382, 0, 22)
  157. MadCity.Font = Enum.Font.SourceSans
  158. MadCity.Text = "Mad City"
  159. MadCity.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. MadCity.TextSize = 14.000
  161. MadCity.MouseButton1Down:connect(function()
  162. while true do
  163. for i,v in pairs (game.Workspace.ObjectSelection:GetChildren()) do
  164. if (v.Name == "CollectEgg") then
  165. if (v.CollectEgg:FindFirstChild("Waypoint")) then
  166.  
  167. else
  168. local Part = Instance.new("Part", v.CollectEgg)
  169. local Mesh = Instance.new("CylinderMesh", Part)
  170. Part.Name = "Waypoint"
  171. Part.Size = Vector3.new(10, 4000, 10)
  172. Part.BrickColor = BrickColor.Blue()
  173. Part.Anchored = true
  174. Part.Transparency = 0.3
  175. Part.CanCollide = false;
  176. spawn(function()
  177. while true do
  178. Part.Position = v.CollectEgg.Position
  179. wait()
  180. end
  181. end)
  182. Part.Material = Enum.Material.Neon
  183. end
  184. end
  185. end
  186. wait()
  187. end
  188. while wait (15)do
  189. game:GetService("TeleportService"):Teleport(4864209470, game.Players.LocalPlayer);
  190. end
  191. end)
  192.  
  193. AWoldOrOther.Name = "A Wold Or Other"
  194. AWoldOrOther.Parent = ScrollingFrame
  195. AWoldOrOther.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  196. AWoldOrOther.Position = UDim2.new(0, 9, 0, 76)
  197. AWoldOrOther.Size = UDim2.new(0, 382, 0, 22)
  198. AWoldOrOther.Font = Enum.Font.SourceSans
  199. AWoldOrOther.Text = "A Wold Or Other"
  200. AWoldOrOther.TextColor3 = Color3.fromRGB(0, 0, 0)
  201. AWoldOrOther.TextSize = 14.000
  202. AWoldOrOther.MouseButton1Down:connect(function()
  203. for _,v in pairs(workspace.EffectsBin:GetDescendants()) do
  204. if v.Name == "CollectableItem" then
  205. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  206. end
  207. end
  208. wait()
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120.760399, 96.0576782, -357.129639)
  210. end)
  211.  
  212. SuperDoomspire.Name = "Super Doomspire"
  213. SuperDoomspire.Parent = ScrollingFrame
  214. SuperDoomspire.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  215. SuperDoomspire.Position = UDim2.new(0, 9, 0, 106)
  216. SuperDoomspire.Size = UDim2.new(0, 382, 0, 22)
  217. SuperDoomspire.Font = Enum.Font.SourceSans
  218. SuperDoomspire.Text = "Super Doomspire"
  219. SuperDoomspire.TextColor3 = Color3.fromRGB(0, 0, 0)
  220. SuperDoomspire.TextSize = 14.000
  221. SuperDoomspire.MouseButton1Down:connect(function()
  222. local character = game.Players.LocalPlayer.Character
  223. local b = character.HumanoidRootPart.CFrame
  224.  
  225. while wait(1) do
  226. for _,v in pairs(game:GetService("Workspace"):GetChildren()) do
  227. if v.Name == "EggPickup" then
  228. if v:FindFirstChild("Base") then
  229. --v.Base.CFrame = character.HumanoidRootPart.CFrame not gud
  230. character.HumanoidRootPart.CFrame = v.Base.CFrame
  231. wait(0.4)
  232. end
  233. end
  234. end
  235. character.HumanoidRootPart.CFrame = b
  236. end
  237. end)
  238.  
  239.  
  240. ZombieStrikeGunMods.Name = "Zombie Strike (Gun Mods)"
  241. ZombieStrikeGunMods.Parent = ScrollingFrame
  242. ZombieStrikeGunMods.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  243. ZombieStrikeGunMods.Position = UDim2.new(0, 9, 0, 137)
  244. ZombieStrikeGunMods.Size = UDim2.new(0, 382, 0, 22)
  245. ZombieStrikeGunMods.Font = Enum.Font.SourceSans
  246. ZombieStrikeGunMods.Text = " Zombie Strike ( Gun Mods )"
  247. ZombieStrikeGunMods.TextColor3 = Color3.fromRGB(0, 0, 0)
  248. ZombieStrikeGunMods.TextSize = 14.000
  249. ZombieStrikeGunMods.MouseButton1Down:connect(function()
  250. -- Made by TrashScripterF
  251. for i, v in pairs(getgc()) do
  252. if typeof(v) == "function" then
  253. local ups = debug.getupvalues(v)
  254. for c, d in pairs(ups) do
  255. if typeof(d) == "table" then
  256. if rawget(d,"FireRate") then
  257. rawset(d,"FireRate",20)
  258. end
  259. if rawget(d,"Recoil") then
  260. rawset(d,"Recoil",0)
  261. end
  262. if rawget(d,"Spread") then
  263. rawset(d,"Spread",0)
  264. end
  265. end
  266. end
  267. end
  268. end
  269.  
  270. game.StarterGui:SetCore("SendNotification", {
  271. Title = "Gun Mods Loaded",
  272. Text = "Join my discord for more scripts: https://discord.gg/czXkbCS",
  273. Duration = 5,
  274. })
  275. end)
  276.  
  277. RobotInc.Name = "Robot Inc."
  278. RobotInc.Parent = ScrollingFrame
  279. RobotInc.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  280. RobotInc.Position = UDim2.new(0, 8, 0, 167)
  281. RobotInc.Size = UDim2.new(0, 382, 0, 22)
  282. RobotInc.Font = Enum.Font.SourceSans
  283. RobotInc.Text = "Robot Inc"
  284. RobotInc.TextColor3 = Color3.fromRGB(0, 0, 0)
  285. RobotInc.TextSize = 14.000
  286. RobotInc.MouseButton1Down:connect(function()
  287. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  288.  
  289. for i,v in next, workspace.Camera:GetChildren() do --hiding in camera 200iq
  290. if v.Name == "eg" then
  291. root.CFrame = v.CFrame + Vector3.new(0,4,0)
  292. wait(0.1)
  293. end
  294. end
  295. end)
  296.  
  297. Minery.Name = "Minery"
  298. Minery.Parent = ScrollingFrame
  299. Minery.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  300. Minery.Position = UDim2.new(0, 9, 0, 196)
  301. Minery.Size = UDim2.new(0, 382, 0, 22)
  302. Minery.Font = Enum.Font.SourceSans
  303. Minery.Text = "Minery"
  304. Minery.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. Minery.TextSize = 14.000
  306. Minery.MouseButton1Down:connect(function()
  307. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  308.  
  309. root.CFrame = CFrame.new(-379, -35, 28)
  310. end)
  311.  
  312. ScubaDiving.Name = "Scuba Diving"
  313. ScubaDiving.Parent = ScrollingFrame
  314. ScubaDiving.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  315. ScubaDiving.Position = UDim2.new(0, 9, 0, 226)
  316. ScubaDiving.Size = UDim2.new(0, 382, 0, 22)
  317. ScubaDiving.Font = Enum.Font.SourceSans
  318. ScubaDiving.Text = "Scuba Diving"
  319. ScubaDiving.TextColor3 = Color3.fromRGB(0, 0, 0)
  320. ScubaDiving.TextSize = 14.000
  321. ScubaDiving.MouseButton1Down:connect(function()
  322. game:GetService("ReplicatedStorage").GiveBadge:FireServer(2124520719)
  323. game:GetService("ReplicatedStorage").GiveBadge:FireServer(2124521474)
  324. game:GetService("ReplicatedStorage").GiveBadge:FireServer(2124521475)
  325. game:GetService("ReplicatedStorage").GiveBadge:FireServer(2124521476)
  326. end)
  327.  
  328. TextingSimulator.Name = "Texting Simulator"
  329. TextingSimulator.Parent = ScrollingFrame
  330. TextingSimulator.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  331. TextingSimulator.Position = UDim2.new(0, 9, 0, 256)
  332. TextingSimulator.Size = UDim2.new(0, 382, 0, 22)
  333. TextingSimulator.Font = Enum.Font.SourceSans
  334. TextingSimulator.Text = "Texting Simulator"
  335. TextingSimulator.TextColor3 = Color3.fromRGB(0, 0, 0)
  336. TextingSimulator.TextSize = 14.000
  337. TextingSimulator.MouseButton1Down:connect(function()
  338. print("made by lace on v3rm")
  339. for i,v in pairs(game:GetService("Workspace").HackingTerminals:GetDescendants()) do
  340. if v.Name == "ArrowGoTo" then
  341. bruh = v.Parent.Parent.Name
  342. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  343. print(v.Parent.Parent.Name)
  344. wait(3)
  345. keypress(0x45)
  346. wait(1)
  347. keyrelease(0x45)
  348. wait(1)
  349. keypress(0x45)
  350. wait(1)
  351. keyrelease(0x45)
  352. wait(1)
  353. keypress(0x45)
  354. wait(1)
  355. keyrelease(0x45)
  356. wait(3)
  357. game:GetService("ReplicatedStorage").Events.TerminalReward:FireServer(game:GetService("Workspace").HackingTerminals[bruh].HackColor.Wedge.Rewards)
  358. game:GetService("ReplicatedStorage").Events.TerminalReward:FireServer(game:GetService("Workspace").HackingTerminals[bruh].HackColor.Wedge.Rewards)
  359. end
  360. end
  361. end)
  362.  
  363. TinyTanks.Name = "Tiny Tanks"
  364. TinyTanks.Parent = ScrollingFrame
  365. TinyTanks.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  366. TinyTanks.Position = UDim2.new(0, 8, 0, 286)
  367. TinyTanks.Size = UDim2.new(0, 382, 0, 22)
  368. TinyTanks.Font = Enum.Font.SourceSans
  369. TinyTanks.Text = "Tiny Tanks"
  370. TinyTanks.TextColor3 = Color3.fromRGB(0, 0, 0)
  371. TinyTanks.TextSize = 14.000
  372. TinyTanks.MouseButton1Down:connect(function()
  373. game:GetService("TeleportService"):Teleport(4866534618, game.Players.LocalPlayer);
  374. end)
  375.  
  376. SpeedRace.Name = "Speed Race"
  377. SpeedRace.Parent = ScrollingFrame
  378. SpeedRace.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  379. SpeedRace.Position = UDim2.new(0, 9, 0, 315)
  380. SpeedRace.Size = UDim2.new(0, 382, 0, 22)
  381. SpeedRace.Font = Enum.Font.SourceSans
  382. SpeedRace.Text = "Speed Race"
  383. SpeedRace.TextColor3 = Color3.fromRGB(0, 0, 0)
  384. SpeedRace.TextSize = 14.000
  385. SpeedRace.MouseButton1Down:connect(function()
  386. for i,v in pairs(game.Workspace.ActiveMap:GetChildren()) do
  387. if v.Name == "32" then
  388. print("map is heist")
  389. wait(5)
  390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-547.41, 560.8, 209.088))
  391. wait(10)
  392. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-160.465, 580.605, -38.0929))
  393. end
  394. end
  395. end)
  396.  
  397.  
  398. Timetravel.Name = "Time travel"
  399. Timetravel.Parent = ScrollingFrame
  400. Timetravel.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  401. Timetravel.Position = UDim2.new(0, 9, 0, 344)
  402. Timetravel.Size = UDim2.new(0, 382, 0, 22)
  403. Timetravel.Font = Enum.Font.SourceSans
  404. Timetravel.Text = "Time Travel Eggventure"
  405. Timetravel.TextColor3 = Color3.fromRGB(0, 0, 0)
  406. Timetravel.TextSize = 14.000
  407. Timetravel.MouseButton1Down:connect(function()
  408. -- Made By Causmics --
  409.  
  410. -- Instances:
  411.  
  412. local Eggventure = Instance.new("ScreenGui")
  413. local EggFrame = Instance.new("Frame")
  414. local InfiniteYield = Instance.new("TextButton")
  415. local KillBunny = Instance.new("TextButton")
  416. local Parkour1 = Instance.new("TextButton")
  417. local SafeArea = Instance.new("TextButton")
  418. local Parkour2 = Instance.new("TextButton")
  419. local CollectEggs = Instance.new("TextButton")
  420. local GuiName = Instance.new("TextLabel")
  421. local TextLabel = Instance.new("TextLabel")
  422.  
  423. --Properties:
  424.  
  425. Eggventure.Name = "Eggventure"
  426. Eggventure.Parent = game.CoreGui
  427. Eggventure.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  428.  
  429. EggFrame.Name = "EggFrame"
  430. EggFrame.Parent = Eggventure
  431. EggFrame.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  432. EggFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  433. EggFrame.BorderSizePixel = 4
  434. EggFrame.Position = UDim2.new(0.778940022, 0, 0.31633988, 0)
  435. EggFrame.Size = UDim2.new(0, 310, 0, 257)
  436.  
  437. InfiniteYield.Name = "InfiniteYield"
  438. InfiniteYield.Parent = EggFrame
  439. InfiniteYield.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  440. InfiniteYield.Position = UDim2.new(0.354838699, 0, 0.16731517, 0)
  441. InfiniteYield.Size = UDim2.new(0, 90, 0, 41)
  442. InfiniteYield.Font = Enum.Font.SourceSans
  443. InfiniteYield.Text = "Admin Cmds"
  444. InfiniteYield.TextColor3 = Color3.fromRGB(255, 255, 255)
  445. InfiniteYield.TextSize = 14.000
  446. InfiniteYield.MouseButton1Down:connect(function()
  447. -- Creator: illremember#3799
  448.  
  449. -- Credits to infinite yield, harkinian, dex creators
  450.  
  451. prefix = ";"
  452. wait(0.3)
  453. Commands = {
  454. '[-] cmdbar is shown when ; is pressed.',
  455. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  456. '[2] bring [plr] -- You need a tool! Will bring player to you',
  457. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  458. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  459. '[5] attach [plr] -- You need a tool! Attaches you to player',
  460. '[6] unattach [plr] -- Attempts to unattach you from a player',
  461. '[7] follow [plr] -- Makes you follow behind the player',
  462. '[8] unfollow',
  463. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  464. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  465. '[11] untrail',
  466. '[12] orbit [plr] -- Makes you orbit the player',
  467. '[13] unorbit',
  468. '[14] fling [plr] -- Makes you fling the player',
  469. '[15] unfling',
  470. '[16] fecheck -- Checks if the game is FE or not',
  471. '[17] void [plr] -- Teleports player to the void',
  472. '[18] noclip -- Gives you noclip to walk through walls',
  473. '[19] clip -- Removes noclip',
  474. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  475. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  476. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  477. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  478. '[24] annoy [plr] -- Loop teleports you to the player',
  479. '[25] unannoy',
  480. '[26] headwalk [plr] -- Loop teleports you to the player head',
  481. '[27] unheadwalk',
  482. '[28] nolimbs -- Removes your arms and legs',
  483. '[29] god -- Gives you FE Godmode',
  484. '[30] drophats -- Drops your accessories',
  485. '[31] droptool -- Drops any tool you have equipped',
  486. '[32] loopdhats -- Loop drops your accessories',
  487. '[33] unloopdhats',
  488. '[34] loopdtool -- Loop drops any tools you have equipped',
  489. '[35] unloopdtool',
  490. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  491. '[37] view [plr] -- Changes your camera to the player character',
  492. '[38] unview',
  493. '[39] goto [plr] -- Teleports you to player',
  494. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  495. '[41] unfly',
  496. '[42] chat [msg] -- Makes you chat a message',
  497. '[43] spam [msg] -- Spams a message',
  498. '[44] unspam',
  499. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  500. '[46] pmspam [plr] -- Spams a player in private message',
  501. '[47] unpmspam',
  502. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  503. '[49] uncfreeze [plr]',
  504. '[50] unlockws -- Unlocks the workspace',
  505. '[51] lockws -- Locks the workspace',
  506. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  507. '[53] pstand -- Enables platform stand',
  508. '[54] unpstand -- Disables platform stand',
  509. '[55] blockhead -- Removes your head mesh',
  510. '[56] sit',
  511. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  512. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  513. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  514. '[60] cmds -- Prints all commands',
  515. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  516. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  517. '[63] spinner -- Makes you spin',
  518. '[64] nospinner',
  519. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  520. '[66] noreach -- Removes reach, must have tool equipped',
  521. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  522. '[68] tp me [plr] -- Alternative to goto',
  523. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  524. '[70] uncbring',
  525. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  526. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  527. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  528. '[74] unglitch -- Unglitches you',
  529. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  530. '[76] explorer -- Loads up DEX',
  531. '[77] reset -- Resets your character.',
  532. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  533. '[79] animgui -- Loads up Energize animations GUI',
  534. '[80] savepos -- Saves your current position',
  535. '[81] loadpos -- Teleports you to your saved position',
  536. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  537. '[83] unbang',
  538. '[84] delcmdbar -- Removes the command bar completely',
  539. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  540. '[86] shutdown -- Uses harkinians script to shutdown server',
  541. '[87] respawn -- If grespawn doesnt work you can use respawn',
  542. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  543. '[89] getplrs -- Prints all players in game',
  544. '[90] deldecal -- Deletes all decals client sided',
  545. '[91] opfinality -- Loads in my FE GUI Opfinality',
  546. '[92] remotes -- Prints all remotes in the game in the console when added',
  547. '[93] noremotes -- Stops printing remotes',
  548. '[94] tpdefault -- Stops all loop teleports to a player',
  549. '[95] stopsit -- Will not allow you to sit',
  550. '[96] gosit -- Allows you to sit',
  551. '[97] clicktp -- Enables click tp',
  552. '[98] noclicktp -- Disables click tp',
  553. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  554. '[100] toolsoff -- Stops ;toolson',
  555. '[101] version -- Gets the admin version',
  556. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  557. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  558. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  559. '[105] clickdel -- Delete any block you press q on, client sided',
  560. '[106] noclickdel -- Stops clickdel',
  561. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  562. '[108] unlooprhats -- Stops loop removing mesh',
  563. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  564. '[110] unlooprtool -- Stops loop removing mesh',
  565. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  566. '[112] age [plr] -- Makes you chat the account age of the player',
  567. '[113] id [plr] -- Makes you chat the account ID of the player',
  568. '[114] .age [plr] -- Privately shows you the account age of the player',
  569. '[115] .id [plr] -- Privately shows you the account ID of the player',
  570. '[116] gameid -- Shows the game ID',
  571. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  572. '[118] removefog -- Removes fog, client sided',
  573. '[119] disable -- Disables your character by removing humanoid',
  574. '[120] enable -- Enables your character by adding humanoid',
  575. '[121] prefix [key] -- Changes the prefix used, default is ;',
  576. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  577. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  578. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  579. '[125] uncarpet -- Stops carpet player',
  580. '[126] stare [plr] -- Turns your character to stare at another player',
  581. '[127] unstare -- Stops stare player',
  582. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  583. '[129] unlogchat -- Disables logchat',
  584. '[130] fixcam -- Fixes/resets your camera',
  585. '[131] unstate -- Stops changing state',
  586. }
  587. speedget = 1
  588.  
  589. lplayer = game:GetService("Players").LocalPlayer
  590.  
  591. lplayer.CharacterAdded:Connect(function(character)
  592. spin = false
  593. flying = false
  594. staring = false
  595. banpl = false
  596. end)
  597.  
  598. function change()
  599. prefix = prefix
  600. speedfly = speedfly
  601. end
  602.  
  603. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  604. local Found = {}
  605. local strl = String:lower()
  606. if strl == "all" then
  607. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  608. table.insert(Found,v)
  609. end
  610. elseif strl == "others" then
  611. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  612. if v.Name ~= lplayer.Name then
  613. table.insert(Found,v)
  614. end
  615. end
  616. elseif strl == "me" then
  617. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  618. if v.Name == lplayer.Name then
  619. table.insert(Found,v)
  620. end
  621. end
  622. else
  623. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  624. if v.Name:lower():sub(1, #String) == String:lower() then
  625. table.insert(Found,v)
  626. end
  627. end
  628. end
  629. return Found
  630. end
  631.  
  632. local Mouse = lplayer:GetMouse()
  633.  
  634. spin = false
  635. followed = false
  636. traill = false
  637. noclip = false
  638. annoying = false
  639. hwalk = false
  640. droppinghats = false
  641. droppingtools = false
  642. flying = false
  643. spamdelay = 1
  644. spamming = false
  645. spammingpm = false
  646. cbringing = false
  647. remotes = true
  648. added = true
  649. binds = false
  650. stopsitting = false
  651. clickgoto = false
  652. gettingtools = false
  653. removingmeshhats = false
  654. removingmeshtool = false
  655. clickdel = false
  656. staring = false
  657. chatlogs = false
  658. banpl = false
  659. changingstate = false
  660. statechosen = 0
  661.  
  662. adminversion = "Reviz Admin by illremember, Version 2.0"
  663.  
  664. flying = false
  665. speedfly = 1
  666.  
  667. function plrchat(plr, chat)
  668. print(plr.Name..": "..tick().."\n"..chat)
  669. end
  670.  
  671. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  672. v.Chatted:connect(function(chat)
  673. if chatlogs then
  674. plrchat(v, chat)
  675. end
  676. end)
  677. end
  678. game:GetService("Players").PlayerAdded:connect(function(plr)
  679. plr.Chatted:connect(function(chat)
  680. if chatlogs then
  681. plrchat(plr, chat)
  682. end
  683. end)
  684. end)
  685.  
  686.  
  687. local ScreenGui = Instance.new("ScreenGui")
  688. local Frame = Instance.new("Frame")
  689. local CMDBAR = Instance.new("TextBox")
  690. ScreenGui.Parent = game:GetService("CoreGui")
  691. Frame.Parent = ScreenGui
  692. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  693. Frame.BackgroundTransparency = 0.3
  694. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  695. Frame.Size = UDim2.new(0, 200, 0, 40)
  696. Frame.Active = true
  697. Frame.Draggable = true
  698. CMDBAR.Name = "CMDBAR"
  699. CMDBAR.Parent = Frame
  700. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  701. CMDBAR.BackgroundTransparency = 0.20000000298023
  702. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  703. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  704. CMDBAR.Font = Enum.Font.SourceSansLight
  705. CMDBAR.FontSize = Enum.FontSize.Size14
  706. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  707. CMDBAR.TextScaled = true
  708. CMDBAR.TextSize = 14
  709. CMDBAR.TextWrapped = true
  710. CMDBAR.Text = "Press ; to type, Enter to execute"
  711.  
  712. local CMDS = Instance.new("ScreenGui")
  713. local CMDSFRAME = Instance.new("Frame")
  714. local ScrollingFrame = Instance.new("ScrollingFrame")
  715. local TextLabel = Instance.new("TextLabel")
  716. local closegui = Instance.new("TextButton")
  717. CMDS.Name = "CMDS"
  718. CMDS.Parent = game:GetService("CoreGui")
  719. CMDSFRAME.Name = "CMDSFRAME"
  720. CMDSFRAME.Parent = CMDS
  721. CMDSFRAME.Active = true
  722. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  723. CMDSFRAME.BorderSizePixel = 0
  724. CMDSFRAME.Draggable = true
  725. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  726. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  727. CMDSFRAME.Visible = false
  728. ScrollingFrame.Parent = CMDSFRAME
  729. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  730. ScrollingFrame.BorderSizePixel = 0
  731. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  732. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  733. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  734. TextLabel.Parent = ScrollingFrame
  735. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  736. TextLabel.BackgroundTransparency = 1
  737. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  738. TextLabel.Font = Enum.Font.SourceSans
  739. TextLabel.FontSize = Enum.FontSize.Size18
  740. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  741. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  742. TextLabel.TextSize = 15
  743. TextLabel.TextWrapped = true
  744. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  745. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  746. closegui.Name = "closegui"
  747. closegui.Parent = CMDSFRAME
  748. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  749. closegui.BorderSizePixel = 0
  750. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  751. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  752. closegui.Font = Enum.Font.SourceSansBold
  753. closegui.FontSize = Enum.FontSize.Size24
  754. closegui.Text = "X"
  755. closegui.TextColor3 = Color3.new(1, 1, 1)
  756. closegui.TextSize = 20
  757.  
  758. closegui.MouseButton1Click:connect(function()
  759. CMDSFRAME.Visible = false
  760. end)
  761.  
  762. game:GetService('RunService').Stepped:connect(function()
  763. if spin then
  764. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  765. end
  766. if followed then
  767. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  768. end
  769. if traill then
  770. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  771. end
  772. if annoying then
  773. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  774. end
  775. if hwalk then
  776. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  777. end
  778. if staring then
  779. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  780. end
  781. end)
  782. game:GetService('RunService').Stepped:connect(function()
  783. if noclip then
  784. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  785. lplayer.Character.Head.CanCollide = false
  786. lplayer.Character.Torso.CanCollide = false
  787. lplayer.Character["Left Leg"].CanCollide = false
  788. lplayer.Character["Right Leg"].CanCollide = false
  789. else
  790. lplayer.Character.Humanoid:ChangeState(11)
  791. end
  792. end
  793. if changingstate then
  794. lplayer.Character.Humanoid:ChangeState(statechosen)
  795. end
  796. end)
  797. game:GetService('RunService').Stepped:connect(function()
  798. if droppinghats then
  799. for i,v in pairs(lplayer.Character:GetChildren()) do
  800. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  801. v.Parent = workspace
  802. end
  803. end
  804. end
  805. if droppingtools then
  806. for i,v in pairs(lplayer.Character:GetChildren()) do
  807. if (v:IsA("Tool")) then
  808. v.Parent = workspace
  809. end
  810. end
  811. end
  812. if removingmeshhats then
  813. for i,v in pairs(lplayer.Character:GetChildren()) do
  814. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  815. v.Handle.Mesh:Destroy()
  816. end
  817. end
  818. end
  819. if removingmeshtool then
  820. for i,v in pairs(lplayer.Character:GetChildren()) do
  821. if (v:IsA("Tool")) then
  822. v.Handle.Mesh:Destroy()
  823. end
  824. end
  825. end
  826. end)
  827. game:GetService('RunService').Stepped:connect(function()
  828. if banpl then
  829. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  830. end
  831. end)
  832. game:GetService('RunService').Stepped:connect(function()
  833. if stopsitting then
  834. lplayer.Character.Humanoid.Sit = false
  835. end
  836. end)
  837.  
  838. plr = lplayer
  839. hum = plr.Character.HumanoidRootPart
  840. mouse = plr:GetMouse()
  841. mouse.KeyDown:connect(function(key)
  842. if key == "e" then
  843. if mouse.Target then
  844. if clickgoto then
  845. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  846. elseif clickdel then
  847. mouse.Target:Destroy()
  848. end
  849. end
  850. end
  851. end)
  852.  
  853. game:GetService("Workspace").ChildAdded:connect(function(part)
  854. if gettingtools then
  855. if part:IsA("Tool") then
  856. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  857. end
  858. end
  859. end)
  860.  
  861. lplayer.Chatted:Connect(function(msg)
  862. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  863. if string.sub(msg, 7) == "me" then
  864. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  865. else
  866. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  867. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  868. lplayer.Character.Humanoid.Name = 1
  869. local l = lplayer.Character["1"]:Clone()
  870. l.Parent = lplayer.Character
  871. l.Name = "Humanoid"
  872. wait(0.1)
  873. lplayer.Character["1"]:Destroy()
  874. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  875. lplayer.Character.Animate.Disabled = true
  876. wait(0.1)
  877. lplayer.Character.Animate.Disabled = false
  878. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  879. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  880. lplayer.Character.Humanoid:EquipTool(v)
  881. end
  882. local function tp(player,player2)
  883. local char1,char2=player.Character,player2.Character
  884. if char1 and char2 then
  885. char1:MoveTo(char2.Head.Position)
  886. end
  887. end
  888. wait(0.1)
  889. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  890. wait(0.2)
  891. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  892. wait(0.5)
  893. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  894. wait(0.7)
  895. tp(lplayer,game:GetService("Players")[v.Name])
  896. wait(0.7)
  897. lplayer.Character.HumanoidRootPart.CFrame = NOW
  898. game:GetService("StarterGui"):SetCore("SendNotification", {
  899. Title = "Tools needed!";
  900. Text = "You need a tool in your backpack for this command!";
  901. })
  902. end
  903. end
  904. end
  905. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  906. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  907. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  908. lplayer.Character.Humanoid.Name = 1
  909. local l = lplayer.Character["1"]:Clone()
  910. l.Parent = lplayer.Character
  911. l.Name = "Humanoid"
  912. wait(0.1)
  913. lplayer.Character["1"]:Destroy()
  914. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  915. lplayer.Character.Animate.Disabled = true
  916. wait(0.1)
  917. lplayer.Character.Animate.Disabled = false
  918. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  919. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  920. lplayer.Character.Humanoid:EquipTool(v)
  921. end
  922. local function tp(player,player2)
  923. local char1,char2=player.Character,player2.Character
  924. if char1 and char2 then
  925. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  926. end
  927. end
  928. local function getout(player,player2)
  929. local char1,char2=player.Character,player2.Character
  930. if char1 and char2 then
  931. char1:MoveTo(char2.Head.Position)
  932. end
  933. end
  934. tp(game:GetService("Players")[v.Name], lplayer)
  935. wait(0.2)
  936. tp(game:GetService("Players")[v.Name], lplayer)
  937. wait(0.5)
  938. lplayer.Character.HumanoidRootPart.CFrame = NOW
  939. wait(0.5)
  940. getout(lplayer, game:GetService("Players")[v.Name])
  941. wait(0.3)
  942. lplayer.Character.HumanoidRootPart.CFrame = NOW
  943. game:GetService("StarterGui"):SetCore("SendNotification", {
  944. Title = "Tools needed!";
  945. Text = "You need a tool in your backpack for this command!";
  946. })
  947. end
  948. end
  949. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  950. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  951. lplayer.Character.Humanoid.Name = 1
  952. local l = lplayer.Character["1"]:Clone()
  953. l.Parent = lplayer.Character
  954. l.Name = "Humanoid"
  955. wait(0.1)
  956. lplayer.Character["1"]:Destroy()
  957. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  958. lplayer.Character.Animate.Disabled = true
  959. wait(0.1)
  960. lplayer.Character.Animate.Disabled = false
  961. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  962. lplayer.Character.Animate.Disabled = false
  963. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  964. lplayer.Character.Humanoid:EquipTool(v)
  965. end
  966. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  967. spinplr = v
  968. wait(0.5)
  969. spin = true
  970. game:GetService("StarterGui"):SetCore("SendNotification", {
  971. Title = "Tools needed!";
  972. Text = "You need a tool in your backpack for this command!";
  973. })
  974. end
  975. end
  976. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  977. spin = false
  978. end
  979. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  980. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  981. lplayer.Character.Humanoid.Name = 1
  982. local l = lplayer.Character["1"]:Clone()
  983. l.Parent = lplayer.Character
  984. l.Name = "Humanoid"
  985. wait(0.1)
  986. lplayer.Character["1"]:Destroy()
  987. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  988. lplayer.Character.Animate.Disabled = true
  989. wait(0.1)
  990. lplayer.Character.Animate.Disabled = false
  991. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  992. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  993. lplayer.Character.Humanoid:EquipTool(v)
  994. end
  995. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  996. wait(0.3)
  997. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  998. attplr = v
  999. game:GetService("StarterGui"):SetCore("SendNotification", {
  1000. Title = "Tools needed!";
  1001. Text = "You need a tool in your backpack for this command!";
  1002. })
  1003. end
  1004. end
  1005. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  1006. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1007. local function getout(player,player2)
  1008. local char1,char2=player.Character,player2.Character
  1009. if char1 and char2 then
  1010. char1:MoveTo(char2.Head.Position)
  1011. end
  1012. end
  1013. getout(lplayer, game:GetService("Players")[v.Name])
  1014. end
  1015. end
  1016. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  1017. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1018. followed = true
  1019. flwplr = v
  1020. end
  1021. end
  1022. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1023. followed = false
  1024. end
  1025. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1026. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1027. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1028. lplayer.Character.Humanoid.Name = 1
  1029. local l = lplayer.Character["1"]:Clone()
  1030. l.Parent = lplayer.Character
  1031. l.Name = "Humanoid"
  1032. wait(0.1)
  1033. lplayer.Character["1"]:Destroy()
  1034. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1035. lplayer.Character.Animate.Disabled = true
  1036. wait(0.1)
  1037. lplayer.Character.Animate.Disabled = false
  1038. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1039. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1040. lplayer.Character.Humanoid:EquipTool(v)
  1041. end
  1042. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1043. wait(0.2)
  1044. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1045. wait(0.6)
  1046. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1047. wait(0.6)
  1048. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1049. game:GetService("StarterGui"):SetCore("SendNotification", {
  1050. Title = "Tools needed!";
  1051. Text = "You need a tool in your backpack for this command!";
  1052. })
  1053. end
  1054. end
  1055. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1056. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1057. traill = true
  1058. trlplr = v
  1059. end
  1060. end
  1061. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1062. traill = false
  1063. end
  1064. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1065. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1066. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1067. else
  1068. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1069. local o = Instance.new("RocketPropulsion")
  1070. o.Parent = lplayer.Character.HumanoidRootPart
  1071. o.Name = "Orbit"
  1072. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1073. o:Fire()
  1074. noclip = true
  1075. end
  1076. end
  1077. end
  1078. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1079. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1080. noclip = false
  1081. end
  1082. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1083. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1084. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1085. else
  1086. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1087. local y = Instance.new("RocketPropulsion")
  1088. y.Parent = lplayer.Character.HumanoidRootPart
  1089. y.CartoonFactor = 1
  1090. y.MaxThrust = 800000
  1091. y.MaxSpeed = 1000
  1092. y.ThrustP = 200000
  1093. y.Name = "Fling"
  1094. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1095. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1096. y:Fire()
  1097. noclip = true
  1098. end
  1099. end
  1100. end
  1101. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1102. noclip = false
  1103. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1104. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1105. wait(0.4)
  1106. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1107. end
  1108. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1109. if game:GetService("Workspace").FilteringEnabled == true then
  1110. warn("FE is Enabled (Filtering Enabled)")
  1111. game:GetService("StarterGui"):SetCore("SendNotification", {
  1112. Title = "FE is Enabled";
  1113. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1114. })
  1115. else
  1116. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1117. game:GetService("StarterGui"):SetCore("SendNotification", {
  1118. Title = "FE is Disabled";
  1119. Text = "Filtering Disabled. Consider using a different admin script.";
  1120. })
  1121. end
  1122. end
  1123. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1124. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1125. lplayer.Character.Humanoid.Name = 1
  1126. local l = lplayer.Character["1"]:Clone()
  1127. l.Parent = lplayer.Character
  1128. l.Name = "Humanoid"
  1129. wait(0.1)
  1130. lplayer.Character["1"]:Destroy()
  1131. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1132. lplayer.Character.Animate.Disabled = true
  1133. wait(0.1)
  1134. lplayer.Character.Animate.Disabled = false
  1135. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1136. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1137. lplayer.Character.Humanoid:EquipTool(v)
  1138. end
  1139. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1140. wait(0.2)
  1141. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1142. wait(0.6)
  1143. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1144. game:GetService("StarterGui"):SetCore("SendNotification", {
  1145. Title = "Tools needed!";
  1146. Text = "You need a tool in your backpack for this command!";
  1147. })
  1148. end
  1149. end
  1150. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1151. noclip = true
  1152. game:GetService("StarterGui"):SetCore("SendNotification", {
  1153. Title = "Noclip enabled";
  1154. Text = "Type ;clip to disable";
  1155. })
  1156. end
  1157. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1158. noclip = false
  1159. game:GetService("StarterGui"):SetCore("SendNotification", {
  1160. Title = "Noclip disabled";
  1161. Text = "Type ;noclip to enable";
  1162. })
  1163. end
  1164. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1165. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1166. end
  1167. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1168. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1169. end
  1170. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1171. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1172. end
  1173. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1174. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1175. end
  1176. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1177. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1178. end
  1179. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1180. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1181. end
  1182. if string.sub(msg, 1, 8) == (prefix.."default") then
  1183. lplayer.Character.Humanoid.JumpPower = 50
  1184. lplayer.Character.Humanoid.WalkSpeed = 16
  1185. lplayer.Character.Humanoid.HipHeight = 0
  1186. end
  1187. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1188. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1189. annoying = true
  1190. annplr = v
  1191. end
  1192. end
  1193. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1194. annoying = false
  1195. end
  1196. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1197. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1198. hwalk = true
  1199. hdwplr = v
  1200. end
  1201. end
  1202. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1203. hwalk = false
  1204. end
  1205. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1206. lplayer.Character["Left Leg"]:Destroy()
  1207. lplayer.Character["Left Arm"]:Destroy()
  1208. lplayer.Character["Right Leg"]:Destroy()
  1209. lplayer.Character["Right Arm"]:Destroy()
  1210. end
  1211. if string.sub(msg, 1, 4) == (prefix.."god") then
  1212. lplayer.Character.Humanoid.Name = 1
  1213. local l = lplayer.Character["1"]:Clone()
  1214. l.Parent = lplayer.Character
  1215. l.Name = "Humanoid"
  1216. wait(0.1)
  1217. lplayer.Character["1"]:Destroy()
  1218. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1219. lplayer.Character.Animate.Disabled = true
  1220. wait(0.1)
  1221. lplayer.Character.Animate.Disabled = false
  1222. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1223. game:GetService("StarterGui"):SetCore("SendNotification", {
  1224. Title = "FE Godmode enabled";
  1225. Text = "Use ;grespawn or ;respawn to remove";
  1226. })
  1227. end
  1228. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1229. for i,v in pairs(lplayer.Character:GetChildren()) do
  1230. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1231. v.Parent = workspace
  1232. end
  1233. end
  1234. end
  1235. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1236. for i,v in pairs(lplayer.Character:GetChildren()) do
  1237. if (v:IsA("Tool")) then
  1238. v.Parent = workspace
  1239. end
  1240. end
  1241. end
  1242. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1243. droppinghats = true
  1244. game:GetService("StarterGui"):SetCore("SendNotification", {
  1245. Title = "Loop Drop Enabled";
  1246. Text = "Type ;unloopdhats to disable";
  1247. })
  1248. end
  1249. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1250. droppinghats = false
  1251. game:GetService("StarterGui"):SetCore("SendNotification", {
  1252. Title = "Loop Drop Disabled";
  1253. Text = "Type ;loopdhats to enable.";
  1254. })
  1255. end
  1256. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1257. droppingtools = true
  1258. game:GetService("StarterGui"):SetCore("SendNotification", {
  1259. Title = "Loop Drop Enabled";
  1260. Text = "Type ;unloopdtool to disable";
  1261. })
  1262. end
  1263. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1264. droppingtools = false
  1265. game:GetService("StarterGui"):SetCore("SendNotification", {
  1266. Title = "Loop Drop Disabled";
  1267. Text = "Type ;loopdtool to enable.";
  1268. })
  1269. end
  1270. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1271. Local = game:GetService('Players').LocalPlayer
  1272. Char = Local.Character
  1273. touched,tpdback = false, false
  1274. box = Instance.new('Part',workspace)
  1275. box.Anchored = true
  1276. box.CanCollide = true
  1277. box.Size = Vector3.new(10,1,10)
  1278. box.Position = Vector3.new(0,10000,0)
  1279. box.Touched:connect(function(part)
  1280. if (part.Parent.Name == Local.Name) then
  1281. if touched == false then
  1282. touched = true
  1283. function apply()
  1284. if script.Disabled ~= true then
  1285. no = Char.HumanoidRootPart:Clone()
  1286. wait(.25)
  1287. Char.HumanoidRootPart:Destroy()
  1288. no.Parent = Char
  1289. Char:MoveTo(loc)
  1290. touched = false
  1291. end end
  1292. if Char then
  1293. apply()
  1294. end
  1295. end
  1296. end
  1297. end)
  1298. repeat wait() until Char
  1299. loc = Char.HumanoidRootPart.Position
  1300. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1301. game:GetService("StarterGui"):SetCore("SendNotification", {
  1302. Title = "Invisibility enabled!";
  1303. Text = "Reset or use ;respawn to remove.";
  1304. })
  1305. end
  1306. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1307. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1308. if game:GetService("Players")[v.Name].Character.Humanoid then
  1309. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1310. else
  1311. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1312. end
  1313. end
  1314. end
  1315. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1316. if lplayer.Character.Humanoid then
  1317. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1318. else
  1319. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1320. end
  1321. end
  1322. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1323. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1324. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1325. end
  1326. end
  1327. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1328. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1329. repeat wait() until Mouse
  1330.  
  1331. local T = lplayer.Character.HumanoidRootPart
  1332. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1333. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1334. local SPEED = speedget
  1335.  
  1336. local function fly()
  1337. flying = true
  1338. local BG = Instance.new('BodyGyro', T)
  1339. local BV = Instance.new('BodyVelocity', T)
  1340. BG.P = 9e4
  1341. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1342. BG.cframe = T.CFrame
  1343. BV.velocity = Vector3.new(0, 0.1, 0)
  1344. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1345. spawn(function()
  1346. repeat wait()
  1347. lplayer.Character.Humanoid.PlatformStand = true
  1348. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1349. SPEED = 50
  1350. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1351. SPEED = 0
  1352. end
  1353. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1354. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1355. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1356. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1357. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1358. else
  1359. BV.velocity = Vector3.new(0, 0.1, 0)
  1360. end
  1361. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1362. until not flying
  1363. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1364. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1365. SPEED = 0
  1366. BG:destroy()
  1367. BV:destroy()
  1368. lplayer.Character.Humanoid.PlatformStand = false
  1369. end)
  1370. end
  1371. Mouse.KeyDown:connect(function(KEY)
  1372. if KEY:lower() == 'w' then
  1373. CONTROL.F = speedfly
  1374. elseif KEY:lower() == 's' then
  1375. CONTROL.B = -speedfly
  1376. elseif KEY:lower() == 'a' then
  1377. CONTROL.L = -speedfly
  1378. elseif KEY:lower() == 'd' then
  1379. CONTROL.R = speedfly
  1380. end
  1381. end)
  1382. Mouse.KeyUp:connect(function(KEY)
  1383. if KEY:lower() == 'w' then
  1384. CONTROL.F = 0
  1385. elseif KEY:lower() == 's' then
  1386. CONTROL.B = 0
  1387. elseif KEY:lower() == 'a' then
  1388. CONTROL.L = 0
  1389. elseif KEY:lower() == 'd' then
  1390. CONTROL.R = 0
  1391. end
  1392. end)
  1393. fly()
  1394. end
  1395. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1396. flying = false
  1397. lplayer.Character.Humanoid.PlatformStand = false
  1398. end
  1399. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1400. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1401. end
  1402. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1403. spamtext = (string.sub(msg, 7))
  1404. spamming = true
  1405. end
  1406. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1407. spamming = false
  1408. end
  1409. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1410. spamdelay = (string.sub(msg, 11))
  1411. end
  1412. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1413. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1414. pmspammed = v.Name
  1415. spammingpm = true
  1416. end
  1417. end
  1418. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1419. spammingpm = false
  1420. end
  1421. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1422. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1423. v.Character["Left Leg"].Anchored = true
  1424. v.Character["Left Arm"].Anchored = true
  1425. v.Character["Right Leg"].Anchored = true
  1426. v.Character["Right Arm"].Anchored = true
  1427. v.Character.Torso.Anchored = true
  1428. v.Character.Head.Anchored = true
  1429. end
  1430. end
  1431. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1432. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1433. v.Character["Left Leg"].Anchored = false
  1434. v.Character["Left Arm"].Anchored = false
  1435. v.Character["Right Leg"].Anchored = false
  1436. v.Character["Right Arm"].Anchored = false
  1437. v.Character.Torso.Anchored = false
  1438. v.Character.Head.Anchored = false
  1439. end
  1440. end
  1441. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1442. local a = game:GetService("Workspace"):getChildren()
  1443. for i = 1, #a do
  1444. if a[i].className == "Part" then
  1445. a[i].Locked = false
  1446. elseif a[i].className == "Model" then
  1447. local r = a[i]:getChildren()
  1448. for i = 1, #r do
  1449. if r[i].className == "Part" then
  1450. r[i].Locked = false
  1451. end
  1452. end
  1453. end
  1454. end
  1455. game:GetService("StarterGui"):SetCore("SendNotification", {
  1456. Title = "Success!";
  1457. Text = "Workspace unlocked. Use ;lockws to lock.";
  1458. })
  1459. end
  1460. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1461. local a = game:GetService("Workspace"):getChildren()
  1462. for i = 1, #a do
  1463. if a[i].className == "Part" then
  1464. a[i].Locked = true
  1465. elseif a[i].className == "Model" then
  1466. local r = a[i]:getChildren()
  1467. for i = 1, #r do
  1468. if r[i].className == "Part" then
  1469. r[i].Locked = true
  1470. end
  1471. end
  1472. end
  1473. end
  1474. end
  1475. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1476. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1477. Clone_T.BinType = "Clone"
  1478. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1479. Destruct.BinType = "Hammer"
  1480. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1481. Hold_T.BinType = "Grab"
  1482. end
  1483. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1484. lplayer.Character.Humanoid.PlatformStand = true
  1485. end
  1486. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1487. lplayer.Character.Humanoid.PlatformStand = false
  1488. end
  1489. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1490. lplayer.Character.Head.Mesh:Destroy()
  1491. end
  1492. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1493. lplayer.Character.Humanoid.Sit = true
  1494. end
  1495. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1496. local function bringobjw()
  1497. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1498. if obj.Name == (string.sub(msg, 11)) then
  1499. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1500. obj.CanCollide = false
  1501. obj.Transparency = 0.7
  1502. wait()
  1503. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1504. wait()
  1505. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1506. wait()
  1507. obj.CFrame = lplayer.Character["Head"].CFrame
  1508. end
  1509. end
  1510. end
  1511. while wait() do
  1512. bringobjw()
  1513. end
  1514. game:GetService("StarterGui"):SetCore("SendNotification", {
  1515. Title = "BringObj";
  1516. Text = "BringObj enabled.";
  1517. })
  1518. end
  1519. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1520. vis = (string.sub(msg, 8))
  1521. local a = game:GetService("Workspace"):GetDescendants()
  1522. for i = 1, #a do
  1523. if a[i].className == "Part" then
  1524. a[i].Transparency = vis
  1525. elseif a[i].className == "Model" then
  1526. local r = a[i]:getChildren()
  1527. for i = 1, #r do
  1528. if r[i].className == "Part" then
  1529. r[i].Transparency = vis
  1530. end
  1531. end
  1532. end
  1533. end
  1534. end
  1535. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1536. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1537. game:GetService("StarterGui"):SetCore("SendNotification", {
  1538. Title = "Success!";
  1539. Text = "HyperTotal GUI Loaded!";
  1540. })
  1541. end
  1542. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1543. CMDSFRAME.Visible = true
  1544. end
  1545. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1546. for i,v in pairs(lplayer.Character:GetChildren()) do
  1547. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1548. v.Handle.Mesh:Destroy()
  1549. end
  1550. end
  1551. end
  1552. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1553. for i,v in pairs(lplayer.Character:GetChildren()) do
  1554. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1555. v.Handle.Mesh:Destroy()
  1556. end
  1557. end
  1558. end
  1559. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1560. for i,v in pairs(lplayer.Character:GetChildren()) do
  1561. if (v:IsA("Tool")) then
  1562. v.Handle.Mesh:Destroy()
  1563. end
  1564. end
  1565. end
  1566. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1567. for i,v in pairs(lplayer.Character:GetChildren()) do
  1568. if (v:IsA("Tool")) then
  1569. v.Handle.Mesh:Destroy()
  1570. end
  1571. end
  1572. end
  1573. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1574. local p = Instance.new("RocketPropulsion")
  1575. p.Parent = lplayer.Character.HumanoidRootPart
  1576. p.Name = "Spinner"
  1577. p.Target = lplayer.Character["Left Arm"]
  1578. p:Fire()
  1579. game:GetService("StarterGui"):SetCore("SendNotification", {
  1580. Title = "Spinner enabled";
  1581. Text = "Type ;nospinner to disable.";
  1582. })
  1583. end
  1584. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1585. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1586. end
  1587. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1588. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1589. if v:isA("Tool") then
  1590. local a = Instance.new("SelectionBox",v.Handle)
  1591. a.Adornee = v.Handle
  1592. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1593. v.GripPos = Vector3.new(0,0,0)
  1594. lplayer.Character.Humanoid:UnequipTools()
  1595. end
  1596. end
  1597. game:GetService("StarterGui"):SetCore("SendNotification", {
  1598. Title = "Reach applied!";
  1599. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1600. })
  1601. end
  1602. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1603. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1604. if v:isA("Tool") then
  1605. handleSize = v.Handle.Size
  1606. wait()
  1607. local a = Instance.new("SelectionBox",v.Handle)
  1608. a.Name = "a"
  1609. a.Adornee = v.Handle
  1610. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1611. v.GripPos = Vector3.new(0,0,0)
  1612. lplayer.Character.Humanoid:UnequipTools()
  1613. end
  1614. end
  1615. game:GetService("StarterGui"):SetCore("SendNotification", {
  1616. Title = "Reach applied!";
  1617. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1618. })
  1619. end
  1620. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1621. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1622. if v:isA("Tool") then
  1623. v.Handle.a:Destroy()
  1624. v.Handle.Size = handleSize
  1625. end
  1626. end
  1627. game:GetService("StarterGui"):SetCore("SendNotification", {
  1628. Title = "Reach removed!";
  1629. Text = "Removed reach from equipped sword.";
  1630. })
  1631. end
  1632. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1633. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1634. lplayer.Character.Humanoid.Name = 1
  1635. local l = lplayer.Character["1"]:Clone()
  1636. l.Parent = lplayer.Character
  1637. l.Name = "Humanoid"
  1638. wait(0.1)
  1639. lplayer.Character["1"]:Destroy()
  1640. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1641. lplayer.Character.Animate.Disabled = true
  1642. wait(0.1)
  1643. lplayer.Character.Animate.Disabled = false
  1644. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1645. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1646. lplayer.Character.Humanoid:EquipTool(v)
  1647. end
  1648. wait(0.1)
  1649. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1650. wait(0.2)
  1651. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1652. wait(0.5)
  1653. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1654. game:GetService("StarterGui"):SetCore("SendNotification", {
  1655. Title = "Tools needed!";
  1656. Text = "You need a tool in your backpack for this command!";
  1657. })
  1658. end
  1659. end
  1660. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1661. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1662. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1663. end
  1664. end
  1665. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1666. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1667. cbringall = true
  1668. else
  1669. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1670. brplr = v.Name
  1671. end
  1672. end
  1673. cbring = true
  1674. end
  1675. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1676. cbring = false
  1677. cbringall = false
  1678. end
  1679. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1680. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1681. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1682. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1683. lplayer.Character.Humanoid.Name = 1
  1684. local l = lplayer.Character["1"]:Clone()
  1685. l.Parent = lplayer.Character
  1686. l.Name = "Humanoid"
  1687. wait(0.1)
  1688. lplayer.Character["1"]:Destroy()
  1689. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1690. lplayer.Character.Animate.Disabled = true
  1691. wait(0.1)
  1692. lplayer.Character.Animate.Disabled = false
  1693. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1694. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1695. lplayer.Character.Humanoid:EquipTool(v)
  1696. end
  1697. local function tp(player,player2)
  1698. local char1,char2=player.Character,player2.Character
  1699. if char1 and char2 then
  1700. char1:MoveTo(char2.Head.Position)
  1701. end
  1702. end
  1703. wait(0.1)
  1704. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1705. wait(0.2)
  1706. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1707. wait(0.5)
  1708. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1709. wait(0.6)
  1710. tp(lplayer, game:GetService("Players")[v.Name])
  1711. wait(0.4)
  1712. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1713. game:GetService("StarterGui"):SetCore("SendNotification", {
  1714. Title = "Tools needed!";
  1715. Text = "You need a tool in your backpack for this command!";
  1716. })
  1717. end
  1718. end
  1719. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1720. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1721. lplayer.Character.Humanoid.Name = 1
  1722. local l = lplayer.Character["1"]:Clone()
  1723. l.Parent = lplayer.Character
  1724. l.Name = "Humanoid"
  1725. wait(0.1)
  1726. lplayer.Character["1"]:Destroy()
  1727. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1728. lplayer.Character.Animate.Disabled = true
  1729. wait(0.1)
  1730. lplayer.Character.Animate.Disabled = false
  1731. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1732. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1733. lplayer.Character.Humanoid:EquipTool(v)
  1734. end
  1735. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1736. wait(0.3)
  1737. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1738. wait(0.4)
  1739. b = Instance.new("BodyForce")
  1740. b.Parent = lplayer.Character.HumanoidRootPart
  1741. b.Name = "Glitch"
  1742. b.Force = Vector3.new(100000000,5000,0)
  1743. game:GetService("StarterGui"):SetCore("SendNotification", {
  1744. Title = "Tools needed!";
  1745. Text = "You need a tool in your backpack for this command!";
  1746. })
  1747. end
  1748. end
  1749. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1750. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1751. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1752. b = Instance.new("BodyForce")
  1753. b.Parent = lplayer.Character.HumanoidRootPart
  1754. b.Name = "unGlitch"
  1755. b.Force = Vector3.new(0,-5000000,0)
  1756. wait(2)
  1757. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1758. end
  1759. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1760. lplayer.Character.Humanoid.Health = 0
  1761. wait(1)
  1762. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1763. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1764. end
  1765. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1766. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1767. game:GetService("StarterGui"):SetCore("SendNotification", {
  1768. Title = "Success!";
  1769. Text = "DEX Explorer has loaded.";
  1770. })
  1771. end
  1772. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1773. local Anim = Instance.new("Animation")
  1774. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1775. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1776. track:Play(.1, 1, 1)
  1777. end
  1778. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1779. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1780. game:GetService("StarterGui"):SetCore("SendNotification", {
  1781. Title = "Success!";
  1782. Text = "Energize Animations GUI has loaded.";
  1783. })
  1784. end
  1785. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1786. saved = lplayer.Character.HumanoidRootPart.CFrame
  1787. game:GetService("StarterGui"):SetCore("SendNotification", {
  1788. Title = "Position Saved";
  1789. Text = "Use ;loadpos to return to saved position.";
  1790. })
  1791. end
  1792. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1793. lplayer.Character.HumanoidRootPart.CFrame = saved
  1794. end
  1795. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1796. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1797. local Anim2 = Instance.new("Animation")
  1798. Anim2.AnimationId = "rbxassetid://148840371"
  1799. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1800. track2:Play(.1, 1, 1)
  1801. bplrr = v.Name
  1802. banpl = true
  1803. end
  1804. end
  1805. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1806. banpl = false
  1807. end
  1808. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1809. local function bringmodw()
  1810. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1811. if obj.Name == (string.sub(msg, 11)) then
  1812. for i,ch in pairs(obj:GetDescendants()) do
  1813. if (ch:IsA("BasePart")) then
  1814. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1815. ch.CanCollide = false
  1816. ch.Transparency = 0.7
  1817. wait()
  1818. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1819. wait()
  1820. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1821. wait()
  1822. ch.CFrame = lplayer.Character["Head"].CFrame
  1823. end
  1824. end
  1825. end
  1826. end
  1827. end
  1828. while wait() do
  1829. bringmodw()
  1830. end
  1831. game:GetService("StarterGui"):SetCore("SendNotification", {
  1832. Title = "BringMod";
  1833. Text = "BringMod enabled.";
  1834. })
  1835. end
  1836. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1837. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1838. local hum = Instance.new('Humanoid', mod)
  1839. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1840. lplayer.Character = mod
  1841. end
  1842. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1843. game:GetService'RunService'.Stepped:Connect(function()
  1844. pcall(function()
  1845. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1846. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1847. for _,x in pairs(v.Character.Head:GetChildren()) do
  1848. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1849. end
  1850. end
  1851. end
  1852. end)
  1853. end)
  1854. game:GetService("StarterGui"):SetCore("SendNotification", {
  1855. Title = "Attempting Shutdown";
  1856. Text = "Shutdown Attempt has begun.";
  1857. })
  1858. end
  1859. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1860. objtodel = (string.sub(msg, 9))
  1861. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1862. if v.Name == objtodel then
  1863. v:Destroy()
  1864. end
  1865. end
  1866. end
  1867. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1868. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1869. print(v)
  1870. end
  1871. game:GetService("StarterGui"):SetCore("SendNotification", {
  1872. Title = "Printed";
  1873. Text = "Players have been printed to console. (F9)";
  1874. })
  1875. end
  1876. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1877. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1878. if (v:IsA("Decal")) then
  1879. v:Destroy()
  1880. end
  1881. end
  1882. end
  1883. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1884. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1885. game:GetService("StarterGui"):SetCore("SendNotification", {
  1886. Title = "Success!";
  1887. Text = "OpFinality GUI has loaded.";
  1888. })
  1889. end
  1890. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1891. remotes = true
  1892. added = true
  1893. game.DescendantAdded:connect(function(rmt)
  1894. if added == true then
  1895. if remotes == true then
  1896. if rmt:IsA("RemoteEvent") then
  1897. print("A RemoteEvent was added!")
  1898. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1899. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1900. end end end
  1901. end)
  1902. game.DescendantAdded:connect(function(rmtfnctn)
  1903. if added == true then
  1904. if remotes == true then
  1905. if rmtfnctn:IsA("RemoteFunction") then
  1906. warn("A RemoteFunction was added!")
  1907. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1908. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1909. end end end
  1910. end)
  1911.  
  1912. game.DescendantAdded:connect(function(bndfnctn)
  1913. if added == true then
  1914. if binds == true then
  1915. if bndfnctn:IsA("BindableFunction") then
  1916. print("A BindableFunction was added!")
  1917. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1918. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1919. end end end
  1920. end)
  1921.  
  1922. game.DescendantAdded:connect(function(bnd)
  1923. if added == true then
  1924. if binds == true then
  1925. if bnd:IsA("BindableEvent") then
  1926. warn("A BindableEvent was added!")
  1927. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1928. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1929. end end end
  1930. end)
  1931.  
  1932.  
  1933. if binds == true then
  1934. for i,v in pairs(game:GetDescendants()) do
  1935. if v:IsA("BindableFunction") then
  1936. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1937. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1938. end end
  1939. for i,v in pairs(game:GetDescendants()) do
  1940. if v:IsA("BindableEvent") then
  1941. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1942. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1943. end end
  1944. else
  1945. print("Off")
  1946. end
  1947. if remotes == true then
  1948. for i,v in pairs(game:GetDescendants()) do
  1949. if v:IsA("RemoteFunction") then
  1950. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1951. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1952. end end
  1953. wait()
  1954. for i,v in pairs(game:GetDescendants()) do
  1955. if v:IsA("RemoteEvent") then
  1956. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1957. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1958. end end
  1959. else
  1960. print("Off")
  1961. end
  1962. game:GetService("StarterGui"):SetCore("SendNotification", {
  1963. Title = "Printing Remotes";
  1964. Text = "Type ;noremotes to disable.";
  1965. })
  1966. end
  1967. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1968. remotes = false
  1969. added = false
  1970. game:GetService("StarterGui"):SetCore("SendNotification", {
  1971. Title = "Printing Remotes Disabled";
  1972. Text = "Type ;remotes to enable.";
  1973. })
  1974. end
  1975. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1976. spin = false
  1977. followed = false
  1978. traill = false
  1979. noclip = false
  1980. annoying = false
  1981. hwalk = false
  1982. cbringing = false
  1983. end
  1984. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1985. stopsitting = true
  1986. end
  1987. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1988. stopsitting = false
  1989. end
  1990. if string.sub(msg, 1, 8) == (prefix.."version") then
  1991. print(adminversion)
  1992. game:GetService("StarterGui"):SetCore("SendNotification", {
  1993. Title = "Version";
  1994. Text = adminversion;
  1995. })
  1996. end
  1997. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1998. clickgoto = true
  1999. game:GetService("StarterGui"):SetCore("SendNotification", {
  2000. Title = "Click TP";
  2001. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  2002. })
  2003. end
  2004. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  2005. clickdel = true
  2006. game:GetService("StarterGui"):SetCore("SendNotification", {
  2007. Title = "Click Delete";
  2008. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  2009. })
  2010. end
  2011. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  2012. clickdel = false
  2013. game:GetService("StarterGui"):SetCore("SendNotification", {
  2014. Title = "Click Delete";
  2015. Text = "Click delete has been disabled.";
  2016. })
  2017. end
  2018. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  2019. clickgoto = false
  2020. game:GetService("StarterGui"):SetCore("SendNotification", {
  2021. Title = "Click TP";
  2022. Text = "Click TP has been disabled.";
  2023. })
  2024. end
  2025. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2026. gettingtools = true
  2027. game:GetService("StarterGui"):SetCore("SendNotification", {
  2028. Title = "Tools Enabled";
  2029. Text = "Automatically colleting tools dropped.";
  2030. })
  2031. end
  2032. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2033. gettingtools = false
  2034. game:GetService("StarterGui"):SetCore("SendNotification", {
  2035. Title = "Tools Disabled";
  2036. Text = "Click TP has been disabled.";
  2037. })
  2038. end
  2039. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2040. ScreenGui:Destroy()
  2041. end
  2042. if string.sub(msg, 1, 6) == (prefix.."reset") then
  2043. lplayer.Character.Head:Destroy()
  2044. end
  2045. if string.sub(msg, 1, 7) == (prefix.."state ") then
  2046. statechosen = string.sub(msg, 8)
  2047. changingstate = true
  2048. end
  2049. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2050. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2051. end
  2052. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2053. removingmeshhats = true
  2054. end
  2055. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2056. removingmeshhats = false
  2057. end
  2058. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2059. removingmeshtool = true
  2060. end
  2061. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2062. removingmeshtool = false
  2063. end
  2064. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2065. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2066. if v:IsA("Tool") then
  2067. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2068. v.Parent = player.Character
  2069. end
  2070. end
  2071. end
  2072. end
  2073. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2074. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2075. if v:IsA("Tool") then
  2076. v.Parent = lplayer.Character
  2077. wait()
  2078. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2079. v.Parent = player.Character
  2080. end
  2081. end
  2082. end
  2083. end
  2084. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2085. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2086. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2087. end
  2088. end
  2089. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2090. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2091. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2092. end
  2093. end
  2094. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2095. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2096. game:GetService("StarterGui"):SetCore("SendNotification", {
  2097. Title = player.AccountAge.." Days";
  2098. Text = "Account age of "..player.Name;
  2099. })
  2100. end
  2101. end
  2102. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2103. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2104. game:GetService("StarterGui"):SetCore("SendNotification", {
  2105. Title = player.UserId.." ID";
  2106. Text = "Account ID of "..player.Name;
  2107. })
  2108. end
  2109. end
  2110. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2111. game:GetService("StarterGui"):SetCore("SendNotification", {
  2112. Title = "Game ID";
  2113. Text = "Game ID: ".. game.GameId;
  2114. })
  2115. end
  2116. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2117. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2118. if pgscheck == true then
  2119. game:GetService("StarterGui"):SetCore("SendNotification", {
  2120. Title = "PGSPhysicsSolverEnabled";
  2121. Text = "PGS is Enabled!";
  2122. })
  2123. else
  2124. game:GetService("StarterGui"):SetCore("SendNotification", {
  2125. Title = "PGSPhysicsSolverEnabled";
  2126. Text = "PGS is Disabled!";
  2127. })
  2128. end
  2129. end
  2130. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2131. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2132. if v:IsA("Part") then
  2133. if v.Transparency == 1 then
  2134. if v.Name ~= "HumanoidRootPart" then
  2135. v:Destroy()
  2136. end
  2137. end
  2138. end
  2139. end
  2140. end
  2141. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2142. game:GetService("Lighting").FogStart = 0
  2143. game:GetService("Lighting").FogEnd = 9999999999999
  2144. end
  2145. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2146. lplayer.Character.Humanoid.Parent = lplayer
  2147. end
  2148. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2149. lplayer.Humanoid.Parent = lplayer.Character
  2150. end
  2151. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2152. prefix = (string.sub(msg, 9, 9))
  2153. wait(0.1)
  2154. change()
  2155. wait(0.1)
  2156. game:GetService("StarterGui"):SetCore("SendNotification", {
  2157. Title = "Prefix changed!";
  2158. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2159. })
  2160. end
  2161. if string.sub(msg, 1, 12) == (";resetprefix") then
  2162. prefix = ";"
  2163. wait(0.1)
  2164. change()
  2165. wait(0.1)
  2166. game:GetService("StarterGui"):SetCore("SendNotification", {
  2167. Title = "Prefix changed!";
  2168. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2169. })
  2170. end
  2171. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2172. speedfly = string.sub(msg, 11)
  2173. wait()
  2174. change()
  2175. end
  2176. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2177. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2178. local Anim3 = Instance.new("Animation")
  2179. Anim3.AnimationId = "rbxassetid://282574440"
  2180. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2181. track3:Play(.1, 1, 1)
  2182. bplrr = v.Name
  2183. banpl = true
  2184. end
  2185. end
  2186. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2187. banpl = false
  2188. end
  2189. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2190. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2191. staring = true
  2192. stareplr = v
  2193. end
  2194. end
  2195. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2196. staring = false
  2197. end
  2198. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2199. chatlogs = true
  2200. game:GetService("StarterGui"):SetCore("SendNotification", {
  2201. Title = "LogChat enabled";
  2202. Text = "Now logging all player chat.";
  2203. })
  2204. end
  2205. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2206. chatlogs = false
  2207. game:GetService("StarterGui"):SetCore("SendNotification", {
  2208. Title = "LogChat disabled";
  2209. Text = "Stopped logging all player chat.";
  2210. })
  2211. end
  2212. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2213. game:GetService("Workspace").CurrentCamera:Destroy()
  2214. wait(0.1)
  2215. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2216. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2217. lplayer.CameraMinZoomDistance = 0.5
  2218. lplayer.CameraMaxZoomDistance = 400
  2219. lplayer.CameraMode = "Classic"
  2220. end
  2221. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2222. changingstate = false
  2223. end
  2224. end)
  2225.  
  2226. local function tp()
  2227. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2228. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2229. if player.Name == brplr then
  2230. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2231. end
  2232. end
  2233. end
  2234. end
  2235. local function tpall()
  2236. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2237. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2238. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2239. end
  2240. end
  2241. end
  2242. spawn(function()
  2243. while wait(spamdelay) do
  2244. if spamming == true then
  2245. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2246. end
  2247. end
  2248. end)
  2249. spawn(function()
  2250. while wait(spamdelay) do
  2251. if spammingpm == true then
  2252. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2253. end
  2254. end
  2255. end)
  2256. spawn(function()
  2257. while wait() do
  2258. if cbring == true then
  2259. tp()
  2260. end
  2261. end
  2262. end)
  2263. spawn(function()
  2264. while wait() do
  2265. if cbringall == true then
  2266. tpall()
  2267. end
  2268. end
  2269. end)
  2270.  
  2271. Mouse.KeyDown:connect(function(Key)
  2272. if Key == prefix then
  2273. CMDBAR:CaptureFocus()
  2274. end
  2275. end)
  2276.  
  2277. CMDBAR.FocusLost:connect(function(enterPressed)
  2278. if enterPressed then
  2279. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2280. if string.sub(CMDBAR.Text, 6) == "me" then
  2281. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2282. else
  2283. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2284. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2285. lplayer.Character.Humanoid.Name = 1
  2286. local l = lplayer.Character["1"]:Clone()
  2287. l.Parent = lplayer.Character
  2288. l.Name = "Humanoid"
  2289. wait(0.1)
  2290. lplayer.Character["1"]:Destroy()
  2291. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2292. lplayer.Character.Animate.Disabled = true
  2293. wait(0.1)
  2294. lplayer.Character.Animate.Disabled = false
  2295. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2296. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2297. lplayer.Character.Humanoid:EquipTool(v)
  2298. end
  2299. local function tp(player,player2)
  2300. local char1,char2=player.Character,player2.Character
  2301. if char1 and char2 then
  2302. char1:MoveTo(char2.Head.Position)
  2303. end
  2304. end
  2305. wait(0.1)
  2306. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2307. wait(0.2)
  2308. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2309. wait(0.5)
  2310. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2311. wait(0.7)
  2312. tp(lplayer,game:GetService("Players")[v.Name])
  2313. wait(0.7)
  2314. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2315. game:GetService("StarterGui"):SetCore("SendNotification", {
  2316. Title = "Tools needed!";
  2317. Text = "You need a tool in your backpack for this command!";
  2318. })
  2319. end
  2320. end
  2321. end
  2322. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2323. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2324. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2325. lplayer.Character.Humanoid.Name = 1
  2326. local l = lplayer.Character["1"]:Clone()
  2327. l.Parent = lplayer.Character
  2328. l.Name = "Humanoid"
  2329. wait(0.1)
  2330. lplayer.Character["1"]:Destroy()
  2331. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2332. lplayer.Character.Animate.Disabled = true
  2333. wait(0.1)
  2334. lplayer.Character.Animate.Disabled = false
  2335. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2336. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2337. lplayer.Character.Humanoid:EquipTool(v)
  2338. end
  2339. local function tp(player,player2)
  2340. local char1,char2=player.Character,player2.Character
  2341. if char1 and char2 then
  2342. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2343. end
  2344. end
  2345. local function getout(player,player2)
  2346. local char1,char2=player.Character,player2.Character
  2347. if char1 and char2 then
  2348. char1:MoveTo(char2.Head.Position)
  2349. end
  2350. end
  2351. tp(game:GetService("Players")[v.Name], lplayer)
  2352. wait(0.2)
  2353. tp(game:GetService("Players")[v.Name], lplayer)
  2354. wait(0.5)
  2355. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2356. wait(0.5)
  2357. getout(lplayer, game:GetService("Players")[v.Name])
  2358. wait(0.3)
  2359. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2360. game:GetService("StarterGui"):SetCore("SendNotification", {
  2361. Title = "Tools needed!";
  2362. Text = "You need a tool in your backpack for this command!";
  2363. })
  2364. end
  2365. end
  2366. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2367. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2368. lplayer.Character.Humanoid.Name = 1
  2369. local l = lplayer.Character["1"]:Clone()
  2370. l.Parent = lplayer.Character
  2371. l.Name = "Humanoid"
  2372. wait(0.1)
  2373. lplayer.Character["1"]:Destroy()
  2374. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2375. lplayer.Character.Animate.Disabled = true
  2376. wait(0.1)
  2377. lplayer.Character.Animate.Disabled = false
  2378. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2379. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2380. lplayer.Character.Humanoid:EquipTool(v)
  2381. end
  2382. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2383. spinplr = v
  2384. wait(0.5)
  2385. spin = true
  2386. game:GetService("StarterGui"):SetCore("SendNotification", {
  2387. Title = "Tools needed!";
  2388. Text = "You need a tool in your backpack for this command!";
  2389. })
  2390. end
  2391. end
  2392. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2393. spin = false
  2394. end
  2395. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2396. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2397. lplayer.Character.Humanoid.Name = 1
  2398. local l = lplayer.Character["1"]:Clone()
  2399. l.Parent = lplayer.Character
  2400. l.Name = "Humanoid"
  2401. wait(0.1)
  2402. lplayer.Character["1"]:Destroy()
  2403. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2404. lplayer.Character.Animate.Disabled = true
  2405. wait(0.1)
  2406. lplayer.Character.Animate.Disabled = false
  2407. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2408. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2409. lplayer.Character.Humanoid:EquipTool(v)
  2410. end
  2411. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2412. wait(0.3)
  2413. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2414. attplr = v
  2415. game:GetService("StarterGui"):SetCore("SendNotification", {
  2416. Title = "Tools needed!";
  2417. Text = "You need a tool in your backpack for this command!";
  2418. })
  2419. end
  2420. end
  2421. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2422. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2423. local function getout(player,player2)
  2424. local char1,char2=player.Character,player2.Character
  2425. if char1 and char2 then
  2426. char1:MoveTo(char2.Head.Position)
  2427. end
  2428. end
  2429. getout(lplayer, game:GetService("Players")[v.Name])
  2430. end
  2431. end
  2432. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2433. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2434. followed = true
  2435. flwplr = v
  2436. end
  2437. end
  2438. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2439. followed = false
  2440. end
  2441. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2442. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2443. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2444. lplayer.Character.Humanoid.Name = 1
  2445. local l = lplayer.Character["1"]:Clone()
  2446. l.Parent = lplayer.Character
  2447. l.Name = "Humanoid"
  2448. wait(0.1)
  2449. lplayer.Character["1"]:Destroy()
  2450. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2451. lplayer.Character.Animate.Disabled = true
  2452. wait(0.1)
  2453. lplayer.Character.Animate.Disabled = false
  2454. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2455. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2456. lplayer.Character.Humanoid:EquipTool(v)
  2457. end
  2458. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2459. wait(0.2)
  2460. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2461. wait(0.6)
  2462. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2463. wait(0.6)
  2464. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2465. game:GetService("StarterGui"):SetCore("SendNotification", {
  2466. Title = "Tools needed!";
  2467. Text = "You need a tool in your backpack for this command!";
  2468. })
  2469. end
  2470. end
  2471. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2472. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2473. traill = true
  2474. trlplr = v
  2475. end
  2476. end
  2477. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2478. traill = false
  2479. end
  2480. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2481. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2482. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2483. else
  2484. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2485. local o = Instance.new("RocketPropulsion")
  2486. o.Parent = lplayer.Character.HumanoidRootPart
  2487. o.Name = "Orbit"
  2488. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2489. o:Fire()
  2490. noclip = true
  2491. end
  2492. end
  2493. end
  2494. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2495. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2496. noclip = false
  2497. end
  2498. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2499. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2500. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2501. else
  2502. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2503. local y = Instance.new("RocketPropulsion")
  2504. y.Parent = lplayer.Character.HumanoidRootPart
  2505. y.CartoonFactor = 1
  2506. y.MaxThrust = 800000
  2507. y.MaxSpeed = 1000
  2508. y.ThrustP = 200000
  2509. y.Name = "Fling"
  2510. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2511. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2512. y:Fire()
  2513. noclip = true
  2514. end
  2515. end
  2516. end
  2517. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2518. noclip = false
  2519. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2520. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2521. wait(0.4)
  2522. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2523. end
  2524. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2525. if game:GetService("Workspace").FilteringEnabled == true then
  2526. warn("FE is Enabled (Filtering Enabled)")
  2527. game:GetService("StarterGui"):SetCore("SendNotification", {
  2528. Title = "FE is Enabled";
  2529. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2530. })
  2531. else
  2532. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2533. game:GetService("StarterGui"):SetCore("SendNotification", {
  2534. Title = "FE is Disabled";
  2535. Text = "Filtering Disabled. Consider using a different admin script.";
  2536. })
  2537. end
  2538. end
  2539. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2540. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2541. lplayer.Character.Humanoid.Name = 1
  2542. local l = lplayer.Character["1"]:Clone()
  2543. l.Parent = lplayer.Character
  2544. l.Name = "Humanoid"
  2545. wait(0.1)
  2546. lplayer.Character["1"]:Destroy()
  2547. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2548. lplayer.Character.Animate.Disabled = true
  2549. wait(0.1)
  2550. lplayer.Character.Animate.Disabled = false
  2551. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2552. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2553. lplayer.Character.Humanoid:EquipTool(v)
  2554. end
  2555. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2556. wait(0.2)
  2557. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2558. wait(0.6)
  2559. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2560. game:GetService("StarterGui"):SetCore("SendNotification", {
  2561. Title = "Tools needed!";
  2562. Text = "You need a tool in your backpack for this command!";
  2563. })
  2564. end
  2565. end
  2566. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2567. noclip = true
  2568. game:GetService("StarterGui"):SetCore("SendNotification", {
  2569. Title = "Noclip enabled";
  2570. Text = "Type ;clip to disable";
  2571. })
  2572. end
  2573. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2574. noclip = false
  2575. game:GetService("StarterGui"):SetCore("SendNotification", {
  2576. Title = "Noclip disabled";
  2577. Text = "Type ;noclip to enable";
  2578. })
  2579. end
  2580. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2581. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2582. end
  2583. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2584. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2585. end
  2586. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2587. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2588. end
  2589. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2590. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2591. end
  2592. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2593. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2594. end
  2595. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2596. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2597. end
  2598. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2599. lplayer.Character.Humanoid.JumpPower = 50
  2600. lplayer.Character.Humanoid.WalkSpeed = 16
  2601. lplayer.Character.Humanoid.HipHeight = 0
  2602. end
  2603. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2604. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2605. annoying = true
  2606. annplr = v
  2607. end
  2608. end
  2609. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2610. annoying = false
  2611. end
  2612. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2613. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2614. hwalk = true
  2615. hdwplr = v
  2616. end
  2617. end
  2618. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2619. hwalk = false
  2620. end
  2621. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2622. lplayer.Character["Left Leg"]:Destroy()
  2623. lplayer.Character["Left Arm"]:Destroy()
  2624. lplayer.Character["Right Leg"]:Destroy()
  2625. lplayer.Character["Right Arm"]:Destroy()
  2626. end
  2627. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2628. lplayer.Character.Humanoid.Name = 1
  2629. local l = lplayer.Character["1"]:Clone()
  2630. l.Parent = lplayer.Character
  2631. l.Name = "Humanoid"
  2632. wait(0.1)
  2633. lplayer.Character["1"]:Destroy()
  2634. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2635. lplayer.Character.Animate.Disabled = true
  2636. wait(0.1)
  2637. lplayer.Character.Animate.Disabled = false
  2638. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2639. game:GetService("StarterGui"):SetCore("SendNotification", {
  2640. Title = "FE Godmode enabled";
  2641. Text = "Use ;grespawn or ;respawn to remove.";
  2642. })
  2643. end
  2644. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2645. for i,v in pairs(lplayer.Character:GetChildren()) do
  2646. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2647. v.Parent = workspace
  2648. end
  2649. end
  2650. end
  2651. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2652. for i,v in pairs(lplayer.Character:GetChildren()) do
  2653. if (v:IsA("Tool")) then
  2654. v.Parent = workspace
  2655. end
  2656. end
  2657. end
  2658. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2659. droppinghats = true
  2660. game:GetService("StarterGui"):SetCore("SendNotification", {
  2661. Title = "Loop Drop Enabled";
  2662. Text = "Type ;unloopdhats to disable";
  2663. })
  2664. end
  2665. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2666. droppinghats = false
  2667. game:GetService("StarterGui"):SetCore("SendNotification", {
  2668. Title = "Loop Drop Disabled";
  2669. Text = "Type ;loopdhats to enable.";
  2670. })
  2671. end
  2672. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2673. droppingtools = true
  2674. game:GetService("StarterGui"):SetCore("SendNotification", {
  2675. Title = "Loop Drop Enabled";
  2676. Text = "Type ;unloopdtool to disable";
  2677. })
  2678. end
  2679. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2680. droppingtools = false
  2681. game:GetService("StarterGui"):SetCore("SendNotification", {
  2682. Title = "Loop Drop Disabled";
  2683. Text = "Type ;loopdtool to enable.";
  2684. })
  2685. end
  2686. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2687. Local = game:GetService('Players').LocalPlayer
  2688. Char = Local.Character
  2689. touched,tpdback = false, false
  2690. box = Instance.new('Part',workspace)
  2691. box.Anchored = true
  2692. box.CanCollide = true
  2693. box.Size = Vector3.new(10,1,10)
  2694. box.Position = Vector3.new(0,10000,0)
  2695. box.Touched:connect(function(part)
  2696. if (part.Parent.Name == Local.Name) then
  2697. if touched == false then
  2698. touched = true
  2699. function apply()
  2700. if script.Disabled ~= true then
  2701. no = Char.HumanoidRootPart:Clone()
  2702. wait(.25)
  2703. Char.HumanoidRootPart:Destroy()
  2704. no.Parent = Char
  2705. Char:MoveTo(loc)
  2706. touched = false
  2707. end end
  2708. if Char then
  2709. apply()
  2710. end
  2711. end
  2712. end
  2713. end)
  2714. repeat wait() until Char
  2715. loc = Char.HumanoidRootPart.Position
  2716. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2717. game:GetService("StarterGui"):SetCore("SendNotification", {
  2718. Title = "Invisibility enabled!";
  2719. Text = "Reset or use ;respawn to remove.";
  2720. })
  2721. end
  2722. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2723. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2724. if game:GetService("Players")[v.Name].Character.Humanoid then
  2725. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2726. else
  2727. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2728. end
  2729. end
  2730. end
  2731. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2732. if lplayer.Character.Humanoid then
  2733. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2734. else
  2735. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2736. end
  2737. end
  2738. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2739. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2741. end
  2742. end
  2743. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2744. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2745. repeat wait() until Mouse
  2746.  
  2747. local T = lplayer.Character.HumanoidRootPart
  2748. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2749. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2750. local SPEED = speedget
  2751.  
  2752. local function fly()
  2753. flying = true
  2754. local BG = Instance.new('BodyGyro', T)
  2755. local BV = Instance.new('BodyVelocity', T)
  2756. BG.P = 9e4
  2757. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2758. BG.cframe = T.CFrame
  2759. BV.velocity = Vector3.new(0, 0.1, 0)
  2760. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2761. spawn(function()
  2762. repeat wait()
  2763. lplayer.Character.Humanoid.PlatformStand = true
  2764. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2765. SPEED = 50
  2766. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2767. SPEED = 0
  2768. end
  2769. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2770. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2771. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2772. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2773. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2774. else
  2775. BV.velocity = Vector3.new(0, 0.1, 0)
  2776. end
  2777. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2778. until not flying
  2779. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2780. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2781. SPEED = 0
  2782. BG:destroy()
  2783. BV:destroy()
  2784. lplayer.Character.Humanoid.PlatformStand = false
  2785. end)
  2786. end
  2787. Mouse.KeyDown:connect(function(KEY)
  2788. if KEY:lower() == 'w' then
  2789. CONTROL.F = speedfly
  2790. elseif KEY:lower() == 's' then
  2791. CONTROL.B = -speedfly
  2792. elseif KEY:lower() == 'a' then
  2793. CONTROL.L = -speedfly
  2794. elseif KEY:lower() == 'd' then
  2795. CONTROL.R = speedfly
  2796. end
  2797. end)
  2798. Mouse.KeyUp:connect(function(KEY)
  2799. if KEY:lower() == 'w' then
  2800. CONTROL.F = 0
  2801. elseif KEY:lower() == 's' then
  2802. CONTROL.B = 0
  2803. elseif KEY:lower() == 'a' then
  2804. CONTROL.L = 0
  2805. elseif KEY:lower() == 'd' then
  2806. CONTROL.R = 0
  2807. end
  2808. end)
  2809. fly()
  2810. end
  2811. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2812. flying = false
  2813. lplayer.Character.Humanoid.PlatformStand = false
  2814. end
  2815. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2816. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2817. end
  2818. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2819. spamtext = (string.sub(CMDBAR.Text, 6))
  2820. spamming = true
  2821. end
  2822. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2823. spamming = false
  2824. end
  2825. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2826. spamdelay = (string.sub(CMDBAR.Text, 10))
  2827. end
  2828. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2829. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2830. pmspammed = v.Name
  2831. spammingpm = true
  2832. end
  2833. end
  2834. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2835. spammingpm = false
  2836. end
  2837. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2838. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2839. v.Character["Left Leg"].Anchored = true
  2840. v.Character["Left Arm"].Anchored = true
  2841. v.Character["Right Leg"].Anchored = true
  2842. v.Character["Right Arm"].Anchored = true
  2843. v.Character.Torso.Anchored = true
  2844. v.Character.Head.Anchored = true
  2845. end
  2846. end
  2847. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2848. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2849. v.Character["Left Leg"].Anchored = false
  2850. v.Character["Left Arm"].Anchored = false
  2851. v.Character["Right Leg"].Anchored = false
  2852. v.Character["Right Arm"].Anchored = false
  2853. v.Character.Torso.Anchored = false
  2854. v.Character.Head.Anchored = false
  2855. end
  2856. end
  2857. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2858. local a = game:GetService("Workspace"):getChildren()
  2859. for i = 1, #a do
  2860. if a[i].className == "Part" then
  2861. a[i].Locked = false
  2862. elseif a[i].className == "Model" then
  2863. local r = a[i]:getChildren()
  2864. for i = 1, #r do
  2865. if r[i].className == "Part" then
  2866. r[i].Locked = false
  2867. end
  2868. end
  2869. end
  2870. end
  2871. game:GetService("StarterGui"):SetCore("SendNotification", {
  2872. Title = "Success!";
  2873. Text = "Workspace unlocked. Use ;lockws to lock.";
  2874. })
  2875. end
  2876. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2877. local a = game:GetService("Workspace"):getChildren()
  2878. for i = 1, #a do
  2879. if a[i].className == "Part" then
  2880. a[i].Locked = true
  2881. elseif a[i].className == "Model" then
  2882. local r = a[i]:getChildren()
  2883. for i = 1, #r do
  2884. if r[i].className == "Part" then
  2885. r[i].Locked = true
  2886. end
  2887. end
  2888. end
  2889. end
  2890. end
  2891. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2892. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2893. Clone_T.BinType = "Clone"
  2894. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2895. Destruct.BinType = "Hammer"
  2896. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2897. Hold_T.BinType = "Grab"
  2898. end
  2899. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2900. lplayer.Character.Humanoid.PlatformStand = true
  2901. end
  2902. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2903. lplayer.Character.Humanoid.PlatformStand = false
  2904. end
  2905. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2906. lplayer.Character.Head.Mesh:Destroy()
  2907. end
  2908. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2909. lplayer.Character.Humanoid.Sit = true
  2910. end
  2911. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2912. local function bringobjw()
  2913. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2914. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2915. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2916. obj.CanCollide = false
  2917. obj.Transparency = 0.7
  2918. wait()
  2919. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2920. wait()
  2921. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2922. wait()
  2923. obj.CFrame = lplayer.Character["Head"].CFrame
  2924. end
  2925. end
  2926. end
  2927. while wait() do
  2928. bringobjw()
  2929. end
  2930. game:GetService("StarterGui"):SetCore("SendNotification", {
  2931. Title = "BringObj";
  2932. Text = "BringObj enabled.";
  2933. })
  2934. end
  2935. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2936. vis = (string.sub(CMDBAR.Text, 7))
  2937. local a = game:GetService("Workspace"):GetDescendants()
  2938. for i = 1, #a do
  2939. if a[i].className == "Part" then
  2940. a[i].Transparency = vis
  2941. elseif a[i].className == "Model" then
  2942. local r = a[i]:getChildren()
  2943. for i = 1, #r do
  2944. if r[i].className == "Part" then
  2945. r[i].Transparency = vis
  2946. end
  2947. end
  2948. end
  2949. end
  2950. end
  2951. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2952. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2953. game:GetService("StarterGui"):SetCore("SendNotification", {
  2954. Title = "Success!";
  2955. Text = "HyperTotal GUI Loaded!";
  2956. })
  2957. end
  2958. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2959. CMDSFRAME.Visible = true
  2960. end
  2961. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2962. for i,v in pairs(lplayer.Character:GetChildren()) do
  2963. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2964. v.Handle.Mesh:Destroy()
  2965. end
  2966. end
  2967. end
  2968. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2969. for i,v in pairs(lplayer.Character:GetChildren()) do
  2970. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2971. v.Handle.Mesh:Destroy()
  2972. end
  2973. end
  2974. end
  2975. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2976. for i,v in pairs(lplayer.Character:GetChildren()) do
  2977. if (v:IsA("Tool")) then
  2978. v.Handle.Mesh:Destroy()
  2979. end
  2980. end
  2981. end
  2982. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2983. for i,v in pairs(lplayer.Character:GetChildren()) do
  2984. if (v:IsA("Tool")) then
  2985. v.Handle.Mesh:Destroy()
  2986. end
  2987. end
  2988. end
  2989. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2990. local p = Instance.new("RocketPropulsion")
  2991. p.Parent = lplayer.Character.HumanoidRootPart
  2992. p.Name = "Spinner"
  2993. p.Target = lplayer.Character["Left Arm"]
  2994. p:Fire()
  2995. game:GetService("StarterGui"):SetCore("SendNotification", {
  2996. Title = "Spinner enabled";
  2997. Text = "Type ;nospinner to disable.";
  2998. })
  2999. end
  3000. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  3001. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3002. end
  3003. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  3004. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3005. if v:isA("Tool") then
  3006. local a = Instance.new("SelectionBox",v.Handle)
  3007. a.Adornee = v.Handle
  3008. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3009. v.GripPos = Vector3.new(0,0,0)
  3010. lplayer.Character.Humanoid:UnequipTools()
  3011. end
  3012. end
  3013. game:GetService("StarterGui"):SetCore("SendNotification", {
  3014. Title = "Reach applied!";
  3015. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3016. })
  3017. end
  3018. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  3019. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3020. if v:isA("Tool") then
  3021. local a = Instance.new("SelectionBox",v.Handle)
  3022. a.Name = "Reach"
  3023. a.Adornee = v.Handle
  3024. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3025. v.GripPos = Vector3.new(0,0,0)
  3026. lplayer.Character.Humanoid:UnequipTools()
  3027. end
  3028. end
  3029. game:GetService("StarterGui"):SetCore("SendNotification", {
  3030. Title = "Reach applied!";
  3031. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3032. })
  3033. end
  3034. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3035. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3036. if v:isA("Tool") then
  3037. v.Handle.Reach:Destroy()
  3038. end
  3039. end
  3040. game:GetService("StarterGui"):SetCore("SendNotification", {
  3041. Title = "Reach removed!";
  3042. Text = "Removed reach from equipped sword.";
  3043. })
  3044. end
  3045. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3046. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3047. lplayer.Character.Humanoid.Name = 1
  3048. local l = lplayer.Character["1"]:Clone()
  3049. l.Parent = lplayer.Character
  3050. l.Name = "Humanoid"
  3051. wait(0.1)
  3052. lplayer.Character["1"]:Destroy()
  3053. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3054. lplayer.Character.Animate.Disabled = true
  3055. wait(0.1)
  3056. lplayer.Character.Animate.Disabled = false
  3057. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3058. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3059. lplayer.Character.Humanoid:EquipTool(v)
  3060. end
  3061. wait(0.1)
  3062. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3063. wait(0.2)
  3064. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3065. wait(0.5)
  3066. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3067. game:GetService("StarterGui"):SetCore("SendNotification", {
  3068. Title = "Tools needed!";
  3069. Text = "You need a tool in your backpack for this command!";
  3070. })
  3071. end
  3072. end
  3073. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3074. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3075. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3076. end
  3077. end
  3078. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3079. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3080. cbringall = true
  3081. else
  3082. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3083. brplr = v.Name
  3084. end
  3085. end
  3086. cbring = true
  3087. end
  3088. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3089. cbring = false
  3090. cbringall = false
  3091. end
  3092. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3093. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3094. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3095. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3096. lplayer.Character.Humanoid.Name = 1
  3097. local l = lplayer.Character["1"]:Clone()
  3098. l.Parent = lplayer.Character
  3099. l.Name = "Humanoid"
  3100. wait(0.1)
  3101. lplayer.Character["1"]:Destroy()
  3102. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3103. lplayer.Character.Animate.Disabled = true
  3104. wait(0.1)
  3105. lplayer.Character.Animate.Disabled = false
  3106. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3107. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3108. lplayer.Character.Humanoid:EquipTool(v)
  3109. end
  3110. local function tp(player,player2)
  3111. local char1,char2=player.Character,player2.Character
  3112. if char1 and char2 then
  3113. char1:MoveTo(char2.Head.Position)
  3114. end
  3115. end
  3116. wait(0.1)
  3117. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3118. wait(0.2)
  3119. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3120. wait(0.5)
  3121. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3122. wait(0.6)
  3123. tp(lplayer, game:GetService("Players")[v.Name])
  3124. wait(0.4)
  3125. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3126. game:GetService("StarterGui"):SetCore("SendNotification", {
  3127. Title = "Tools needed!";
  3128. Text = "You need a tool in your backpack for this command!";
  3129. })
  3130. end
  3131. end
  3132. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3133. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3134. lplayer.Character.Humanoid.Name = 1
  3135. local l = lplayer.Character["1"]:Clone()
  3136. l.Parent = lplayer.Character
  3137. l.Name = "Humanoid"
  3138. wait(0.1)
  3139. lplayer.Character["1"]:Destroy()
  3140. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3141. lplayer.Character.Animate.Disabled = true
  3142. wait(0.1)
  3143. lplayer.Character.Animate.Disabled = false
  3144. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3145. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3146. lplayer.Character.Humanoid:EquipTool(v)
  3147. end
  3148. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3149. wait(0.3)
  3150. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3151. wait(0.4)
  3152. b = Instance.new("BodyForce")
  3153. b.Parent = lplayer.Character.HumanoidRootPart
  3154. b.Name = "Glitch"
  3155. b.Force = Vector3.new(100000000,5000,0)
  3156. game:GetService("StarterGui"):SetCore("SendNotification", {
  3157. Title = "Tools needed!";
  3158. Text = "You need a tool in your backpack for this command!";
  3159. })
  3160. end
  3161. end
  3162. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3163. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3164. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3165. b = Instance.new("BodyForce")
  3166. b.Parent = lplayer.Character.HumanoidRootPart
  3167. b.Name = "unGlitch"
  3168. b.Force = Vector3.new(0,-5000000,0)
  3169. wait(2)
  3170. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3171. end
  3172. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3173. lplayer.Character.Humanoid.Health = 0
  3174. wait(1)
  3175. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3176. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3177. end
  3178. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3179. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3180. game:GetService("StarterGui"):SetCore("SendNotification", {
  3181. Title = "Success!";
  3182. Text = "DEX Explorer has loaded.";
  3183. })
  3184. end
  3185. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3186. local Anim = Instance.new("Animation")
  3187. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3188. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3189. track:Play(.1, 1, 1)
  3190. end
  3191. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3192. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3193. game:GetService("StarterGui"):SetCore("SendNotification", {
  3194. Title = "Success!";
  3195. Text = "Energize Animations GUI has loaded.";
  3196. })
  3197. end
  3198. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3199. saved = lplayer.Character.HumanoidRootPart.CFrame
  3200. game:GetService("StarterGui"):SetCore("SendNotification", {
  3201. Title = "Position Saved";
  3202. Text = "Use ;loadpos to return to saved position.";
  3203. })
  3204. end
  3205. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3206. lplayer.Character.HumanoidRootPart.CFrame = saved
  3207. end
  3208. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3209. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3210. local Anim2 = Instance.new("Animation")
  3211. Anim2.AnimationId = "rbxassetid://148840371"
  3212. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3213. track2:Play(.1, 1, 1)
  3214. bplrr = v.Name
  3215. banpl = true
  3216. end
  3217. end
  3218. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3219. banpl = false
  3220. end
  3221. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3222. local function bringmodw()
  3223. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3224. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3225. for i,ch in pairs(obj:GetDescendants()) do
  3226. if (ch:IsA("BasePart")) then
  3227. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3228. ch.CanCollide = false
  3229. ch.Transparency = 0.7
  3230. wait()
  3231. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3232. wait()
  3233. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3234. wait()
  3235. ch.CFrame = lplayer.Character["Head"].CFrame
  3236. end
  3237. end
  3238. end
  3239. end
  3240. end
  3241. while wait() do
  3242. bringmodw()
  3243. end
  3244. game:GetService("StarterGui"):SetCore("SendNotification", {
  3245. Title = "BringMod";
  3246. Text = "BringMod enabled.";
  3247. })
  3248. end
  3249. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3250. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3251. local hum = Instance.new('Humanoid', mod)
  3252. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3253. lplayer.Character = mod
  3254. end
  3255. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3256. game:GetService'RunService'.Stepped:Connect(function()
  3257. pcall(function()
  3258. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3259. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3260. for _,x in pairs(v.Character.Head:GetChildren()) do
  3261. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3262. end
  3263. end
  3264. end
  3265. end)
  3266. end)
  3267. game:GetService("StarterGui"):SetCore("SendNotification", {
  3268. Title = "Attempting Shutdown";
  3269. Text = "Shutdown Attempt has begun.";
  3270. })
  3271. end
  3272. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3273. objtodel = (string.sub(CMDBAR.Text, 8))
  3274. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3275. if v.Name == objtodel then
  3276. v:Destroy()
  3277. end
  3278. end
  3279. end
  3280. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3281. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3282. print(v)
  3283. end
  3284. game:GetService("StarterGui"):SetCore("SendNotification", {
  3285. Title = "Printed";
  3286. Text = "Players have been printed to console. (F9)";
  3287. })
  3288. end
  3289. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3290. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3291. if (v:IsA("Decal")) then
  3292. v:Destroy()
  3293. end
  3294. end
  3295. end
  3296. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3297. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3298. game:GetService("StarterGui"):SetCore("SendNotification", {
  3299. Title = "Success!";
  3300. Text = "OpFinality GUI has loaded.";
  3301. })
  3302. end
  3303. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3304. remotes = true
  3305. added = true
  3306. game.DescendantAdded:connect(function(rmt)
  3307. if added == true then
  3308. if remotes == true then
  3309. if rmt:IsA("RemoteEvent") then
  3310. print("A RemoteEvent was added!")
  3311. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3312. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3313. end end end
  3314. end)
  3315. game.DescendantAdded:connect(function(rmtfnctn)
  3316. if added == true then
  3317. if remotes == true then
  3318. if rmtfnctn:IsA("RemoteFunction") then
  3319. warn("A RemoteFunction was added!")
  3320. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3321. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3322. end end end
  3323. end)
  3324.  
  3325. game.DescendantAdded:connect(function(bndfnctn)
  3326. if added == true then
  3327. if binds == true then
  3328. if bndfnctn:IsA("BindableFunction") then
  3329. print("A BindableFunction was added!")
  3330. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3331. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3332. end end end
  3333. end)
  3334.  
  3335. game.DescendantAdded:connect(function(bnd)
  3336. if added == true then
  3337. if binds == true then
  3338. if bnd:IsA("BindableEvent") then
  3339. warn("A BindableEvent was added!")
  3340. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3341. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3342. end end end
  3343. end)
  3344.  
  3345.  
  3346. if binds == true then
  3347. for i,v in pairs(game:GetDescendants()) do
  3348. if v:IsA("BindableFunction") then
  3349. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3350. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3351. end end
  3352. for i,v in pairs(game:GetDescendants()) do
  3353. if v:IsA("BindableEvent") then
  3354. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3355. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3356. end end
  3357. else
  3358. print("Off")
  3359. end
  3360. if remotes == true then
  3361. for i,v in pairs(game:GetDescendants()) do
  3362. if v:IsA("RemoteFunction") then
  3363. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3364. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3365. end end
  3366. wait()
  3367. for i,v in pairs(game:GetDescendants()) do
  3368. if v:IsA("RemoteEvent") then
  3369. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3370. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3371. end end
  3372. else
  3373. print("Off")
  3374. end
  3375. game:GetService("StarterGui"):SetCore("SendNotification", {
  3376. Title = "Printing Remotes";
  3377. Text = "Type ;noremotes to disable.";
  3378. })
  3379. end
  3380. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3381. remotes = false
  3382. added = false
  3383. game:GetService("StarterGui"):SetCore("SendNotification", {
  3384. Title = "Printing Remotes Disabled";
  3385. Text = "Type ;remotes to enable.";
  3386. })
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3389. spin = false
  3390. followed = false
  3391. traill = false
  3392. noclip = false
  3393. annoying = false
  3394. hwalk = false
  3395. cbringing = false
  3396. end
  3397. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3398. stopsitting = true
  3399. end
  3400. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3401. stopsitting = false
  3402. end
  3403. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3404. print(adminversion)
  3405. game:GetService("StarterGui"):SetCore("SendNotification", {
  3406. Title = "Version";
  3407. Text = adminversion;
  3408. })
  3409. end
  3410. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3411. clickgoto = true
  3412. game:GetService("StarterGui"):SetCore("SendNotification", {
  3413. Title = "Click TP";
  3414. Text = "Press E to teleport to mouse position";
  3415. })
  3416. end
  3417. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3418. clickgoto = false
  3419. game:GetService("StarterGui"):SetCore("SendNotification", {
  3420. Title = "Click TP";
  3421. Text = "Click TP has been disabled.";
  3422. })
  3423. end
  3424. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3425. gettingtools = true
  3426. game:GetService("StarterGui"):SetCore("SendNotification", {
  3427. Title = "Tools Enabled";
  3428. Text = "Automatically colleting tools dropped.";
  3429. })
  3430. end
  3431. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3432. gettingtools = false
  3433. game:GetService("StarterGui"):SetCore("SendNotification", {
  3434. Title = "Tools Disabled";
  3435. Text = "Click TP has been disabled.";
  3436. })
  3437. end
  3438. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3439. ScreenGui:Destroy()
  3440. end
  3441. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3442. lplayer.Character.Head:Destroy()
  3443. end
  3444. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3445. statechosen = string.sub(CMDBAR.Text, 7)
  3446. changingstate = true
  3447. end
  3448. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3449. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3450. end
  3451. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3452. removingmeshhats = true
  3453. end
  3454. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3455. removingmeshhats = false
  3456. end
  3457. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3458. removingmeshtool = true
  3459. end
  3460. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3461. removingmeshtool = false
  3462. end
  3463. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3464. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3465. if v:IsA("Tool") then
  3466. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3467. v.Parent = player.Character
  3468. end
  3469. end
  3470. end
  3471. end
  3472. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3473. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3474. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3475. end
  3476. end
  3477. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3478. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3479. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3480. end
  3481. end
  3482. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3483. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3484. game:GetService("StarterGui"):SetCore("SendNotification", {
  3485. Title = player.AccountAge.." Days";
  3486. Text = "Account age of "..player.Name;
  3487. })
  3488. end
  3489. end
  3490. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3491. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3492. game:GetService("StarterGui"):SetCore("SendNotification", {
  3493. Title = player.UserId.." ID";
  3494. Text = "Account ID of "..player.Name;
  3495. })
  3496. end
  3497. end
  3498. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3499. game:GetService("StarterGui"):SetCore("SendNotification", {
  3500. Title = "Game ID";
  3501. Text = "Game ID: ".. game.GameId;
  3502. })
  3503. end
  3504. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3505. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3506. if pgscheck == true then
  3507. game:GetService("StarterGui"):SetCore("SendNotification", {
  3508. Title = "PGSPhysicsSolverEnabled";
  3509. Text = "PGS is Enabled!";
  3510. })
  3511. else
  3512. game:GetService("StarterGui"):SetCore("SendNotification", {
  3513. Title = "PGSPhysicsSolverEnabled";
  3514. Text = "PGS is Disabled!";
  3515. })
  3516. end
  3517. end
  3518. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3519. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3520. if v:IsA("Part") then
  3521. if v.Transparency == 1 then
  3522. if v.Name ~= "HumanoidRootPart" then
  3523. v:Destroy()
  3524. end
  3525. end
  3526. end
  3527. end
  3528. end
  3529. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3530. game:GetService("Lighting").FogStart = 0
  3531. game:GetService("Lighting").FogEnd = 9999999999999
  3532. end
  3533. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3534. lplayer.Character.Humanoid.Parent = lplayer
  3535. end
  3536. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3537. lplayer.Humanoid.Parent = lplayer.Character
  3538. end
  3539. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3540. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3541. if v:IsA("Tool") then
  3542. v.Parent = lplayer.Character
  3543. wait()
  3544. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3545. v.Parent = player.Character
  3546. end
  3547. end
  3548. end
  3549. end
  3550. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3551. speedfly = string.sub(CMDBAR.Text, 10)
  3552. wait()
  3553. change()
  3554. end
  3555. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3556. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3557. local Anim3 = Instance.new("Animation")
  3558. Anim3.AnimationId = "rbxassetid://282574440"
  3559. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3560. track3:Play(.1, 1, 1)
  3561. bplrr = v.Name
  3562. banpl = true
  3563. end
  3564. end
  3565. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3566. banpl = false
  3567. end
  3568. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3569. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3570. staring = true
  3571. stareplr = v
  3572. end
  3573. end
  3574. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3575. staring = false
  3576. end
  3577. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3578. chatlogs = true
  3579. game:GetService("StarterGui"):SetCore("SendNotification", {
  3580. Title = "LogChat enabled";
  3581. Text = "Now logging all player chat.";
  3582. })
  3583. end
  3584. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3585. chatlogs = false
  3586. game:GetService("StarterGui"):SetCore("SendNotification", {
  3587. Title = "LogChat disabled";
  3588. Text = "Stopped logging all player chat.";
  3589. })
  3590. end
  3591. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3592. game:GetService("Workspace").CurrentCamera:Destroy()
  3593. wait(0.1)
  3594. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3595. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3596. lplayer.CameraMinZoomDistance = 0.5
  3597. lplayer.CameraMaxZoomDistance = 400
  3598. lplayer.CameraMode = "Classic"
  3599. end
  3600. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3601. changingstate = false
  3602. end
  3603. CMDBAR.Text = ""
  3604. end
  3605. end)
  3606.  
  3607. wait(0.3)
  3608. game:GetService("StarterGui"):SetCore("SendNotification", {
  3609. Title = "Loaded successfully!";
  3610. Text = "Reviz Admin V2 by illremember";
  3611. })
  3612. wait(0.1)
  3613. print("Reviz Admin V2 loaded!")
  3614. if game:GetService("Workspace").FilteringEnabled == true then
  3615. warn("FE is Enabled (Filtering Enabled)")
  3616. game:GetService("StarterGui"):SetCore("SendNotification", {
  3617. Title = "FE is Enabled";
  3618. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3619. })
  3620. else
  3621. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3622. game:GetService("StarterGui"):SetCore("SendNotification", {
  3623. Title = "FE is Disabled";
  3624. Text = "Filtering Disabled. Consider using a different admin script.";
  3625. })
  3626. end
  3627.  
  3628. local intro = Instance.new("ScreenGui")
  3629. local Frame = Instance.new("Frame")
  3630. local ImageLabel = Instance.new("ImageLabel")
  3631. intro.Parent = game:GetService("CoreGui")
  3632. Frame.Parent = intro
  3633. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3634. Frame.BackgroundTransparency = 1
  3635. Frame.Size = UDim2.new(1, 0, 0, 300)
  3636. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3637. ImageLabel.Parent = Frame
  3638. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3639. ImageLabel.BackgroundTransparency = 1
  3640. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3641. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3642. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3643. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3644. wait(3.01)
  3645. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3646. wait(5.01)
  3647. intro:Destroy()
  3648. end)
  3649.  
  3650. KillBunny.Name = "KillBunny"
  3651. KillBunny.Parent = EggFrame
  3652. KillBunny.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3653. KillBunny.Position = UDim2.new(0.0419354849, 0, 0.16731517, 0)
  3654. KillBunny.Size = UDim2.new(0, 90, 0, 41)
  3655. KillBunny.Font = Enum.Font.SourceSans
  3656. KillBunny.Text = "Kill Bunny"
  3657. KillBunny.TextColor3 = Color3.fromRGB(255, 255, 255)
  3658. KillBunny.TextSize = 14.000
  3659. KillBunny.MouseButton1Down:connect(function()
  3660. game:GetService("RunService").RenderStepped:Connect(function()
  3661. if ScanText("So you are back") then
  3662. remote:FireServer("DamageHumanoid",workspace.SpookyBunny.Humanoid,workspace.SpookyBunny.Humanoid.Health)
  3663. elseif ScanText("Now hop") then
  3664. game.Players.LocalPlayer.Character:MoveTo(Interact.GurtParkour.Position)
  3665. elseif ScanText("Do the") then
  3666. game.Players.LocalPlayer.Character:MoveTo(Interact.Parkour.Position)
  3667. elseif ScanText("Welcome to the") then
  3668. game.Players.LocalPlayer.Character:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,100,0))
  3669. elseif ScanText("Defend your") then
  3670. remote:FireServer("DamageHumanoid",workspace.SpookyBunny.Humanoid,100)
  3671. end
  3672. end)
  3673. end)
  3674.  
  3675. Parkour1.Name = "Parkour1"
  3676. Parkour1.Parent = EggFrame
  3677. Parkour1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3678. Parkour1.Position = UDim2.new(0.0419354849, 0, 0.38132295, 0)
  3679. Parkour1.Size = UDim2.new(0, 284, 0, 39)
  3680. Parkour1.Font = Enum.Font.SourceSans
  3681. Parkour1.Text = "Parkour 1"
  3682. Parkour1.TextColor3 = Color3.fromRGB(255, 255, 255)
  3683. Parkour1.TextSize = 14.000
  3684. Parkour1.MouseButton1Down:connect(function()
  3685. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(85.87, 30.54, 186.09, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  3686. end)
  3687.  
  3688. SafeArea.Name = "SafeArea"
  3689. SafeArea.Parent = EggFrame
  3690. SafeArea.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3691. SafeArea.Position = UDim2.new(0.0419354849, 0, 0.560311258, 0)
  3692. SafeArea.Size = UDim2.new(0, 284, 0, 39)
  3693. SafeArea.Font = Enum.Font.SourceSans
  3694. SafeArea.Text = "Safe Area [Dorm]"
  3695. SafeArea.TextColor3 = Color3.fromRGB(255, 255, 255)
  3696. SafeArea.TextSize = 14.000
  3697. SafeArea.MouseButton1Down:connect(function()
  3698. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-419, 35.7, 128.84, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  3699. end)
  3700.  
  3701. Parkour2.Name = "Parkour2"
  3702. Parkour2.Parent = EggFrame
  3703. Parkour2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3704. Parkour2.Position = UDim2.new(0.0419354849, 0, 0.739299595, 0)
  3705. Parkour2.Size = UDim2.new(0, 284, 0, 39)
  3706. Parkour2.Font = Enum.Font.SourceSans
  3707. Parkour2.Text = "Parkour 2"
  3708. Parkour2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3709. Parkour2.TextSize = 14.000
  3710. Parkour2.MouseButton1Down:connect(function()
  3711. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(117.56, 49, -163.6, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  3712. end)
  3713.  
  3714. CollectEggs.Name = "CollectEggs"
  3715. CollectEggs.Parent = EggFrame
  3716. CollectEggs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3717. CollectEggs.Position = UDim2.new(0.667741895, 0, 0.16731517, 0)
  3718. CollectEggs.Size = UDim2.new(0, 90, 0, 41)
  3719. CollectEggs.Font = Enum.Font.SourceSans
  3720. CollectEggs.Text = "Collect Eggs"
  3721. CollectEggs.TextColor3 = Color3.fromRGB(255, 255, 255)
  3722. CollectEggs.TextSize = 14.000
  3723. CollectEggs.MouseButton1Down:connect(function()
  3724. local Eggs = game.Workspace.FindableEggs
  3725. for i,v in pairs(Eggs:GetChildren()) do
  3726. v.Transparency = 1
  3727. v.CanCollide = false
  3728. spawn(function()
  3729. while wait() do
  3730. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part").CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3731. end
  3732. end)
  3733. end
  3734. end)
  3735.  
  3736. GuiName.Name = "GuiName"
  3737. GuiName.Parent = EggFrame
  3738. GuiName.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3739. GuiName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  3740. GuiName.Position = UDim2.new(-0.00170511007, 0, -0.00272625685, 0)
  3741. GuiName.Size = UDim2.new(0, 310, 0, 32)
  3742. GuiName.Font = Enum.Font.Garamond
  3743. GuiName.Text = "Time Travel Eggventures"
  3744. GuiName.TextColor3 = Color3.fromRGB(255, 255, 255)
  3745. GuiName.TextSize = 24.000
  3746. GuiName.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  3747. GuiName.TextStrokeTransparency = 3.000
  3748.  
  3749. TextLabel.Parent = EggFrame
  3750. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  3751. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  3752. TextLabel.Position = UDim2.new(-0.00170511007, 0, 0.925754666, 0)
  3753. TextLabel.Size = UDim2.new(0, 310, 0, 19)
  3754. TextLabel.Font = Enum.Font.SourceSans
  3755. TextLabel.Text = "Made By Causmics"
  3756. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  3757. TextLabel.TextSize = 14.000
  3758.  
  3759. -- Scripts:
  3760.  
  3761. local function ZGBKE_fake_script() -- Eggventure.LocalScript
  3762. local script = Instance.new('LocalScript', Eggventure)
  3763.  
  3764. frame = script.Parent.EggFrame
  3765. frame.Draggable = true
  3766. frame.Active = true
  3767. frame.Selectable = true
  3768. end
  3769. coroutine.wrap(ZGBKE_fake_script)()
  3770. end)
  3771.  
  3772. Deathrun.Name = "Deathrun"
  3773. Deathrun.Parent = ScrollingFrame
  3774. Deathrun.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3775. Deathrun.Position = UDim2.new(0, 9, 0, 374)
  3776. Deathrun.Size = UDim2.new(0, 382, 0, 22)
  3777. Deathrun.Font = Enum.Font.SourceSans
  3778. Deathrun.Text = "Deathrun"
  3779. Deathrun.TextColor3 = Color3.fromRGB(0, 0, 0)
  3780. Deathrun.TextSize = 14.000
  3781. Deathrun.MouseButton1Down:connect(function()
  3782. game.StarterGui:SetCore('SendNotification', { Title = 'Credits'; Text = "Made by Dk4Q @ v3rm | w8o88rcc2uft2#9758"; Duration = 5; }) print("made by Dk4Q @ v3rm | w8o88rcc2uft2#9758") tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(1, Enum.EasingStyle.Linear) spawn(function() while true do wait(1) tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(game.workspace["EnergyOrbModels"].EggBounce.EggModel.EggPart.Position)}) tween:Play() end end) spawn(function() while true do wait(1) tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(game.workspace["EnergyOrbModels"].EggRoll.EggModel.EggPart.Position)}) tween:Play() end end) spawn(function() while true do wait(1) tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(game.workspace["EnergyOrbModels"].EggJump.EggPart.Position)}) tween:Play() end end)
  3783. end)
  3784.  
  3785. Sharkbite.Name = "Sharkbite"
  3786. Sharkbite.Parent = ScrollingFrame
  3787. Sharkbite.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3788. Sharkbite.Position = UDim2.new(0, 9, 0, 407)
  3789. Sharkbite.Size = UDim2.new(0, 382, 0, 22)
  3790. Sharkbite.Font = Enum.Font.SourceSans
  3791. Sharkbite.Text = "Shark Bite"
  3792. Sharkbite.TextColor3 = Color3.fromRGB(0, 0, 0)
  3793. Sharkbite.TextSize = 14.000
  3794. Sharkbite.MouseButton1Down:connect(function()
  3795. local ready = false
  3796. local key
  3797.  
  3798. repeat wait(1)
  3799. for _,v in pairs(game:GetService("Workspace").Sharks:GetDescendants()) do
  3800. if v.Name == "Key" then
  3801. ready = true
  3802. key = v
  3803. end
  3804. end
  3805. until ready == true
  3806. repeat wait() until tostring(game:GetService("Players").LocalPlayer.Team) == "Survivor"
  3807.  
  3808. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = key.CFrame
  3809. wait(1)
  3810. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").EggDoor.Base.CFrame
  3811. wait(1)
  3812. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").EggAward.CFrame
  3813. end)
  3814.  
  3815. EggSimulator.Name = "Egg Simulator"
  3816. EggSimulator.Parent = ScrollingFrame
  3817. EggSimulator.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3818. EggSimulator.Position = UDim2.new(0, 9, 0, 436)
  3819. EggSimulator.Size = UDim2.new(0, 382, 0, 22)
  3820. EggSimulator.Font = Enum.Font.SourceSans
  3821. EggSimulator.Text = "Egg Simulator"
  3822. EggSimulator.TextColor3 = Color3.fromRGB(0, 0, 0)
  3823. EggSimulator.TextSize = 14.000
  3824. EggSimulator.MouseButton1Down:connect(function()
  3825. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3826. local event = game:GetService("ReplicatedStorage").event
  3827.  
  3828. local eggfolder
  3829. for i,v in next, workspace:GetDescendants() do
  3830. if v:IsA("MeshPart") and v.Position.Y == 4.00 then
  3831. eggfolder = v.Parent
  3832. break
  3833. end
  3834. end
  3835.  
  3836. -- all coins quest
  3837. for i = 1, 3 do
  3838. local counter = 0
  3839. for i,v in next, eggfolder:GetChildren() do
  3840. if v:IsA("MeshPart") then
  3841. root.CFrame = v.CFrame
  3842. counter = counter + 1
  3843. wait()
  3844. if counter%10 == 0 then
  3845. event:FireServer("sellEggs")
  3846. elseif counter%1000 == 0 then
  3847. break
  3848. end
  3849. end
  3850. end
  3851. end
  3852.  
  3853. -- pet quest
  3854. for i = 0, 10 do
  3855. event:FireServer("purchaseEgg", 6, "Coins")
  3856. wait()
  3857. end
  3858.  
  3859. -- rebirth
  3860. event:FireServer("rebirth", "coins", 1)
  3861.  
  3862. -- finish some quests
  3863. for i = 1, 100 do
  3864. event:FireServer("claimQuest", i)
  3865. end
  3866.  
  3867. wait(1)
  3868.  
  3869. -- finish clues
  3870. for i = 0, 10 do
  3871. event:FireServer("claimBunnyQuest", i)
  3872. end
  3873.  
  3874. wait(1)
  3875.  
  3876. -- finish
  3877. event:FireServer("claimBunnyReward")
  3878. end)
  3879.  
  3880.  
  3881. PlaneCrazy.Name = "Plane Crazy"
  3882. PlaneCrazy.Parent = ScrollingFrame
  3883. PlaneCrazy.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3884. PlaneCrazy.Position = UDim2.new(0, 8, 0, 613)
  3885. PlaneCrazy.Size = UDim2.new(0, 382, 0, 22)
  3886. PlaneCrazy.Font = Enum.Font.SourceSans
  3887. PlaneCrazy.Text = "Plane Crazy"
  3888. PlaneCrazy.TextColor3 = Color3.fromRGB(0, 0, 0)
  3889. PlaneCrazy.TextSize = 14.000
  3890. PlaneCrazy.MouseButton1Down:connect(function()
  3891. game:GetService("ReplicatedStorage").Remotes.GiveEgg:FireServer()
  3892. end)
  3893.  
  3894. Flop.Name = "Flop"
  3895. Flop.Parent = ScrollingFrame
  3896. Flop.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3897. Flop.Position = UDim2.new(0, 9, 0, 525)
  3898. Flop.Size = UDim2.new(0, 382, 0, 22)
  3899. Flop.Font = Enum.Font.SourceSans
  3900. Flop.Text = "Flop"
  3901. Flop.TextColor3 = Color3.fromRGB(0, 0, 0)
  3902. Flop.TextSize = 14.000
  3903. Flop.MouseButton1Down:connect(function()
  3904. local egg
  3905. local fish = game:GetService("Players").LocalPlayer.Character
  3906. for i,v in next, workspace.FakeEggs:GetChildren() do
  3907. if v.Owner.Value == "" or v.Owner.Value == fish.Name then
  3908. egg = v
  3909. break
  3910. end
  3911. end
  3912. fish:SetPrimaryPartCFrame(egg.PhysicsPart.CFrame + Vector3.new(0,5,0))
  3913. repeat wait() until egg.Owner.Value == game:GetService("Players").LocalPlayer.Name
  3914.  
  3915. local fs = Instance.new("RemoteEvent").FireServer
  3916. wait(3)
  3917.  
  3918. fs(game:GetService("ReplicatedStorage").Events.Attach, false, egg.PhysicsPart.CFrame, egg.PhysicsPart)
  3919. wait(3)
  3920. fish:SetPrimaryPartCFrame(workspace.Map.Pan.MeshPart.CFrame + Vector3.new(0,10,0))
  3921. wait(5)
  3922. for i,v in next, workspace:GetChildren() do
  3923. if v.Name == "FriedEgg" and v.Owner.Value == fish.Name then
  3924. egg = v
  3925. break
  3926. end
  3927. end
  3928. wait()
  3929. fs(game:GetService("ReplicatedStorage").Events.Attach, false, egg.PhysicsPart.CFrame, egg.PhysicsPart)
  3930. wait(3)
  3931. fish:SetPrimaryPartCFrame(CFrame.new(-1386, 395, 306))
  3932. end)
  3933.  
  3934. RobloxianHighSchool.Name = "Robloxian High School"
  3935. RobloxianHighSchool.Parent = ScrollingFrame
  3936. RobloxianHighSchool.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3937. RobloxianHighSchool.Position = UDim2.new(0, 9, 0, 495)
  3938. RobloxianHighSchool.Size = UDim2.new(0, 382, 0, 22)
  3939. RobloxianHighSchool.Font = Enum.Font.SourceSans
  3940. RobloxianHighSchool.Text = "Robloxian High School"
  3941. RobloxianHighSchool.TextColor3 = Color3.fromRGB(0, 0, 0)
  3942. RobloxianHighSchool.TextSize = 14.000
  3943. RobloxianHighSchool.MouseButton1Down:connect(function()
  3944. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.04, -25.47, -2905.5, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  3945.  
  3946. wait(5)
  3947.  
  3948. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-101.140038, -26.1819611, -2605.37256, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3949.  
  3950. wait(5)
  3951.  
  3952. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(81.8600006, -31.9373646, -2575.37256, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  3953.  
  3954. wait(5)
  3955.  
  3956. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-144.609955, -26.2621155, -2745.20703, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3957.  
  3958. wait(5)
  3959.  
  3960. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(203.34, -22.9, -2036.62, -0.965952158, 0.258720726, -1.12629277e-05, 0.258720726, 0.965952158, -8.55840917e-05, -1.12629277e-05, -8.55840917e-05, -1)
  3961.  
  3962. -- Update by Causmics
  3963. end)
  3964.  
  3965. SkiResort.Name = "Ski Resort"
  3966. SkiResort.Parent = ScrollingFrame
  3967. SkiResort.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3968. SkiResort.Position = UDim2.new(0, 9, 0, 465)
  3969. SkiResort.Size = UDim2.new(0, 382, 0, 22)
  3970. SkiResort.Font = Enum.Font.SourceSans
  3971. SkiResort.Text = "Ski Resort"
  3972. SkiResort.TextColor3 = Color3.fromRGB(0, 0, 0)
  3973. SkiResort.TextSize = 14.000
  3974. SkiResort.MouseButton1Down:connect(function()
  3975. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3976.  
  3977. workspace.Gravity = 0
  3978. for i,v in next, workspace.Ramps:GetChildren() do
  3979. root.CFrame = v.CFrame
  3980. wait()
  3981. end
  3982. workspace.Gravity = 196.2
  3983. end)
  3984.  
  3985. Eg.Name = "Eg"
  3986. Eg.Parent = ScrollingFrame
  3987. Eg.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  3988. Eg.Position = UDim2.new(0, 8, 0, 554)
  3989. Eg.Size = UDim2.new(0, 382, 0, 22)
  3990. Eg.Font = Enum.Font.SourceSans
  3991. Eg.Text = "Eg"
  3992. Eg.TextColor3 = Color3.fromRGB(0, 0, 0)
  3993. Eg.TextSize = 14.000
  3994. Eg.MouseButton1Down:connect(function()
  3995. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3996. local locations = {
  3997. [1] = CFrame.new(-1153.02, 2442.70, -558.54),
  3998. [2] = CFrame.new(-1137.48, 2464.70, -668.40),
  3999. [3] = CFrame.new(-1005.48, 2414.70, -746.71),
  4000. [4] = CFrame.new(-713.55, 2477.70, -783.40),
  4001. [5] = CFrame.new(-143.31, 1777.70, 354.97)
  4002. }
  4003.  
  4004. for i,v in next, locations do
  4005. root.CFrame = v
  4006. wait(0.1)
  4007. end
  4008. end)
  4009.  
  4010. BuildABoatForTreasure.Name = "Build A Boat For Treasure"
  4011. BuildABoatForTreasure.Parent = ScrollingFrame
  4012. BuildABoatForTreasure.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  4013. BuildABoatForTreasure.Position = UDim2.new(0, 9, 0, 584)
  4014. BuildABoatForTreasure.Size = UDim2.new(0, 382, 0, 22)
  4015. BuildABoatForTreasure.Font = Enum.Font.SourceSans
  4016. BuildABoatForTreasure.Text = "Build A Boat For Treasure"
  4017. BuildABoatForTreasure.TextColor3 = Color3.fromRGB(0, 0, 0)
  4018. BuildABoatForTreasure.TextSize = 14.000
  4019. BuildABoatForTreasure.MouseButton1Down:connect(function()
  4020. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  4021.  
  4022. root.CFrame = CFrame.new(-37.60, 24.59, 3290.32)
  4023. end)
  4024.  
  4025. BadBuisness.Name = "Bad Buisness"
  4026. BadBuisness.Parent = ScrollingFrame
  4027. BadBuisness.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  4028. BadBuisness.Position = UDim2.new(0, 8, 0, 643)
  4029. BadBuisness.Size = UDim2.new(0, 382, 0, 22)
  4030. BadBuisness.Font = Enum.Font.SourceSans
  4031. BadBuisness.Text = "Bad Buisness ( Aimbot)"
  4032. BadBuisness.TextColor3 = Color3.fromRGB(0, 0, 0)
  4033. BadBuisness.TextSize = 14.000
  4034. BadBuisness.MouseButton1Down:connect(function()
  4035. -- obfuscated so it doesnt get patched, sorry skids!
  4036.  
  4037. return(function(e,l,o,X,n)local I=select;local H=string.byte;local a=string.sub;local E=setmetatable;local D=unpack or table.unpack;local L=getfenv or function()return _ENV end;local W=o;local A=string.char;local d=l;local C=n;local Q={}for e=0,255 do Q[e]=A(e)end;local function c(R)local l,n,o=e,e,{}local D=256;local e=1;local function B()local l=d(a(R,e,e),36)e=e+1;local n=d(a(R,e,e+l-1),36)e=e+l;return n end;l=A(B())o[1]=l;while e<#R do local e=B()if Q[e]then n=Q[e]else n=l..a(l,1,1)end;Q[D]=l..a(n,1,1)o[#o+1],l,D=n,n,D+1 end;return W(o)end;local d=c('1Q2171Q1P1U1Q27923H23F23B23J1P1G2791Q22L23J23222123J22W23023723D27E1N27H22123D22W23722Y23222H23923823223J22Q23227F27U27K22623727D2392332321R27H27H26I2111P1T27H22W23J22Z23323728P1P1B27H22023J22Y23A27Q23F28423I22123223922W23F23H27E1M27H22523F23723222K29822H23623723A23I1P27T27922629829723722X23J22X23623J23A23A28M27H22C27K23129823527727H22K28T27E28N27922223A23F22R27N22X1P1H27H22E23923D23F23A2AI2AK27N1P1J29E2A922X22Y23F27R1P1I27H27J23222F28E29X1P1S27H23322Y23I29327E27827922A23J23F29P28H27923G2BT28I2791P2BW23C2BZ27H2A32BW22W2BW27H21V22I1P1P2AC23A22R2A427922923J22R22M2392312382CG1Q23D28223823J23D2871V27H2CI22R22722Y2AO27H22222W2392342CU23229N29Y1P1K2AC2AE2D52D72D92DB2AZ27H2A822W2352B32B527S27H22H23322W28P28322H27C27N23F2882792BA2A623F28P22X28727G27923A2392BR2E927X23823H2CP22A23223222Y2BA1P21N27H2362EM22Y22X1W21H21H2B42E923J23C23723821G2CR23B21H29923121H22H23522R2201Y23J22222O1P29D27922H28P2BL2252F423I2CM2B72B923323821M2BC23I2AN2BG27922J28C23C2392872CC27922N2212222AB27922F29W23D2FV2FN28P23I29H2EW2CP27M2CV2372821P1F27H23B2BR23J21M23C22R21M23823729M29122X23B21L2162HC2171P1927H22Y23623923J2H522Q21M29W21M28Z27Q2H12322312BF27H29T23H23H23A27E1A2A523921M2DZ27D29921M28Y2CR29N2GF1Q23G2AJ2EJ2AG2CQ2IB2392ID2B027922C2I522122Y2FP29P2G31Q2B32IU2D327922B2382E923F28321M2G523B2CB27H29G2J92CX2J128423B2AN2IO27I27K28123823G2372EJ2IW2I72E12J01Q2AD22W2E92222AM2GU2FM1Q2IL29N2IS2EH2EJ2JE1Q2212HJ23027E2K92J222Y28F2CP28Y2DA23D2I12E31Q2AR2392352242D92982CP22N23823F23C2I12IV27H2G72322JC2IE22G2FS2GK1Q23529N23A2F323829P2IJ23I23J23G23F23323A2872BN1Q2KX2332J92IJ2CZ2812LJ2C22GB2LA22M2D62BJ2CM2CO2EB1Q2J821M2262E729B2872B82EC2AS2932GT2CO1O27H21X22L2IE27D27D2IE2H82CW2DT2A02E92KO2212DB2J62J82CP22Y2MZ2I12832DL2G428F23929Z2392G81P2K92NC2NE2NG2B42CN2NF2GX23J27D2AN2GA1Q29Y2D22JJ2KB2CM2MA2BQ2J92LQ28427C2N82KA2HJ23121M22C2E02IE2KY2MR2AP2792NW2O72BP2AU2322362HW2792A02OJ2OL29R2O52NX22M29W2L52382B62LQ2GN2MX2NR2IG2CF2BW22K2OM1Q22G28F2972CO2DE2G428323721J22K2AJ29Z23C2J52EJ2JJ22H2ED29X21M22L28S2JA2MG2C42D42ER27H2782JU23D2A023D2352AT2A227N2C727928K2NM2G423I23B2F42QA2792CA2NR22G2AL2IE23129G28G28I23J25Z25J22J2P72FX2B42Q528I1128I2541Q24722V2ML2BX23D2R522V2NR27H23K2RB2R81Q28H182582RB2CC2C725L2RM2RI1Q2ML1S25S2RQ2B82BW1U21K2RB2792RX1Q2RZ2S11Q2HG28H21M162RQ2ML2ML21O22V2RQ29D28H2CC2S52R62792SI2S42S02SM1Q1L2RR2SA2SC2S41Q2SF2RQ2S81Q2CX2SL2SG2S72RR2RK2RQ2IW1823M2RB2782IJ1Q25A2RQ2LQ1Q29D2R62RD27922X2RQ2BX21T2TD2BX182792R62CX2MF28I2R62BG2RH27H2TX1Q2IW2U42RC2BX2U82TN2762S62BW28H2CX2OB2852MU27A27K23H2GJ2O122R22Y27E2TZ23G2FX2GS2GU2HG27929W21X22X22R2KY2EV23J21X2UU2OX2DA2GU2M729W23A2KM2NB2DV27E2OE1Q2MD2BI2302AU2332DC2K92L52L02KE27U2L52322G227H2F429X22W23228I21I27H2T82SR2BW2W722V28H2U324Y2RB28H2WC2SP2S621F2T72RL2U52RD2HG2U12SX27H22D2RB2CX2SD2SY2SG2U52WK28H2782T42792X01Q2WA2CX2K92T62WQ2TJ2WT2U52WW2RU2WU2SS2RR2792X32XI2X12SQ2T52X52X72U628I2WP22V2BG2XC2XH2XF2782U52GW2WG2WI2SR2Y22Y42XP2WL2XH2W92WM2XV1Q2TF2XU28N2TJ2192RB2U22YE2Y727921P2Y92R627G2WO2RB2AP2JJ1Q2XD22V27G2WW2SZ2YR1Q2YP28H2B82XL2Z51Q2SV2Z32B02B02XG2Z32Z92XK2XO2YO2YQ2YZ1Q2TZ2ZB2ZM27G2EB2TP2R62VJ27H2XU29D2YW25Z2RB27G2SO1S24D2XH102RR2ML2XL310728H31042S62782WH2XL310F2BY2UE28I1R1D27H2MP2932OL2LQ23623329B2QD1Q2B428T2AN2LQ27B2MR2M72BA27M27O27Q27E2JJ2252B22QZ27E2M729L2E72B52842JX2JU2BA29L29N23I2DX2FL2B92JL236311H2CV2AY2K92262NZ2AN2TV2G428P2AW2AL2JX22K27X2HL23I2CE1P1C311S232312527N312823923B311G299311W22W2ML29Q2DT2DV2DX2802E02991P31221Q311B22W29O29T27V28P2HL2222IM2N72IW22A29H2G722Q2IE2OI29P2TZ313822X29H2MJ2CP2KT2CV2982142PV1Q2CT2HV2BW21U2LZ1Q21V2O42GY23H2H52322332LJ28I22G2W621E2WF2XJ2ZA2TW2WB31082X6314G312Q2W6314G2SK27H21M314N2UD2CX31222U52U7314R2WV314F2RQ2CC28N314Q31502ZN2U02U92TJ314K2Q02WR2SR2102XJ2ZT22V2TF2ZA24X2RB28N315L314Z2R6315M2YW2R62B02QI315O1Q2B02RT314G2BG1E2RR2YH2ZJ1Q31602XN2S6315D2BT315F315H21M253315K2YM27G3153315U28N2ZV315R314E2U82M7279316H2ZQ2YM316Q2ZR2TK315629D314W3101316V2BX315U2792SE314G28N2ER28H27T2XL31772YN1Q31682X62YC2YH314P314A316I2T2314J2RB2ZE2UA315U315W315N315G2YM2DE316Q315M2ST316Q317O2I3317Z315V1Q28W31822B0312Z316E2B02B8314U22V2B02UY317S2ZD3164317S27G28N2GW316Q2AP28N312E2U82B02AP2ML318C27G318F316T1Q27G31602U8318T314P314G2AP2AP2GW2U829D2RH316Q29D29D318Q314G31022RS3156318H316G314G318H310N2G3316L2122RR31662SR319R319T2T5317E2XA314H2YW2XU2792IW310D2R62ML2SO310931632SO1Q2132S62U32CC2W8310L3198276313B313D239313F2PD2JV2FS2JW2E9311N29O2P72222E72HL2W31O1R2KO312M311I2AM311R2E4311T311V311J2IE3112311E312F311627P2B6311A311C2DR312R2FN312T31AZ2JS312X312Z31313133239313523J313731392ME2D42NB313M2K12GX2BD2NO2392KD28P2PX279313Y2BW313F2BW31412BW2CF2M72202FX31BG311831BM2K3312A27N29628Z2UR29P2LQ2QP29H28I22I27H1S2Y02T52RN2RR2XL31D62XL2112SU2SB2R62UF2U62RV31DE1Q31DB2RY316331DK2ZA31DD314H2792S9264314D2WH2IX2TQ28I1Z314D2CC2RT31D43178319S317C27T319W27931DN2ZP2BW2CC21O21Q314D31DN2X231DM315E31DU27H2Z2314H31DN2T331EJ2S931DP31EC2WX314D310N2X1317C31EX317C1531EK31DI319B314G2Y32BG316Q2Y32TF2TM2UD3171314H31E12SY31F61Q31F231EY2XL31FK317C317B310X314D2BX25N31EL2792WA2Z6314P24A31EL3187314R316O31FI31FG31F92RR2AP31G628H29D316Q2NR2S9314R31FG2U82X931562CC314Y31GC2UD2OR31E0319I318C2CC31AP316Q310I2ST31GH2WR317S2X81Q2I32U82X2317L316Q2CX28H28W2U82XW31942YK2XS31882U52CX2U731FC31H7317M31FC2ZO31GF3183318C2CX318F2UB317L2ML31GM2CC316031HW1Q31AJ2SW31EY2S62I32BT31AG2T531DF31602CP28P28R2AE31BC2OA311427K31CN2B631H931CQ29029229429629829A29C29E2QQ29J22W31AU29P2OR29T2W22IM29X29Z2A12A3311F311U312N311J2AN2K2311M31J931B522W2IE2202ND31C02J12J32OW2B62NR313V2LA22G23923I22R22L22R2D6313Z2222QA26B26N2CA2JJ2GY22Q31J128R2AF27H313P29722W2152BW25M2422612P82P723D23G2992MR2JR31282OA2K231JT31JV2KT2ED23D29H2CF2TZ2KD31KY31L02QI31DR23K23N31L931L924J28L2TZ31K731IW2OY2DM2QQ313Z31CB1Q31JH2BW23G313Z23C2QI2QC31BJ2DO2DQ2B62OR2DU2DW31BP312W2E22M72ED2KR31KD2981R31L831LA23N25V28L2BW2D22IW22J2EI2I131102GX310Q313T29923I2QI22B2CA2IJ22M29Y2322D622R28I122BT1828N31AH31FV31FI31F531EL2CC31GR31GY2U82SJ319I31G9317L31NB316Y31DI2UC2SR3173317S28I3152314G28I2TZ2RG2UA31NR319I31HV31NW279314T31592YW31NW2WW318C28H2M731NG2AP318C31A7317P2U931NV31NK319I21631FI27T2DE31OB31H131HC31A6319I31OA314R31IL318C27831OT314G2CX31IL2U82ML314Y31H231DI2ST31NY31NU2792HG31P3314H2TV318U315931O831592ML31OR2RQ31913156315831P02SX31PD2RQ31H2317S2CC2CC31PI2R6278319F31HQ1Q310N31N631HD319F31HT2YL31PA2ML2GW31NA314R31PR31HZ31PV22V31OV314M2XH31OW31HD31OZ314R31Q63159122UD2WA2CC1328I315D31FC2Y331HT2BW31HZ310731H3314E31GU2SX2R231HT314O21O314R319V1Q312E2XL31RB2XL22M31F32U931QZ21R31542SB31R231QZ314G31H41731GJ2UD27831R92RQ31RH28H31RD316331RY317C22F31RI31PT28I31FT31FC2U3315F31GG2TO2TT2NR1S2602TT2342RR2SK316331SJ3169315427H31S82U92RH2XL31SN31SD31QW314P22Q315431R131RQ31R331T227831R631HO31RV314R2272RR31S02S631TA31E81Q23I31S531R331RL31FC2CC31RN31T231RP2TT27831RS31R72SX31RW31FC31TH31RZ317C31TX31SW31SS31EM2WY2U923E31TB317C31U631TF31U031DW31S9314P2GW31TL1Q1427931SR31SC31SU31TI2RH21O312E31FC23631U72XL31US31TF31SV2TB2RQ31Q431UK319I27H31SB31R331SZ31UG31T12TT31TP31PW31R531RT31R8314R22W31UT316331VG31TF22O31TI31RK31RM31PL31T331TQ1Q31TS31T731FH2RQ31VL31TY2XL31VX317C316D2RJ2YC31SC21M31RS31UG31F231HZ314Q31HZ2HG31HZ2ER31OU31V2317S31H431W931T4314F31R42782HG31PZ318X31OX317L316K2YD31VA2YD2BG31V8315U31WW315M31T631HD2BG31FB317T31X12YM31TN2RB2S3316P314G2B82B831VT316E28N2B8317W2YM2S0318C2B831Q431WS2B831P631HG1Q21L31VP27831O12XY31OO22V31H031WK2XH2CX31WB31WS31HR31GZ317L31XW31R231XY31VD31NC31VB2U331VU31Q731I031FD314R2XK31VP31WW31H42SB31PA31TM31YG31QF31VQ31VB31TR31ON2RQ31RS2TJ31VB31YQ2SX310731YT1Q310731Z331YW31Z531T531Z031FC2R231ZB314O31YO2S626P31VM314P31TK2U92CC31WZ31ZC31Y131H431X331UG31T82RQ27231VH2S6320031SO31SX316P31ZP31S631XA31Z431ZU2SX31XH31ZX31VV31FC320331RC317C320H31UC31U227931EN2CC24L32012SR320Q31TF320H31QR31WH21M24T315431Y431UG31Y7315431WD31HO31WF31T231N831YY31FJ31WI2SX3213321A31WP31WS31WR31Y51Q31WU31HB31XD31X431Z93156317H321N317K31ZW31WX2YM2U8321R317S315M320922V2Z731Y131XF31VS321Q2YM31XK317531XM31HL3222320I31FE2TY31NF31Y831XV31XX31NH31WS321931Y2317L3211322O31Y631YA31Y931H631YB322K2X9320E31R231YI315427831YK31Q9315B2T531ZM31W331PQ314P23F315431QE31PX31QH2U531Q1322C2BG31XQ2T9319I323431QQ31W4320X25Q321031PS2UD321E31ZQ2T631WG321I321A31EF31PZ31RL321S322R31VV315Y31YX321V322128N31X828N320D321V31NQ321O2YP321X31WH31HA2XS31X6314Y2U331XU31Q22WQ31PY322A323L31VB28N324Q323X323331FI2TV2RD31HJ31D2314R21431E52XL32582BT2R431FC31YO2162622RQ2SB312E31OI31Z1320I325L31FC3107325K314R2R231Q4320531RT325F314R325J1Q325O2U931RS325R2RQ325Q3260325S322E314R2LQ31NB324W320M323U28H314C31HT2ML31GE2SW326H314R326J315631DR310L2VJ310W2ED2312AY2BW313W27H2BV2UA2QC2BW2AN2C031LS24L313Z2E22BW31LL2BS28O28I31F2316P31DT31DI326Q2YX314D2Z131EF31DI31HK31A92S631HK2XL31XC315F2QA21624K31GP31EI2S631UI31DS31FR2XJ2YY2WH2SE31U428H2ST2UG317C328B31U1327W327Y31DI31X5317C32822ZA327H31DQ3285327L319I31EE314D316531552XL328U2XL31F0320L328G314D2B0316232812SU328N31DF327K31F4328R327N314H2SB31O7317C329E328K31RI329131DI2AP2BN31I7327J2RR2UH2K9326U326W2DM313Z327031NV313Z32742L3327831LK313Z327C27931VG27H31TN21M329727H2BT328631NX31EV31DI324C319I2XL32AI32902BX327X327Z317C2R23283327I328P329A3288314D2DE328C2XL32AY328F32AN328H314H31HB2XL32AR328M328432AD328Q32AW31DI2Y632942Y5329J32B3314D322332B7329632BA27932AE2Z132891Q32B82B032BM3204328O27932AO31DI27G329N310K31DR1R2K931IF311331BF27N31BH31192B131LV311D31CP31LZ312U31BQ2E231PK31BT23I29T22423723J23122Y29U31382F42W327H2M71821B31FU317S2Y331PP31UG31FE31NE31XT314H31EY31NG322Y31OE31OD31NE32D831NV32C42RI1R31GW27631MU2FA2F42EJ31JQ32CS2P722128R31AY313O29W2372VT31B12O422629M2Q52CT22X22X31L62CA2IW2AD2Q823I312Q2K22262992J32B42DX23D22R2QI26Y28L2K92812ED31JH2JR23932EV31KG327121131L62BX31OT31U631N531NO27H32D631FF31OD31NN2ML326131YO2CX32FF324N32672S62B82B032FI27G31QE31E4324532D5322C2ML31AP31NB32DN31WG32DN31ND31PO31ZF2T531AB31O432FC316M2XS2CP2M223F23132DR313T31JR2LQ311Z28632DZ313L32E231B22JR31AZ2AY2LQ2MZ22O23J2QI2142CA32ET32EY2KV32EX32EZ2QA26Y23931MT2WS28F2912CT28I31OT22L32DK316Q28I32FA32DH326P32AF32FI31YE32FI2BG32FH31NW31XJ322C329F32FS314I31OM2VJ31NB32HX31T22ZV31FI2782ML31PA279315S32FK2SR29D32DE31NN31FE329P31YO31B331JF312O31JC31IU29H31IW31IY2IE2O931KQ27H313C232313E276311Y312031CP2BA312H22W311Z2O3319F32IZ2AJ3126312J312L32IH311J28I22J28I24I328432HU2Y331NG32DA2NR325432FB32DA2RH32FA31H431FE3109319I319P2R7321K325931632AP31TF31D132BX31D627H2YP32D732AG2U932K2317L2XL32KA320L31SC31D32T032JY2S62T12XL21A31TI31SF31DH32K9314E32KC31TI2LQ21M31MZ31UG31F831HO324O31GY322V31HK32L23155324K31OF322O315H31DX324Z32JR321C27832KY31VR31X62BG31NL31YW2YL32JV2CC2Z932802SR32LO316332KD31V42C721G31SE31OD31H0322F314I324M31NJ31WV324L315U32M332AI324Z2B832M331XC31VP327J22T31DX32LP2T532LT2RQ32LV32LX32M031GI2YA32M5321V31FE2BG31DV322A32M732M131XE2XS31FE32MC31R232ME32MG310J32F732DH31LS28L2IW28Y23B31C832GU31NV22I2QI1I32NG2UA1A31D127H31X3327V2UA32K632DB31EM329C28H310B31D7316332NW32AM2BX27531DI31WW32FT31NG32JM2WH2C732AT32DI32O431D732D431SK315632O832OG32DJ32O331Y12Y3322S31N932OI326O32G132L731QX32OE310C32OU31YM328Q32O932BY32OE327J329O314E1R1R2WK2BY2K9310Y311K31AL32IT31AN31AW31AY28327631AP2AD2LG31AS2802H729P32ET2MW2LP32IR2BQ313I31C1313L2VA2CO2JJ2202JP2ET29J2G832N82IE32GS31KB27931M722W313S32DT326Y27921S2QA21Y2542CA31CG313Z21U32EB32GK32E12I12QI2102CA32GH2UJ32IG31BA31B632J427K32J032J831B4312O32IO2E032OQ31NS32NJ2BX21A32RB31DY32QL27H21T310P2OK310W2IG2ND32EW32PT2OP310W2242VO32NE2BX32ER313Z21H2O422F23F22Q2OI2LO2OL2BW21Z2QI32NL32CH31BO2DY31M22P722H31KS2MR31K629A3145314723J28I2WE31FV2YC32IE32NP2BX2YJ2SR2WW2XL25B2RR2ZF2U932SY31DL2S632T231DO2XH31FG32KG2U527G2Y32XL32TB317C32T52ZP2UH2UD31EN2CX32B132MH27932TM316332TG31DP32TI31HV328N31H0314T2TC32M631DY2XH324Y31DG2XH32T52ZI32T431DC32T731NF32TV317L32TX31XI32U02U532U232T9322O32B831TF32B832SX31RI31HK316P2DE2WQ31G532482BG32LF2WQ2BG31NT2XE32MZ322A31WW2B832UT31XB3155324H2R6322532UZ317T2WW2U832MC318232V5316L318H318632L532MY2WW318227827G318V3170318J318Z1Q27T318N317L2DE31PA2AP2ST31G8314G29D28N3181314G27T2B831PR2RB319D32VV3156319H32I4319M32JX319L317N2SX32VQ319G32VS318Y27G32VW3195317L318532W432WM317S32WD32W332WC316V32WV32X129D31HF22V3196316V319C317L32W72RB317932VU316Q27T27T32X02R632XH31ON32XG32WE32X632WD31GO2Z3319A32G3318A32XF32WI32VP32XU2T631HI318D31WH32JV2B021Z32KR316332Y631ES32WL2782TV18239316Z2K232WQ32WE32VX31OY32WY2YM32XC2R632WD31PK32YG323N32WI2B832WK316L32YC32WF31YM32YI312E32YI323I32X132LJ32WG32VT27G31QP31PA2B02GW32YW32Y232YY32ZB32Y0323627921X32U832YX314J32C032Y22HG31QT320L32BV31D232KP2B024B32Y72S632ZY32YA32ZN31071822E32YS3245316U32WS2YU32WU317S32X82R232XA32W632YM29D322132Z732ZH32YV318G31Z632XZ2HG32UW32ZF321P32VR31VT318C2AP31UI324532X8322Q29D31GK322C317V31OD29D2DE32DA32WD2ER32XA29D2S0319232AF318C29D31YC317S27T3314318C317Y31OD27T31P5331L32WE31EF32XN27T32172RB2DE324432YZ27G32VZ32WI32ZD32ZJ1Q24932ZM330T310732ZP318E1Q32ZS315F2B02K932T02B025532ZZ2SR332M3302330T31R91832KM32XS31Y13309330D330C32VX2AP330F32WW330H331D1Q330K316V32WH32WL330N32VO31FH32ZH330R330O31T8330V323G32X731UH31Y1331132YM32VH22V32WD330S32WD32VB27T2IW331W2Z4331T27T314C333X32VB32XQ330I1Q32P732WT31O532WW3321316N32VU29D32ZH33262BN2SR32TR32YB31FH332D2T631QT31A52T5310I327Q2SR310I2UD32F72RI2JJ31KH31KJ31KL31J832QZ311K31JD31B931JA311X2HH29G311K2VJ31JE311O2DX32PI2DF32PL310Z32PN311O2P732IS313E2LA2972EG32DR2UF2PZ335G27932PK23I32PM32IN32PC335O313J31C232PY32QN32F3313Z21S32QY33573354312F32R532JB32PF312U32SE32SG27E31MF314232SJ29H32SL313G32PU2IE2FX29H32Q6313B2BQ32S432RR32RT312D312F32R32D632J93353310W32J22JH312Y27H22J312432J62AM312832CR2LG312C31BS29831BU31BW31BY32CX310W32PA2JI2DM31BK2B62TZ2Q3335E2HL2RD313T22B22X2QW2K92G02A1310W2VS2KN2IW2W027N287323I32IZ2E72VX22D23C22X23D2DV32DR2MB22W2MD2DD27H338231MV338L312A2J523222D23G31YI2TC31A332KP27923X332N2T53397310C32KP28H339A2Q03163339E32AA31NU2Y331UY31YH32UF32JW32I32U631D42ML32TE31TF32TE2XL339H31DP326O32TU31NU32OQ315F31PM31DZ31OP339P32T02ML339E32U62SR339E32T03396339833AF332Q2RH2CC2ZP32SW32K82ML31F031EQ2S631F0339W332A33AJ32T631OP315X328S31OP339E33AQ33AC31RI32R921M24433A1316S31PG32VL2TT323133A6328R315931XW28H32BV316333BH317C339X31P732XF31F233AX32VU31TT324531S632XJ323X31GB31T2310J31TT27831HZ330A320A32DA31H4331631VR32JM32TI324531H033BW31H02K231VR32ON2U5278331P31HD310J31XL2WH31XL28N33C8317K32JM32UV33B9321O32XR317T32KU322A330H32JV2BG339E32BG3399332A32U231HV2BG317K32ZE315M2RJ32WI31QL318932JU322A33AA33BM33D832AF2ZP315M316G31DP315M318533DS2YM2TV1K24J2XH33D533DM32BX32AL2ZA23V32UE32V8317T28N321532WL32VN32WI2B0316O317Q33DJ316E22132KI2SR33EK31TF33AA315F32VF24E32V62B831HY32MY2B831I12Z333BD333K32L932V932JX315X32V6339E33EO31RI32V4314P328N322532Z231DP2M72GA2ER33F327G2ZE31D42B023C33EL2T533FO33F8325C316Z2C72XU32K028I33972Z333FX2WA2AP323I1824732X131QP324532WD31QT318C2DE31V832WW31AP331G27932XE2S623132BN2R62I32ST2R2339L22V2TV31XA33A522V2I331PC339Q2RB2I331VJ32NX2S633H22XL33GL323933GN3226316P31DP2I32I3330Z2XU28W316O2XU2TV32G0310033H92TV310C31052ZU1Q23A314I2XL33HT33FT33HR31QZ31DP2K22GA33FZ333K31AB315F3313314P24P32X4321B2U82DE32I12RB2ST31G332X1331S2U831GO331531Q031OD2ST33CG314G331931ON334H2T524633GM22V321G31532XU2GW2U333GV2HG33J233GZ2R62HG33IW32TC316333JA27922Y32XD314E334P2DE24C33HU316333JK28H33AZ22V27T33E628H2ER2XL33JS33E2279325D22V32B12ZW33IF32V11Q33I32DE328E1Q31SR2DE32KU31DP33IS2R833KA317L310O32DK1O2YJ27H33JZ329P33GR32OT33K5310K2BT23T32D31S316031OP326Q2G32512S62BX33L1334W33L42T52U333L633C0279310N31NM28I33LC31I828I33HT325V31HZ32JK2UD33CA324L314X31GQ31WL32M033D0321J32DA32TW315631HH31OD2LQ321M2SR21532SZ25232V633M331NE2XL33M72SY329C2B833MA2XW316333MA339I316L2B828N33GR2AP31NT33GV318S32JU32ZW1Q33MA33AB2T533MH328N32XV33ML21H330B31NT32WI319332VK31X633IE33N433EI316L33MU317C33MU2XU317R316P24N316Z33MK322C29D33N332YS32DA316U33ML32WW31O333JG32L729D33IL316Z32IC32WT32LJ33MQ33HP2TT31F0334S2T5328Z31AD329A33KI334W2YM335P2NB31MX335S32NK32QV27H31BD2CP32J02AN2VJ2AR2Q732J032R732C931B82322E62E82EA2MV335332IJ33OV336E2Q932NF338S335W31AR335J32IN336332PX2MJ32NH32EC2BH2382QZ23528I21J2R333BO27H2RA325E28I2RF33KY31TI28I32UI315133FP27932AI2XL31RL33H831RJ314P22U33BC32MQ31FG32JQ32Z031WL33C231WL33CI31YW32LE32MZ31FC28W31FL316333QL317C33Q3317F2RQ2TF2RP31SX31E231UZ33PZ320I31TF33QQ33PX332F33QY31QT33R031RI334U2ZA3258321A322931VR315Q2YD33F033QI33LV2UD31WU28N32LJ2CX32U232L433BY31HD2ML33CY31H02BG31YK27G2JE31V42TJ2TS31VB28I31PZ33GG324833F033LY31FE2UC31YN28I32P331DF31PT2K92IG29A2NQ2JB28C337Q335A2AN2K92962932AN2TZ22A2J5312B33OH2UA32NM27931OZ315F2UA2ZP310L33AW2T531NN32UI31A333QY32MT317C31I531U132IE23033KS322C33LA32G133F032FD332732B132TH2SX27832ZP33RU2U633HQ32G433JL2S631AB33SD2BX31PT2IW2QY2B52AA33SG2IH33SJ2792L633SP2VW33SS32IR33SV32H923H33PF2XT33PN33PU33PP31DX2RE33BO32K32UA2482TT33S331WS315T33RF32LY33K433SB32LB324931H433C62SX2CC32JV33CK33QY328E2XL33QO2ZP2Q12SX32ZP31YE2G333O9326E334V33LG32C532JL33U833SI2CP23D2K42A333U433PI33U628I32YR33JZ323133PQ32DF33UQ33PU33US28I2ZP31S6332Q31S633QW31FC32I731TF32I72XL31AB33KU32K731AC2SW33MV31P831ZN32RH33UV333J33CB31562YL32M032M333SA33UP32N533VO32DL33VQ326Z33U933VT33VV2QX33VY2R033K233KM33PO27933W42UC33PT32JW327J31V433W931DP33WB33T633WD32U331FC33FX33WP32JX33KT31SP27933VL31UL316333HO31U132K427933S131YW33UW32U932MS33LO2XH33WZ32OJ33W533X2329P32P52JJ32RL33X72IW2IY336R311131IG32CA311731BI32CE2DP32CG31LY32SB312V2I82E231KR31KP31BE2MG31M62KU32RO27933U533XC27931V833W22UA33XH2UA33XJ2RH33W8314P33XO2UD33WC2UD33WE2U933WG317C33WI33Y22ZL31S6316P22C3232322C32LZ31RT31GL31HO330S31S633E831S632VB31UL31NW33R533Y4316M33Y7315831PZ33NT2WQ33S733V133X131HT33U232DK2Y333YL33VS2IW2L42JC33LE28I33T22BX33T432AC33T632HG33XS2T5312E32T32SR341833TF33JH31D432I633QY33ZV33TZ2XJ33JF33LD31SQ32DK2XL341B320L329P33AE31ON34192T533TE341O341J32DK1Q23P341Z32G632DI32LJ33KQ31NZ2XJ33U132AC31EC2TZ335Q33OG2EI28I2K91824S32D331PN32OS32AF32OR32G731DF2SJ33VR23H2AN2IJ2N42N032CY2792ZV341033XN33L2332A3415341S32MC327T341Y334W31SR329P32TD343933T731S7341Z342927H32V4342S33SO31V32HJ2NE342V2N531AZ336A31JG33P22JK32PN335327631IH33OW2BQ33OY33P731AQ335I2JX335K31AV33Z32OA33PC31C332PZ31MM3144336O2LJ2QA26223C32GX338T33PI2KI2OR22J2NA2GY28422G23J27B2CO33SP343O32PS27931CY342Y1Q325831V3343333HB3433332Q3435341E2XS33JB2S633TC2XL32LW32BX33T331DP33T53412310J33T9316V345F32I933H32SR345J341C31WW28I33QE343332DE32VD32HJ2Z131NW345W33MF2S6345W2WA33Q028I33QU33LG32BD2T531QP32OV2XL346I317C345W33MI328O2MF31V42RD33GV32D933J7314H328L31TF328L345I32BI32KU2W332OK2B031NG32ZE2RH32VB33VG32JS32G2316Q2WW33EG32NS32DA2Y32AP31TV314H345W29D347032BX32OT31EB2RR32VW32AB28H31OL32TY2U933HL31GP33Q427932WB26333TI2XL32P2341Z32P5310O342C33OF2K7342G2W6342J32OK347B342M346332JG32HJ31DF33RL343L313T2NT33SM310Z343T32II311L311T337Y2CO3355343X336B32IG311O22J23I2LJ2LH2DT2CS2D931B71Q31IY32NB32ND31CW33OK33YR33OV31IJ33Z52K331CM32CB31CO2OR28Y2LG31CS28422Y31CV2KO2OU338L349A2CV28I228340Z345834143413345O32JU345D33TC31TF345H3163275348132OX33GL348H32OW346032OK32DE32MU2U8341533IU33LB32UO320X31QP31XU34AM324632Y133RL33V032UH31T233AP31EZ34AU2TJ2XU321M2CH31Y033O32SR31E732AJ316334BF341Q31R31Y343334AY31NP32F82S2315632JT32ID342N31NW32MO32F732HF315A34BY341F34C033BB31OP33F233L732MQ33TA324S2T531PF343331QE31OC34BT33ED343333C4343F32VB2ML340K34C6324Z34BQ31ZK2SR22B2ZL33TK32NP316O32SU34CN317C34BL32BX33RN33UL32US28I22934BC33TV2S632D2310G316334DA341C2K921M33PK33LD33GG32SV316M2SR333W342734DJ34C632OZ34CP34BP1Q34DP31NN34DR33YF31O032G732L734C832HJ34E133BB343I326Q340T342T2IE2O223B28I343034A634A9345B32F9341634BQ341U34EK33JE34A633K9341N316332TE31FQ343A343H3422342R33X633VS2LQ2OC32SM27H33CG343133ZM345A34A733T834AB33TB345U2T532I734ET33X334EP32F72XL33XU341K343F341M334W34E631SK348P2IW2OO32S428I34F434EF345M34A834FY34F9345G34FB33WH343E32IE343B33AG33XW34EN341L31UJ34EV33OC34EX2BU33X72OZ2OV34FV34A534GB34EG34F834AA34G2345S2T534AE2S634FE34FL34G634EQ2S634FK34EO34G72C734E631B2310O348P2P2312C2NR2PI31MZ27H33T134FX34F734A92RT3395341T339F31I431RI341R345D33ZT2XL341H345T2BT34GW2UA34H234HL2SR33TE34FF34GX32F7346B32OX348431AH31I634222Q133YQ33OU343W349L2LA22E32Q22DA2EI3444335X335Z32PO2KO2PI23F29Z22G31M52LU27H338V31MX2392CF2JJ34IP34IR23A2DV1P32DN34J123628131M02UW23828I1W2W624Q32HE342732FA314L34CF322H34BM32FU33KH346433NA34CA33QY339V31632T134I431QZ2CX33LD34JJ32OX32G632DA345Z34JO34BW34CY34C232Y134DW33QR34BX218343334K132LJ33TN34C232YY31NU34C533TN32JV27931RS34GR34KP34FC320N34CT31R334JZ343F34KG32G734CG33LD34KK34C434L034JM33LD34KA319I34AH31QZ34KE34K034JO34KH33DO342734L332JW33NN34DK33F52SR31OI34KR326731TF31DZ34LA314P34KX341531OM34LF34L1343F34LI2ML34LK34K8342734L832OQ34FP31PT34IB349M3115349P2B62IJ34J923J2PT23734IK33P9344732IN2NV27W31BX23834MI2KW2KY2VT31TH33XD341C33PW345D310I31TF310I32AK34G534HW34A634HR34N52C734G733S332SQ31R322Z34KF34LE34L534K4315A31OM34K733TN342O348231NW33TC34AQ316M24931N225M34JH34NG34LX34NI34DT34M134JP34NS326O318C34E231O6324932FT33GR33PY27H1X31GP347H2RR318B314R34CM32HI34NS31NN31G627932ZE347I317S2RH27G33KW31DX31QX33LF329P1A2I331OP2AP31QA339J31Y12WW33QB33IQ31NU339P31GM33RS322C33R831WN33LQ31HD33S52TT2YL346O32TI31GW2YY324P33JY33CM31D233KX31X731E533IN34DM2W623O316E31PR34OV315U326O2GA34OY2UA34Q72RD34Q7342H347X2B831OZ34FL31O334Q32ZM31D62JE34Q731NT34Q72YW34Q72BX34Q9340Y2SR2X924R330B33UY32G533IK315A326127T2TV2HG34R2318I34R532W831YL34R833JG312E31HS2R631AP33TS33IR314J34RB34RF34R7326032B42DE2GW34R534RO320I31WP347X2ST318F33GR2I3323I34QI28W310I2G334QS27H34Q731GO34Q732G034Q732WB34Q733GG34Q732HX34Q02R628W33G833T628W2CX31QT346O28W28W310734QI2HG31HK2BT34S728I33HM22V28W2T12ZP34SM32BT32B934SI3184321P34ST345E2XJ34SX27H31TA34T734JW314G33QO324534SQ34PH33J832VS2U834T134TM33GS324932YD34TR316034PJ2R62TV316032DA2HG28W29R33JZ32YR34GA22V31I134U7323L34FL32Z434U7346L31732WK2R631QT2IJ1O34UH22V31072TZ34UL2RB2R22JJ34QI2SB32TE2AG34Q7318834Q732YR34Q734SK34PX31D534QT34FM34AT2SR31V834Q731T634QI31RS33FX34SW2S631PK34QI31UI2SO34UX34VH34V627932ZS34V82T531I134QQ34VO33IN34S62S631Q434UY28I2412RB31F2335U2U8331F31Y1331K2SB316Q31EF31XW31RS318C33QQ324531RL31RL32FA2YP34P92R631RL2YP32DA31R931RL34CI2YP31R934PO2RB34WP31GQ2YC314C330Z33T6314C314C31F233GR2WK31IL34QI21C32WE328C34V42X434VV34QR2S634QA2S6326M34XE317M2X634SH22V34XB31532U634PU34XB32B134QL2S634W734XM34XH2SR34XJ2SR334734XM31EF348231SJ2R634WD1Q34XB318C34XB335U318C21D324934YI34YI31XN314G33PM331K2U8345W31FE34YI32LW31FE34XB33NZ2RB34XB33CP314G34YI34XB3242347X33PM334B22P2RB34YI33PM32DA2W534Z3322C32LW31RW31562W532LW32DA33PM34ZE318C33N1324J315633PM33N132DA32LW34ZN314G31OI34XL314G32LW31OI33A02R633N134ZN2252RB27534Y5314G33N127532DA31OI3505322C325834YI31FE31OI325B317S350F34YC350H1Q2W5350K34552SU34ZX1Q34ZA350Q34YU34PR2R633M3326Q21623G2RB33M333N1325L350W33M332DA275350Y318C33M327531FE32KM3514314G32KM33N13456314G27532KM32DA350I1Q33PM318C32KM3513315632D2351432B432D233N132KM34QI34KE328E34Q62S6350J34VR27934X234XM2U733GV325834KE31HV31DP351Z32D22ZP33M333M334KE2ZP351K1Q32D234QI32D233TE2R834Q7351Z34XM352C1A31OI2R632KM34KE352O351M27H2YJ316Q32KM32KM34BL353E1Q32KM31DZ353I32KM34JE316Q35211Q353D314G32D232D2353H353T352V1Q31DZ352734T831DV34Q7352C34XM352U35352RB32D234JE352S353X279353A3549353Y353W354G32D2353L353X354A317S34KE354E354O1Q34KE354I2R634KE34KE354034PU2YJ33Y33530352B34VV353Q1A25R2RB34KE34JE353S355834OD354R34KE319R316Q354W33WN316Q33KL1Q34OE355K353R1Q319R34QI34BL2T135522SR354534Q7354P31H131XW2R62YJ31AD354U22V2YJ2W5351W314G31DZ315D31FE34JE351L2RB34JE33N131DB2U82YJ34JE32DA34BL2W531D1318C34JE33PM31FE34OE31NN326134OE33N132JD2WA319R22H34F62R6319R319R31RH2ZP35762LR31H125K2RB34OE314A355R34PU319R328X352D350R34VV34QP2S6316O34Q72TF34A42R634BL319R32DA31DZ2W522K322C34OE32HD31FE319R310J318C31AD34CS34NP2RB319R22A33WN3261319R33N134A42U831AD2RH318C315D31QJ2R631DB330627H33I331AD31DN1A357D35751Q34D631AD34QI31AD2Y634VG2SR31NT25T2RB31DZ31AD326K2R6357Y350P318C34OE31S431FE31DZ34OE359C22V359E3569357E317D31OD35852RR358F1Q33N13400359233QZ31V234Q7350S357L34XZ25O359933WN32DA34JE3568322C319R2WT31FE31AD356F2R631AD33N1222315634JE358K35811Q22334PT358B33IN34XD35A234XG34VV34Y32Y834VX2SR34XL2B82R634OE326O316Q34OE357Z322C31AD35833156356C31QQ314G31DB358932G3315D358D31DB3261315D33N1220315631DB358L314G31D1358O22V32JD358R33AF358P2M82RR358W2RB315D34D631DB34QI31DB346L359535B027924F359Q31EA314G34OE33PM359P35AI359R31FE35BF28H35BO359W2KA34XT2RB31DB340E2OE34Q7356T357L34UZ34EO34Q731HS34Q731XA34Q7327F357L34XS34XM31XH34Q734W534Q7352F34V028I34JC35B531DJ34L622V319R35CL322C315D22631OD356J359U35BH35CT31TA34QI31D132NW355V2T535D134XM34V335DL35DP1Q31D132DA31AD35DR318C31DB22431OD33SZ35CR35BV35CT350734QI32JD32B835E427935E634Q731I135E931AD32JD32DA315D35EF35EM21U31OD32JD35AH35BY35CT21V35CV2R6314A329H35ES351V34VV32Z435E9315D314A32DA31DB35F22RB32JD21S31OD314A35F7314A33N12TS34QI357334KQ35A12S635EU34VY28I35F435C2357332DA31D134ZV322C314A34V335EM314A359M35GA35FG318C314A35BF2U8357335F7357333N121Y315631D135G8317S32JD32LW356Q347X357335E634YI2R631RH356W314G31RH35GR322C22N349D31Y135HB35HB3578314G35HE1Q32Y631PA31RH314A35HB34QI35HB328L35FF351034XM2ZV33GV32JD35HB350322V314A32LW21W2X6347X31RH32ZL34UG2RB35HB35DA1Q23N2RB35HN32MQ357331WW31RH35GY322C358031U631FE35BD32FE314G32HD33N1323C318C358D35GO317S358D358D35HG2RB35IZ1Q33FO31PA32HD314A358D34QI358D314Q34OX2S635IX353Z2RB31RH358D2R834E6');local R=(bit or bit32)and(bit or bit32).bxor or function(e,l)local n,o=1,0 while e>0 and l>0 do local R,D=e%2,l%2 if R~=D then o=o+n end e,l,n=(e-R)/2,(l-D)/2,n*2 end if e<l then e=l end while e>0 do local l=e%2 if l>0 then o=o+n end e,n=(e-l)/2,n*2 end return o end local function o(l,e,n)if n then local e=(l/2^(e-1))%2^((n-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(l%(e+e)>=e)and 1 or 0;end;end;local e=1;local function n()local D,o,l,n=H(d,e,e+3);D=R(D,26)o=R(o,26)l=R(l,26)n=R(n,26)e=e+4;return(n*X)+(l*65536)+(o*256)+D;end;local function A()local l=R(H(d,e,e),26);e=e+1;return l;end;local function B()local l,n=H(d,e,e+2);l=R(l,26)n=R(n,26)e=e+2;return(n*256)+l;end;local function T(...)return{...},I('#',...)end local function S()local l={};local X={};local W={};local c={[1]=X,[5]=l,[2]=nil,[6]=W,[8]=nil,};local D={}for B=1,A()==0 and B()*2 or n()do local l=A();while true do if(l==2)then l=(A()~=0);break;end if(l==1)then local n,e=n(),n();local R,n,e,o=1,(o(e,1,20)*(2^32))+n,o(e,21,31),((-1)^o(e,32));if e==0 then if n==0 then l=o*0 break;else e=1;R=0;end;elseif(e==2047)then l=(o*((n==0 and 1 or 0)/0))break;end;l=(o*(2^(e-1023)))*(R+(n/(2^52)));break;end if(l==3)then local n,o,D='',n();if(o==0)then l=n;break;end;D=a(d,e,e+o-1);e=e+o;for e=1,#D do n=n..Q[R(H(a(D,e,e)),26)]end l=n break;end l=nil break;end D[B]=l;end;for e=1,n()do W[e-1]=S();end;for d=1,n()do local e=A();if(o(e,1,1)==0)then local R=o(e,4,6);local a,A,Q=B(),B(),B();local l=o(e,2,3);local e={[1]=nil,[4]=A,[2]=Q,[7]=a,};if(l==2)then e[4]=n()-65536 end if(l==3)then e[4],e[1]=n()-65536,B()end if(l==1)then e[4]=n()end if(l==0)then e[4],e[1]=B(),B()end if(o(R,1,1)==1)then e[2]=D[e[2]]end if(o(R,2,2)==1)then e[4]=D[e[4]]end if(o(R,3,3)==1)then e[1]=D[e[1]]end X[d]=e;end end;c[8]=A();return c;end;local function W(e,B,A)local l=e[1];local a=e[8];local n={}local S=0;local n=e[2];local e=e[6];return function(...)local o=l;local n={};local X={};local R={...};local d=a;local c=e;local l=1;local H=I('#',...)-1;local Q=T local a=-1;local I={};for e=0,H do if(e>=d)then I[e-d]=R[e+1];else n[e]=R[e+1];end;end;local R;local e;local T=H-d+1 while true do e=o[l];R=e[7];if S>0 then n[e[2]]=e[4];end if R<=107 then if R<=53 then if R<=26 then if R<=12 then if R<=5 then if R<=2 then if R<=0 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;elseif R>1 then n[e[2]]=(e[4]~=0);else l=n[e[2]]==e[1]and l+1 or e[4];end;elseif R<=3 then do return end;elseif R>4 then local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])else l=n[e[2]]and e[4]or l+1;end;elseif R<=8 then if R<=6 then local B;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and l+1 or e[4];elseif R==7 then local H;local X,W;local d;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]X,W=Q(n[R](D(n,R+1,e[4])))a=W+R-1 H=0;for e=R,a do H=H+1;n[e]=X[H];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];else local D;local R;R=e[2]n[R](n[R+1])l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];end;elseif R<=10 then if R==9 then n[e[2]]=e[4]/n[e[1]];else n[e[2]]=e[4];end;elseif R==11 then for e=e[2],e[4]do n[e]=nil;end;else local e=e[2];do return D(n,e,a)end;end;elseif R<=19 then if R<=15 then if R<=13 then local l=e[2]local R={n[l]()};local o=e[1];local e=0;for l=l,o do e=e+1;n[l]=R[e];end elseif R>14 then n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];else local a;local Q;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]Q={n[R](n[R+1])};a=0;for e=R,e[1]do a=a+1;n[e]=Q[a];end l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4]/n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]/e[1];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]/e[1];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];l=n[e[2]]and l+1 or e[4];end;elseif R<=17 then if R==16 then local B;local R;n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))else local e=e[2]local o,l=Q(n[e](n[e+1]))a=l+e-1 local l=0;for e=e,a do l=l+1;n[e]=o[l];end;end;elseif R==18 then local e=e[2]n[e]=n[e](n[e+1])else n[e[2]]=n[e[4]];end;elseif R<=22 then if R<=20 then local Q=c[e[4]];local a;local R={};a=E({},{__index=function(l,e)local e=R[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=R[e]e[1][e[2]]=l;end;});for D=1,e[1]do l=l+1;local e=o[l];if e[7]==23 then R[D-1]={n,e[4]};else R[D-1]={B,e[4]};end;X[#X+1]=R;end;n[e[2]]=W(Q,a,A);elseif R>21 then if(n[e[2]]<e[1])then l=e[4];else l=l+1;end;else n[e[2]]=n[e[4]]-e[1];end;elseif R<=24 then if R>23 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==n[e[1]]and e[4]or l+1;else n[e[2]]=n[e[4]];end;elseif R==25 then n[e[2]]=-n[e[4]];else local e=e[2]n[e]=n[e](D(n,e+1,a))end;elseif R<=39 then if R<=32 then if R<=29 then if R<=27 then n[e[2]]=W(c[e[4]],nil,A);elseif R==28 then n[e[2]]=n[e[4]][e[1]];else local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*e[1];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];l=e[4];end;elseif R<=30 then local e=e[2]n[e]=n[e]()elseif R>31 then n[e[2]]=n[e[4]][n[e[1]]];else n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];if(n[e[2]]<n[e[1]])then l=l+1;else l=e[4];end;end;elseif R<=35 then if R<=33 then local l=e[2]local R={n[l](D(n,l+1,e[4]))};local o=0;for e=l,e[1]do o=o+1;n[e]=R[o];end elseif R>34 then local B;local R;n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];else l=e[4];end;elseif R<=37 then if R==36 then l=n[e[2]]==e[1]and e[4]or l+1;else n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];end;elseif R>38 then n[e[2]]=n[e[4]][n[e[1]]];else l=n[e[2]]and e[4]or l+1;end;elseif R<=46 then if R<=42 then if R<=40 then local R;local B;local H,W;local d;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];R=e[2]H,W=Q(n[R](n[R+1]))a=W+R-1 B=0;for e=R,a do B=B+1;n[e]=H[B];end;l=l+1;e=o[l];R=e[2]H={n[R](D(n,R+1,a))};B=0;for e=R,e[1]do B=B+1;n[e]=H[B];end l=l+1;e=o[l];l=e[4];elseif R>41 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];else n[e[2]]=W(c[e[4]],nil,A);end;elseif R<=44 then if R==43 then n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];else local l=e[2]local R={n[l](D(n,l+1,a))};local o=0;for e=l,e[1]do o=o+1;n[e]=R[o];end end;elseif R>45 then local A;local D;local H,d;local R;n[e[2]]={};l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]H,d=Q(n[R]())a=d+R-1 D=0;for e=R,a do D=D+1;n[e]=H[D];end;l=l+1;e=o[l];R=e[2];A=n[R];for e=R+1,a do A[e-R]=n[e]end;else local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])end;elseif R<=49 then if R<=47 then local a;local R;n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and l+1 or e[4];elseif R>48 then local D;local R;n[e[2]]=n[e[4]][n[e[1]]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][n[e[1]]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][n[e[1]]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][n[e[1]]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]][n[e[4]]]=e[1];else n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];end;elseif R<=51 then if R==50 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];else local e=e[2];a=e+T-1;for l=e,a do local e=I[l-e];n[l]=e;end;end;elseif R==52 then local a;local Q;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+e[1];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];Q=e[4];a=n[Q]for e=Q+1,e[1]do a=a..n[e];end;n[e[2]]=a;l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];l=e[4];else local B;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,e[4]))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;l=l+1;e=o[l];do return end;end;elseif R<=80 then if R<=66 then if R<=59 then if R<=56 then if R<=54 then local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;elseif R==55 then local l=e[2]local R={n[l](n[l+1])};local o=0;for e=l,e[1]do o=o+1;n[e]=R[o];end else local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];l=e[4];end;elseif R<=57 then local l=e[2]n[l]=n[l](D(n,l+1,e[4]))elseif R>58 then local B;local d,H;local A;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]d,H=Q(n[R](D(n,R+1,e[4])))a=H+R-1 B=0;for e=R,a do B=B+1;n[e]=d[B];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];else local B;local d,H;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]d,H=Q(n[R](n[R+1]))a=H+R-1 B=0;for e=R,a do B=B+1;n[e]=d[B];end;l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,a))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;end;elseif R<=62 then if R<=60 then local e=e[2]n[e](n[e+1])elseif R>61 then n[e[2]]();l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;else do return n[e[2]]end end;elseif R<=64 then if R==63 then local e=e[2]n[e](D(n,e+1,a))else n[e[2]]=n[e[4]]+n[e[1]];end;elseif R==65 then n[e[2]]=n[e[4]]*e[1];else local Q;local d;local a;local R;R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]d={n[R](D(n,R+1,e[4]))};Q=0;for e=R,e[1]do Q=Q+1;n[e]=d[Q];end l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];if(n[e[2]]<n[e[1]])then l=e[4];else l=l+1;end;end;elseif R<=73 then if R<=69 then if R<=67 then local l=e[2]local o,e=Q(n[l](D(n,l+1,e[4])))a=e+l-1 local e=0;for l=l,a do e=e+1;n[l]=o[e];end;elseif R>68 then local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;else if(n[e[2]]<n[e[1]])then l=e[4];else l=l+1;end;end;elseif R<=71 then if R==70 then n[e[2]]=n[e[4]]*n[e[1]];else local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];do return n[e[2]]end l=l+1;e=o[l];do return end;end;elseif R>72 then local o=e[4];local l=n[o]for e=o+1,e[1]do l=l..n[e];end;n[e[2]]=l;else n[e[2]]=n[e[4]]/e[1];end;elseif R<=76 then if R<=74 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];elseif R==75 then local e=e[2]n[e](n[e+1])else local a;local B;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-e[1];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];B=e[4];a=n[B]for e=B+1,e[1]do a=a..n[e];end;n[e[2]]=a;l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];l=e[4];end;elseif R<=78 then if R>77 then local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];do return n[e[2]]end l=l+1;e=o[l];l=e[4];else local e=e[2]n[e]=n[e](D(n,e+1,a))end;elseif R==79 then local e=e[2]n[e]=n[e](n[e+1])else if(n[e[2]]<n[e[1]])then l=l+1;else l=e[4];end;end;elseif R<=93 then if R<=86 then if R<=83 then if R<=81 then local l=e[2]local R={n[l](D(n,l+1,e[4]))};local o=0;for e=l,e[1]do o=o+1;n[e]=R[o];end elseif R>82 then n[e[2]][e[4]]=e[1];else local d;local D;local A,H;local R;n[e[2]]={};l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]A,H=Q(n[R]())a=H+R-1 D=0;for e=R,a do D=D+1;n[e]=A[D];end;l=l+1;e=o[l];R=e[2];d=n[R];for e=R+1,a do d[e-R]=n[e]end;end;elseif R<=84 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];elseif R>85 then n[e[2]]=n[e[4]]-n[e[1]];else local B;local R;R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];end;elseif R<=89 then if R<=87 then local B;local R;n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];elseif R>88 then local B;local R;R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])else local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];end;elseif R<=91 then if R==90 then local l=e[2]n[l]=n[l](D(n,l+1,e[4]))else local B;local H,d;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]H,d=Q(n[R](n[R+1]))a=d+R-1 B=0;for e=R,a do B=B+1;n[e]=H[B];end;l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,a))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;end;elseif R==92 then local l=e[2]n[l](D(n,l+1,e[4]))else if(n[e[2]]<e[1])then l=e[4];else l=l+1;end;end;elseif R<=100 then if R<=96 then if R<=94 then local l=e[2]local o,e=Q(n[l]())a=e+l-1 local e=0;for l=l,a do e=e+1;n[l]=o[e];end;elseif R==95 then local a=c[e[4]];local D;local R={};D=E({},{__index=function(l,e)local e=R[e];return e[1][e[2]];end,__newindex=function(n,e,l)local e=R[e]e[1][e[2]]=l;end;});for D=1,e[1]do l=l+1;local e=o[l];if e[7]==23 then R[D-1]={n,e[4]};else R[D-1]={B,e[4]};end;X[#X+1]=R;end;n[e[2]]=W(a,D,A);else local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];do return n[e[2]]end l=l+1;e=o[l];do return end;end;elseif R<=98 then if R==97 then local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];else n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];end;elseif R>99 then local l=e[2]local R={n[l](D(n,l+1,a))};local o=0;for e=l,e[1]do o=o+1;n[e]=R[o];end else local e=e[2];a=e+T-1;for l=e,a do local e=I[l-e];n[l]=e;end;end;elseif R<=103 then if R<=101 then local l=e[2];do return n[l](D(n,l+1,e[4]))end;elseif R==102 then local B;local R;n[e[2]][e[4]]=e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};else n[e[2]][n[e[4]]]=n[e[1]];end;elseif R<=105 then if R>104 then local e=e[2]n[e](D(n,e+1,a))else n[e[2]]=n[e[4]]-e[1];end;elseif R==106 then local d;local H,W;local B;local R;n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=(e[4]~=0);l=l+1;e=o[l];R=e[2]H,W=Q(n[R](D(n,R+1,e[4])))a=W+R-1 d=0;for e=R,a do d=d+1;n[e]=H[d];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];R=e[2]n[R]=n[R]()l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];else local D;local R;R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];for e=e[2],e[4]do n[e]=nil;end;l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];for e=e[2],e[4]do n[e]=nil;end;l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];for e=e[2],e[4]do n[e]=nil;end;l=l+1;e=o[l];B[e[4]]=n[e[2]];end;elseif R<=161 then if R<=134 then if R<=120 then if R<=113 then if R<=110 then if R<=108 then local R;local d;local W,X;local H;local R;n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];H=n[e[4]];n[R+1]=H;n[R]=H[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];H=n[e[4]];n[R+1]=H;n[R]=H[e[1]];l=l+1;e=o[l];R=e[2]W,X=Q(n[R](n[R+1]))a=X+R-1 d=0;for e=R,a do d=d+1;n[e]=W[d];end;l=l+1;e=o[l];R=e[2]W={n[R](D(n,R+1,a))};d=0;for e=R,e[1]do d=d+1;n[e]=W[d];end l=l+1;e=o[l];l=e[4];elseif R>109 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];else do return end;end;elseif R<=111 then local a;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];l=e[4];elseif R>112 then local a;local R;R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];do return end;else n[e[2]]=(e[4]~=0);end;elseif R<=116 then if R<=114 then n[e[2]]=n[e[4]]/e[1];elseif R>115 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];if(n[e[2]]<e[1])then l=l+1;else l=e[4];end;else n[e[2]]=B[e[4]];end;elseif R<=118 then if R==117 then l=n[e[2]]==n[e[1]]and e[4]or l+1;else local R;local a;local D;n[e[2]]();l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];D=e[2]a={n[D](n[D+1])};R=0;for e=D,e[1]do R=R+1;n[e]=a[R];end l=l+1;e=o[l];l=e[4];end;elseif R>119 then n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;else local R;local A;local d,W;local H;local R;n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];H=n[e[4]];n[R+1]=H;n[R]=H[e[1]];l=l+1;e=o[l];R=e[2]d,W=Q(n[R](n[R+1]))a=W+R-1 A=0;for e=R,a do A=A+1;n[e]=d[A];end;l=l+1;e=o[l];R=e[2]d={n[R](D(n,R+1,a))};A=0;for e=R,e[1]do A=A+1;n[e]=d[A];end l=l+1;e=o[l];l=e[4];end;elseif R<=127 then if R<=123 then if R<=121 then local d;local W,H;local A;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]W,H=Q(n[R](D(n,R+1,e[4])))a=H+R-1 d=0;for e=R,a do d=d+1;n[e]=W[d];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==n[e[1]]and l+1 or e[4];elseif R==122 then local B;local H,d;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]H,d=Q(n[R](n[R+1]))a=d+R-1 B=0;for e=R,a do B=B+1;n[e]=H[B];end;l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,a))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;l=l+1;e=o[l];do return end;else local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))end;elseif R<=125 then if R>124 then l=n[e[2]]==e[1]and l+1 or e[4];else local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];l=n[e[2]]==n[e[1]]and e[4]or l+1;end;elseif R==126 then n[e[2]][n[e[4]]]=e[1];else n[e[2]][n[e[4]]]=n[e[1]];end;elseif R<=130 then if R<=128 then local Q;local d;local a;local R;R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]d={n[R](D(n,R+1,e[4]))};Q=0;for e=R,e[1]do Q=Q+1;n[e]=d[Q];end l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];l=e[4];elseif R>129 then local d;local H,W;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]H,W=Q(n[R](n[R+1]))a=W+R-1 d=0;for e=R,a do d=d+1;n[e]=H[d];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;else local e=e[2]local o,l=Q(n[e](n[e+1]))a=l+e-1 local l=0;for e=e,a do l=l+1;n[e]=o[l];end;end;elseif R<=132 then if R>131 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;else n[e[2]]();end;elseif R>133 then l=n[e[2]]==n[e[1]]and l+1 or e[4];else local B;local R;R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];end;elseif R<=147 then if R<=140 then if R<=137 then if R<=135 then local o=e[2];local D=e[1];local R=o+2 local o={n[o](n[o+1],n[R])};for e=1,D do n[R+e]=o[e];end;local o=o[1]if o then n[R]=o l=e[4];else l=l+1;end;elseif R>136 then n[e[2]]=n[e[4]]-n[e[1]];else local e=e[2];do return n[e](D(n,e+1,a))end;end;elseif R<=138 then n[e[2]][e[4]]=n[e[1]];elseif R>139 then local B;local H,d;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]H,d=Q(n[R](n[R+1]))a=d+R-1 B=0;for e=R,a do B=B+1;n[e]=H[B];end;l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,a))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;else local B;local R;for e=e[2],e[4]do n[e]=nil;end;l=l+1;e=o[l];n[e[2]]=(e[4]~=0);l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];end;elseif R<=143 then if R<=141 then local R;local B;local d,W;local H;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];H=n[e[4]];n[R+1]=H;n[R]=H[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]d,W=Q(n[R](D(n,R+1,e[4])))a=W+R-1 B=0;for e=R,a do B=B+1;n[e]=d[B];end;l=l+1;e=o[l];R=e[2]d={n[R](D(n,R+1,a))};B=0;for e=R,e[1]do B=B+1;n[e]=d[B];end l=l+1;e=o[l];l=e[4];elseif R==142 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];else l=n[e[2]]==n[e[1]]and l+1 or e[4];end;elseif R<=145 then if R==144 then if(e[2]<n[e[1]])then l=l+1;else l=e[4];end;else local B;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;end;elseif R>146 then for e=e[2],e[4]do n[e]=nil;end;else local o=e[2];local l=n[e[4]];n[o+1]=l;n[o]=l[e[1]];end;elseif R<=154 then if R<=150 then if R<=148 then n[e[2]]=n[e[4]]+e[1];elseif R>149 then local B;local d,H;local R;n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]d,H=Q(n[R](n[R+1]))a=H+R-1 B=0;for e=R,a do B=B+1;n[e]=d[B];end;l=l+1;e=o[l];R=e[2];do return n[R](D(n,R+1,a))end;l=l+1;e=o[l];R=e[2];do return D(n,R,a)end;l=l+1;e=o[l];do return end;else local R=e[2];local D=e[1];local o=R+2 local R={n[R](n[R+1],n[o])};for e=1,D do n[o+e]=R[e];end;local R=R[1]if R then n[o]=R l=e[4];else l=l+1;end;end;elseif R<=152 then if R==151 then local l=e[2];local o=n[l];for e=l+1,e[4]do C(o,n[e])end;else n[e[2]]=e[4];end;elseif R==153 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=(e[4]~=0);l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];else local e=e[2];local o=n[e];for l=e+1,a do o[l-e]=n[l]end;end;elseif R<=157 then if R<=155 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;elseif R>156 then if(n[e[2]]<e[1])then l=l+1;else l=e[4];end;else n[e[2]]=n[e[4]]+n[e[1]];end;elseif R<=159 then if R>158 then local A;local d,H;local R;B[e[4]]=n[e[2]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]d,H=Q(n[R]())a=H+R-1 A=0;for e=R,a do A=A+1;n[e]=d[A];end;l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,a))else A[e[4]]=n[e[2]];end;elseif R>160 then do return n[e[2]]end else n[e[2]]=-n[e[4]];end;elseif R<=188 then if R<=174 then if R<=167 then if R<=164 then if R<=162 then n[e[2]]={};elseif R==163 then local l=e[2]local o,e=Q(n[l](D(n,l+1,e[4])))a=e+l-1 local e=0;for l=l,a do e=e+1;n[l]=o[e];end;else local l=e[2];do return n[l](D(n,l+1,e[4]))end;end;elseif R<=165 then n[e[2]]={};elseif R==166 then n[e[2]]=A[e[4]];else n[e[2]]=n[e[4]]*n[e[1]];end;elseif R<=170 then if R<=168 then local l=e[2]local R={n[l]()};local o=e[1];local e=0;for l=l,o do e=e+1;n[l]=R[e];end elseif R>169 then n[e[2]]=n[e[4]]+e[1];else A[e[4]]=n[e[2]];end;elseif R<=172 then if R==171 then local a;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]==n[e[1]]and l+1 or e[4];else l=n[e[2]]==n[e[1]]and e[4]or l+1;end;elseif R==173 then local d;local H,W;local A;local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];A=n[e[4]];n[R+1]=A;n[R]=A[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]H,W=Q(n[R](D(n,R+1,e[4])))a=W+R-1 d=0;for e=R,a do d=d+1;n[e]=H[d];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;else local l=e[2];local o=n[l];for e=l+1,e[4]do C(o,n[e])end;end;elseif R<=181 then if R<=177 then if R<=175 then n[e[2]]=B[e[4]];elseif R>176 then n[e[2]]=(e[4]~=0);l=l+1;e=o[l];n[e[2]]=(e[4]~=0);l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];else local B;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;end;elseif R<=179 then if R>178 then local B;local Q;local a;local R;R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=(e[4]~=0);l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]Q={n[R](n[R+1])};B=0;for e=R,e[1]do B=B+1;n[e]=Q[B];end l=l+1;e=o[l];l=e[4];else local e=e[2];do return D(n,e,a)end;end;elseif R>180 then local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];do return end;else n[e[2]][n[e[4]]]=e[1];end;elseif R<=184 then if R<=182 then local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];do return end;elseif R==183 then local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*e[1];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]-n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];l=e[4];else local a;local R;n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];a=n[e[4]];n[R+1]=a;n[R]=a[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;end;elseif R<=186 then if R>185 then n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];else if(e[2]<n[e[1]])then l=l+1;else l=e[4];end;end;elseif R==187 then n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and l+1 or e[4];else n[e[2]]=n[e[4]]*e[1];end;elseif R<=202 then if R<=195 then if R<=191 then if R<=189 then local H;local X,W;local d;local R;R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];d=n[e[4]];n[R+1]=d;n[R]=d[e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];R=e[2]X,W=Q(n[R](n[R+1]))a=W+R-1 H=0;for e=R,a do H=H+1;n[e]=X[H];end;l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,a))l=l+1;e=o[l];n[e[2]]=n[e[4]];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))elseif R>190 then n[e[2]]=e[4]/n[e[1]];else n[e[2]][e[4]]=e[1];end;elseif R<=193 then if R==192 then local D;local R;n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];B[e[4]]=n[e[2]];l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];R=e[2];D=n[e[4]];n[R+1]=D;n[R]=D[e[1]];l=l+1;e=o[l];R=e[2]n[R](n[R+1])l=l+1;e=o[l];do return end;else n[e[2]]();end;elseif R==194 then if(n[e[2]]<n[e[1]])then l=l+1;else l=e[4];end;else local e=e[2];local o=n[e];for l=e+1,a do o[l-e]=n[l]end;end;elseif R<=198 then if R<=196 then l=n[e[2]]==e[1]and e[4]or l+1;elseif R>197 then local l=e[2];local o=n[e[4]];n[l+1]=o;n[l]=o[e[1]];else local e=e[2]local o,l=Q(n[e]())a=l+e-1 local l=0;for e=e,a do l=l+1;n[e]=o[l];end;end;elseif R<=200 then if R==199 then if(n[e[2]]<e[1])then l=l+1;else l=e[4];end;else local o=e[2]local R={n[o](n[o+1])};local l=0;for e=o,e[1]do l=l+1;n[e]=R[l];end end;elseif R>201 then l=n[e[2]]and l+1 or e[4];else local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];end;elseif R<=209 then if R<=205 then if R<=203 then local B;local R;R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];elseif R==204 then local e=e[2];do return n[e](D(n,e+1,a))end;else local l=e[2]n[l](D(n,l+1,e[4]))end;elseif R<=207 then if R==206 then n[e[2]]=n[e[4]][e[1]];else n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];l=n[e[2]]==e[1]and e[4]or l+1;end;elseif R==208 then local B;local R;n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];else B[e[4]]=n[e[2]];end;elseif R<=212 then if R<=210 then n[e[2]][e[4]]=n[e[1]];elseif R==211 then local e=e[2]n[e]=n[e]()else local R;n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=A[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]+n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*e[1];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];R=e[2]n[R]=n[R](n[R+1])l=l+1;e=o[l];n[e[2]]=-n[e[4]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=n[e[4]]*n[e[1]];l=l+1;e=o[l];n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=B[e[4]];l=l+1;e=o[l];l=n[e[2]]and e[4]or l+1;end;elseif R<=214 then if R>213 then local B;local R;R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];R=e[2];B=n[e[4]];n[R+1]=B;n[R]=B[e[1]];l=l+1;e=o[l];n[e[2]]=e[4];l=l+1;e=o[l];n[e[2]]={};l=l+1;e=o[l];n[e[2]][e[4]]=e[1];l=l+1;e=o[l];R=e[2]n[R]=n[R](D(n,R+1,e[4]))l=l+1;e=o[l];n[e[2]]=A[e[4]];else n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];end;elseif R==215 then n[e[2]][e[4]]=n[e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];l=l+1;e=o[l];n[e[2]]=n[e[4]][e[1]];else if(n[e[2]]<n[e[1]])then l=e[4];else l=l+1;end;end;l=l+1;end;end;end;return D({W(S(),{},L())()})or nil;end)("",tonumber,table.concat,16777216,table.insert)
  4038. end)
  4039.  
  4040. GUIMadebyCausmics.Name = "GUI Made by Causmics"
  4041. GUIMadebyCausmics.Parent = MainFrame
  4042. GUIMadebyCausmics.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  4043. GUIMadebyCausmics.BorderColor3 = Color3.fromRGB(0, 184, 46)
  4044. GUIMadebyCausmics.BorderSizePixel = 3
  4045. GUIMadebyCausmics.Position = UDim2.new(0, 0, 1, 0)
  4046. GUIMadebyCausmics.Selectable = false
  4047. GUIMadebyCausmics.Size = UDim2.new(0, 417, 0, 12)
  4048. GUIMadebyCausmics.Font = Enum.Font.SourceSans
  4049. GUIMadebyCausmics.Text = "Made By Causmics"
  4050. GUIMadebyCausmics.TextColor3 = Color3.fromRGB(0, 0, 0)
  4051. GUIMadebyCausmics.TextSize = 14.000
  4052.  
  4053. Frame.Parent = MainFrame
  4054. Frame.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  4055. Frame.BorderColor3 = Color3.fromRGB(0, 184, 46)
  4056. Frame.BorderSizePixel = 3
  4057. Frame.Position = UDim2.new(4, 0, -3.08333349, 0)
  4058. Frame.Size = UDim2.new(0, 413, 0, 12)
  4059.  
  4060. GUIName.Name = "GUI Name"
  4061. GUIName.Parent = MainFrame
  4062. GUIName.BackgroundColor3 = Color3.fromRGB(0, 184, 46)
  4063. GUIName.BorderColor3 = Color3.fromRGB(0, 184, 46)
  4064. GUIName.Size = UDim2.new(0, 417, 0, 40)
  4065.  
  4066. Close.Name = "Close"
  4067. Close.Parent = MainFrame
  4068. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4069. Close.BackgroundTransparency = 1.000
  4070. Close.Position = UDim2.new(0.90077287, 0, -0.00138888881, 0)
  4071. Close.Size = UDim2.new(0, 39, 0, 34)
  4072. Close.Font = Enum.Font.GothamBold
  4073. Close.Text = "X"
  4074. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  4075. Close.TextSize = 32.000
  4076. Close.MouseButton1Down:connect(function()
  4077. OpenFrame.Visible = true
  4078. MainFrame.Visible = false
  4079. end)
  4080.  
  4081. if syn then
  4082. syn.queue_on_teleport('loadstring(game:HttpGet("https://pastebin.com/raw/sLw7KzV4"))()')
  4083. end
  4084.  
  4085. -- Scripts:
  4086.  
  4087. local function PBPVV_fake_script() -- EggHunt.LocalScript
  4088. local script = Instance.new('LocalScript', EggHunt)
  4089.  
  4090. frame = script.Parent.MainFrame
  4091. frame.Draggable = true
  4092. frame.Active = true
  4093. frame.Selectable = true
  4094. end
  4095. coroutine.wrap(PBPVV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement