czarnobrody01

UzyteczneSkrypty1.7

Apr 18th, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 365.53 KB | None | 0 0
  1. local Uzyteczneskryptyv17 = Instance.new("ScreenGui")
  2. local Otworz = Instance.new("TextButton")
  3. local ZamknijCalkowicie = Instance.new("TextButton")
  4. local Infozamknijcalkowice = Instance.new("TextLabel")
  5. local Buzkazamknij = Instance.new("ImageLabel")
  6. local Zamknij = Instance.new("TextButton")
  7. local glowne = Instance.new("Frame")
  8. local Reviz = Instance.new("TextButton")
  9. local btools = Instance.new("TextButton")
  10. local CBRO = Instance.new("TextButton")
  11. local OPfinality = Instance.new("TextButton")
  12. local predkosc = Instance.new("TextButton")
  13. local skok = Instance.new("TextButton")
  14. local JailBreaker = Instance.new("TextButton")
  15. local KlikTP = Instance.new("TextButton")
  16. local chattrol = Instance.new("TextButton")
  17. local chattrol_2 = Instance.new("TextButton")
  18. local ozdoba1 = Instance.new("Frame")
  19. local ozzdoba2 = Instance.new("Frame")
  20. local tworca = Instance.new("TextLabel")
  21. local tytul = Instance.new("TextLabel")
  22. local Buzka = Instance.new("ImageLabel")
  23.  
  24. Uzyteczneskryptyv17.Name = "Uzyteczne skrypty v1.7"
  25. Uzyteczneskryptyv17.Parent = game.CoreGui
  26. Uzyteczneskryptyv17.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Otworz.Name = "Otworz"
  29. Otworz.Parent = Uzyteczneskryptyv17
  30. Otworz.BackgroundColor3 = Color3.new(0.368627, 0.172549, 0.113725)
  31. Otworz.BackgroundTransparency = 0.5
  32. Otworz.Position = UDim2.new(0, 0, 0.271948606, 0)
  33. Otworz.Size = UDim2.new(0, 90, 0, 40)
  34. Otworz.Font = Enum.Font.SourceSans
  35. Otworz.Text = "Otworz"
  36. Otworz.TextColor3 = Color3.new(0, 0, 0)
  37. Otworz.TextSize = 14
  38. Otworz.MouseButton1Down:connect(function()
  39. glowne.Visible = true
  40. Otworz.Visible = false
  41. Zamknij.Visible = true
  42. ZamknijCalkowicie.Visible = false
  43. end)
  44.  
  45. ZamknijCalkowicie.Name = "ZamknijCalkowicie"
  46. ZamknijCalkowicie.Parent = Uzyteczneskryptyv17
  47. ZamknijCalkowicie.BackgroundColor3 = Color3.new(1, 0.227451, 0.239216)
  48. ZamknijCalkowicie.BackgroundTransparency = 0.5
  49. ZamknijCalkowicie.BorderSizePixel = 0
  50. ZamknijCalkowicie.Position = UDim2.new(0, 0, 0.315845817, 0)
  51. ZamknijCalkowicie.Size = UDim2.new(0, 29, 0, 21)
  52. ZamknijCalkowicie.Font = Enum.Font.Fantasy
  53. ZamknijCalkowicie.Text = "X"
  54. ZamknijCalkowicie.TextColor3 = Color3.new(0.737255, 0.0196078, 0.0196078)
  55. ZamknijCalkowicie.TextSize = 20
  56. ZamknijCalkowicie.TextStrokeColor3 = Color3.new(1, 0, 0)
  57. ZamknijCalkowicie.MouseButton1Down:connect(function()
  58. glowne.Visible = false
  59. Otworz.Visible = false
  60. Zamknij.Visible = false
  61. ZamknijCalkowicie.Visible = false
  62. end)
  63.  
  64. Infozamknijcalkowice.Name = "Infozamknijcalkowice"
  65. Infozamknijcalkowice.Parent = ZamknijCalkowicie
  66. Infozamknijcalkowice.BackgroundColor3 = Color3.new(0.192157, 0.784314, 0.184314)
  67. Infozamknijcalkowice.BackgroundTransparency = 0.80000001192093
  68. Infozamknijcalkowice.BorderSizePixel = 0
  69. Infozamknijcalkowice.Position = UDim2.new(1, 0, 0, 0)
  70. Infozamknijcalkowice.Size = UDim2.new(0, 110, 0, 21)
  71. Infozamknijcalkowice.Font = Enum.Font.SourceSans
  72. Infozamknijcalkowice.Text = "<- Zamknij calkowicie"
  73. Infozamknijcalkowice.TextColor3 = Color3.new(0, 0, 0)
  74. Infozamknijcalkowice.TextSize = 14
  75.  
  76. Buzkazamknij.Name = "Buzkazamknij"
  77. Buzkazamknij.Parent = ZamknijCalkowicie
  78. Buzkazamknij.BackgroundColor3 = Color3.new(0.192157, 0.784314, 0.184314)
  79. Buzkazamknij.BackgroundTransparency = 0.60000002384186
  80. Buzkazamknij.BorderSizePixel = 0
  81. Buzkazamknij.Position = UDim2.new(3.83118296, 0, -1.04967535, 0)
  82. Buzkazamknij.Size = UDim2.new(0, 27, 0, 22)
  83. Buzkazamknij.Image = "rbxassetid://68437731"
  84. Buzkazamknij.ScaleType = Enum.ScaleType.Crop
  85.  
  86. Zamknij.Name = "Zamknij"
  87. Zamknij.Parent = Uzyteczneskryptyv17
  88. Zamknij.BackgroundColor3 = Color3.new(0.368627, 0.172549, 0.113725)
  89. Zamknij.BackgroundTransparency = 0.5
  90. Zamknij.Position = UDim2.new(0, 0, 0.271948606, 0)
  91. Zamknij.Size = UDim2.new(0, 90, 0, 40)
  92. Zamknij.Visible = false
  93. Zamknij.Font = Enum.Font.SourceSans
  94. Zamknij.Text = "Zamknij"
  95. Zamknij.TextColor3 = Color3.new(0, 0, 0)
  96. Zamknij.TextSize = 14
  97. Zamknij.MouseButton1Down:connect(function()
  98. glowne.Visible = false
  99. Otworz.Visible = true
  100. ZamknijCalkowicie.Visible = true
  101. Zamknij.Visible = false
  102. end)
  103.  
  104. glowne.Name = "glowne"
  105. glowne.Parent = Uzyteczneskryptyv17
  106. glowne.BackgroundColor3 = Color3.new(0.368627, 0.172549, 0.113725)
  107. glowne.BorderColor3 = Color3.new(0.0509804, 0.0666667, 0.0470588)
  108. glowne.BorderSizePixel = 5
  109. glowne.Position = UDim2.new(0.386549383, 0, 0.137044966, 0)
  110. glowne.Size = UDim2.new(0, 523, 0, 354)
  111. glowne.Draggable = true
  112. glowne.Visible = false
  113. ozdoba1.Name = "ozdoba1"
  114. ozdoba1.Parent = glowne
  115. ozdoba1.BackgroundColor3 = Color3.new(0.192157, 0.784314, 0.184314)
  116. ozdoba1.Position = UDim2.new(1.27945912, 0, -0.00205661356, 0)
  117. ozdoba1.Size = UDim2.new(0, 43, 0, 354)
  118.  
  119. ozzdoba2.Name = "ozzdoba2"
  120. ozzdoba2.Parent = glowne
  121. ozzdoba2.BackgroundColor3 = Color3.new(0.192157, 0.784314, 0.184314)
  122. ozzdoba2.Position = UDim2.new(0.999683917, 0, 0.898807168, 0)
  123. ozzdoba2.Size = UDim2.new(0, 147, 0, 35)
  124.  
  125. tworca.Name = "tworca"
  126. tworca.Parent = glowne
  127. tworca.BackgroundColor3 = Color3.new(0.368627, 0.172549, 0.113725)
  128. tworca.BorderSizePixel = 0
  129. tworca.Position = UDim2.new(0.195028678, 0, 0.858757079, 0)
  130. tworca.Size = UDim2.new(0, 301, 0, 50)
  131. tworca.Font = Enum.Font.Gotham
  132. tworca.Text = "Stworzone przez czarnobrody 01"
  133. tworca.TextColor3 = Color3.new(0, 0, 0)
  134. tworca.TextSize = 14
  135.  
  136. tytul.Name = "tytul"
  137. tytul.Parent = glowne
  138. tytul.BackgroundColor3 = Color3.new(0.368627, 0.172549, 0.113725)
  139. tytul.BorderSizePixel = 0
  140. tytul.Position = UDim2.new(0.145757735, 0, -0.0013731122, 0)
  141. tytul.Size = UDim2.new(0, 370, 0, 50)
  142. tytul.Font = Enum.Font.Gotham
  143. tytul.Text = "Uzyteczne skrypty v1.7"
  144. tytul.TextColor3 = Color3.new(0, 0, 0)
  145. tytul.TextSize = 25
  146.  
  147. Buzka.Name = "Buzka"
  148. Buzka.Parent = glowne
  149. Buzka.BackgroundColor3 = Color3.new(0.192157, 0.784314, 0.184314)
  150. Buzka.BorderSizePixel = 0
  151. Buzka.Position = UDim2.new(1.27945912, 0, -0.00205664337, 0)
  152. Buzka.Size = UDim2.new(0, 43, 0, 44)
  153. Buzka.Image = "rbxassetid://68437731"
  154. Buzka.ScaleType = Enum.ScaleType.Crop
  155.  
  156. Reviz.Name = "Reviz"
  157. Reviz.Parent = glowne
  158. Reviz.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  159. Reviz.Position = UDim2.new(0.135755256, 0, 0.169491529, 0)
  160. Reviz.Size = UDim2.new(0, 106, 0, 50)
  161. Reviz.Font = Enum.Font.SourceSans
  162. Reviz.Text = "Reviz Admin"
  163. Reviz.TextColor3 = Color3.new(0, 0, 0)
  164. Reviz.TextSize = 14
  165. Reviz.MouseButton1Down:connect(function()
  166. -- Creator: illremember#3799
  167.  
  168. -- Credits to infinite yield, harkinian, dex creators
  169.  
  170. prefix = ":"
  171. wait(0.3)
  172. Commands = {
  173.     '[-] cmdbar is shown when ; is pressed.',
  174.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  175.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  176.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  177.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  178.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  179.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  180.     '[7] follow [plr] -- Makes you follow behind the player',
  181.     '[8] unfollow',
  182.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  183.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  184.     '[11] untrail',
  185.     '[12] orbit [plr] -- Makes you orbit the player',
  186.     '[13] unorbit',
  187.     '[14] fling [plr] -- Makes you fling the player',
  188.     '[15] unfling',
  189.     '[16] fecheck -- Checks if the game is FE or not',
  190.     '[17] void [plr] -- Teleports player to the void',
  191.     '[18] noclip -- Gives you noclip to walk through walls',
  192.     '[19] clip -- Removes noclip',
  193.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  194.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  195.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  196.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  197.     '[24] annoy [plr] -- Loop teleports you to the player',
  198.     '[25] unannoy',
  199.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  200.     '[27] unheadwalk',
  201.     '[28] nolimbs -- Removes your arms and legs',
  202.     '[29] god -- Gives you FE Godmode',
  203.     '[30] drophats -- Drops your accessories',
  204.     '[31] droptool -- Drops any tool you have equipped',
  205.     '[32] loopdhats -- Loop drops your accessories',
  206.     '[33] unloopdhats',
  207.     '[34] loopdtool -- Loop drops any tools you have equipped',
  208.     '[35] unloopdtool',
  209.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  210.     '[37] view [plr] -- Changes your camera to the player character',
  211.     '[38] unview',
  212.     '[39] goto [plr] -- Teleports you to player',
  213.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  214.     '[41] unfly',
  215.     '[42] chat [msg] -- Makes you chat a message',
  216.     '[43] spam [msg] -- Spams a message',
  217.     '[44] unspam',
  218.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  219.     '[46] pmspam [plr] -- Spams a player in private message',
  220.     '[47] unpmspam',
  221.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  222.     '[49] uncfreeze [plr]',
  223.     '[50] unlockws -- Unlocks the workspace',
  224.     '[51] lockws -- Locks the workspace',
  225.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  226.     '[53] pstand -- Enables platform stand',
  227.     '[54] unpstand -- Disables platform stand',
  228.     '[55] blockhead -- Removes your head mesh',
  229.     '[56] sit',
  230.     '[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',
  231.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  232.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  233.     '[60] cmds -- Prints all commands',
  234.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  235.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  236.     '[63] spinner -- Makes you spin',
  237.     '[64] nospinner',
  238.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  239.     '[66] noreach -- Removes reach, must have tool equipped',
  240.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  241.     '[68] tp me [plr] -- Alternative to goto',
  242.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  243.     '[70] uncbring',
  244.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  245.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  246.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  247.     '[74] unglitch -- Unglitches you',
  248.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  249.     '[76] explorer -- Loads up DEX',
  250.     '[77] reset -- Resets your character.',
  251.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  252.     '[79] animgui -- Loads up Energize animations GUI',
  253.     '[80] savepos -- Saves your current position',
  254.     '[81] loadpos -- Teleports you to your saved position',
  255.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  256.     '[83] unbang',
  257.     '[84] delcmdbar -- Removes the command bar completely',
  258.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  259.     '[86] shutdown -- Uses harkinians script to shutdown server',
  260.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  261.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  262.     '[89] getplrs -- Prints all players in game',
  263.     '[90] deldecal -- Deletes all decals client sided',
  264.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  265.     '[92] remotes -- Prints all remotes in the game in the console when added',
  266.     '[93] noremotes -- Stops printing remotes',
  267.     '[94] tpdefault -- Stops all loop teleports to a player',
  268.     '[95] stopsit -- Will not allow you to sit',
  269.     '[96] gosit -- Allows you to sit',
  270.     '[97] clicktp -- Enables click tp',
  271.     '[98] noclicktp -- Disables click tp',
  272.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  273.     '[100] toolsoff -- Stops ;toolson',
  274.     '[101] version -- Gets the admin version',
  275.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  276.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  277.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  278.     '[105] clickdel -- Delete any block you press q on, client sided',
  279.     '[106] noclickdel -- Stops clickdel',
  280.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  281.     '[108] unlooprhats -- Stops loop removing mesh',
  282.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  283.     '[110] unlooprtool -- Stops loop removing mesh',
  284.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  285.     '[112] age [plr] -- Makes you chat the account age of the player',
  286.     '[113] id [plr] -- Makes you chat the account ID of the player',
  287.     '[114] .age [plr] -- Privately shows you the account age of the player',
  288.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  289.     '[116] gameid -- Shows the game ID',
  290.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  291.     '[118] removefog -- Removes fog, client sided',
  292.     '[119] disable -- Disables your character by removing humanoid',
  293.     '[120] enable -- Enables your character by adding humanoid',
  294.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  295.     '[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.',
  296.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  297.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  298.     '[125] uncarpet -- Stops carpet player',
  299.     '[126] stare [plr] -- Turns your character to stare at another player',
  300.     '[127] unstare -- Stops stare player',
  301.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  302.     '[129] unlogchat -- Disables logchat',
  303.     '[130] fixcam -- Fixes/resets your camera',
  304.     '[131] unstate -- Stops changing state',
  305. }
  306. speedget = 1
  307.  
  308. lplayer = game:GetService("Players").LocalPlayer
  309.  
  310. lplayer.CharacterAdded:Connect(function(character)
  311.     spin = false
  312.     flying = false
  313.     staring = false
  314.     banpl = false
  315. end)
  316.  
  317. function change()
  318.     prefix = prefix
  319.     speedfly = speedfly
  320. end
  321.  
  322. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  323.     local Found = {}
  324.     local strl = String:lower()
  325.     if strl == "all" then
  326.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  327.             table.insert(Found,v)
  328.         end
  329.     elseif strl == "others" then
  330.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  331.             if v.Name ~= lplayer.Name then
  332.                 table.insert(Found,v)
  333.             end
  334.         end  
  335.     elseif strl == "me" then
  336.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  337.             if v.Name == lplayer.Name then
  338.                 table.insert(Found,v)
  339.             end
  340.         end  
  341.     else
  342.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  343.             if v.Name:lower():sub(1, #String) == String:lower() then
  344.                 table.insert(Found,v)
  345.             end
  346.         end    
  347.     end
  348.     return Found    
  349. end
  350.  
  351. local Mouse = lplayer:GetMouse()
  352.  
  353. spin = false
  354. followed = false
  355. traill = false
  356. noclip = false
  357. annoying = false
  358. hwalk = false
  359. droppinghats = false
  360. droppingtools = false
  361. flying = false
  362. spamdelay = 1
  363. spamming = false
  364. spammingpm = false
  365. cbringing = false
  366. remotes = true
  367. added = true
  368. binds = false
  369. stopsitting = false
  370. clickgoto = false
  371. gettingtools = false
  372. removingmeshhats = false
  373. removingmeshtool = false
  374. clickdel = false
  375. staring = false
  376. chatlogs = false
  377. banpl = false
  378. changingstate = false
  379. statechosen = 0
  380.  
  381. adminversion = "Reviz Admin by illremember, Version 2.0"
  382.  
  383. flying = false
  384. speedfly = 1
  385.  
  386. function plrchat(plr, chat)
  387. print(plr.Name..": "..tick().."\n"..chat)
  388. end
  389.  
  390. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  391. v.Chatted:connect(function(chat)
  392. if chatlogs then
  393. plrchat(v, chat)
  394. end
  395. end)
  396. end
  397. game:GetService("Players").PlayerAdded:connect(function(plr)
  398. plr.Chatted:connect(function(chat)
  399. if chatlogs then
  400. plrchat(plr, chat)
  401. end
  402. end)
  403. end)
  404.  
  405.  
  406. local ScreenGui = Instance.new("ScreenGui")
  407. local Frame = Instance.new("Frame")
  408. local CMDBAR = Instance.new("TextBox")
  409. ScreenGui.Parent = game:GetService("CoreGui")
  410. Frame.Parent = ScreenGui
  411. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  412. Frame.BackgroundTransparency = 0.3
  413. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  414. Frame.Size = UDim2.new(0, 200, 0, 40)
  415. Frame.Active = true
  416. Frame.Draggable = true
  417. CMDBAR.Name = "CMDBAR"
  418. CMDBAR.Parent = Frame
  419. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  420. CMDBAR.BackgroundTransparency = 0.20000000298023
  421. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  422. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  423. CMDBAR.Font = Enum.Font.SourceSansLight
  424. CMDBAR.FontSize = Enum.FontSize.Size14
  425. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  426. CMDBAR.TextScaled = true
  427. CMDBAR.TextSize = 14
  428. CMDBAR.TextWrapped = true
  429. CMDBAR.Text = "Press ; to type, Enter to execute"
  430.  
  431. local CMDS = Instance.new("ScreenGui")
  432. local CMDSFRAME = Instance.new("Frame")
  433. local ScrollingFrame = Instance.new("ScrollingFrame")
  434. local TextLabel = Instance.new("TextLabel")
  435. local closegui = Instance.new("TextButton")
  436. CMDS.Name = "CMDS"
  437. CMDS.Parent = game:GetService("CoreGui")
  438. CMDSFRAME.Name = "CMDSFRAME"
  439. CMDSFRAME.Parent = CMDS
  440. CMDSFRAME.Active = true
  441. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  442. CMDSFRAME.BorderSizePixel = 0
  443. CMDSFRAME.Draggable = true
  444. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  445. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  446. CMDSFRAME.Visible = false
  447. ScrollingFrame.Parent = CMDSFRAME
  448. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  449. ScrollingFrame.BorderSizePixel = 0
  450. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  451. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  452. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  453. TextLabel.Parent = ScrollingFrame
  454. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  455. TextLabel.BackgroundTransparency = 1
  456. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  457. TextLabel.Font = Enum.Font.SourceSans
  458. TextLabel.FontSize = Enum.FontSize.Size18
  459. 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."
  460. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  461. TextLabel.TextSize = 15
  462. TextLabel.TextWrapped = true
  463. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  464. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  465. closegui.Name = "closegui"
  466. closegui.Parent = CMDSFRAME
  467. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  468. closegui.BorderSizePixel = 0
  469. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  470. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  471. closegui.Font = Enum.Font.SourceSansBold
  472. closegui.FontSize = Enum.FontSize.Size24
  473. closegui.Text = "X"
  474. closegui.TextColor3 = Color3.new(1, 1, 1)
  475. closegui.TextSize = 20
  476.  
  477. closegui.MouseButton1Click:connect(function()
  478.     CMDSFRAME.Visible = false
  479. end)
  480.  
  481. game:GetService('RunService').Stepped:connect(function()
  482.     if spin then
  483.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  484.     end
  485.     if followed then
  486.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  487.     end
  488.     if traill then
  489.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  490.     end
  491.     if annoying then
  492.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  493.     end
  494.     if hwalk then
  495.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  496.     end
  497.     if staring then
  498.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  499.     end
  500. end)
  501. game:GetService('RunService').Stepped:connect(function()
  502.     if noclip then
  503.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  504.             lplayer.Character.Head.CanCollide = false
  505.             lplayer.Character.Torso.CanCollide = false
  506.             lplayer.Character["Left Leg"].CanCollide = false
  507.             lplayer.Character["Right Leg"].CanCollide = false
  508.         else
  509.             lplayer.Character.Humanoid:ChangeState(11)
  510.         end
  511.     end
  512.     if changingstate then
  513.         lplayer.Character.Humanoid:ChangeState(statechosen)
  514.     end
  515. end)
  516. game:GetService('RunService').Stepped:connect(function()
  517.     if droppinghats then
  518.         for i,v in pairs(lplayer.Character:GetChildren()) do
  519.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  520.                 v.Parent = workspace
  521.             end
  522.         end
  523.     end
  524.     if droppingtools then
  525.         for i,v in pairs(lplayer.Character:GetChildren()) do
  526.             if (v:IsA("Tool")) then
  527.                 v.Parent = workspace
  528.             end
  529.         end
  530.     end
  531.     if removingmeshhats then
  532.         for i,v in pairs(lplayer.Character:GetChildren()) do
  533.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  534.                 v.Handle.Mesh:Destroy()
  535.             end
  536.         end
  537.     end
  538.     if removingmeshtool then
  539.         for i,v in pairs(lplayer.Character:GetChildren()) do
  540.             if (v:IsA("Tool")) then
  541.                 v.Handle.Mesh:Destroy()
  542.             end
  543.         end
  544.     end
  545. end)
  546. game:GetService('RunService').Stepped:connect(function()
  547.     if banpl then
  548.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  549.     end
  550. end)
  551. game:GetService('RunService').Stepped:connect(function()
  552.     if stopsitting then
  553.         lplayer.Character.Humanoid.Sit = false
  554.     end
  555. end)
  556.  
  557. plr = lplayer
  558. hum = plr.Character.HumanoidRootPart
  559. mouse = plr:GetMouse()
  560. mouse.KeyDown:connect(function(key)
  561.     if key == "e" then
  562.         if mouse.Target then
  563.             if clickgoto then
  564.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  565.             elseif clickdel then
  566.                 mouse.Target:Destroy()
  567.             end
  568.         end
  569.     end
  570. end)
  571.  
  572. game:GetService("Workspace").ChildAdded:connect(function(part)
  573.     if gettingtools then
  574.         if part:IsA("Tool") then
  575.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  576.         end
  577.     end
  578. end)
  579.  
  580. lplayer.Chatted:Connect(function(msg)
  581.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  582.         if string.sub(msg, 7) == "me" then
  583.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  584.         else
  585.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  586.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  587.                 lplayer.Character.Humanoid.Name = 1
  588.                 local l = lplayer.Character["1"]:Clone()
  589.                 l.Parent = lplayer.Character
  590.                 l.Name = "Humanoid"
  591.                 wait(0.1)
  592.                 lplayer.Character["1"]:Destroy()
  593.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  594.                 lplayer.Character.Animate.Disabled = true
  595.                 wait(0.1)
  596.                 lplayer.Character.Animate.Disabled = false
  597.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  598.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  599.                 lplayer.Character.Humanoid:EquipTool(v)
  600.                 end
  601.                 local function tp(player,player2)
  602.                 local char1,char2=player.Character,player2.Character
  603.                 if char1 and char2 then
  604.                 char1:MoveTo(char2.Head.Position)
  605.                 end
  606.                 end
  607.                 wait(0.1)
  608.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  609.                 wait(0.2)
  610.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  611.                 wait(0.5)
  612.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  613.                 wait(0.7)
  614.                 tp(lplayer,game:GetService("Players")[v.Name])
  615.                 wait(0.7)
  616.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  617.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  618.                 Title = "Tools needed!";
  619.                 Text = "You need a tool in your backpack for this command!";
  620.                 })
  621.             end
  622.         end
  623.     end
  624.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  625.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  626.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  627.             lplayer.Character.Humanoid.Name = 1
  628.             local l = lplayer.Character["1"]:Clone()
  629.             l.Parent = lplayer.Character
  630.             l.Name = "Humanoid"
  631.             wait(0.1)
  632.             lplayer.Character["1"]:Destroy()
  633.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  634.             lplayer.Character.Animate.Disabled = true
  635.             wait(0.1)
  636.             lplayer.Character.Animate.Disabled = false
  637.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  638.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  639.             lplayer.Character.Humanoid:EquipTool(v)
  640.             end
  641.             local function tp(player,player2)
  642.             local char1,char2=player.Character,player2.Character
  643.             if char1 and char2 then
  644.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  645.             end
  646.             end
  647.             local function getout(player,player2)
  648.             local char1,char2=player.Character,player2.Character
  649.             if char1 and char2 then
  650.             char1:MoveTo(char2.Head.Position)
  651.             end
  652.             end
  653.             tp(game:GetService("Players")[v.Name], lplayer)
  654.             wait(0.2)
  655.             tp(game:GetService("Players")[v.Name], lplayer)
  656.             wait(0.5)
  657.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  658.             wait(0.5)
  659.             getout(lplayer, game:GetService("Players")[v.Name])
  660.             wait(0.3)
  661.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  662.             game:GetService("StarterGui"):SetCore("SendNotification", {
  663.             Title = "Tools needed!";
  664.             Text = "You need a tool in your backpack for this command!";
  665.             })
  666.         end
  667.     end
  668.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  669.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  670.             lplayer.Character.Humanoid.Name = 1
  671.             local l = lplayer.Character["1"]:Clone()
  672.             l.Parent = lplayer.Character
  673.             l.Name = "Humanoid"
  674.             wait(0.1)
  675.             lplayer.Character["1"]:Destroy()
  676.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  677.             lplayer.Character.Animate.Disabled = true
  678.             wait(0.1)
  679.             lplayer.Character.Animate.Disabled = false
  680.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  681.             lplayer.Character.Animate.Disabled = false
  682.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  683.             lplayer.Character.Humanoid:EquipTool(v)
  684.             end
  685.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  686.             spinplr = v
  687.             wait(0.5)
  688.             spin = true
  689.             game:GetService("StarterGui"):SetCore("SendNotification", {
  690.             Title = "Tools needed!";
  691.             Text = "You need a tool in your backpack for this command!";
  692.             })
  693.         end
  694.     end
  695.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  696.         spin = false
  697.     end
  698.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  699.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  700.             lplayer.Character.Humanoid.Name = 1
  701.             local l = lplayer.Character["1"]:Clone()
  702.             l.Parent = lplayer.Character
  703.             l.Name = "Humanoid"
  704.             wait(0.1)
  705.             lplayer.Character["1"]:Destroy()
  706.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  707.             lplayer.Character.Animate.Disabled = true
  708.             wait(0.1)
  709.             lplayer.Character.Animate.Disabled = false
  710.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  711.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  712.             lplayer.Character.Humanoid:EquipTool(v)
  713.             end
  714.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  715.             wait(0.3)
  716.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  717.             attplr = v
  718.             game:GetService("StarterGui"):SetCore("SendNotification", {
  719.             Title = "Tools needed!";
  720.             Text = "You need a tool in your backpack for this command!";
  721.             })
  722.         end
  723.     end
  724.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  725.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  726.             local function getout(player,player2)
  727.             local char1,char2=player.Character,player2.Character
  728.             if char1 and char2 then
  729.             char1:MoveTo(char2.Head.Position)
  730.             end
  731.             end
  732.             getout(lplayer, game:GetService("Players")[v.Name])
  733.         end
  734.     end
  735.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  736.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  737.             followed = true
  738.             flwplr = v
  739.         end
  740.     end
  741.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  742.         followed = false
  743.     end
  744.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  745.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  746.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  747.             lplayer.Character.Humanoid.Name = 1
  748.             local l = lplayer.Character["1"]:Clone()
  749.             l.Parent = lplayer.Character
  750.             l.Name = "Humanoid"
  751.             wait(0.1)
  752.             lplayer.Character["1"]:Destroy()
  753.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  754.             lplayer.Character.Animate.Disabled = true
  755.             wait(0.1)
  756.             lplayer.Character.Animate.Disabled = false
  757.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  758.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  759.             lplayer.Character.Humanoid:EquipTool(v)
  760.             end
  761.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  762.             wait(0.2)
  763.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  764.             wait(0.6)
  765.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  766.             wait(0.6)
  767.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  768.             game:GetService("StarterGui"):SetCore("SendNotification", {
  769.             Title = "Tools needed!";
  770.             Text = "You need a tool in your backpack for this command!";
  771.             })
  772.         end
  773.     end
  774.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  775.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  776.             traill = true
  777.             trlplr = v
  778.         end
  779.     end
  780.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  781.         traill = false
  782.     end
  783.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  784.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  785.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  786.         else
  787.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  788.                 local o = Instance.new("RocketPropulsion")
  789.                 o.Parent = lplayer.Character.HumanoidRootPart
  790.                 o.Name = "Orbit"
  791.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  792.                 o:Fire()
  793.                 noclip = true
  794.             end
  795.         end
  796.     end
  797.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  798.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  799.         noclip = false
  800.     end
  801.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  802.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  803.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  804.         else
  805.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  806.                 local y = Instance.new("RocketPropulsion")
  807.                 y.Parent = lplayer.Character.HumanoidRootPart
  808.                 y.CartoonFactor = 1
  809.                 y.MaxThrust = 800000
  810.                 y.MaxSpeed = 1000
  811.                 y.ThrustP = 200000
  812.                 y.Name = "Fling"
  813.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  814.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  815.                 y:Fire()
  816.                 noclip = true
  817.             end
  818.         end
  819.     end
  820.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  821.         noclip = false
  822.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  823.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  824.         wait(0.4)
  825.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  826.     end
  827.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  828.         if game:GetService("Workspace").FilteringEnabled == true then
  829.             warn("FE is Enabled (Filtering Enabled)")
  830.             game:GetService("StarterGui"):SetCore("SendNotification", {
  831.                 Title = "FE is Enabled";
  832.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  833.             })
  834.         else
  835.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  836.             game:GetService("StarterGui"):SetCore("SendNotification", {
  837.                 Title = "FE is Disabled";
  838.                 Text = "Filtering Disabled. Consider using a different admin script.";
  839.             })
  840.         end
  841.     end
  842.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  843.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  844.             lplayer.Character.Humanoid.Name = 1
  845.             local l = lplayer.Character["1"]:Clone()
  846.             l.Parent = lplayer.Character
  847.             l.Name = "Humanoid"
  848.             wait(0.1)
  849.             lplayer.Character["1"]:Destroy()
  850.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  851.             lplayer.Character.Animate.Disabled = true
  852.             wait(0.1)
  853.             lplayer.Character.Animate.Disabled = false
  854.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  855.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  856.             lplayer.Character.Humanoid:EquipTool(v)
  857.             end
  858.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  859.             wait(0.2)
  860.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  861.             wait(0.6)
  862.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  863.             game:GetService("StarterGui"):SetCore("SendNotification", {
  864.             Title = "Tools needed!";
  865.             Text = "You need a tool in your backpack for this command!";
  866.             })
  867.         end
  868.     end
  869.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  870.         noclip = true
  871.         game:GetService("StarterGui"):SetCore("SendNotification", {
  872.         Title = "Noclip enabled";
  873.         Text = "Type ;clip to disable";
  874.         })
  875.     end
  876.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  877.         noclip = false
  878.         game:GetService("StarterGui"):SetCore("SendNotification", {
  879.         Title = "Noclip disabled";
  880.         Text = "Type ;noclip to enable";
  881.         })
  882.     end
  883.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  884.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  885.     end
  886.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  887.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  888.     end
  889.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  890.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  891.     end
  892.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  893.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  894.     end
  895.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  896.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  897.     end
  898.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  899.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  900.     end
  901.     if string.sub(msg, 1, 8) == (prefix.."default") then
  902.         lplayer.Character.Humanoid.JumpPower = 50
  903.         lplayer.Character.Humanoid.WalkSpeed = 16
  904.         lplayer.Character.Humanoid.HipHeight = 0
  905.     end
  906.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  907.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  908.             annoying = true
  909.             annplr = v
  910.         end
  911.     end
  912.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  913.         annoying = false
  914.     end
  915.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  916.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  917.             hwalk = true
  918.             hdwplr = v
  919.         end
  920.     end
  921.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  922.         hwalk = false
  923.     end
  924.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  925.         lplayer.Character["Left Leg"]:Destroy()
  926.         lplayer.Character["Left Arm"]:Destroy()
  927.         lplayer.Character["Right Leg"]:Destroy()
  928.         lplayer.Character["Right Arm"]:Destroy()
  929.     end
  930.     if string.sub(msg, 1, 4) == (prefix.."god") then
  931.         lplayer.Character.Humanoid.Name = 1
  932.         local l = lplayer.Character["1"]:Clone()
  933.         l.Parent = lplayer.Character
  934.         l.Name = "Humanoid"
  935.         wait(0.1)
  936.         lplayer.Character["1"]:Destroy()
  937.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  938.         lplayer.Character.Animate.Disabled = true
  939.         wait(0.1)
  940.         lplayer.Character.Animate.Disabled = false
  941.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  942.         game:GetService("StarterGui"):SetCore("SendNotification", {
  943.         Title = "FE Godmode enabled";
  944.         Text = "Use ;grespawn or ;respawn to remove";
  945.         })
  946.     end
  947.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  948.         for i,v in pairs(lplayer.Character:GetChildren()) do
  949.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  950.                 v.Parent = workspace
  951.             end
  952.         end
  953.     end
  954.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  955.         for i,v in pairs(lplayer.Character:GetChildren()) do
  956.             if (v:IsA("Tool")) then
  957.                 v.Parent = workspace
  958.             end
  959.         end
  960.     end
  961.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  962.         droppinghats = true
  963.         game:GetService("StarterGui"):SetCore("SendNotification", {
  964.         Title = "Loop Drop Enabled";
  965.         Text = "Type ;unloopdhats to disable";
  966.         })
  967.     end
  968.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  969.         droppinghats = false
  970.         game:GetService("StarterGui"):SetCore("SendNotification", {
  971.         Title = "Loop Drop Disabled";
  972.         Text = "Type ;loopdhats to enable.";
  973.         })
  974.     end
  975.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  976.         droppingtools = true
  977.         game:GetService("StarterGui"):SetCore("SendNotification", {
  978.         Title = "Loop Drop Enabled";
  979.         Text = "Type ;unloopdtool to disable";
  980.         })
  981.     end
  982.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  983.         droppingtools = false
  984.         game:GetService("StarterGui"):SetCore("SendNotification", {
  985.         Title = "Loop Drop Disabled";
  986.         Text = "Type ;loopdtool to enable.";
  987.         })
  988.     end
  989.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  990.         Local = game:GetService('Players').LocalPlayer
  991.         Char  = Local.Character
  992.         touched,tpdback = false, false
  993.         box = Instance.new('Part',workspace)
  994.         box.Anchored = true
  995.         box.CanCollide = true
  996.         box.Size = Vector3.new(10,1,10)
  997.         box.Position = Vector3.new(0,10000,0)
  998.         box.Touched:connect(function(part)
  999.             if (part.Parent.Name == Local.Name) then
  1000.                 if touched == false then
  1001.                     touched = true
  1002.                     function apply()
  1003.                         if script.Disabled ~= true then
  1004.                             no = Char.HumanoidRootPart:Clone()
  1005.                             wait(.25)
  1006.                             Char.HumanoidRootPart:Destroy()
  1007.                             no.Parent = Char
  1008.                             Char:MoveTo(loc)
  1009.                             touched = false
  1010.                         end end
  1011.                     if Char then
  1012.                         apply()
  1013.                     end
  1014.                 end
  1015.             end
  1016.         end)
  1017.         repeat wait() until Char
  1018.         loc = Char.HumanoidRootPart.Position
  1019.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1020.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1021.         Title = "Invisibility enabled!";
  1022.         Text = "Reset or use ;respawn to remove.";
  1023.         })
  1024.     end
  1025.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  1026.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1027.             if game:GetService("Players")[v.Name].Character.Humanoid then
  1028.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1029.             else
  1030.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1031.             end
  1032.         end
  1033.     end
  1034.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  1035.         if lplayer.Character.Humanoid then
  1036.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1037.         else
  1038.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1039.         end
  1040.     end
  1041.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1042.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1043.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1044.         end
  1045.     end
  1046.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  1047.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1048.     repeat wait() until Mouse
  1049.    
  1050.     local T = lplayer.Character.HumanoidRootPart
  1051.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1052.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1053.     local SPEED = speedget
  1054.    
  1055.     local function fly()
  1056.         flying = true
  1057.         local BG = Instance.new('BodyGyro', T)
  1058.         local BV = Instance.new('BodyVelocity', T)
  1059.         BG.P = 9e4
  1060.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1061.         BG.cframe = T.CFrame
  1062.         BV.velocity = Vector3.new(0, 0.1, 0)
  1063.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1064.         spawn(function()
  1065.         repeat wait()
  1066.         lplayer.Character.Humanoid.PlatformStand = true
  1067.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1068.         SPEED = 50
  1069.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1070.         SPEED = 0
  1071.         end
  1072.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1073.         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
  1074.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1075.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1076.         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
  1077.         else
  1078.         BV.velocity = Vector3.new(0, 0.1, 0)
  1079.         end
  1080.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1081.                 until not flying
  1082.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1083.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1084.                 SPEED = 0
  1085.                 BG:destroy()
  1086.                 BV:destroy()
  1087.                 lplayer.Character.Humanoid.PlatformStand = false
  1088.             end)
  1089.         end
  1090.     Mouse.KeyDown:connect(function(KEY)
  1091.         if KEY:lower() == 'w' then
  1092.             CONTROL.F = speedfly
  1093.         elseif KEY:lower() == 's' then
  1094.             CONTROL.B = -speedfly
  1095.         elseif KEY:lower() == 'a' then
  1096.             CONTROL.L = -speedfly
  1097.         elseif KEY:lower() == 'd' then
  1098.             CONTROL.R = speedfly
  1099.         end
  1100.     end)
  1101.     Mouse.KeyUp:connect(function(KEY)
  1102.         if KEY:lower() == 'w' then
  1103.             CONTROL.F = 0
  1104.         elseif KEY:lower() == 's' then
  1105.             CONTROL.B = 0
  1106.         elseif KEY:lower() == 'a' then
  1107.             CONTROL.L = 0
  1108.         elseif KEY:lower() == 'd' then
  1109.             CONTROL.R = 0
  1110.         end
  1111.     end)
  1112.     fly()
  1113.     end
  1114.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1115.         flying = false
  1116.         lplayer.Character.Humanoid.PlatformStand = false
  1117.     end
  1118.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1119.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1120.     end
  1121.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1122.         spamtext = (string.sub(msg, 7))
  1123.         spamming = true
  1124.     end
  1125.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1126.         spamming = false
  1127.     end
  1128.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1129.         spamdelay = (string.sub(msg, 11))
  1130.     end
  1131.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1132.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1133.             pmspammed = v.Name
  1134.             spammingpm = true
  1135.         end
  1136.     end
  1137.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1138.         spammingpm = false
  1139.     end
  1140.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1141.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1142.             v.Character["Left Leg"].Anchored = true
  1143.             v.Character["Left Arm"].Anchored = true
  1144.             v.Character["Right Leg"].Anchored = true
  1145.             v.Character["Right Arm"].Anchored = true
  1146.             v.Character.Torso.Anchored = true
  1147.             v.Character.Head.Anchored = true
  1148.         end
  1149.     end
  1150.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1151.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1152.             v.Character["Left Leg"].Anchored = false
  1153.             v.Character["Left Arm"].Anchored = false
  1154.             v.Character["Right Leg"].Anchored = false
  1155.             v.Character["Right Arm"].Anchored = false
  1156.             v.Character.Torso.Anchored = false
  1157.             v.Character.Head.Anchored = false
  1158.         end
  1159.     end
  1160.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1161.         local a = game:GetService("Workspace"):getChildren()
  1162.         for i = 1, #a do
  1163.             if a[i].className == "Part" then
  1164.                 a[i].Locked = false
  1165.             elseif a[i].className == "Model" then
  1166.                 local r = a[i]:getChildren()
  1167.                 for i = 1, #r do
  1168.                     if r[i].className == "Part" then
  1169.                     r[i].Locked = false
  1170.                     end
  1171.                 end
  1172.             end
  1173.         end
  1174.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1175.         Title = "Success!";
  1176.         Text = "Workspace unlocked. Use ;lockws to lock.";
  1177.         })
  1178.     end
  1179.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1180.         local a = game:GetService("Workspace"):getChildren()
  1181.         for i = 1, #a do
  1182.             if a[i].className == "Part" then
  1183.                 a[i].Locked = true
  1184.             elseif a[i].className == "Model" then
  1185.                 local r = a[i]:getChildren()
  1186.                 for i = 1, #r do
  1187.                     if r[i].className == "Part" then
  1188.                     r[i].Locked = true
  1189.                     end
  1190.                 end
  1191.             end
  1192.         end
  1193.     end
  1194.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  1195.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1196.         Clone_T.BinType = "Clone"
  1197.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1198.         Destruct.BinType = "Hammer"
  1199.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1200.         Hold_T.BinType = "Grab"
  1201.     end
  1202.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1203.         lplayer.Character.Humanoid.PlatformStand = true
  1204.     end
  1205.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1206.         lplayer.Character.Humanoid.PlatformStand = false
  1207.     end
  1208.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1209.         lplayer.Character.Head.Mesh:Destroy()
  1210.     end
  1211.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  1212.         lplayer.Character.Humanoid.Sit = true
  1213.     end
  1214.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1215.         local function bringobjw()
  1216.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1217.         if obj.Name == (string.sub(msg, 11)) then
  1218.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1219.         obj.CanCollide = false
  1220.         obj.Transparency = 0.7
  1221.         wait()
  1222.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1223.         wait()
  1224.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1225.         wait()
  1226.         obj.CFrame = lplayer.Character["Head"].CFrame
  1227.         end
  1228.         end
  1229.         end
  1230.         while wait() do
  1231.             bringobjw()
  1232.         end
  1233.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1234.         Title = "BringObj";
  1235.         Text = "BringObj enabled.";
  1236.         })
  1237.     end
  1238.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1239.         vis = (string.sub(msg, 8))
  1240.         local a = game:GetService("Workspace"):GetDescendants()
  1241.         for i = 1, #a do
  1242.             if a[i].className == "Part" then
  1243.                 a[i].Transparency = vis
  1244.             elseif a[i].className == "Model" then
  1245.                 local r = a[i]:getChildren()
  1246.                 for i = 1, #r do
  1247.                     if r[i].className == "Part" then
  1248.                     r[i].Transparency = vis
  1249.                     end
  1250.                 end
  1251.             end
  1252.         end
  1253.     end
  1254.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1255.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1256.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1257.         Title = "Success!";
  1258.         Text = "HyperTotal GUI Loaded!";
  1259.         })
  1260.     end
  1261.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1262.         CMDSFRAME.Visible = true
  1263.     end
  1264.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1265.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1266.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1267.                 v.Handle.Mesh:Destroy()
  1268.             end
  1269.         end
  1270.     end
  1271.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1272.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1273.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1274.                 v.Handle.Mesh:Destroy()
  1275.             end
  1276.         end
  1277.     end
  1278.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1279.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1280.             if (v:IsA("Tool")) then
  1281.                 v.Handle.Mesh:Destroy()
  1282.             end
  1283.         end
  1284.     end
  1285.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1286.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1287.             if (v:IsA("Tool")) then
  1288.                 v.Handle.Mesh:Destroy()
  1289.             end
  1290.         end
  1291.     end
  1292.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1293.         local p = Instance.new("RocketPropulsion")
  1294.         p.Parent = lplayer.Character.HumanoidRootPart
  1295.         p.Name = "Spinner"
  1296.         p.Target = lplayer.Character["Left Arm"]
  1297.         p:Fire()
  1298.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1299.         Title = "Spinner enabled";
  1300.         Text = "Type ;nospinner to disable.";
  1301.         })
  1302.     end
  1303.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1304.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1305.     end
  1306.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1307.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1308.             if v:isA("Tool") then
  1309.                 local a = Instance.new("SelectionBox",v.Handle)
  1310.                 a.Adornee = v.Handle
  1311.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  1312.                 v.GripPos = Vector3.new(0,0,0)
  1313.                 lplayer.Character.Humanoid:UnequipTools()
  1314.             end
  1315.         end
  1316.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1317.         Title = "Reach applied!";
  1318.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1319.         })
  1320.     end
  1321.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1322.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1323.             if v:isA("Tool") then
  1324.                 handleSize = v.Handle.Size
  1325.                 wait()
  1326.                 local a = Instance.new("SelectionBox",v.Handle)
  1327.                 a.Name = "a"
  1328.                 a.Adornee = v.Handle
  1329.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1330.                 v.GripPos = Vector3.new(0,0,0)
  1331.                 lplayer.Character.Humanoid:UnequipTools()
  1332.             end
  1333.         end
  1334.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1335.         Title = "Reach applied!";
  1336.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1337.         })
  1338.     end
  1339.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1340.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1341.             if v:isA("Tool") then
  1342.                 v.Handle.a:Destroy()
  1343.                 v.Handle.Size = handleSize
  1344.             end
  1345.         end
  1346.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1347.         Title = "Reach removed!";
  1348.         Text = "Removed reach from equipped sword.";
  1349.         })
  1350.     end
  1351.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1352.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1353.             lplayer.Character.Humanoid.Name = 1
  1354.             local l = lplayer.Character["1"]:Clone()
  1355.             l.Parent = lplayer.Character
  1356.             l.Name = "Humanoid"
  1357.             wait(0.1)
  1358.             lplayer.Character["1"]:Destroy()
  1359.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1360.             lplayer.Character.Animate.Disabled = true
  1361.             wait(0.1)
  1362.             lplayer.Character.Animate.Disabled = false
  1363.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1364.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1365.             lplayer.Character.Humanoid:EquipTool(v)
  1366.             end
  1367.             wait(0.1)
  1368.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1369.             wait(0.2)
  1370.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1371.             wait(0.5)
  1372.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1373.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1374.             Title = "Tools needed!";
  1375.             Text = "You need a tool in your backpack for this command!";
  1376.             })
  1377.         end
  1378.     end
  1379.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1380.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1381.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1382.         end
  1383.     end
  1384.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1385.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1386.             cbringall = true
  1387.         else
  1388.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1389.                 brplr = v.Name
  1390.             end
  1391.         end
  1392.         cbring = true
  1393.     end
  1394.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1395.         cbring = false
  1396.         cbringall = false
  1397.     end
  1398.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1399.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1400.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1401.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1402.             lplayer.Character.Humanoid.Name = 1
  1403.             local l = lplayer.Character["1"]:Clone()
  1404.             l.Parent = lplayer.Character
  1405.             l.Name = "Humanoid"
  1406.             wait(0.1)
  1407.             lplayer.Character["1"]:Destroy()
  1408.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1409.             lplayer.Character.Animate.Disabled = true
  1410.             wait(0.1)
  1411.             lplayer.Character.Animate.Disabled = false
  1412.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1413.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1414.             lplayer.Character.Humanoid:EquipTool(v)
  1415.             end
  1416.             local function tp(player,player2)
  1417.             local char1,char2=player.Character,player2.Character
  1418.             if char1 and char2 then
  1419.             char1:MoveTo(char2.Head.Position)
  1420.             end
  1421.             end
  1422.             wait(0.1)
  1423.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1424.             wait(0.2)
  1425.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1426.             wait(0.5)
  1427.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  1428.             wait(0.6)
  1429.             tp(lplayer, game:GetService("Players")[v.Name])
  1430.             wait(0.4)
  1431.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1432.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1433.             Title = "Tools needed!";
  1434.             Text = "You need a tool in your backpack for this command!";
  1435.             })
  1436.         end
  1437.     end
  1438.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1439.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1440.             lplayer.Character.Humanoid.Name = 1
  1441.             local l = lplayer.Character["1"]:Clone()
  1442.             l.Parent = lplayer.Character
  1443.             l.Name = "Humanoid"
  1444.             wait(0.1)
  1445.             lplayer.Character["1"]:Destroy()
  1446.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1447.             lplayer.Character.Animate.Disabled = true
  1448.             wait(0.1)
  1449.             lplayer.Character.Animate.Disabled = false
  1450.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1451.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1452.             lplayer.Character.Humanoid:EquipTool(v)
  1453.             end
  1454.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1455.             wait(0.3)
  1456.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1457.             wait(0.4)
  1458.             b = Instance.new("BodyForce")
  1459.             b.Parent = lplayer.Character.HumanoidRootPart
  1460.             b.Name = "Glitch"
  1461.             b.Force = Vector3.new(100000000,5000,0)
  1462.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1463.             Title = "Tools needed!";
  1464.             Text = "You need a tool in your backpack for this command!";
  1465.             })
  1466.         end
  1467.     end
  1468.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1469.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1470.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1471.         b = Instance.new("BodyForce")
  1472.         b.Parent = lplayer.Character.HumanoidRootPart
  1473.         b.Name = "unGlitch"
  1474.         b.Force = Vector3.new(0,-5000000,0)
  1475.         wait(2)
  1476.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1477.     end
  1478.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1479.         lplayer.Character.Humanoid.Health = 0
  1480.         wait(1)
  1481.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1482.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1483.     end
  1484.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1485.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1486.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1487.         Title = "Success!";
  1488.         Text = "DEX Explorer has loaded.";
  1489.         })
  1490.     end
  1491.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1492.         local Anim = Instance.new("Animation")
  1493.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1494.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1495.         track:Play(.1, 1, 1)
  1496.     end
  1497.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1498.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1499.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1500.         Title = "Success!";
  1501.         Text = "Energize Animations GUI has loaded.";
  1502.         })
  1503.     end
  1504.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1505.         saved = lplayer.Character.HumanoidRootPart.CFrame
  1506.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1507.         Title = "Position Saved";
  1508.         Text = "Use ;loadpos to return to saved position.";
  1509.         })
  1510.     end
  1511.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1512.         lplayer.Character.HumanoidRootPart.CFrame = saved
  1513.     end
  1514.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1515.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1516.             local Anim2 = Instance.new("Animation")
  1517.             Anim2.AnimationId = "rbxassetid://148840371"
  1518.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1519.             track2:Play(.1, 1, 1)
  1520.             bplrr = v.Name
  1521.             banpl = true
  1522.         end
  1523.     end
  1524.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1525.         banpl = false
  1526.     end
  1527.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1528.         local function bringmodw()
  1529.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1530.         if obj.Name == (string.sub(msg, 11)) then
  1531.         for i,ch in pairs(obj:GetDescendants()) do
  1532.         if (ch:IsA("BasePart")) then
  1533.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1534.         ch.CanCollide = false
  1535.         ch.Transparency = 0.7
  1536.         wait()
  1537.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1538.         wait()
  1539.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1540.         wait()
  1541.         ch.CFrame = lplayer.Character["Head"].CFrame
  1542.         end
  1543.         end
  1544.         end
  1545.         end
  1546.         end
  1547.         while wait() do
  1548.             bringmodw()
  1549.         end
  1550.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1551.         Title = "BringMod";
  1552.         Text = "BringMod enabled.";
  1553.         })
  1554.     end
  1555.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1556.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1557.         local hum = Instance.new('Humanoid', mod)
  1558.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1559.         lplayer.Character = mod
  1560.     end
  1561.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1562.         game:GetService'RunService'.Stepped:Connect(function()
  1563.         pcall(function()
  1564.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1565.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1566.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  1567.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1568.                     end
  1569.                 end
  1570.             end
  1571.         end)
  1572.         end)
  1573.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1574.         Title = "Attempting Shutdown";
  1575.         Text = "Shutdown Attempt has begun.";
  1576.         })
  1577.     end
  1578.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1579.         objtodel = (string.sub(msg, 9))
  1580.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1581.             if v.Name == objtodel then
  1582.                 v:Destroy()
  1583.             end
  1584.         end
  1585.     end
  1586.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1587.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1588.             print(v)
  1589.         end
  1590.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1591.         Title = "Printed";
  1592.         Text = "Players have been printed to console. (F9)";
  1593.         })
  1594.     end
  1595.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1596.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1597.             if (v:IsA("Decal")) then
  1598.                 v:Destroy()
  1599.             end
  1600.         end
  1601.     end
  1602.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1603.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1604.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1605.         Title = "Success!";
  1606.         Text = "OpFinality GUI has loaded.";
  1607.         })
  1608.     end
  1609.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1610.         remotes = true
  1611.         added = true
  1612.         game.DescendantAdded:connect(function(rmt)
  1613.         if added == true then
  1614.         if remotes == true then
  1615.         if rmt:IsA("RemoteEvent") then
  1616.         print("A RemoteEvent was added!")
  1617.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1618.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1619.         end end end
  1620.         end)
  1621.         game.DescendantAdded:connect(function(rmtfnctn)
  1622.         if added == true then
  1623.         if remotes == true then
  1624.         if rmtfnctn:IsA("RemoteFunction") then
  1625.         warn("A RemoteFunction was added!")
  1626.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1627.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1628.         end end end
  1629.         end)
  1630.        
  1631.         game.DescendantAdded:connect(function(bndfnctn)
  1632.         if added == true then
  1633.         if binds == true then
  1634.         if bndfnctn:IsA("BindableFunction") then
  1635.         print("A BindableFunction was added!")
  1636.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1637.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1638.         end end end
  1639.         end)
  1640.        
  1641.         game.DescendantAdded:connect(function(bnd)
  1642.         if added == true then
  1643.         if binds == true then
  1644.         if bnd:IsA("BindableEvent") then
  1645.         warn("A BindableEvent was added!")
  1646.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1647.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1648.         end end end
  1649.         end)
  1650.        
  1651.        
  1652.         if binds == true then
  1653.         for i,v in pairs(game:GetDescendants()) do
  1654.         if v:IsA("BindableFunction") then
  1655.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  1656.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1657.         end end
  1658.         for i,v in pairs(game:GetDescendants()) do
  1659.         if v:IsA("BindableEvent") then
  1660.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1661.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1662.         end end
  1663.         else
  1664.         print("Off")
  1665.         end
  1666.         if remotes == true then
  1667.         for i,v in pairs(game:GetDescendants()) do
  1668.         if v:IsA("RemoteFunction") then
  1669.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1670.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1671.         end end
  1672.         wait()
  1673.         for i,v in pairs(game:GetDescendants()) do
  1674.         if v:IsA("RemoteEvent") then
  1675.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1676.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1677.         end end
  1678.         else
  1679.         print("Off")
  1680.         end
  1681.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1682.         Title = "Printing Remotes";
  1683.         Text = "Type ;noremotes to disable.";
  1684.         })
  1685.     end
  1686.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1687.         remotes = false
  1688.         added = false
  1689.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1690.         Title = "Printing Remotes Disabled";
  1691.         Text = "Type ;remotes to enable.";
  1692.         })
  1693.     end
  1694.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1695.         spin = false
  1696.         followed = false
  1697.         traill = false
  1698.         noclip = false
  1699.         annoying = false
  1700.         hwalk = false
  1701.         cbringing = false
  1702.     end
  1703.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1704.         stopsitting = true
  1705.     end
  1706.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1707.         stopsitting = false
  1708.     end
  1709.     if string.sub(msg, 1, 8) == (prefix.."version") then
  1710.         print(adminversion)
  1711.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1712.         Title = "Version";
  1713.         Text = adminversion;
  1714.         })
  1715.     end
  1716.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1717.         clickgoto = true
  1718.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1719.         Title = "Click TP";
  1720.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1721.         })
  1722.     end
  1723.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1724.         clickdel = true
  1725.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1726.         Title = "Click Delete";
  1727.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1728.         })
  1729.     end
  1730.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1731.         clickdel = false
  1732.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1733.         Title = "Click Delete";
  1734.         Text = "Click delete has been disabled.";
  1735.         })
  1736.     end
  1737.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1738.         clickgoto = false
  1739.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1740.         Title = "Click TP";
  1741.         Text = "Click TP has been disabled.";
  1742.         })
  1743.     end
  1744.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1745.         gettingtools = true
  1746.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1747.         Title = "Tools Enabled";
  1748.         Text = "Automatically colleting tools dropped.";
  1749.         })
  1750.     end
  1751.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1752.         gettingtools = false
  1753.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1754.         Title = "Tools Disabled";
  1755.         Text = "Click TP has been disabled.";
  1756.         })
  1757.     end
  1758.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1759.         ScreenGui:Destroy()
  1760.     end
  1761.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  1762.         lplayer.Character.Head:Destroy()
  1763.     end
  1764.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  1765.         statechosen = string.sub(msg, 8)
  1766.         changingstate = true
  1767.     end
  1768.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1769.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1770.     end
  1771.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1772.         removingmeshhats = true
  1773.     end
  1774.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1775.         removingmeshhats = false
  1776.     end
  1777.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1778.         removingmeshtool = true
  1779.     end
  1780.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1781.         removingmeshtool = false
  1782.     end
  1783.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1784.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1785.             if v:IsA("Tool") then
  1786.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1787.                     v.Parent = player.Character
  1788.                 end
  1789.             end
  1790.         end
  1791.     end
  1792.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1793.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1794.             if v:IsA("Tool") then
  1795.                 v.Parent = lplayer.Character
  1796.                 wait()
  1797.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1798.                     v.Parent = player.Character
  1799.                 end
  1800.             end
  1801.         end
  1802.     end
  1803.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  1804.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1805.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1806.         end
  1807.     end
  1808.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  1809.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1810.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1811.         end
  1812.     end
  1813.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  1814.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1815.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1816.             Title = player.AccountAge.." Days";
  1817.             Text = "Account age of "..player.Name;
  1818.             })
  1819.         end
  1820.     end
  1821.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  1822.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1823.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1824.             Title = player.UserId.." ID";
  1825.             Text = "Account ID of "..player.Name;
  1826.             })
  1827.         end
  1828.     end
  1829.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1830.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1831.         Title = "Game ID";
  1832.         Text = "Game ID: ".. game.GameId;
  1833.         })
  1834.     end
  1835.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1836.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1837.         if pgscheck == true then
  1838.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1839.             Title = "PGSPhysicsSolverEnabled";
  1840.             Text = "PGS is Enabled!";
  1841.             })
  1842.         else
  1843.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1844.             Title = "PGSPhysicsSolverEnabled";
  1845.             Text = "PGS is Disabled!";
  1846.             })
  1847.         end
  1848.     end
  1849.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1850.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1851.             if v:IsA("Part") then
  1852.                 if v.Transparency == 1 then
  1853.                     if v.Name ~= "HumanoidRootPart" then
  1854.                         v:Destroy()
  1855.                     end
  1856.                 end
  1857.             end
  1858.         end
  1859.     end
  1860.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1861.         game:GetService("Lighting").FogStart = 0
  1862.         game:GetService("Lighting").FogEnd = 9999999999999
  1863.     end
  1864.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  1865.         lplayer.Character.Humanoid.Parent = lplayer
  1866.     end
  1867.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  1868.         lplayer.Humanoid.Parent = lplayer.Character
  1869.     end
  1870.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1871.         prefix = (string.sub(msg, 9, 9))
  1872.         wait(0.1)
  1873.         change()
  1874.         wait(0.1)
  1875.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1876.         Title = "Prefix changed!";
  1877.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1878.         })
  1879.     end
  1880.     if string.sub(msg, 1, 12) == (";resetprefix") then
  1881.         prefix = ";"
  1882.         wait(0.1)
  1883.         change()
  1884.         wait(0.1)
  1885.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1886.         Title = "Prefix changed!";
  1887.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1888.         })
  1889.     end
  1890.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1891.         speedfly = string.sub(msg, 11)
  1892.         wait()
  1893.         change()
  1894.     end
  1895.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1896.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1897.             local Anim3 = Instance.new("Animation")
  1898.             Anim3.AnimationId = "rbxassetid://282574440"
  1899.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1900.             track3:Play(.1, 1, 1)
  1901.             bplrr = v.Name
  1902.             banpl = true
  1903.         end
  1904.     end
  1905.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1906.         banpl = false
  1907.     end
  1908.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1909.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1910.             staring = true
  1911.             stareplr = v
  1912.         end
  1913.     end
  1914.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1915.         staring = false
  1916.     end
  1917.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1918.         chatlogs = true
  1919.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1920.         Title = "LogChat enabled";
  1921.         Text = "Now logging all player chat.";
  1922.         })
  1923.     end
  1924.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1925.         chatlogs = false
  1926.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1927.         Title = "LogChat disabled";
  1928.         Text = "Stopped logging all player chat.";
  1929.         })
  1930.     end
  1931.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1932.         game:GetService("Workspace").CurrentCamera:Destroy()
  1933.         wait(0.1)
  1934.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1935.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1936.         lplayer.CameraMinZoomDistance = 0.5
  1937.         lplayer.CameraMaxZoomDistance = 400
  1938.         lplayer.CameraMode = "Classic"
  1939.     end
  1940.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1941.         changingstate = false
  1942.     end
  1943. end)
  1944.  
  1945. local function tp()
  1946.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1947.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1948.             if player.Name == brplr then
  1949.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1950.             end
  1951.         end
  1952.     end
  1953. end
  1954. local function tpall()
  1955.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1956.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1957.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1958.         end
  1959.     end
  1960. end
  1961. spawn(function()
  1962.     while wait(spamdelay) do
  1963.         if spamming == true then
  1964.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1965.         end
  1966.     end
  1967. end)
  1968. spawn(function()
  1969.     while wait(spamdelay) do
  1970.         if spammingpm == true then
  1971.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1972.         end
  1973.     end
  1974. end)
  1975. spawn(function()
  1976.     while wait() do
  1977.         if cbring == true then
  1978.             tp()
  1979.         end
  1980.     end
  1981. end)
  1982. spawn(function()
  1983.     while wait() do
  1984.         if cbringall == true then
  1985.             tpall()
  1986.         end
  1987.     end
  1988. end)
  1989.  
  1990. Mouse.KeyDown:connect(function(Key)
  1991.     if Key == prefix then
  1992.         CMDBAR:CaptureFocus()
  1993.     end
  1994. end)
  1995.  
  1996. CMDBAR.FocusLost:connect(function(enterPressed)
  1997.     if enterPressed then
  1998.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1999.             if string.sub(CMDBAR.Text, 6) == "me" then
  2000.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2001.             else
  2002.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2003.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2004.                     lplayer.Character.Humanoid.Name = 1
  2005.                     local l = lplayer.Character["1"]:Clone()
  2006.                     l.Parent = lplayer.Character
  2007.                     l.Name = "Humanoid"
  2008.                     wait(0.1)
  2009.                     lplayer.Character["1"]:Destroy()
  2010.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2011.                     lplayer.Character.Animate.Disabled = true
  2012.                     wait(0.1)
  2013.                     lplayer.Character.Animate.Disabled = false
  2014.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2015.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2016.                     lplayer.Character.Humanoid:EquipTool(v)
  2017.                     end
  2018.                     local function tp(player,player2)
  2019.                     local char1,char2=player.Character,player2.Character
  2020.                     if char1 and char2 then
  2021.                     char1:MoveTo(char2.Head.Position)
  2022.                     end
  2023.                     end
  2024.                     wait(0.1)
  2025.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2026.                     wait(0.2)
  2027.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2028.                     wait(0.5)
  2029.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2030.                     wait(0.7)
  2031.                     tp(lplayer,game:GetService("Players")[v.Name])
  2032.                     wait(0.7)
  2033.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  2034.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  2035.                     Title = "Tools needed!";
  2036.                     Text = "You need a tool in your backpack for this command!";
  2037.                     })
  2038.                 end
  2039.             end
  2040.         end
  2041.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2042.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2043.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2044.                 lplayer.Character.Humanoid.Name = 1
  2045.                 local l = lplayer.Character["1"]:Clone()
  2046.                 l.Parent = lplayer.Character
  2047.                 l.Name = "Humanoid"
  2048.                 wait(0.1)
  2049.                 lplayer.Character["1"]:Destroy()
  2050.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2051.                 lplayer.Character.Animate.Disabled = true
  2052.                 wait(0.1)
  2053.                 lplayer.Character.Animate.Disabled = false
  2054.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2055.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2056.                 lplayer.Character.Humanoid:EquipTool(v)
  2057.                 end
  2058.                 local function tp(player,player2)
  2059.                 local char1,char2=player.Character,player2.Character
  2060.                 if char1 and char2 then
  2061.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2062.                 end
  2063.                 end
  2064.                 local function getout(player,player2)
  2065.                 local char1,char2=player.Character,player2.Character
  2066.                 if char1 and char2 then
  2067.                 char1:MoveTo(char2.Head.Position)
  2068.                 end
  2069.                 end
  2070.                 tp(game:GetService("Players")[v.Name], lplayer)
  2071.                 wait(0.2)
  2072.                 tp(game:GetService("Players")[v.Name], lplayer)
  2073.                 wait(0.5)
  2074.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2075.                 wait(0.5)
  2076.                 getout(lplayer, game:GetService("Players")[v.Name])
  2077.                 wait(0.3)
  2078.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2079.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2080.                 Title = "Tools needed!";
  2081.                 Text = "You need a tool in your backpack for this command!";
  2082.                 })
  2083.             end
  2084.         end
  2085.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2086.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2087.                 lplayer.Character.Humanoid.Name = 1
  2088.                 local l = lplayer.Character["1"]:Clone()
  2089.                 l.Parent = lplayer.Character
  2090.                 l.Name = "Humanoid"
  2091.                 wait(0.1)
  2092.                 lplayer.Character["1"]:Destroy()
  2093.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2094.                 lplayer.Character.Animate.Disabled = true
  2095.                 wait(0.1)
  2096.                 lplayer.Character.Animate.Disabled = false
  2097.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2098.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2099.                 lplayer.Character.Humanoid:EquipTool(v)
  2100.                 end
  2101.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2102.                 spinplr = v
  2103.                 wait(0.5)
  2104.                 spin = true
  2105.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2106.                 Title = "Tools needed!";
  2107.                 Text = "You need a tool in your backpack for this command!";
  2108.                 })
  2109.             end
  2110.         end
  2111.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2112.             spin = false
  2113.         end
  2114.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2115.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2116.                 lplayer.Character.Humanoid.Name = 1
  2117.                 local l = lplayer.Character["1"]:Clone()
  2118.                 l.Parent = lplayer.Character
  2119.                 l.Name = "Humanoid"
  2120.                 wait(0.1)
  2121.                 lplayer.Character["1"]:Destroy()
  2122.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2123.                 lplayer.Character.Animate.Disabled = true
  2124.                 wait(0.1)
  2125.                 lplayer.Character.Animate.Disabled = false
  2126.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2127.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2128.                 lplayer.Character.Humanoid:EquipTool(v)
  2129.                 end
  2130.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2131.                 wait(0.3)
  2132.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2133.                 attplr = v
  2134.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2135.                 Title = "Tools needed!";
  2136.                 Text = "You need a tool in your backpack for this command!";
  2137.                 })
  2138.             end
  2139.         end
  2140.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2141.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2142.                 local function getout(player,player2)
  2143.                 local char1,char2=player.Character,player2.Character
  2144.                 if char1 and char2 then
  2145.                 char1:MoveTo(char2.Head.Position)
  2146.                 end
  2147.                 end
  2148.                 getout(lplayer, game:GetService("Players")[v.Name])
  2149.             end
  2150.         end
  2151.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2152.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2153.                 followed = true
  2154.                 flwplr = v
  2155.             end
  2156.         end
  2157.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2158.             followed = false
  2159.         end
  2160.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2161.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2162.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2163.                 lplayer.Character.Humanoid.Name = 1
  2164.                 local l = lplayer.Character["1"]:Clone()
  2165.                 l.Parent = lplayer.Character
  2166.                 l.Name = "Humanoid"
  2167.                 wait(0.1)
  2168.                 lplayer.Character["1"]:Destroy()
  2169.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2170.                 lplayer.Character.Animate.Disabled = true
  2171.                 wait(0.1)
  2172.                 lplayer.Character.Animate.Disabled = false
  2173.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2174.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2175.                 lplayer.Character.Humanoid:EquipTool(v)
  2176.                 end
  2177.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2178.                 wait(0.2)
  2179.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2180.                 wait(0.6)
  2181.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2182.                 wait(0.6)
  2183.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2184.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2185.                 Title = "Tools needed!";
  2186.                 Text = "You need a tool in your backpack for this command!";
  2187.                 })
  2188.             end
  2189.         end
  2190.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2191.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2192.                 traill = true
  2193.                 trlplr = v
  2194.             end
  2195.         end
  2196.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2197.             traill = false
  2198.         end
  2199.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2200.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2201.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2202.             else
  2203.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2204.                     local o = Instance.new("RocketPropulsion")
  2205.                     o.Parent = lplayer.Character.HumanoidRootPart
  2206.                     o.Name = "Orbit"
  2207.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2208.                     o:Fire()
  2209.                     noclip = true
  2210.                 end
  2211.             end
  2212.         end
  2213.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2214.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2215.             noclip = false
  2216.         end
  2217.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2218.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2219.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2220.             else
  2221.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2222.                     local y = Instance.new("RocketPropulsion")
  2223.                     y.Parent = lplayer.Character.HumanoidRootPart
  2224.                     y.CartoonFactor = 1
  2225.                     y.MaxThrust = 800000
  2226.                     y.MaxSpeed = 1000
  2227.                     y.ThrustP = 200000
  2228.                     y.Name = "Fling"
  2229.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2230.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2231.                     y:Fire()
  2232.                     noclip = true
  2233.                 end
  2234.             end
  2235.         end
  2236.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2237.             noclip = false
  2238.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2239.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2240.             wait(0.4)
  2241.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2242.         end
  2243.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2244.             if game:GetService("Workspace").FilteringEnabled == true then
  2245.                 warn("FE is Enabled (Filtering Enabled)")
  2246.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2247.                     Title = "FE is Enabled";
  2248.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2249.                 })
  2250.             else
  2251.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2252.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2253.                     Title = "FE is Disabled";
  2254.                     Text = "Filtering Disabled. Consider using a different admin script.";
  2255.                 })
  2256.             end
  2257.         end
  2258.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2259.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2260.                 lplayer.Character.Humanoid.Name = 1
  2261.                 local l = lplayer.Character["1"]:Clone()
  2262.                 l.Parent = lplayer.Character
  2263.                 l.Name = "Humanoid"
  2264.                 wait(0.1)
  2265.                 lplayer.Character["1"]:Destroy()
  2266.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2267.                 lplayer.Character.Animate.Disabled = true
  2268.                 wait(0.1)
  2269.                 lplayer.Character.Animate.Disabled = false
  2270.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2271.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2272.                 lplayer.Character.Humanoid:EquipTool(v)
  2273.                 end
  2274.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2275.                 wait(0.2)
  2276.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2277.                 wait(0.6)
  2278.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2279.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2280.                 Title = "Tools needed!";
  2281.                 Text = "You need a tool in your backpack for this command!";
  2282.                 })
  2283.             end
  2284.         end
  2285.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2286.             noclip = true
  2287.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2288.             Title = "Noclip enabled";
  2289.             Text = "Type ;clip to disable";
  2290.             })
  2291.         end
  2292.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2293.             noclip = false
  2294.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2295.             Title = "Noclip disabled";
  2296.             Text = "Type ;noclip to enable";
  2297.             })
  2298.         end
  2299.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2300.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2301.         end
  2302.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2303.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2304.         end
  2305.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2306.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2307.         end
  2308.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2309.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2310.         end
  2311.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2312.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2313.         end
  2314.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2315.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2316.         end
  2317.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2318.             lplayer.Character.Humanoid.JumpPower = 50
  2319.             lplayer.Character.Humanoid.WalkSpeed = 16
  2320.             lplayer.Character.Humanoid.HipHeight = 0
  2321.         end
  2322.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2323.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2324.                 annoying = true
  2325.                 annplr = v
  2326.             end
  2327.         end
  2328.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2329.             annoying = false
  2330.         end
  2331.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2332.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2333.                 hwalk = true
  2334.                 hdwplr = v
  2335.             end
  2336.         end
  2337.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2338.             hwalk = false
  2339.         end
  2340.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2341.             lplayer.Character["Left Leg"]:Destroy()
  2342.             lplayer.Character["Left Arm"]:Destroy()
  2343.             lplayer.Character["Right Leg"]:Destroy()
  2344.             lplayer.Character["Right Arm"]:Destroy()
  2345.         end
  2346.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2347.             lplayer.Character.Humanoid.Name = 1
  2348.             local l = lplayer.Character["1"]:Clone()
  2349.             l.Parent = lplayer.Character
  2350.             l.Name = "Humanoid"
  2351.             wait(0.1)
  2352.             lplayer.Character["1"]:Destroy()
  2353.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2354.             lplayer.Character.Animate.Disabled = true
  2355.             wait(0.1)
  2356.             lplayer.Character.Animate.Disabled = false
  2357.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2358.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2359.             Title = "FE Godmode enabled";
  2360.             Text = "Use ;grespawn or ;respawn to remove.";
  2361.             })
  2362.         end
  2363.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2364.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2365.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2366.                     v.Parent = workspace
  2367.                 end
  2368.             end
  2369.         end
  2370.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2371.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2372.                 if (v:IsA("Tool")) then
  2373.                     v.Parent = workspace
  2374.                 end
  2375.             end
  2376.         end
  2377.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2378.             droppinghats = true
  2379.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2380.             Title = "Loop Drop Enabled";
  2381.             Text = "Type ;unloopdhats to disable";
  2382.             })
  2383.         end
  2384.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2385.             droppinghats = false
  2386.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2387.             Title = "Loop Drop Disabled";
  2388.             Text = "Type ;loopdhats to enable.";
  2389.             })
  2390.         end
  2391.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2392.             droppingtools = true
  2393.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2394.             Title = "Loop Drop Enabled";
  2395.             Text = "Type ;unloopdtool to disable";
  2396.             })
  2397.         end
  2398.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2399.             droppingtools = false
  2400.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2401.             Title = "Loop Drop Disabled";
  2402.             Text = "Type ;loopdtool to enable.";
  2403.             })
  2404.         end
  2405.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2406.             Local = game:GetService('Players').LocalPlayer
  2407.             Char  = Local.Character
  2408.             touched,tpdback = false, false
  2409.             box = Instance.new('Part',workspace)
  2410.             box.Anchored = true
  2411.             box.CanCollide = true
  2412.             box.Size = Vector3.new(10,1,10)
  2413.             box.Position = Vector3.new(0,10000,0)
  2414.             box.Touched:connect(function(part)
  2415.                 if (part.Parent.Name == Local.Name) then
  2416.                     if touched == false then
  2417.                         touched = true
  2418.                         function apply()
  2419.                             if script.Disabled ~= true then
  2420.                                 no = Char.HumanoidRootPart:Clone()
  2421.                                 wait(.25)
  2422.                                 Char.HumanoidRootPart:Destroy()
  2423.                                 no.Parent = Char
  2424.                                 Char:MoveTo(loc)
  2425.                                 touched = false
  2426.                             end end
  2427.                         if Char then
  2428.                             apply()
  2429.                         end
  2430.                     end
  2431.                 end
  2432.             end)
  2433.             repeat wait() until Char
  2434.             loc = Char.HumanoidRootPart.Position
  2435.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2436.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2437.             Title = "Invisibility enabled!";
  2438.             Text = "Reset or use ;respawn to remove.";
  2439.             })
  2440.         end
  2441.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2442.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2443.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2444.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2445.                 else
  2446.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2447.                 end
  2448.             end
  2449.         end
  2450.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2451.             if lplayer.Character.Humanoid then
  2452.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2453.             else
  2454.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2455.             end
  2456.         end
  2457.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2458.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2459.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2460.             end
  2461.         end
  2462.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2463.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2464.         repeat wait() until Mouse
  2465.        
  2466.         local T = lplayer.Character.HumanoidRootPart
  2467.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2468.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2469.         local SPEED = speedget
  2470.        
  2471.         local function fly()
  2472.             flying = true
  2473.             local BG = Instance.new('BodyGyro', T)
  2474.             local BV = Instance.new('BodyVelocity', T)
  2475.             BG.P = 9e4
  2476.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2477.             BG.cframe = T.CFrame
  2478.             BV.velocity = Vector3.new(0, 0.1, 0)
  2479.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2480.             spawn(function()
  2481.             repeat wait()
  2482.             lplayer.Character.Humanoid.PlatformStand = true
  2483.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2484.             SPEED = 50
  2485.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2486.             SPEED = 0
  2487.             end
  2488.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2489.             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
  2490.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2491.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2492.             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
  2493.             else
  2494.             BV.velocity = Vector3.new(0, 0.1, 0)
  2495.             end
  2496.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2497.                     until not flying
  2498.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2499.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2500.                     SPEED = 0
  2501.                     BG:destroy()
  2502.                     BV:destroy()
  2503.                     lplayer.Character.Humanoid.PlatformStand = false
  2504.                 end)
  2505.             end
  2506.         Mouse.KeyDown:connect(function(KEY)
  2507.             if KEY:lower() == 'w' then
  2508.                 CONTROL.F = speedfly
  2509.             elseif KEY:lower() == 's' then
  2510.                 CONTROL.B = -speedfly
  2511.             elseif KEY:lower() == 'a' then
  2512.                 CONTROL.L = -speedfly
  2513.             elseif KEY:lower() == 'd' then
  2514.                 CONTROL.R = speedfly
  2515.             end
  2516.         end)
  2517.         Mouse.KeyUp:connect(function(KEY)
  2518.             if KEY:lower() == 'w' then
  2519.                 CONTROL.F = 0
  2520.             elseif KEY:lower() == 's' then
  2521.                 CONTROL.B = 0
  2522.             elseif KEY:lower() == 'a' then
  2523.                 CONTROL.L = 0
  2524.             elseif KEY:lower() == 'd' then
  2525.                 CONTROL.R = 0
  2526.             end
  2527.         end)
  2528.         fly()
  2529.         end
  2530.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2531.             flying = false
  2532.             lplayer.Character.Humanoid.PlatformStand = false
  2533.         end
  2534.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2535.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2536.         end
  2537.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2538.             spamtext = (string.sub(CMDBAR.Text, 6))
  2539.             spamming = true
  2540.         end
  2541.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2542.             spamming = false
  2543.         end
  2544.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2545.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2546.         end
  2547.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2548.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2549.                 pmspammed = v.Name
  2550.                 spammingpm = true
  2551.             end
  2552.         end
  2553.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2554.             spammingpm = false
  2555.         end
  2556.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2557.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2558.                 v.Character["Left Leg"].Anchored = true
  2559.                 v.Character["Left Arm"].Anchored = true
  2560.                 v.Character["Right Leg"].Anchored = true
  2561.                 v.Character["Right Arm"].Anchored = true
  2562.                 v.Character.Torso.Anchored = true
  2563.                 v.Character.Head.Anchored = true
  2564.             end
  2565.         end
  2566.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2567.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2568.                 v.Character["Left Leg"].Anchored = false
  2569.                 v.Character["Left Arm"].Anchored = false
  2570.                 v.Character["Right Leg"].Anchored = false
  2571.                 v.Character["Right Arm"].Anchored = false
  2572.                 v.Character.Torso.Anchored = false
  2573.                 v.Character.Head.Anchored = false
  2574.             end
  2575.         end
  2576.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2577.             local a = game:GetService("Workspace"):getChildren()
  2578.             for i = 1, #a do
  2579.                 if a[i].className == "Part" then
  2580.                     a[i].Locked = false
  2581.                 elseif a[i].className == "Model" then
  2582.                     local r = a[i]:getChildren()
  2583.                     for i = 1, #r do
  2584.                         if r[i].className == "Part" then
  2585.                         r[i].Locked = false
  2586.                         end
  2587.                     end
  2588.                 end
  2589.             end
  2590.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2591.             Title = "Success!";
  2592.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2593.             })
  2594.         end
  2595.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2596.             local a = game:GetService("Workspace"):getChildren()
  2597.             for i = 1, #a do
  2598.                 if a[i].className == "Part" then
  2599.                     a[i].Locked = true
  2600.                 elseif a[i].className == "Model" then
  2601.                     local r = a[i]:getChildren()
  2602.                     for i = 1, #r do
  2603.                         if r[i].className == "Part" then
  2604.                         r[i].Locked = true
  2605.                         end
  2606.                     end
  2607.                 end
  2608.             end
  2609.         end
  2610.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2611.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2612.             Clone_T.BinType = "Clone"
  2613.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2614.             Destruct.BinType = "Hammer"
  2615.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2616.             Hold_T.BinType = "Grab"
  2617.         end
  2618.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2619.             lplayer.Character.Humanoid.PlatformStand = true
  2620.         end
  2621.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2622.             lplayer.Character.Humanoid.PlatformStand = false
  2623.         end
  2624.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2625.             lplayer.Character.Head.Mesh:Destroy()
  2626.         end
  2627.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2628.             lplayer.Character.Humanoid.Sit = true
  2629.         end
  2630.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2631.             local function bringobjw()
  2632.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2633.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2634.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2635.             obj.CanCollide = false
  2636.             obj.Transparency = 0.7
  2637.             wait()
  2638.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2639.             wait()
  2640.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2641.             wait()
  2642.             obj.CFrame = lplayer.Character["Head"].CFrame
  2643.             end
  2644.             end
  2645.             end
  2646.             while wait() do
  2647.                 bringobjw()
  2648.             end
  2649.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2650.             Title = "BringObj";
  2651.             Text = "BringObj enabled.";
  2652.             })
  2653.         end
  2654.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2655.             vis = (string.sub(CMDBAR.Text, 7))
  2656.             local a = game:GetService("Workspace"):GetDescendants()
  2657.             for i = 1, #a do
  2658.                 if a[i].className == "Part" then
  2659.                     a[i].Transparency = vis
  2660.                 elseif a[i].className == "Model" then
  2661.                     local r = a[i]:getChildren()
  2662.                     for i = 1, #r do
  2663.                         if r[i].className == "Part" then
  2664.                         r[i].Transparency = vis
  2665.                         end
  2666.                     end
  2667.                 end
  2668.             end
  2669.         end
  2670.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2671.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2672.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2673.             Title = "Success!";
  2674.             Text = "HyperTotal GUI Loaded!";
  2675.             })
  2676.         end
  2677.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2678.             CMDSFRAME.Visible = true
  2679.         end
  2680.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2681.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2682.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2683.                     v.Handle.Mesh:Destroy()
  2684.                 end
  2685.             end
  2686.         end
  2687.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2688.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2689.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2690.                     v.Handle.Mesh:Destroy()
  2691.                 end
  2692.             end
  2693.         end
  2694.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2695.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2696.                 if (v:IsA("Tool")) then
  2697.                     v.Handle.Mesh:Destroy()
  2698.                 end
  2699.             end
  2700.         end
  2701.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2702.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2703.                 if (v:IsA("Tool")) then
  2704.                     v.Handle.Mesh:Destroy()
  2705.                 end
  2706.             end
  2707.         end
  2708.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2709.             local p = Instance.new("RocketPropulsion")
  2710.             p.Parent = lplayer.Character.HumanoidRootPart
  2711.             p.Name = "Spinner"
  2712.             p.Target = lplayer.Character["Left Arm"]
  2713.             p:Fire()
  2714.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2715.             Title = "Spinner enabled";
  2716.             Text = "Type ;nospinner to disable.";
  2717.             })
  2718.         end
  2719.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2720.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2721.         end
  2722.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2723.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2724.                 if v:isA("Tool") then
  2725.                     local a = Instance.new("SelectionBox",v.Handle)
  2726.                     a.Adornee = v.Handle
  2727.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2728.                     v.GripPos = Vector3.new(0,0,0)
  2729.                     lplayer.Character.Humanoid:UnequipTools()
  2730.                 end
  2731.             end
  2732.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2733.             Title = "Reach applied!";
  2734.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2735.             })
  2736.         end
  2737.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2738.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2739.                 if v:isA("Tool") then
  2740.                     local a = Instance.new("SelectionBox",v.Handle)
  2741.                     a.Name = "Reach"
  2742.                     a.Adornee = v.Handle
  2743.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2744.                     v.GripPos = Vector3.new(0,0,0)
  2745.                     lplayer.Character.Humanoid:UnequipTools()
  2746.                 end
  2747.             end
  2748.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2749.             Title = "Reach applied!";
  2750.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2751.             })
  2752.         end
  2753.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2754.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2755.                 if v:isA("Tool") then
  2756.                     v.Handle.Reach:Destroy()
  2757.                 end
  2758.             end
  2759.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2760.             Title = "Reach removed!";
  2761.             Text = "Removed reach from equipped sword.";
  2762.             })
  2763.         end
  2764.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2765.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2766.                 lplayer.Character.Humanoid.Name = 1
  2767.                 local l = lplayer.Character["1"]:Clone()
  2768.                 l.Parent = lplayer.Character
  2769.                 l.Name = "Humanoid"
  2770.                 wait(0.1)
  2771.                 lplayer.Character["1"]:Destroy()
  2772.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2773.                 lplayer.Character.Animate.Disabled = true
  2774.                 wait(0.1)
  2775.                 lplayer.Character.Animate.Disabled = false
  2776.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2777.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2778.                 lplayer.Character.Humanoid:EquipTool(v)
  2779.                 end
  2780.                 wait(0.1)
  2781.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2782.                 wait(0.2)
  2783.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2784.                 wait(0.5)
  2785.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2786.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2787.                 Title = "Tools needed!";
  2788.                 Text = "You need a tool in your backpack for this command!";
  2789.                 })
  2790.             end
  2791.         end
  2792.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2793.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2794.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2795.             end
  2796.         end
  2797.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2798.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2799.                 cbringall = true
  2800.             else
  2801.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2802.                     brplr = v.Name
  2803.                 end
  2804.             end
  2805.             cbring = true
  2806.         end
  2807.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2808.             cbring = false
  2809.             cbringall = false
  2810.         end
  2811.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2812.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2813.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2814.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2815.                 lplayer.Character.Humanoid.Name = 1
  2816.                 local l = lplayer.Character["1"]:Clone()
  2817.                 l.Parent = lplayer.Character
  2818.                 l.Name = "Humanoid"
  2819.                 wait(0.1)
  2820.                 lplayer.Character["1"]:Destroy()
  2821.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2822.                 lplayer.Character.Animate.Disabled = true
  2823.                 wait(0.1)
  2824.                 lplayer.Character.Animate.Disabled = false
  2825.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2826.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2827.                 lplayer.Character.Humanoid:EquipTool(v)
  2828.                 end
  2829.                 local function tp(player,player2)
  2830.                 local char1,char2=player.Character,player2.Character
  2831.                 if char1 and char2 then
  2832.                 char1:MoveTo(char2.Head.Position)
  2833.                 end
  2834.                 end
  2835.                 wait(0.1)
  2836.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2837.                 wait(0.2)
  2838.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2839.                 wait(0.5)
  2840.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2841.                 wait(0.6)
  2842.                 tp(lplayer, game:GetService("Players")[v.Name])
  2843.                 wait(0.4)
  2844.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2845.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2846.                 Title = "Tools needed!";
  2847.                 Text = "You need a tool in your backpack for this command!";
  2848.                 })
  2849.             end
  2850.         end
  2851.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2852.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2853.                 lplayer.Character.Humanoid.Name = 1
  2854.                 local l = lplayer.Character["1"]:Clone()
  2855.                 l.Parent = lplayer.Character
  2856.                 l.Name = "Humanoid"
  2857.                 wait(0.1)
  2858.                 lplayer.Character["1"]:Destroy()
  2859.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2860.                 lplayer.Character.Animate.Disabled = true
  2861.                 wait(0.1)
  2862.                 lplayer.Character.Animate.Disabled = false
  2863.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2864.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2865.                 lplayer.Character.Humanoid:EquipTool(v)
  2866.                 end
  2867.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2868.                 wait(0.3)
  2869.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2870.                 wait(0.4)
  2871.                 b = Instance.new("BodyForce")
  2872.                 b.Parent = lplayer.Character.HumanoidRootPart
  2873.                 b.Name = "Glitch"
  2874.                 b.Force = Vector3.new(100000000,5000,0)
  2875.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2876.                 Title = "Tools needed!";
  2877.                 Text = "You need a tool in your backpack for this command!";
  2878.                 })
  2879.             end
  2880.         end
  2881.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2882.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2883.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2884.             b = Instance.new("BodyForce")
  2885.             b.Parent = lplayer.Character.HumanoidRootPart
  2886.             b.Name = "unGlitch"
  2887.             b.Force = Vector3.new(0,-5000000,0)
  2888.             wait(2)
  2889.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2890.         end
  2891.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2892.             lplayer.Character.Humanoid.Health = 0
  2893.             wait(1)
  2894.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2895.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2896.         end
  2897.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2898.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2899.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2900.             Title = "Success!";
  2901.             Text = "DEX Explorer has loaded.";
  2902.             })
  2903.         end
  2904.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2905.             local Anim = Instance.new("Animation")
  2906.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2907.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2908.             track:Play(.1, 1, 1)
  2909.         end
  2910.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2911.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2912.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2913.             Title = "Success!";
  2914.             Text = "Energize Animations GUI has loaded.";
  2915.             })
  2916.         end
  2917.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2918.             saved = lplayer.Character.HumanoidRootPart.CFrame
  2919.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2920.             Title = "Position Saved";
  2921.             Text = "Use ;loadpos to return to saved position.";
  2922.             })
  2923.         end
  2924.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2925.             lplayer.Character.HumanoidRootPart.CFrame = saved
  2926.         end
  2927.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2928.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2929.                 local Anim2 = Instance.new("Animation")
  2930.                 Anim2.AnimationId = "rbxassetid://148840371"
  2931.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2932.                 track2:Play(.1, 1, 1)
  2933.                 bplrr = v.Name
  2934.                 banpl = true
  2935.             end
  2936.         end
  2937.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2938.             banpl = false
  2939.         end
  2940.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2941.             local function bringmodw()
  2942.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2943.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2944.             for i,ch in pairs(obj:GetDescendants()) do
  2945.             if (ch:IsA("BasePart")) then
  2946.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2947.             ch.CanCollide = false
  2948.             ch.Transparency = 0.7
  2949.             wait()
  2950.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2951.             wait()
  2952.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2953.             wait()
  2954.             ch.CFrame = lplayer.Character["Head"].CFrame
  2955.             end
  2956.             end
  2957.             end
  2958.             end
  2959.             end
  2960.             while wait() do
  2961.                 bringmodw()
  2962.             end
  2963.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2964.             Title = "BringMod";
  2965.             Text = "BringMod enabled.";
  2966.             })
  2967.         end
  2968.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2969.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2970.             local hum = Instance.new('Humanoid', mod)
  2971.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2972.             lplayer.Character = mod
  2973.         end
  2974.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2975.             game:GetService'RunService'.Stepped:Connect(function()
  2976.             pcall(function()
  2977.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2978.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2979.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  2980.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2981.                         end
  2982.                     end
  2983.                 end
  2984.             end)
  2985.             end)
  2986.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2987.             Title = "Attempting Shutdown";
  2988.             Text = "Shutdown Attempt has begun.";
  2989.             })
  2990.         end
  2991.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2992.             objtodel = (string.sub(CMDBAR.Text, 8))
  2993.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2994.                 if v.Name == objtodel then
  2995.                     v:Destroy()
  2996.                 end
  2997.             end
  2998.         end
  2999.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3000.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3001.                 print(v)
  3002.             end
  3003.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3004.             Title = "Printed";
  3005.             Text = "Players have been printed to console. (F9)";
  3006.             })
  3007.         end
  3008.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3009.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3010.                 if (v:IsA("Decal")) then
  3011.                     v:Destroy()
  3012.                 end
  3013.             end
  3014.         end
  3015.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3016.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3017.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3018.             Title = "Success!";
  3019.             Text = "OpFinality GUI has loaded.";
  3020.             })
  3021.         end
  3022.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3023.             remotes = true
  3024.             added = true
  3025.             game.DescendantAdded:connect(function(rmt)
  3026.             if added == true then
  3027.             if remotes == true then
  3028.             if rmt:IsA("RemoteEvent") then
  3029.             print("A RemoteEvent was added!")
  3030.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3031.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3032.             end end end
  3033.             end)
  3034.             game.DescendantAdded:connect(function(rmtfnctn)
  3035.             if added == true then
  3036.             if remotes == true then
  3037.             if rmtfnctn:IsA("RemoteFunction") then
  3038.             warn("A RemoteFunction was added!")
  3039.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3040.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3041.             end end end
  3042.             end)
  3043.            
  3044.             game.DescendantAdded:connect(function(bndfnctn)
  3045.             if added == true then
  3046.             if binds == true then
  3047.             if bndfnctn:IsA("BindableFunction") then
  3048.             print("A BindableFunction was added!")
  3049.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3050.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3051.             end end end
  3052.             end)
  3053.            
  3054.             game.DescendantAdded:connect(function(bnd)
  3055.             if added == true then
  3056.             if binds == true then
  3057.             if bnd:IsA("BindableEvent") then
  3058.             warn("A BindableEvent was added!")
  3059.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3060.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3061.             end end end
  3062.             end)
  3063.            
  3064.            
  3065.             if binds == true then
  3066.             for i,v in pairs(game:GetDescendants()) do
  3067.             if v:IsA("BindableFunction") then
  3068.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  3069.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3070.             end end
  3071.             for i,v in pairs(game:GetDescendants()) do
  3072.             if v:IsA("BindableEvent") then
  3073.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3074.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3075.             end end
  3076.             else
  3077.             print("Off")
  3078.             end
  3079.             if remotes == true then
  3080.             for i,v in pairs(game:GetDescendants()) do
  3081.             if v:IsA("RemoteFunction") then
  3082.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3083.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3084.             end end
  3085.             wait()
  3086.             for i,v in pairs(game:GetDescendants()) do
  3087.             if v:IsA("RemoteEvent") then
  3088.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3089.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3090.             end end
  3091.             else
  3092.             print("Off")
  3093.             end
  3094.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3095.             Title = "Printing Remotes";
  3096.             Text = "Type ;noremotes to disable.";
  3097.             })
  3098.         end
  3099.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3100.             remotes = false
  3101.             added = false
  3102.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3103.             Title = "Printing Remotes Disabled";
  3104.             Text = "Type ;remotes to enable.";
  3105.             })
  3106.         end
  3107.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3108.             spin = false
  3109.             followed = false
  3110.             traill = false
  3111.             noclip = false
  3112.             annoying = false
  3113.             hwalk = false
  3114.             cbringing = false
  3115.         end
  3116.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3117.             stopsitting = true
  3118.         end
  3119.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3120.             stopsitting = false
  3121.         end
  3122.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3123.             print(adminversion)
  3124.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3125.             Title = "Version";
  3126.             Text = adminversion;
  3127.             })
  3128.         end
  3129.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3130.             clickgoto = true
  3131.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3132.             Title = "Click TP";
  3133.             Text = "Press E to teleport to mouse position";
  3134.             })
  3135.         end
  3136.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3137.             clickgoto = false
  3138.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3139.             Title = "Click TP";
  3140.             Text = "Click TP has been disabled.";
  3141.             })
  3142.         end
  3143.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3144.             gettingtools = true
  3145.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3146.             Title = "Tools Enabled";
  3147.             Text = "Automatically colleting tools dropped.";
  3148.             })
  3149.         end
  3150.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3151.             gettingtools = false
  3152.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3153.             Title = "Tools Disabled";
  3154.             Text = "Click TP has been disabled.";
  3155.             })
  3156.         end
  3157.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3158.             ScreenGui:Destroy()
  3159.         end
  3160.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3161.             lplayer.Character.Head:Destroy()
  3162.         end
  3163.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3164.             statechosen = string.sub(CMDBAR.Text, 7)
  3165.             changingstate = true
  3166.         end
  3167.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3168.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3169.         end
  3170.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3171.         removingmeshhats = true
  3172.         end
  3173.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3174.             removingmeshhats = false
  3175.         end
  3176.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3177.             removingmeshtool = true
  3178.         end
  3179.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3180.             removingmeshtool = false
  3181.         end
  3182.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3183.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3184.                 if v:IsA("Tool") then
  3185.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3186.                         v.Parent = player.Character
  3187.                     end
  3188.                 end
  3189.             end
  3190.         end
  3191.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3192.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3193.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3194.             end
  3195.         end
  3196.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3197.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3198.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3199.             end
  3200.         end
  3201.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3202.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3203.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3204.                 Title = player.AccountAge.." Days";
  3205.                 Text = "Account age of "..player.Name;
  3206.                 })
  3207.             end
  3208.         end
  3209.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3210.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3211.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3212.                 Title = player.UserId.." ID";
  3213.                 Text = "Account ID of "..player.Name;
  3214.                 })
  3215.             end
  3216.         end
  3217.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3218.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3219.             Title = "Game ID";
  3220.             Text = "Game ID: ".. game.GameId;
  3221.             })
  3222.         end
  3223.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3224.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3225.             if pgscheck == true then
  3226.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3227.                 Title = "PGSPhysicsSolverEnabled";
  3228.                 Text = "PGS is Enabled!";
  3229.                 })
  3230.             else
  3231.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3232.                 Title = "PGSPhysicsSolverEnabled";
  3233.                 Text = "PGS is Disabled!";
  3234.                 })
  3235.             end
  3236.         end
  3237.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3238.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3239.                 if v:IsA("Part") then
  3240.                     if v.Transparency == 1 then
  3241.                         if v.Name ~= "HumanoidRootPart" then
  3242.                             v:Destroy()
  3243.                         end
  3244.                     end
  3245.                 end
  3246.             end
  3247.         end
  3248.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3249.             game:GetService("Lighting").FogStart = 0
  3250.             game:GetService("Lighting").FogEnd = 9999999999999
  3251.         end
  3252.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3253.             lplayer.Character.Humanoid.Parent = lplayer
  3254.         end
  3255.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3256.             lplayer.Humanoid.Parent = lplayer.Character
  3257.         end
  3258.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3259.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3260.                 if v:IsA("Tool") then
  3261.                     v.Parent = lplayer.Character
  3262.                     wait()
  3263.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3264.                         v.Parent = player.Character
  3265.                     end
  3266.                 end
  3267.             end
  3268.         end
  3269.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3270.             speedfly = string.sub(CMDBAR.Text, 10)
  3271.             wait()
  3272.             change()
  3273.         end
  3274.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3275.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3276.                 local Anim3 = Instance.new("Animation")
  3277.                 Anim3.AnimationId = "rbxassetid://282574440"
  3278.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3279.                 track3:Play(.1, 1, 1)
  3280.                 bplrr = v.Name
  3281.                 banpl = true
  3282.             end
  3283.         end
  3284.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3285.             banpl = false
  3286.         end
  3287.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3288.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3289.                 staring = true
  3290.                 stareplr = v
  3291.             end
  3292.         end
  3293.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3294.             staring = false
  3295.         end
  3296.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3297.             chatlogs = true
  3298.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3299.             Title = "LogChat enabled";
  3300.             Text = "Now logging all player chat.";
  3301.             })
  3302.         end
  3303.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3304.             chatlogs = false
  3305.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3306.             Title = "LogChat disabled";
  3307.             Text = "Stopped logging all player chat.";
  3308.             })
  3309.         end
  3310.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3311.             game:GetService("Workspace").CurrentCamera:Destroy()
  3312.             wait(0.1)
  3313.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3314.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3315.             lplayer.CameraMinZoomDistance = 0.5
  3316.             lplayer.CameraMaxZoomDistance = 400
  3317.             lplayer.CameraMode = "Classic"
  3318.         end
  3319.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3320.             changingstate = false
  3321.         end
  3322.         CMDBAR.Text = ""
  3323.     end
  3324. end)
  3325.  
  3326. wait(0.3)
  3327. game:GetService("StarterGui"):SetCore("SendNotification", {
  3328.     Title = "Loaded successfully!";
  3329.     Text = "Reviz Admin V2 by illremember";
  3330. })
  3331. wait(0.1)
  3332. print("Reviz Admin V2 loaded!")
  3333. if game:GetService("Workspace").FilteringEnabled == true then
  3334.     warn("FE is Enabled (Filtering Enabled)")
  3335.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3336.         Title = "FE is Enabled";
  3337.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3338.     })
  3339. else
  3340.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3341.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3342.         Title = "FE is Disabled";
  3343.         Text = "Filtering Disabled. Consider using a different admin script.";
  3344.     })
  3345. end
  3346.  
  3347. local intro = Instance.new("ScreenGui")
  3348. local Frame = Instance.new("Frame")
  3349. local ImageLabel = Instance.new("ImageLabel")
  3350. intro.Parent = game:GetService("CoreGui")
  3351. Frame.Parent = intro
  3352. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3353. Frame.BackgroundTransparency = 1
  3354. Frame.Size = UDim2.new(1, 0, 0, 300)
  3355. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3356. ImageLabel.Parent = Frame
  3357. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3358. ImageLabel.BackgroundTransparency = 1
  3359. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3360. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3361. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3362. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3363. wait(3.01)
  3364. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3365. wait(5.01)
  3366. intro:Destroy()
  3367. end)
  3368.  
  3369. btools.Name = "btools"
  3370. btools.Parent = glowne
  3371. btools.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  3372. btools.Position = UDim2.new(0.397705555, 0, 0.169491529, 0)
  3373. btools.Size = UDim2.new(0, 106, 0, 50)
  3374. btools.Font = Enum.Font.SourceSans
  3375. btools.Text = "Btools"
  3376. btools.TextColor3 = Color3.new(0, 0, 0)
  3377. btools.TextSize = 14
  3378. btools.MouseButton1Down:connect(function()
  3379. print("Getting Btools")
  3380. wait(2)
  3381. print("Drag Success")
  3382. a = Instance.new("HopperBin")
  3383. a.BinType = 1
  3384. a.Parent = game.Players.LocalPlayer.Backpack
  3385. wait(3)
  3386. print("Delete Success")
  3387. a = Instance.new("HopperBin")
  3388. a.BinType = 4
  3389. a.Parent = game.Players.LocalPlayer.Backpack
  3390. wait(3)
  3391. print("Copy Success")
  3392. a = Instance.new("HopperBin")
  3393. a.BinType = 3
  3394. a.Parent = game.Players.LocalPlayer.Backpack
  3395. end)
  3396.  
  3397. CBRO.Name = "CBRO"
  3398. CBRO.Parent = glowne
  3399. CBRO.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  3400. CBRO.Position = UDim2.new(0.652007639, 0, 0.169491529, 0)
  3401. CBRO.Size = UDim2.new(0, 106, 0, 50)
  3402. CBRO.Font = Enum.Font.SourceSans
  3403. CBRO.Text = "Counter Blox"
  3404. CBRO.TextColor3 = Color3.new(0, 0, 0)
  3405. CBRO.TextSize = 14
  3406. CBRO.MouseButton1Down:connect(function()
  3407. pcall(function()
  3408. local espcolor = Color3.fromRGB(14, 169, 12)
  3409. local wallhack_esp_transparency = .2
  3410. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  3411. local plrs = game:GetService("Players")
  3412. local lplr = game:GetService("Players").LocalPlayer
  3413. local TeamBased = true ; local teambasedswitch = "o"
  3414. local presskeytoaim = true; local aimkey = "e"
  3415. aimbothider = false; aimbothiderspeed = .5
  3416. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  3417. local espupdatetime = 5; autoesp = false; local charmsesp = true
  3418. local movementcounting = true
  3419.  
  3420.  
  3421.  
  3422.  
  3423. local mouselock = false
  3424. local canaimat = true
  3425. local lockaim = true; local lockangle = 5
  3426. local ver = "2.4"
  3427. local cam = game.Workspace.CurrentCamera
  3428. local BetterDeathCount = true
  3429. local ballisticsboost = 0
  3430.  
  3431. local mouse = lplr:GetMouse()
  3432. local switch = false
  3433. local key = "k"
  3434. local aimatpart = nil
  3435. local lightesp = false
  3436.  
  3437. local abs = math.abs
  3438.  
  3439. local Gui = Instance.new("ScreenGui")
  3440. local Move = Instance.new("Frame")
  3441. local Main = Instance.new("Frame")
  3442. local EspStatus = Instance.new("TextLabel")
  3443. local st1 = Instance.new("TextLabel")
  3444. local st1_2 = Instance.new("TextLabel")
  3445. local st1_3 = Instance.new("TextBox")
  3446. local Name = Instance.new("TextLabel")
  3447. --Properties:
  3448.  
  3449. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  3450.  
  3451.  
  3452. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  3453. local gotstring = 0
  3454. local function getrandomstring()
  3455.     gotstring = gotstring+666
  3456.     local str = ""
  3457.     local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  3458.          "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  3459.         "0","1","2","3","4","5","6","7","8","9", }
  3460.     local counting123 = 0
  3461.     for i, v in ipairs(randomstring) do
  3462.         counting123 = i
  3463.     end
  3464.     do
  3465.         math.randomseed(tick()+gotstring)
  3466.         for i = 3, math.random(1,100) do
  3467.                 math.randomseed(i+tick()+gotstring)
  3468.                
  3469.                 local oneortwo = math.random(1,2)
  3470.                 if oneortwo == 2 then
  3471.                     math.randomseed(i+tick()+gotstring)
  3472.                     str = str..""..randomstring[math.random(1, counting123)]
  3473.                 else
  3474.                     math.randomseed(i+tick()+gotstring)
  3475.                     str = str..""..string.upper(randomstring[math.random(1, counting123)])
  3476.                 end
  3477.            
  3478.         end
  3479.     end
  3480.     return str
  3481. end
  3482. local mousedown = false
  3483. local isonmovething = false
  3484. local mouseoffset = Vector2.new()
  3485. local mousedown = false
  3486. local bspeed = 3584
  3487. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  3488.  
  3489.  
  3490.  
  3491. Gui.Name = getrandomstring()
  3492.  
  3493. Move.Name = getrandomstring()
  3494. Move.Draggable = true
  3495. Move.Parent = Gui
  3496. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3497. Move.BackgroundTransparency = 0.40000000596046
  3498. Move.BorderSizePixel = 0
  3499. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  3500. Move.Size = UDim2.new(0, 320, 0, 30)
  3501.  
  3502. Move.MouseEnter:Connect(function()
  3503.    
  3504.     isonmovething = true
  3505.    
  3506. end)
  3507. Move.MouseLeave:Connect(function()
  3508.    
  3509.     isonmovething = mousedown and true or false
  3510. end)
  3511. mouse.Button1Down:connect(function()
  3512.     mousedown = true
  3513.     mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  3514. end)
  3515. mouse.Button1Up:connect(function()
  3516.     mousedown = false
  3517. end)
  3518.  
  3519. mouse.Move:Connect(function()
  3520.     if isonmovething == true and mousedown then
  3521.         Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  3522.     end
  3523. end)
  3524. local function uc (st)
  3525.     local ast = ""
  3526.     for i, v in ipairs(st) do
  3527.         local let = aimbotoffset[v]
  3528.         ast = ast..let
  3529.     end
  3530.     return ast
  3531. end
  3532.  
  3533. Main.Name = getrandomstring()
  3534. Main.Parent = Move
  3535. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3536. Main.BackgroundTransparency = 0.69999998807907
  3537. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  3538. Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  3539.  
  3540. st1.Name = getrandomstring()
  3541. st1.Parent = Main
  3542. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  3543. st1.BackgroundTransparency = 1
  3544. st1.Position = UDim2.new(0, 0, 0, 0)
  3545. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  3546. st1.Font = Enum.Font.ArialBold
  3547. st1.Text = uc(aimbotstatus)
  3548. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3549. st1.TextScaled = true
  3550. st1.TextSize = 14
  3551. st1.TextWrapped = true
  3552.  
  3553. st1_2.Name = getrandomstring()
  3554. st1_2.Parent = Main
  3555. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3556. st1_2.BackgroundTransparency = 1
  3557. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  3558. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3559. st1_2.Font = Enum.Font.ArialBold
  3560. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  3561. st1_2.Text = "Current ballistics: 0"
  3562. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3563. st1_2.TextScaled = true
  3564. st1_2.TextSize = 14
  3565. st1_2.TextWrapped = true
  3566.  
  3567. local aimbothiderbox = Instance.new("TextBox")
  3568. aimbothiderbox.Name = getrandomstring()
  3569. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  3570. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  3571. aimbothiderbox.TextScaled = true
  3572. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  3573. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  3574. aimbothiderbox.BackgroundTransparency = 1
  3575. aimbothiderbox.Parent = Main
  3576.  
  3577. st1_3.Name = getrandomstring()
  3578. st1_3.Parent = Main
  3579. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3580. st1_3.BackgroundTransparency = 1
  3581. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  3582. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3583. st1_3.Font = Enum.Font.ArialBold
  3584. st1_3.Text = "Bullet speed = 3584"
  3585. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3586. st1_3.TextScaled = true
  3587. st1_3.TextSize = 14
  3588. st1_3.TextWrapped = true
  3589. local teambasedstatus = st1_3:Clone()
  3590. teambasedstatus.Parent = Main
  3591. teambasedstatus.TextScaled = true
  3592. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  3593. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  3594. teambasedstatus.Name = getrandomstring()
  3595. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  3596. local espstatustext = teambasedstatus:Clone()
  3597. espstatustext.Name = getrandomstring()
  3598. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  3599. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  3600. espstatustext.Parent = Main
  3601. local hide = Instance.new("TextButton")
  3602. hide.Text = "_"
  3603. hide.BackgroundTransparency = 1
  3604. hide.TextScaled = true
  3605. hide.TextWrapped = true
  3606. hide.Size = UDim2.new(0.1, 0,1, 0)
  3607. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  3608. hide.Name = getrandomstring()
  3609. hide.Parent = Move
  3610. Name.Name = getrandomstring()
  3611. Name.Parent = Move
  3612. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  3613. Name.BackgroundTransparency = 1
  3614. Name.Size = UDim2.new(0.838, 0, 1, 0)
  3615. Name.Font = Enum.Font.Arial
  3616. Name.Text = "FPS gui v"..ver
  3617. Name.TextColor3 = Color3.new(0, 0, 0)
  3618. Name.TextScaled = true
  3619. Name.TextSize = 14
  3620. Name.TextWrapped = true
  3621. Name.TextXAlignment = Enum.TextXAlignment.Left
  3622. local scr = Instance.new("ScrollingFrame")
  3623. scr.Size = Main.Size
  3624. scr.Position = Main.Position
  3625. scr.ScrollBarThickness = 0
  3626. scr.BackgroundTransparency = 1
  3627. scr.Name = getrandomstring()
  3628. Main.Size = UDim2.new(1, 0, 1, 0)
  3629. Main.Position = UDim2.new(0,0,0,0)
  3630. Main.Parent = scr
  3631. scr.Parent = Move
  3632. startpos = Main.Position
  3633. Move.Active = true
  3634.  
  3635. -- Scripts:
  3636. hided = false
  3637. hide.MouseButton1Click:Connect(function()
  3638.     if hided == false then
  3639.         hided = true
  3640.         Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  3641.     else
  3642.         hided = false
  3643.         Main:TweenPosition(startpos)
  3644.     end
  3645. end)
  3646.  
  3647.  
  3648. aimbothiderbox.FocusLost:Connect(function()
  3649.     local numb = tonumber(aimbothiderbox.Text)
  3650.     if aimbothider == true then
  3651.         aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  3652.     else
  3653.         aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  3654.     end
  3655.     if numb ~= nil then
  3656.         aimbothiderspeed = numb
  3657.         if aimbothider == true then
  3658.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  3659.         else
  3660.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  3661.         end
  3662.     else
  3663.         if aimbothider == true then
  3664.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  3665.         else
  3666.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  3667.         end
  3668.     end
  3669. end)
  3670.  
  3671.  
  3672. local plrsforaim = {}
  3673.  
  3674.  
  3675. Move.Draggable = true
  3676. Gui.ResetOnSpawn = false
  3677. --Gui.Name = "Chat"
  3678. Gui.DisplayOrder = 999
  3679. pcall(function()
  3680. if not game:GetService("CoreGui") then
  3681.     Gui.Parent = plrs.LocalPlayer.PlayerGui
  3682. else
  3683.     Gui.Parent = game:GetService("CoreGui")
  3684. end
  3685. end)
  3686. local espheadthing
  3687. do
  3688. local BillboardGui = Instance.new("BillboardGui")
  3689. local PName = Instance.new("TextLabel")
  3690. local Pdist = Instance.new("TextLabel")
  3691. local ImageLabel = Instance.new("ImageLabel")
  3692. local ImageLabel_2 = Instance.new("ImageLabel")
  3693. --Properties:
  3694. --BillboardGui.Parent = game.Workspace.Part
  3695. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  3696. BillboardGui.AlwaysOnTop = true
  3697. BillboardGui.LightInfluence = 0
  3698. BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  3699. BillboardGui.Name = "headoverthing"
  3700. PName.Name = "PName"
  3701. PName.Parent = BillboardGui
  3702. PName.BackgroundColor3 = espcolor
  3703. PName.BackgroundTransparency = 0.55000001192093
  3704. PName.BorderSizePixel = 0
  3705. PName.Size = UDim2.new(0, 100, 0, 23)
  3706. PName.Font = Enum.Font.SourceSans
  3707. PName.Text = "urmom"
  3708. PName.TextColor3 = Color3.new(0, 0, 0)
  3709. PName.TextScaled = true
  3710. PName.TextSize = 14
  3711. PName.TextWrapped = true
  3712. st1.Text = uc(aimbotstatus)
  3713. Pdist.Name = "Pdist"
  3714. Pdist.Parent = BillboardGui
  3715. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  3716. Pdist.BackgroundColor3 = espcolor
  3717. Pdist.BackgroundTransparency = 0.55000001192093
  3718. Pdist.BorderSizePixel = 0
  3719. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  3720. Pdist.Size = UDim2.new(0, 70, 0, 23)
  3721. Pdist.Font = Enum.Font.SourceSans
  3722. Pdist.Text = "666"
  3723. Pdist.TextColor3 = Color3.new(0, 0, 0)
  3724. Pdist.TextScaled = true
  3725. Pdist.TextSize = 14
  3726. Pdist.TextWrapped = true
  3727.  
  3728. ImageLabel.Parent = BillboardGui
  3729. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  3730. ImageLabel.BackgroundTransparency = 1
  3731. ImageLabel.BorderColor3 = espcolor
  3732. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  3733. ImageLabel.Rotation = 180
  3734. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  3735. ImageLabel.Image = "rbxassetid://2832171824"
  3736. ImageLabel.ImageColor3 = espcolor
  3737. ImageLabel.ImageTransparency = 0.55000001192093
  3738.  
  3739. ImageLabel_2.Parent = BillboardGui
  3740. ImageLabel_2.BackgroundColor3 = espcolor
  3741. ImageLabel_2.BackgroundTransparency = 1
  3742. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  3743. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  3744. ImageLabel_2.Rotation = 180
  3745. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  3746. ImageLabel_2.Image = "rbxassetid://2832177613"
  3747. ImageLabel_2.ImageColor3 = espcolor
  3748. ImageLabel_2.ImageTransparency = 0.55000001192093
  3749. espheadthing = BillboardGui
  3750. end
  3751.  
  3752.  
  3753.  
  3754. f = {}
  3755. f.UpdateHeadUI = function(v)
  3756.    
  3757.        
  3758.             if v.Adornee and v.Adornee ~= nil then
  3759.                 local destr = false
  3760.                 if TeamBased then
  3761.                     destr = true
  3762.                     local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  3763.                     if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  3764.                         destr = false
  3765.                     end
  3766.                 end
  3767.                 if lightesp == true then
  3768.                     v.Pdist.TextColor3 = Color3.new(1,1,1)
  3769.                     v.PName.TextColor3 = Color3.new(1,1,1)
  3770.                 else
  3771.                     v.Pdist.TextColor3 = Color3.new(0,0,0)
  3772.                     v.PName.TextColor3 = Color3.new(0,0,0)
  3773.                 end
  3774.                 local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  3775.                 v.Pdist.Text = tostring(d)
  3776.                 if d < 14 then
  3777.                     v.Enabled = false
  3778.                 else
  3779.                     v.Enabled = true
  3780.                 end
  3781.                 v.StudsOffset = Vector3.new(0,.6+d/14,0)
  3782.                 if destr then
  3783.                     v:Destroy()
  3784.                 end
  3785.             else
  3786.                 v:Destroy()
  3787.             end
  3788.        
  3789.    
  3790. end
  3791. st1.Text = uc(aimbotstatus)
  3792. local espforlder
  3793. local partconverter = Instance.new("Part")
  3794. --local headsupdatelist = {}
  3795. st1_3.FocusLost:connect(function()
  3796.     if tonumber(st1_3.Text) then
  3797.         bspeed = tonumber(st1_3.Text)
  3798.     else
  3799.        
  3800.     end
  3801. end)
  3802. f.addesp = function()
  3803.     pcall(function()
  3804.     --print("ESP ran")
  3805.     if espforlder then
  3806.         espforlder:Destroy()
  3807.         espforlder = Instance.new("Folder")
  3808.         espforlder.Parent = game.Workspace.CurrentCamera
  3809.     else
  3810.         espforlder = Instance.new("Folder")
  3811.         espforlder.Parent = game.Workspace.CurrentCamera
  3812.     end
  3813.     for i, v in pairs(espforlder:GetChildren()) do
  3814.         v:Destroy()
  3815.     end
  3816.     for _, plr in pairs(plrs:GetChildren()) do
  3817.         if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  3818.             if TeamBased == true then
  3819.                
  3820.                 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  3821.                     pcall(function()
  3822.                     local e = espforlder:FindFirstChild(plr.Name)
  3823.                     if not e then
  3824.                         local fold = Instance.new("Folder", espforlder)
  3825.                         fold.Name = plr.Name
  3826.                        
  3827.                         --partconverter.BrickColor = plr.Team.Color
  3828.                         --local teamc = partconverter.Color
  3829.                         for i, p in pairs(plr.Character:GetChildren()) do
  3830.                             if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  3831.                                 if charmsesp then
  3832.                                 local urmom = Instance.new("BoxHandleAdornment")
  3833.                                 urmom.ZIndex = 10
  3834.                                 urmom.AlwaysOnTop = true
  3835.                                 urmom.Color3 = espcolor
  3836.                                 urmom.Size = p.Size
  3837.                                 urmom.Adornee = p
  3838.                                 urmom.Name = tick().." Ur mom has big gay"
  3839.                                 urmom.Transparency = wallhack_esp_transparency
  3840.                                 urmom.Parent = fold
  3841.                                 if p.Name == "Head" then
  3842.                                     local th = p:FindFirstChild("headoverthing")
  3843.                                     if not th then
  3844.                                         local ht = espheadthing:Clone()
  3845.                                         ht.PName.Text = p.Parent.Name
  3846.                                         ht.Adornee = p
  3847.                                         --table.insert(headsupdatelist, ht)
  3848.                                         delay(0, function()
  3849.                                             while wait(0.08) and plr and p do
  3850.                                                 f.UpdateHeadUI(ht)
  3851.                                             end
  3852.                                         end)
  3853.                                         ht.Parent = p
  3854.                                     end
  3855.                                 end
  3856.                                 end
  3857.                             end
  3858.                         end
  3859.                         plr.Character.Humanoid.Died:Connect(function()
  3860.                             fold:Destroy()
  3861.                         end)
  3862.                        
  3863.                     end
  3864.                     end)
  3865.                 end
  3866.             else
  3867.                 local e = espforlder:FindFirstChild(plr.Name)
  3868.                 if not e then
  3869.                     local fold = Instance.new("Folder", espforlder)
  3870.                         fold.Name = plr.Name
  3871.                        
  3872.                         --partconverter.BrickColor = plr.Team.Color
  3873.                         --local teamc = Move.BackgroundColor3
  3874.                         for i, p in pairs(plr.Character:GetChildren()) do
  3875.                             if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  3876.                                 pcall(function()
  3877.                                 if charmsesp then
  3878.                                 local urmom = Instance.new("BoxHandleAdornment")
  3879.                                 urmom.ZIndex = 10
  3880.                                 urmom.AlwaysOnTop = true
  3881.                                 urmom.Color3 = espcolor
  3882.                                 urmom.Size = p.Size
  3883.                                 urmom.Adornee = p
  3884.                                 urmom.Name = tick().." Ur mom has big gay"
  3885.                                 urmom.Transparency = wallhack_esp_transparency
  3886.                                 urmom.Parent = fold
  3887.                                 end
  3888.                                 if p.Name == "Head" then
  3889.                                     local th = p:FindFirstChild("headoverthing")
  3890.                                     if not th then
  3891.                                         local ht = espheadthing:Clone()
  3892.                                         ht.PName.Text = p.Parent.Name
  3893.                                         ht.Adornee = p
  3894.                                         delay(0, function()
  3895.                                             while wait(0.08) and plr and p do
  3896.                                                 f.UpdateHeadUI(ht)
  3897.                                             end
  3898.                                         end)
  3899.                                         --table.insert(headsupdatelist, ht)
  3900.                                         ht.Parent = p
  3901.                                     end
  3902.                                 end
  3903.                                 end)
  3904.                             end
  3905.                         end
  3906.                         plr.Character.Humanoid.Died:Connect(function()
  3907.                             fold:Destroy()
  3908.                         end)
  3909.                 end
  3910.             end
  3911.            
  3912.            
  3913.         end
  3914.     end
  3915.     end)
  3916. end
  3917.  
  3918. local uis = game:GetService("UserInputService")
  3919. local bringall = false
  3920. local hided2 = false
  3921. local upping = false
  3922. local downing = false
  3923. mouse.KeyDown:Connect(function(a)
  3924.    
  3925.     if a == "t" then
  3926.         --print("worked1")
  3927.         f.addesp()
  3928.     elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  3929.         if hided2 == false then
  3930.             hided2 = true
  3931.             autoesp =false
  3932.             if espforlder then
  3933.                 espforlder:Destroy()
  3934.             end
  3935.             Gui.Enabled = false
  3936.         else
  3937.             Gui.Enabled = true
  3938.             hided2 = false
  3939.         end
  3940.            
  3941.     elseif a == "y" then
  3942.         if aimbothider == false then
  3943.             aimbothider = true
  3944.             if aimbothider == true then
  3945.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  3946.         else
  3947.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  3948.         end
  3949.         else
  3950.            
  3951.             aimbothider = false
  3952.             if aimbothider == true then
  3953.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  3954.         else
  3955.             aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  3956.         end
  3957.         end
  3958.         if aimbothider == true then
  3959.             aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  3960.         else
  3961.             aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  3962.         end
  3963.     elseif a == "l" then
  3964.         if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  3965.             if autoesp == false then
  3966.                 autoesp = true
  3967.             else
  3968.                 autoesp = false
  3969.             end
  3970.         else
  3971.             if lightesp == true then
  3972.                 lightesp = false
  3973.             else
  3974.                 lightesp = true
  3975.             end
  3976.         end
  3977.     elseif a == "]" then
  3978.         upping = true
  3979.         downing = false
  3980.     elseif a== "[" then
  3981.         downing = true
  3982.         upping = false
  3983.     elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  3984.         if Aim_Assist == true then
  3985.             Aim_Assist = false
  3986.             --print("disabled")
  3987.         else
  3988.             Aim_Assist = true
  3989.         end
  3990.     end
  3991.     if a == "j" then
  3992.         if mouse.Target then
  3993.             mouse.Target:Destroy()
  3994.         end
  3995.     end
  3996.     if a == key then
  3997.         if switch == false then
  3998.             switch = true
  3999.         else
  4000.             switch = false
  4001.             if aimatpart ~= nil then
  4002.                 aimatpart = nil
  4003.             end
  4004.         end
  4005.     elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  4006.         if movementcounting then
  4007.             movementcounting = false
  4008.         else
  4009.             movementcounting = true
  4010.         end
  4011.     elseif a == teambasedswitch then
  4012.         if TeamBased == true then
  4013.             TeamBased = false
  4014.             teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  4015.         else
  4016.             TeamBased = true
  4017.             teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  4018.         end
  4019.     elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  4020.         ballisticsboost = 0
  4021.     elseif a == aimkey then
  4022.         if not aimatpart then
  4023.             local maxangle = math.rad(20)
  4024.             for i, plr in pairs(plrs:GetChildren()) do
  4025.                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4026.                     if TeamBased == true then
  4027.                         if plr.Team.Name ~= lplr.Team.Name then
  4028.                             local an = checkfov(plr.Character.Head)
  4029.                             if an < maxangle then
  4030.                                 maxangle = an
  4031.                                 aimatpart = plr.Character.Head
  4032.                             end
  4033.                         end
  4034.                     else
  4035.                         local an = checkfov(plr.Character.Head)
  4036.                             if an < maxangle then
  4037.                                 maxangle = an
  4038.                                 aimatpart = plr.Character.Head
  4039.                             end
  4040.                             --print(plr)
  4041.                     end
  4042.                     local old = aimatpart
  4043.                     plr.Character.Humanoid.Died:Connect(function()
  4044.                         --print("died")
  4045.                         if aimatpart and aimatpart == old then
  4046.                             aimatpart = nil
  4047.                         end
  4048.                     end)
  4049.                    
  4050.                 end
  4051.             end
  4052.         else
  4053.             aimatpart = nil
  4054.             canaimat = false
  4055.             delay(1.1, function()
  4056.                 canaimat = true
  4057.             end)
  4058.         end
  4059.     end
  4060. end)
  4061.  
  4062. function getfovxyz (p0, p1, deg)
  4063.     local x1, y1, z1 = p0:ToOrientation()
  4064.     local cf = CFrame.new(p0.p, p1.p)
  4065.     local x2, y2, z2 = cf:ToOrientation()
  4066.     local d = math.deg
  4067.     if deg then
  4068.         return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  4069.     else
  4070.         return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  4071.     end
  4072. end
  4073.  
  4074.  
  4075. function aimat(part)
  4076.     if part then
  4077.         --print(part)
  4078.         local d = (cam.CFrame.p - part.CFrame.p).magnitude
  4079.         local calculatedrop
  4080.         local timetoaim = 0
  4081.         local pos2 = Vector3.new()
  4082.         if movementcounting == true then
  4083.             timetoaim = d/bspeed
  4084.             pos2 = part.Velocity * timetoaim
  4085.         end
  4086.         local minuseddrop = (ballisticsboost+50)/50
  4087.         if ballisticsboost ~= 0 then
  4088.             calculatedrop = d - (d/minuseddrop)
  4089.            
  4090.         else
  4091.             calculatedrop = 0
  4092.         end
  4093.         --print(calculatedrop)
  4094.         local addative = Vector3.new()
  4095.         if movementcounting then
  4096.             addative = pos2
  4097.         end
  4098.         local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  4099.         if aimbothider == true or Aim_Assist == true then
  4100.             cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  4101.         else
  4102.            
  4103.             cam.CFrame = cf
  4104.         end
  4105.         --print(cf)
  4106.     end
  4107. end
  4108. function checkfov (part)
  4109.     local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  4110.     local angle = math.abs(fov.X) + math.abs(fov.Y)
  4111.     return angle
  4112. end
  4113. pcall(function()
  4114.     delay(0, function()
  4115.         while wait(.32) do
  4116.             if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  4117.                 for i, plr in pairs(plrs:GetChildren()) do
  4118.                    
  4119.                    
  4120.                         local minangle = math.rad(5.5)
  4121.                         local lastpart = nil
  4122.                         local function gg(plr)
  4123.                             pcall(function()
  4124.                             if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  4125.                                 local raycasted = false
  4126.                                 local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  4127.                                 local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  4128.                                 local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  4129.                                 local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  4130.                                 if dist < 4 then
  4131.                                     raycasted = true
  4132.                                 end
  4133.                                 if raycasted == true then
  4134.                                     local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  4135.                                     local an = abs(an1.X) + abs(an1.Y)
  4136.                                     if an < minangle then
  4137.                                         minangle = an
  4138.                                         lastpart = plr.Character.Head
  4139.                                     end
  4140.                                 end
  4141.                             end
  4142.                             end)
  4143.                         end
  4144.                         if TeamBased then
  4145.                             if plr.Team.Name ~= lplr.Team.Name then
  4146.                                 gg(plr)
  4147.                             end
  4148.                         else
  4149.                             gg(plr)
  4150.                         end
  4151.                         --print(math.deg(minangle))
  4152.                         if lastpart then
  4153.                             aimatpart = lastpart
  4154.                             aimatpart.Parent.Humanoid.Died:Connect(function()
  4155.                                 if aimatpart == lastpart then
  4156.                                     aimatpart = nil
  4157.                                 end
  4158.                             end)
  4159.                        
  4160.                     end
  4161.                 end
  4162.             end
  4163.         end
  4164.     end)
  4165. end)
  4166. local oldheadpos
  4167. local lastaimapart
  4168. game:GetService("RunService").RenderStepped:Connect(function(dt)
  4169.     if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  4170.         if upping then
  4171.             ballisticsboost = ballisticsboost + dt/1.9
  4172.         elseif downing then
  4173.             ballisticsboost = ballisticsboost - dt/1.9
  4174.         end
  4175.     end
  4176.     if movementcounting then
  4177.         st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4178.         st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  4179.     else
  4180.         st1_2.TextColor3 = Color3.new(1,0,0)
  4181.     end
  4182.     espstatustext.Text = "Esp loop :"..tostring(autoesp)
  4183.     if aimatpart and lplr.Character and lplr.Character.Head then
  4184.         if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  4185.             local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  4186.             if dist > 40 then
  4187.                 aimatpart = nil
  4188.             end
  4189.         end
  4190.         lastaimapart = aimatpart
  4191.         oldheadpos = lastaimapart.CFrame.p
  4192.         do
  4193.             if aimatpart.Parent == plrs.LocalPlayer.Character then
  4194.                 aimatpart = nil
  4195.             end
  4196.             aimat(aimatpart)
  4197.             pcall(function()
  4198.                 if Aim_Assist == true then
  4199.                     local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  4200.                     local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  4201.                     local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1,  {lplr.Character.Head})
  4202.                     local dist = (aimatpart.CFrame.p- pos).magnitude
  4203.                     if obj then
  4204.                         --print(obj:GetFullName())
  4205.                     end
  4206.                     if not obj or dist > 6 then
  4207.                         aimatpart = nil
  4208.                         --print("ooof")
  4209.                     end
  4210.                     canaimat = false
  4211.                     delay(.5, function()
  4212.                         canaimat = true
  4213.                     end)
  4214.                 end
  4215.             end)
  4216.         end
  4217.        
  4218.        
  4219.        
  4220.     end
  4221. end)
  4222.  
  4223.  
  4224. delay(0, function()
  4225.     while wait(espupdatetime) do
  4226.         if autoesp == true then
  4227.             pcall(function()
  4228.             f.addesp()
  4229.             end)
  4230.         end
  4231.     end
  4232. end)
  4233. --warn("loaded")
  4234. end)
  4235. end)
  4236.  
  4237. OPfinality.Name = "OPfinality"
  4238. OPfinality.Parent = glowne
  4239. OPfinality.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  4240. OPfinality.Position = UDim2.new(0.135755256, 0, 0.355932206, 0)
  4241. OPfinality.Size = UDim2.new(0, 106, 0, 50)
  4242. OPfinality.Font = Enum.Font.SourceSans
  4243. OPfinality.Text = "OPFinality Gui"
  4244. OPfinality.TextColor3 = Color3.new(0, 0, 0)
  4245. OPfinality.TextSize = 14
  4246. OPfinality.MouseButton1Down:connect(function()
  4247. wait(0.3)
  4248. -- Objects
  4249. -- CREDIT TO xFunnieuss / Timeless for partial (short) names.
  4250.  
  4251. OPFinality = Instance.new("ScreenGui")
  4252. MainFrame = Instance.new("Frame")
  4253. TopFrame = Instance.new("Frame")
  4254. CloseGUI = Instance.new("TextButton")
  4255. MenuEnterFrame = Instance.new("Frame")
  4256. Title = Instance.new("TextLabel")
  4257. OpenMenu = Instance.new("ImageButton")
  4258. Pages = Instance.new("Frame")
  4259. Information = Instance.new("Frame")
  4260. Image_FE_ENABLED = Instance.new("ImageLabel")
  4261. Text_FE_ENABLED = Instance.new("TextLabel")
  4262. WhatIsOPFinality = Instance.new("TextLabel")
  4263. Text_FE_DISABLED = Instance.new("TextLabel")
  4264. OPFin_Description = Instance.new("TextLabel")
  4265. OPFin_Warning = Instance.new("TextLabel")
  4266. Info_Bar = Instance.new("Frame")
  4267. Info_Background = Instance.new("Frame")
  4268. Warning_Bar = Instance.new("Frame")
  4269. Warning_Background = Instance.new("Frame")
  4270. Info_Image = Instance.new("ImageLabel")
  4271. Image_FE_DISABLED = Instance.new("ImageLabel")
  4272. Warn_Image = Instance.new("ImageLabel")
  4273. Others_1 = Instance.new("Frame")
  4274. OthersTitle = Instance.new("TextLabel")
  4275. Char_Image = Instance.new("ImageLabel")
  4276. OthersText = Instance.new("TextLabel")
  4277. TXTBOX_PlrName = Instance.new("TextBox")
  4278. othersBaseBackground = Instance.new("Frame")
  4279. TeleportTo = Instance.new("TextButton")
  4280. Annoy = Instance.new("TextButton")
  4281. Follow = Instance.new("TextButton")
  4282. View = Instance.new("TextButton")
  4283. Orbit = Instance.new("TextButton")
  4284. HeadWalk = Instance.new("TextButton")
  4285. Stick = Instance.new("TextButton")
  4286. Spam = Instance.new("TextButton")
  4287. Carpet = Instance.new("TextButton")
  4288. Others_toPAGE2 = Instance.new("TextButton")
  4289. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  4290. Character_2 = Instance.new("Frame")
  4291. CharacterTitle = Instance.new("TextLabel")
  4292. CharacterText = Instance.new("TextLabel")
  4293. Animations_SPOOKY = Instance.new("Frame")
  4294. spookytitle = Instance.new("TextLabel")
  4295. headthrow = Instance.new("TextButton")
  4296. armsoff = Instance.new("TextButton")
  4297. loophead = Instance.new("TextButton")
  4298. levitate = Instance.new("TextButton")
  4299. headfloat = Instance.new("TextButton")
  4300. Character_backPAGE1 = Instance.new("TextButton")
  4301. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  4302. Animations_DANCE = Instance.new("Frame")
  4303. dancetitle = Instance.new("TextLabel")
  4304. normal = Instance.new("TextButton")
  4305. movingdance = Instance.new("TextButton")
  4306. insane = Instance.new("TextButton")
  4307. happy = Instance.new("TextButton")
  4308. spindance = Instance.new("TextButton")
  4309. Animations_HEROIC = Instance.new("Frame")
  4310. heroictitle = Instance.new("TextLabel")
  4311. swordstrike = Instance.new("TextButton")
  4312. jumpland = Instance.new("TextButton")
  4313. punches = Instance.new("TextButton")
  4314. swing = Instance.new("TextButton")
  4315. crawl = Instance.new("TextButton")
  4316. Char2_Image = Instance.new("ImageLabel")
  4317. Character_1 = Instance.new("Frame")
  4318. CharacterTitle_2 = Instance.new("TextLabel")
  4319. Char_Image_2 = Instance.new("ImageLabel")
  4320. CharacterText_2 = Instance.new("TextLabel")
  4321. TXTBOX_Stats = Instance.new("TextBox")
  4322. BackGroundChar = Instance.new("Frame")
  4323. HipHeight = Instance.new("TextButton")
  4324. JumpHeight = Instance.new("TextButton")
  4325. Speed = Instance.new("TextButton")
  4326. TXTBOX_Chat = Instance.new("TextBox")
  4327. BackGroundChar2 = Instance.new("Frame")
  4328. Chat = Instance.new("TextButton")
  4329. Spam_2 = Instance.new("TextButton")
  4330. BackGroundChar3 = Instance.new("Frame")
  4331. Noclip = Instance.new("TextButton")
  4332. Fly = Instance.new("TextButton")
  4333. Character_toPAGE2 = Instance.new("TextButton")
  4334. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  4335. Others_2 = Instance.new("Frame")
  4336. OthersTitle_2 = Instance.new("TextLabel")
  4337. Other_Image2 = Instance.new("ImageLabel")
  4338. OthersText_2 = Instance.new("TextLabel")
  4339. TXTBOX_PlrName2 = Instance.new("TextBox")
  4340. othersBaseBackground2 = Instance.new("Frame")
  4341. Flatten = Instance.new("TextButton")
  4342. AimHead = Instance.new("TextButton")
  4343. Float = Instance.new("TextButton")
  4344. Multiple = Instance.new("TextButton")
  4345. Animated = Instance.new("TextButton")
  4346. SlowAttract = Instance.new("TextButton")
  4347. WeirdOrbit = Instance.new("TextButton")
  4348. Violent = Instance.new("TextButton")
  4349. Max = Instance.new("TextButton")
  4350. Others_toPAGE3 = Instance.new("TextButton")
  4351. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  4352. Others_backPAGE1 = Instance.new("TextButton")
  4353. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  4354. Extra_1 = Instance.new("Frame")
  4355. Extra_Image = Instance.new("ImageLabel")
  4356. ExtraText = Instance.new("TextLabel")
  4357. ExtraBaseBackGround1 = Instance.new("Frame")
  4358. CrouchRocket = Instance.new("TextButton")
  4359. ExtraBaseBackGround1Side = Instance.new("Frame")
  4360. CloneIllusion = Instance.new("TextButton")
  4361. CoolSpin = Instance.new("TextButton")
  4362. JumpRocket = Instance.new("TextButton")
  4363. Extra_toPAGE2 = Instance.new("TextButton")
  4364. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  4365. Extra_Title = Instance.new("TextLabel")
  4366. ExtraBaseBackGround2 = Instance.new("Frame")
  4367. NoLimbs = Instance.new("TextButton")
  4368. FEGodmode = Instance.new("TextButton")
  4369. BrickHats = Instance.new("TextButton")
  4370. RapidPunch = Instance.new("TextButton")
  4371. ExtraBaseBackGround2Side = Instance.new("Frame")
  4372. ExtraBaseBackGround3 = Instance.new("Frame")
  4373. PunchFollow = Instance.new("TextButton")
  4374. ArmFollow = Instance.new("TextButton")
  4375. Spin = Instance.new("TextButton")
  4376. Faint = Instance.new("TextButton")
  4377. ExtraBaseBackGround3Side = Instance.new("Frame")
  4378. Extra_2 = Instance.new("Frame")
  4379. Extra_Image_2 = Instance.new("ImageLabel")
  4380. ExtraText_2 = Instance.new("TextLabel")
  4381. Extra_Title_2 = Instance.new("TextLabel")
  4382. ExtraBaseBackGround2_2 = Instance.new("Frame")
  4383. CrouchAttack = Instance.new("TextButton")
  4384. WalkThrough = Instance.new("TextButton")
  4385. CreepyWatch = Instance.new("TextButton")
  4386. SpinAttack = Instance.new("TextButton")
  4387. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  4388. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  4389. _18 = Instance.new("TextButton")
  4390. SlamPropulsion = Instance.new("TextButton")
  4391. Extra_backPAGE1 = Instance.new("TextButton")
  4392. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  4393. Others_3 = Instance.new("Frame")
  4394. OthersTitle_3 = Instance.new("TextLabel")
  4395. Other_Image3 = Instance.new("ImageLabel")
  4396. OthersText_3 = Instance.new("TextLabel")
  4397. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  4398. othersBaseBackground3 = Instance.new("Frame")
  4399. FreeFall = Instance.new("TextButton")
  4400. Attach = Instance.new("TextButton")
  4401. Bring = Instance.new("TextButton")
  4402. SafeKill = Instance.new("TextButton")
  4403. SuperSpin = Instance.new("TextButton")
  4404. Kill = Instance.new("TextButton")
  4405. Others_backPAGE2 = Instance.new("TextButton")
  4406. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  4407. Games = Instance.new("Frame")
  4408. Games_IMAGE = Instance.new("ImageLabel")
  4409. GamesText = Instance.new("TextLabel")
  4410. Games_TITLE = Instance.new("TextLabel")
  4411. Games_IMAGE2 = Instance.new("ImageLabel")
  4412. SwordFightingTournament = Instance.new("TextButton")
  4413. PlatesOfFateMayhem = Instance.new("TextButton")
  4414. GamesText2 = Instance.new("TextLabel")
  4415. Frappe = Instance.new("TextButton")
  4416. Frappe_2 = Instance.new("TextButton")
  4417. MenuFrame = Instance.new("Frame")
  4418. Welcome = Instance.new("TextLabel")
  4419. NameOfPlayer = Instance.new("TextLabel")
  4420. T_Information = Instance.new("TextButton")
  4421. T_InfoImage = Instance.new("ImageLabel")
  4422. T_Character = Instance.new("TextButton")
  4423. T_CharImage = Instance.new("ImageLabel")
  4424. T_Games = Instance.new("TextButton")
  4425. T_GameImage = Instance.new("ImageLabel")
  4426. T_Others = Instance.new("TextButton")
  4427. T_OtherImage = Instance.new("ImageLabel")
  4428. T_Extra = Instance.new("TextButton")
  4429. T_ExtraImage = Instance.new("ImageLabel")
  4430. DeleteGUI = Instance.new("TextButton")
  4431. DELETEIMAGE = Instance.new("ImageLabel")
  4432. Darkness = Instance.new("TextButton")
  4433.  
  4434. -- Properties
  4435.  
  4436. OPFinality.Name = "OPFinality"
  4437. OPFinality.Parent = game.CoreGui
  4438.  
  4439. MainFrame.Name = "MainFrame"
  4440. MainFrame.Parent = OPFinality
  4441. MainFrame.Active = true
  4442. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4443. MainFrame.BackgroundTransparency = 1
  4444. MainFrame.BorderSizePixel = 0
  4445. MainFrame.ClipsDescendants = true
  4446. MainFrame.Draggable = true
  4447. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  4448. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  4449.  
  4450. TopFrame.Name = "TopFrame"
  4451. TopFrame.Parent = MainFrame
  4452. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  4453. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  4454. TopFrame.BorderSizePixel = 0
  4455. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  4456. TopFrame.ZIndex = 7
  4457.  
  4458. CloseGUI.Parent = TopFrame
  4459. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  4460. CloseGUI.BackgroundTransparency = 1
  4461. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  4462. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  4463. CloseGUI.Font = Enum.Font.Cartoon
  4464. CloseGUI.FontSize = Enum.FontSize.Size28
  4465. CloseGUI.Text = "X"
  4466. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4467. CloseGUI.TextSize = 25
  4468. CloseGUI.ZIndex = 8
  4469.  
  4470. MenuEnterFrame.Name = "MenuEnterFrame"
  4471. MenuEnterFrame.Parent = MainFrame
  4472. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4473. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  4474. MenuEnterFrame.BorderSizePixel = 0
  4475. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  4476. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  4477. MenuEnterFrame.ZIndex = 5
  4478.  
  4479. Title.Name = "Title"
  4480. Title.Parent = MenuEnterFrame
  4481. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4482. Title.BackgroundTransparency = 1
  4483. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  4484. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  4485. Title.Font = Enum.Font.SourceSansLight
  4486. Title.FontSize = Enum.FontSize.Size32
  4487. Title.Text = "OPFinality"
  4488. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  4489. Title.TextSize = 30
  4490. Title.ZIndex = 6
  4491.  
  4492. OpenMenu.Name = "OpenMenu"
  4493. OpenMenu.Parent = MenuEnterFrame
  4494. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  4495. OpenMenu.BackgroundTransparency = 1
  4496. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  4497. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  4498. OpenMenu.ZIndex = 6
  4499.  
  4500. Pages.Name = "Pages"
  4501. Pages.Parent = MainFrame
  4502. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4503. Pages.BorderSizePixel = 0
  4504. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  4505. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  4506.  
  4507. Information.Name = "Information"
  4508. Information.Parent = Pages
  4509. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4510. Information.BorderSizePixel = 0
  4511. Information.Size = UDim2.new(1, 0, 1, 0)
  4512.  
  4513. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  4514. Image_FE_ENABLED.Parent = Information
  4515. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  4516. Image_FE_ENABLED.BackgroundTransparency = 1
  4517. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  4518. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  4519. Image_FE_ENABLED.Visible = false
  4520. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  4521.  
  4522. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  4523. Text_FE_ENABLED.Parent = Information
  4524. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  4525. Text_FE_ENABLED.BackgroundTransparency = 1
  4526. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  4527. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  4528. Text_FE_ENABLED.Visible = false
  4529. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  4530. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  4531. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  4532. Text_FE_ENABLED.TextSize = 19
  4533.  
  4534. WhatIsOPFinality.Name = "WhatIsOPFinality"
  4535. WhatIsOPFinality.Parent = Information
  4536. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  4537. WhatIsOPFinality.BackgroundTransparency = 1
  4538. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  4539. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4540. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  4541. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  4542. WhatIsOPFinality.Text = "What is OPFinality?"
  4543. WhatIsOPFinality.TextSize = 25
  4544.  
  4545. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  4546. Text_FE_DISABLED.Parent = Information
  4547. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  4548. Text_FE_DISABLED.BackgroundTransparency = 1
  4549. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  4550. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  4551. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  4552. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  4553. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  4554. Text_FE_DISABLED.TextSize = 19
  4555.  
  4556. OPFin_Description.Name = "OPFin_Description"
  4557. OPFin_Description.Parent = Information
  4558. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  4559. OPFin_Description.BackgroundTransparency = 1
  4560. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  4561. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  4562. OPFin_Description.ZIndex = 3
  4563. OPFin_Description.Font = Enum.Font.SourceSans
  4564. OPFin_Description.FontSize = Enum.FontSize.Size18
  4565. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  4566. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4567. OPFin_Description.TextSize = 18
  4568. OPFin_Description.TextWrapped = true
  4569.  
  4570. OPFin_Warning.Name = "OPFin_Warning"
  4571. OPFin_Warning.Parent = Information
  4572. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  4573. OPFin_Warning.BackgroundTransparency = 1
  4574. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  4575. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  4576. OPFin_Warning.ZIndex = 2
  4577. OPFin_Warning.Font = Enum.Font.SourceSans
  4578. OPFin_Warning.FontSize = Enum.FontSize.Size18
  4579. OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script."
  4580. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4581. OPFin_Warning.TextSize = 18
  4582. OPFin_Warning.TextWrapped = true
  4583.  
  4584. Info_Bar.Name = "Info_Bar"
  4585. Info_Bar.Parent = Information
  4586. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  4587. Info_Bar.BorderSizePixel = 0
  4588. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  4589. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  4590.  
  4591. Info_Background.Name = "Info_Background"
  4592. Info_Background.Parent = Information
  4593. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4594. Info_Background.BorderSizePixel = 0
  4595. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  4596. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  4597. Info_Background.ZIndex = 2
  4598.  
  4599. Warning_Bar.Name = "Warning_Bar"
  4600. Warning_Bar.Parent = Information
  4601. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4602. Warning_Bar.BorderSizePixel = 0
  4603. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  4604. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  4605.  
  4606. Warning_Background.Name = "Warning_Background"
  4607. Warning_Background.Parent = Information
  4608. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  4609. Warning_Background.BorderSizePixel = 0
  4610. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  4611. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  4612.  
  4613. Info_Image.Name = "Info_Image"
  4614. Info_Image.Parent = Information
  4615. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4616. Info_Image.BackgroundTransparency = 1
  4617. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  4618. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4619. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  4620.  
  4621. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  4622. Image_FE_DISABLED.Parent = Information
  4623. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  4624. Image_FE_DISABLED.BackgroundTransparency = 1
  4625. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  4626. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  4627. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  4628.  
  4629. Warn_Image.Name = "Warn_Image"
  4630. Warn_Image.Parent = Information
  4631. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4632. Warn_Image.BackgroundTransparency = 1
  4633. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  4634. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4635. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  4636.  
  4637. Others_1.Name = "Others_1"
  4638. Others_1.Parent = Pages
  4639. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4640. Others_1.BorderSizePixel = 0
  4641. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  4642. Others_1.Size = UDim2.new(1, 0, 1, 0)
  4643.  
  4644. OthersTitle.Name = "OthersTitle"
  4645. OthersTitle.Parent = Others_1
  4646. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4647. OthersTitle.BackgroundTransparency = 1
  4648. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  4649. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4650. OthersTitle.Font = Enum.Font.SourceSansBold
  4651. OthersTitle.FontSize = Enum.FontSize.Size28
  4652. OthersTitle.Text = "Others"
  4653. OthersTitle.TextSize = 25
  4654.  
  4655. Char_Image.Name = "Char_Image"
  4656. Char_Image.Parent = Others_1
  4657. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4658. Char_Image.BackgroundTransparency = 1
  4659. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  4660. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4661. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  4662.  
  4663. OthersText.Name = "OthersText"
  4664. OthersText.Parent = Others_1
  4665. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  4666. OthersText.BackgroundTransparency = 1
  4667. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  4668. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  4669. OthersText.Font = Enum.Font.SourceSansItalic
  4670. OthersText.FontSize = Enum.FontSize.Size24
  4671. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  4672. OthersText.TextSize = 19
  4673. OthersText.TextWrapped = true
  4674.  
  4675. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  4676. TXTBOX_PlrName.Parent = Others_1
  4677. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4678. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4679. TXTBOX_PlrName.BorderSizePixel = 0
  4680. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  4681. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  4682. TXTBOX_PlrName.ZIndex = 2
  4683. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  4684. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  4685. TXTBOX_PlrName.Text = "Player"
  4686. TXTBOX_PlrName.TextScaled = true
  4687. TXTBOX_PlrName.TextSize = 14
  4688. TXTBOX_PlrName.TextWrapped = true
  4689.  
  4690. othersBaseBackground.Name = "othersBaseBackground"
  4691. othersBaseBackground.Parent = Others_1
  4692. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  4693. othersBaseBackground.BorderSizePixel = 0
  4694. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  4695. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  4696.  
  4697. TeleportTo.Name = "TeleportTo"
  4698. TeleportTo.Parent = othersBaseBackground
  4699. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4700. TeleportTo.BorderSizePixel = 0
  4701. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  4702. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  4703. TeleportTo.Font = Enum.Font.SourceSans
  4704. TeleportTo.FontSize = Enum.FontSize.Size24
  4705. TeleportTo.Text = "Teleport To"
  4706. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4707. TeleportTo.TextSize = 22
  4708.  
  4709. Annoy.Name = "Annoy"
  4710. Annoy.Parent = othersBaseBackground
  4711. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4712. Annoy.BorderSizePixel = 0
  4713. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  4714. Annoy.Size = UDim2.new(0, 92, 0, 25)
  4715. Annoy.Font = Enum.Font.SourceSans
  4716. Annoy.FontSize = Enum.FontSize.Size24
  4717. Annoy.Text = "Annoy"
  4718. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4719. Annoy.TextSize = 22
  4720.  
  4721. Follow.Name = "Follow"
  4722. Follow.Parent = othersBaseBackground
  4723. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4724. Follow.BorderSizePixel = 0
  4725. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  4726. Follow.Size = UDim2.new(0, 92, 0, 25)
  4727. Follow.Font = Enum.Font.SourceSans
  4728. Follow.FontSize = Enum.FontSize.Size24
  4729. Follow.Text = "Follow"
  4730. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4731. Follow.TextSize = 22
  4732.  
  4733. View.Name = "View"
  4734. View.Parent = othersBaseBackground
  4735. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4736. View.BorderSizePixel = 0
  4737. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  4738. View.Size = UDim2.new(0, 92, 0, 25)
  4739. View.Font = Enum.Font.SourceSans
  4740. View.FontSize = Enum.FontSize.Size24
  4741. View.Text = "View"
  4742. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4743. View.TextSize = 22
  4744.  
  4745. Orbit.Name = "Orbit"
  4746. Orbit.Parent = othersBaseBackground
  4747. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4748. Orbit.BorderSizePixel = 0
  4749. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  4750. Orbit.Size = UDim2.new(0, 92, 0, 25)
  4751. Orbit.Font = Enum.Font.SourceSans
  4752. Orbit.FontSize = Enum.FontSize.Size24
  4753. Orbit.Text = "Orbit"
  4754. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4755. Orbit.TextSize = 22
  4756.  
  4757. HeadWalk.Name = "HeadWalk"
  4758. HeadWalk.Parent = othersBaseBackground
  4759. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4760. HeadWalk.BorderSizePixel = 0
  4761. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  4762. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  4763. HeadWalk.Font = Enum.Font.SourceSans
  4764. HeadWalk.FontSize = Enum.FontSize.Size24
  4765. HeadWalk.Text = "Head Walk"
  4766. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4767. HeadWalk.TextSize = 22
  4768.  
  4769. Stick.Name = "Stick"
  4770. Stick.Parent = othersBaseBackground
  4771. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4772. Stick.BorderSizePixel = 0
  4773. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  4774. Stick.Size = UDim2.new(0, 92, 0, 25)
  4775. Stick.Font = Enum.Font.SourceSans
  4776. Stick.FontSize = Enum.FontSize.Size24
  4777. Stick.Text = "Stick"
  4778. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4779. Stick.TextSize = 22
  4780.  
  4781. Spam.Name = "Spam"
  4782. Spam.Parent = othersBaseBackground
  4783. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4784. Spam.BorderSizePixel = 0
  4785. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  4786. Spam.Size = UDim2.new(0, 92, 0, 25)
  4787. Spam.Font = Enum.Font.SourceSans
  4788. Spam.FontSize = Enum.FontSize.Size24
  4789. Spam.Text = "Spam"
  4790. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4791. Spam.TextSize = 22
  4792.  
  4793. Carpet.Name = "Carpet"
  4794. Carpet.Parent = othersBaseBackground
  4795. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4796. Carpet.BorderSizePixel = 0
  4797. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  4798. Carpet.Size = UDim2.new(0, 92, 0, 25)
  4799. Carpet.Font = Enum.Font.SourceSans
  4800. Carpet.FontSize = Enum.FontSize.Size24
  4801. Carpet.Text = "Carpet"
  4802. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4803. Carpet.TextSize = 22
  4804.  
  4805. Others_toPAGE2.Name = "Others_toPAGE2"
  4806. Others_toPAGE2.Parent = Others_1
  4807. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4808. Others_toPAGE2.BorderSizePixel = 0
  4809. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4810. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4811. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  4812. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  4813. Others_toPAGE2.Text = "Next"
  4814. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4815. Others_toPAGE2.TextSize = 22
  4816.  
  4817. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  4818. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  4819. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4820. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  4821. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  4822. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4823. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  4824.  
  4825. Character_2.Name = "Character_2"
  4826. Character_2.Parent = Pages
  4827. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4828. Character_2.BorderSizePixel = 0
  4829. Character_2.Position = UDim2.new(1, 0, 0, 0)
  4830. Character_2.Size = UDim2.new(1, 0, 1, 0)
  4831.  
  4832. CharacterTitle.Name = "CharacterTitle"
  4833. CharacterTitle.Parent = Character_2
  4834. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4835. CharacterTitle.BackgroundTransparency = 1
  4836. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  4837. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4838. CharacterTitle.Font = Enum.Font.SourceSansBold
  4839. CharacterTitle.FontSize = Enum.FontSize.Size28
  4840. CharacterTitle.Text = "Character"
  4841. CharacterTitle.TextSize = 25
  4842.  
  4843. CharacterText.Name = "CharacterText"
  4844. CharacterText.Parent = Character_2
  4845. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  4846. CharacterText.BackgroundTransparency = 1
  4847. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4848. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  4849. CharacterText.Font = Enum.Font.SourceSansItalic
  4850. CharacterText.FontSize = Enum.FontSize.Size24
  4851. CharacterText.Text = "Apply cool animations to your player!"
  4852. CharacterText.TextSize = 19
  4853. CharacterText.TextWrapped = true
  4854.  
  4855. Animations_SPOOKY.Name = "Animations_SPOOKY"
  4856. Animations_SPOOKY.Parent = Character_2
  4857. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4858. Animations_SPOOKY.BorderSizePixel = 0
  4859. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  4860. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4861.  
  4862. spookytitle.Name = "spookytitle"
  4863. spookytitle.Parent = Animations_SPOOKY
  4864. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4865. spookytitle.BackgroundTransparency = 1
  4866. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4867. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4868. spookytitle.Font = Enum.Font.SourceSansLight
  4869. spookytitle.FontSize = Enum.FontSize.Size28
  4870. spookytitle.Text = "Spooky"
  4871. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4872. spookytitle.TextSize = 25
  4873.  
  4874. headthrow.Name = "headthrow"
  4875. headthrow.Parent = Animations_SPOOKY
  4876. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4877. headthrow.BorderSizePixel = 0
  4878. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  4879. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  4880. headthrow.Font = Enum.Font.SourceSans
  4881. headthrow.FontSize = Enum.FontSize.Size14
  4882. headthrow.Text = "Head Throw"
  4883. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4884. headthrow.TextScaled = true
  4885. headthrow.TextSize = 14
  4886. headthrow.TextWrapped = true
  4887.  
  4888. armsoff.Name = "armsoff"
  4889. armsoff.Parent = Animations_SPOOKY
  4890. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4891. armsoff.BorderSizePixel = 0
  4892. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  4893. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  4894. armsoff.Font = Enum.Font.SourceSans
  4895. armsoff.FontSize = Enum.FontSize.Size14
  4896. armsoff.Text = "Arms Off"
  4897. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4898. armsoff.TextScaled = true
  4899. armsoff.TextSize = 14
  4900. armsoff.TextWrapped = true
  4901.  
  4902. loophead.Name = "loophead"
  4903. loophead.Parent = Animations_SPOOKY
  4904. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4905. loophead.BorderSizePixel = 0
  4906. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  4907. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  4908. loophead.Font = Enum.Font.SourceSans
  4909. loophead.FontSize = Enum.FontSize.Size14
  4910. loophead.Text = "Loop Head"
  4911. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4912. loophead.TextScaled = true
  4913. loophead.TextSize = 14
  4914. loophead.TextWrapped = true
  4915.  
  4916. levitate.Name = "levitate"
  4917. levitate.Parent = Animations_SPOOKY
  4918. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4919. levitate.BorderSizePixel = 0
  4920. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  4921. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  4922. levitate.Font = Enum.Font.SourceSans
  4923. levitate.FontSize = Enum.FontSize.Size14
  4924. levitate.Text = "Levitate"
  4925. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4926. levitate.TextScaled = true
  4927. levitate.TextSize = 14
  4928. levitate.TextWrapped = true
  4929.  
  4930. headfloat.Name = "headfloat"
  4931. headfloat.Parent = Animations_SPOOKY
  4932. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4933. headfloat.BorderSizePixel = 0
  4934. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  4935. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  4936. headfloat.Font = Enum.Font.SourceSans
  4937. headfloat.FontSize = Enum.FontSize.Size14
  4938. headfloat.Text = "Head Float"
  4939. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4940. headfloat.TextScaled = true
  4941. headfloat.TextSize = 14
  4942. headfloat.TextWrapped = true
  4943.  
  4944. Character_backPAGE1.Name = "Character_backPAGE1"
  4945. Character_backPAGE1.Parent = Character_2
  4946. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4947. Character_backPAGE1.BorderSizePixel = 0
  4948. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4949. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4950. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  4951. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  4952. Character_backPAGE1.Text = "Prev"
  4953. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4954. Character_backPAGE1.TextSize = 22
  4955.  
  4956. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  4957. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  4958. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4959. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  4960. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4961. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4962. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  4963.  
  4964. Animations_DANCE.Name = "Animations_DANCE"
  4965. Animations_DANCE.Parent = Character_2
  4966. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4967. Animations_DANCE.BorderSizePixel = 0
  4968. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  4969. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4970.  
  4971. dancetitle.Name = "dancetitle"
  4972. dancetitle.Parent = Animations_DANCE
  4973. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4974. dancetitle.BackgroundTransparency = 1
  4975. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4976. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4977. dancetitle.Font = Enum.Font.SourceSansLight
  4978. dancetitle.FontSize = Enum.FontSize.Size28
  4979. dancetitle.Text = "Dance"
  4980. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4981. dancetitle.TextSize = 25
  4982.  
  4983. normal.Name = "normal"
  4984. normal.Parent = Animations_DANCE
  4985. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4986. normal.BorderSizePixel = 0
  4987. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  4988. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  4989. normal.Font = Enum.Font.SourceSans
  4990. normal.FontSize = Enum.FontSize.Size14
  4991. normal.Text = "Normal"
  4992. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4993. normal.TextScaled = true
  4994. normal.TextSize = 14
  4995. normal.TextWrapped = true
  4996.  
  4997. movingdance.Name = "movingdance"
  4998. movingdance.Parent = Animations_DANCE
  4999. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5000. movingdance.BorderSizePixel = 0
  5001. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  5002. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  5003. movingdance.Font = Enum.Font.SourceSans
  5004. movingdance.FontSize = Enum.FontSize.Size14
  5005. movingdance.Text = "Moving Dance"
  5006. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5007. movingdance.TextScaled = true
  5008. movingdance.TextSize = 14
  5009. movingdance.TextWrapped = true
  5010.  
  5011. insane.Name = "insane"
  5012. insane.Parent = Animations_DANCE
  5013. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5014. insane.BorderSizePixel = 0
  5015. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  5016. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  5017. insane.Font = Enum.Font.SourceSans
  5018. insane.FontSize = Enum.FontSize.Size14
  5019. insane.Text = "Insane"
  5020. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5021. insane.TextScaled = true
  5022. insane.TextSize = 14
  5023. insane.TextWrapped = true
  5024.  
  5025. happy.Name = "happy"
  5026. happy.Parent = Animations_DANCE
  5027. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5028. happy.BorderSizePixel = 0
  5029. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  5030. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  5031. happy.Font = Enum.Font.SourceSans
  5032. happy.FontSize = Enum.FontSize.Size14
  5033. happy.Text = "Happy"
  5034. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5035. happy.TextScaled = true
  5036. happy.TextSize = 14
  5037. happy.TextWrapped = true
  5038.  
  5039. spindance.Name = "spindance"
  5040. spindance.Parent = Animations_DANCE
  5041. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5042. spindance.BorderSizePixel = 0
  5043. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  5044. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  5045. spindance.Font = Enum.Font.SourceSans
  5046. spindance.FontSize = Enum.FontSize.Size14
  5047. spindance.Text = "Spin Dance"
  5048. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5049. spindance.TextScaled = true
  5050. spindance.TextSize = 14
  5051. spindance.TextWrapped = true
  5052.  
  5053. Animations_HEROIC.Name = "Animations_HEROIC"
  5054. Animations_HEROIC.Parent = Character_2
  5055. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  5056. Animations_HEROIC.BorderSizePixel = 0
  5057. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  5058. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  5059.  
  5060. heroictitle.Name = "heroictitle"
  5061. heroictitle.Parent = Animations_HEROIC
  5062. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  5063. heroictitle.BackgroundTransparency = 1
  5064. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  5065. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  5066. heroictitle.Font = Enum.Font.SourceSansLight
  5067. heroictitle.FontSize = Enum.FontSize.Size28
  5068. heroictitle.Text = "Heroic"
  5069. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5070. heroictitle.TextSize = 25
  5071.  
  5072. swordstrike.Name = "swordstrike"
  5073. swordstrike.Parent = Animations_HEROIC
  5074. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5075. swordstrike.BorderSizePixel = 0
  5076. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  5077. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  5078. swordstrike.Font = Enum.Font.SourceSans
  5079. swordstrike.FontSize = Enum.FontSize.Size14
  5080. swordstrike.Text = "Sword Strike"
  5081. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5082. swordstrike.TextScaled = true
  5083. swordstrike.TextSize = 14
  5084. swordstrike.TextWrapped = true
  5085.  
  5086. jumpland.Name = "jumpland"
  5087. jumpland.Parent = Animations_HEROIC
  5088. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5089. jumpland.BorderSizePixel = 0
  5090. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  5091. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  5092. jumpland.Font = Enum.Font.SourceSans
  5093. jumpland.FontSize = Enum.FontSize.Size14
  5094. jumpland.Text = "Jump Land"
  5095. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5096. jumpland.TextScaled = true
  5097. jumpland.TextSize = 14
  5098. jumpland.TextWrapped = true
  5099.  
  5100. punches.Name = "punches"
  5101. punches.Parent = Animations_HEROIC
  5102. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5103. punches.BorderSizePixel = 0
  5104. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  5105. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  5106. punches.Font = Enum.Font.SourceSans
  5107. punches.FontSize = Enum.FontSize.Size14
  5108. punches.Text = "Punches"
  5109. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5110. punches.TextScaled = true
  5111. punches.TextSize = 14
  5112. punches.TextWrapped = true
  5113.  
  5114. swing.Name = "swing"
  5115. swing.Parent = Animations_HEROIC
  5116. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5117. swing.BorderSizePixel = 0
  5118. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  5119. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  5120. swing.Font = Enum.Font.SourceSans
  5121. swing.FontSize = Enum.FontSize.Size14
  5122. swing.Text = "Swing"
  5123. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5124. swing.TextScaled = true
  5125. swing.TextSize = 14
  5126. swing.TextWrapped = true
  5127.  
  5128. crawl.Name = "crawl"
  5129. crawl.Parent = Animations_HEROIC
  5130. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5131. crawl.BorderSizePixel = 0
  5132. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  5133. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  5134. crawl.Font = Enum.Font.SourceSans
  5135. crawl.FontSize = Enum.FontSize.Size14
  5136. crawl.Text = "Crawl"
  5137. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5138. crawl.TextScaled = true
  5139. crawl.TextSize = 14
  5140. crawl.TextWrapped = true
  5141.  
  5142. Char2_Image.Name = "Char2_Image"
  5143. Char2_Image.Parent = Character_2
  5144. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  5145. Char2_Image.BackgroundTransparency = 1
  5146. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  5147. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  5148. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  5149.  
  5150. Character_1.Name = "Character_1"
  5151. Character_1.Parent = Pages
  5152. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5153. Character_1.BorderSizePixel = 0
  5154. Character_1.Position = UDim2.new(11, 0, 0, 0)
  5155. Character_1.Size = UDim2.new(1, 0, 1, 0)
  5156.  
  5157. CharacterTitle_2.Name = "CharacterTitle"
  5158. CharacterTitle_2.Parent = Character_1
  5159. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5160. CharacterTitle_2.BackgroundTransparency = 1
  5161. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  5162. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5163. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  5164. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  5165. CharacterTitle_2.Text = "Character"
  5166. CharacterTitle_2.TextSize = 25
  5167.  
  5168. Char_Image_2.Name = "Char_Image"
  5169. Char_Image_2.Parent = Character_1
  5170. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5171. Char_Image_2.BackgroundTransparency = 1
  5172. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  5173. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5174. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  5175.  
  5176. CharacterText_2.Name = "CharacterText"
  5177. CharacterText_2.Parent = Character_1
  5178. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5179. CharacterText_2.BackgroundTransparency = 1
  5180. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  5181. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  5182. CharacterText_2.Font = Enum.Font.SourceSansItalic
  5183. CharacterText_2.FontSize = Enum.FontSize.Size24
  5184. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  5185. CharacterText_2.TextSize = 19
  5186. CharacterText_2.TextWrapped = true
  5187.  
  5188. TXTBOX_Stats.Name = "TXTBOX_Stats"
  5189. TXTBOX_Stats.Parent = Character_1
  5190. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5191. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5192. TXTBOX_Stats.BorderSizePixel = 6
  5193. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  5194. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  5195. TXTBOX_Stats.Font = Enum.Font.SourceSans
  5196. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  5197. TXTBOX_Stats.Text = "Number"
  5198. TXTBOX_Stats.TextScaled = true
  5199. TXTBOX_Stats.TextSize = 14
  5200. TXTBOX_Stats.TextWrapped = true
  5201.  
  5202. BackGroundChar.Name = "BackGroundChar"
  5203. BackGroundChar.Parent = Character_1
  5204. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5205. BackGroundChar.BorderSizePixel = 0
  5206. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  5207. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  5208.  
  5209. HipHeight.Name = "HipHeight"
  5210. HipHeight.Parent = BackGroundChar
  5211. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5212. HipHeight.BorderSizePixel = 0
  5213. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  5214. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  5215. HipHeight.Font = Enum.Font.SourceSans
  5216. HipHeight.FontSize = Enum.FontSize.Size24
  5217. HipHeight.Text = "HipHeight"
  5218. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5219. HipHeight.TextSize = 22
  5220.  
  5221. JumpHeight.Name = "JumpHeight"
  5222. JumpHeight.Parent = BackGroundChar
  5223. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5224. JumpHeight.BorderSizePixel = 0
  5225. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  5226. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  5227. JumpHeight.Font = Enum.Font.SourceSans
  5228. JumpHeight.FontSize = Enum.FontSize.Size24
  5229. JumpHeight.Text = "JumpHeight"
  5230. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5231. JumpHeight.TextSize = 20
  5232.  
  5233. Speed.Name = "Speed"
  5234. Speed.Parent = BackGroundChar
  5235. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5236. Speed.BorderSizePixel = 0
  5237. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  5238. Speed.Size = UDim2.new(0, 92, 0, 25)
  5239. Speed.Font = Enum.Font.SourceSans
  5240. Speed.FontSize = Enum.FontSize.Size24
  5241. Speed.Text = "Speed"
  5242. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5243. Speed.TextSize = 22
  5244.  
  5245. TXTBOX_Chat.Name = "TXTBOX_Chat"
  5246. TXTBOX_Chat.Parent = Character_1
  5247. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5248. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5249. TXTBOX_Chat.BorderSizePixel = 6
  5250. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  5251. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  5252. TXTBOX_Chat.Font = Enum.Font.SourceSans
  5253. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  5254. TXTBOX_Chat.Text = "Text for chatting"
  5255. TXTBOX_Chat.TextScaled = true
  5256. TXTBOX_Chat.TextSize = 14
  5257. TXTBOX_Chat.TextWrapped = true
  5258.  
  5259. BackGroundChar2.Name = "BackGroundChar2"
  5260. BackGroundChar2.Parent = Character_1
  5261. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5262. BackGroundChar2.BorderSizePixel = 0
  5263. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  5264. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  5265.  
  5266. Chat.Name = "Chat"
  5267. Chat.Parent = BackGroundChar2
  5268. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5269. Chat.BorderSizePixel = 0
  5270. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  5271. Chat.Size = UDim2.new(0, 92, 0, 25)
  5272. Chat.Font = Enum.Font.SourceSans
  5273. Chat.FontSize = Enum.FontSize.Size24
  5274. Chat.Text = "Chat"
  5275. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5276. Chat.TextSize = 22
  5277.  
  5278. Spam_2.Name = "Spam"
  5279. Spam_2.Parent = BackGroundChar2
  5280. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5281. Spam_2.BorderSizePixel = 0
  5282. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  5283. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  5284. Spam_2.Font = Enum.Font.SourceSans
  5285. Spam_2.FontSize = Enum.FontSize.Size24
  5286. Spam_2.Text = "Spam"
  5287. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5288. Spam_2.TextSize = 22
  5289.  
  5290. BackGroundChar3.Name = "BackGroundChar3"
  5291. BackGroundChar3.Parent = Character_1
  5292. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5293. BackGroundChar3.BorderSizePixel = 0
  5294. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  5295. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  5296.  
  5297. Noclip.Name = "Noclip"
  5298. Noclip.Parent = BackGroundChar3
  5299. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5300. Noclip.BorderSizePixel = 0
  5301. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  5302. Noclip.Size = UDim2.new(0, 92, 0, 25)
  5303. Noclip.Font = Enum.Font.SourceSans
  5304. Noclip.FontSize = Enum.FontSize.Size24
  5305. Noclip.Text = "Noclip"
  5306. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5307. Noclip.TextSize = 22
  5308.  
  5309. Fly.Name = "Fly"
  5310. Fly.Parent = BackGroundChar3
  5311. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5312. Fly.BorderSizePixel = 0
  5313. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  5314. Fly.Size = UDim2.new(0, 92, 0, 25)
  5315. Fly.Font = Enum.Font.SourceSans
  5316. Fly.FontSize = Enum.FontSize.Size24
  5317. Fly.Text = "Fly"
  5318. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5319. Fly.TextSize = 22
  5320.  
  5321. Character_toPAGE2.Name = "Character_toPAGE2"
  5322. Character_toPAGE2.Parent = Character_1
  5323. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5324. Character_toPAGE2.BorderSizePixel = 0
  5325. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  5326. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5327. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  5328. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  5329. Character_toPAGE2.Text = "Next"
  5330. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5331. Character_toPAGE2.TextSize = 22
  5332.  
  5333. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  5334. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  5335. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5336. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  5337. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  5338. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  5339. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  5340.  
  5341. Others_2.Name = "Others_2"
  5342. Others_2.Parent = Pages
  5343. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5344. Others_2.BorderSizePixel = 0
  5345. Others_2.Position = UDim2.new(1, 0, 0, 0)
  5346. Others_2.Size = UDim2.new(1, 0, 1, 0)
  5347.  
  5348. OthersTitle_2.Name = "OthersTitle"
  5349. OthersTitle_2.Parent = Others_2
  5350. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5351. OthersTitle_2.BackgroundTransparency = 1
  5352. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  5353. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5354. OthersTitle_2.Font = Enum.Font.SourceSansBold
  5355. OthersTitle_2.FontSize = Enum.FontSize.Size28
  5356. OthersTitle_2.Text = "Others"
  5357. OthersTitle_2.TextSize = 25
  5358.  
  5359. Other_Image2.Name = "Other_Image2"
  5360. Other_Image2.Parent = Others_2
  5361. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  5362. Other_Image2.BackgroundTransparency = 1
  5363. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  5364. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  5365. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  5366.  
  5367. OthersText_2.Name = "OthersText"
  5368. OthersText_2.Parent = Others_2
  5369. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5370. OthersText_2.BackgroundTransparency = 1
  5371. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  5372. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  5373. OthersText_2.Font = Enum.Font.SourceSansItalic
  5374. OthersText_2.FontSize = Enum.FontSize.Size24
  5375. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  5376. OthersText_2.TextSize = 19
  5377. OthersText_2.TextWrapped = true
  5378.  
  5379. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  5380. TXTBOX_PlrName2.Parent = Others_2
  5381. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5382. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5383. TXTBOX_PlrName2.BorderSizePixel = 0
  5384. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  5385. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  5386. TXTBOX_PlrName2.ZIndex = 2
  5387. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  5388. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  5389. TXTBOX_PlrName2.Text = "Player"
  5390. TXTBOX_PlrName2.TextScaled = true
  5391. TXTBOX_PlrName2.TextSize = 14
  5392. TXTBOX_PlrName2.TextWrapped = true
  5393.  
  5394. othersBaseBackground2.Name = "othersBaseBackground2"
  5395. othersBaseBackground2.Parent = Others_2
  5396. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5397. othersBaseBackground2.BorderSizePixel = 0
  5398. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  5399. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  5400.  
  5401. Flatten.Name = "Flatten"
  5402. Flatten.Parent = othersBaseBackground2
  5403. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5404. Flatten.BorderSizePixel = 0
  5405. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  5406. Flatten.Size = UDim2.new(0, 92, 0, 25)
  5407. Flatten.Font = Enum.Font.SourceSans
  5408. Flatten.FontSize = Enum.FontSize.Size24
  5409. Flatten.Text = "Flatten"
  5410. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5411. Flatten.TextSize = 22
  5412.  
  5413. AimHead.Name = "AimHead"
  5414. AimHead.Parent = othersBaseBackground2
  5415. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5416. AimHead.BorderSizePixel = 0
  5417. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  5418. AimHead.Size = UDim2.new(0, 92, 0, 25)
  5419. AimHead.Font = Enum.Font.SourceSans
  5420. AimHead.FontSize = Enum.FontSize.Size24
  5421. AimHead.Text = "Aim Head"
  5422. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5423. AimHead.TextSize = 22
  5424.  
  5425. Float.Name = "Float"
  5426. Float.Parent = othersBaseBackground2
  5427. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5428. Float.BorderSizePixel = 0
  5429. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  5430. Float.Size = UDim2.new(0, 92, 0, 25)
  5431. Float.Font = Enum.Font.SourceSans
  5432. Float.FontSize = Enum.FontSize.Size24
  5433. Float.Text = "Float"
  5434. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5435. Float.TextSize = 22
  5436.  
  5437. Multiple.Name = "Multiple"
  5438. Multiple.Parent = othersBaseBackground2
  5439. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5440. Multiple.BorderSizePixel = 0
  5441. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  5442. Multiple.Size = UDim2.new(0, 92, 0, 25)
  5443. Multiple.Font = Enum.Font.SourceSans
  5444. Multiple.FontSize = Enum.FontSize.Size24
  5445. Multiple.Text = "Multiple"
  5446. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5447. Multiple.TextSize = 22
  5448.  
  5449. Animated.Name = "Animated"
  5450. Animated.Parent = othersBaseBackground2
  5451. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5452. Animated.BorderSizePixel = 0
  5453. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  5454. Animated.Size = UDim2.new(0, 92, 0, 25)
  5455. Animated.Font = Enum.Font.SourceSans
  5456. Animated.FontSize = Enum.FontSize.Size24
  5457. Animated.Text = "Animated"
  5458. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5459. Animated.TextSize = 22
  5460.  
  5461. SlowAttract.Name = "SlowAttract"
  5462. SlowAttract.Parent = othersBaseBackground2
  5463. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5464. SlowAttract.BorderSizePixel = 0
  5465. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  5466. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  5467. SlowAttract.Font = Enum.Font.SourceSans
  5468. SlowAttract.FontSize = Enum.FontSize.Size24
  5469. SlowAttract.Text = "SlowAttract"
  5470. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5471. SlowAttract.TextSize = 22
  5472.  
  5473. WeirdOrbit.Name = "WeirdOrbit"
  5474. WeirdOrbit.Parent = othersBaseBackground2
  5475. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5476. WeirdOrbit.BorderSizePixel = 0
  5477. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  5478. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  5479. WeirdOrbit.Font = Enum.Font.SourceSans
  5480. WeirdOrbit.FontSize = Enum.FontSize.Size24
  5481. WeirdOrbit.Text = "Weird Orbit"
  5482. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5483. WeirdOrbit.TextSize = 22
  5484.  
  5485. Violent.Name = "Violent"
  5486. Violent.Parent = othersBaseBackground2
  5487. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5488. Violent.BorderSizePixel = 0
  5489. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  5490. Violent.Size = UDim2.new(0, 92, 0, 25)
  5491. Violent.Font = Enum.Font.SourceSans
  5492. Violent.FontSize = Enum.FontSize.Size24
  5493. Violent.Text = "Violent"
  5494. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5495. Violent.TextSize = 22
  5496.  
  5497. Max.Name = "Max"
  5498. Max.Parent = othersBaseBackground2
  5499. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5500. Max.BorderSizePixel = 0
  5501. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  5502. Max.Size = UDim2.new(0, 92, 0, 25)
  5503. Max.Font = Enum.Font.SourceSans
  5504. Max.FontSize = Enum.FontSize.Size24
  5505. Max.Text = "Max"
  5506. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5507. Max.TextSize = 22
  5508.  
  5509. Others_toPAGE3.Name = "Others_toPAGE3"
  5510. Others_toPAGE3.Parent = Others_2
  5511. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5512. Others_toPAGE3.BorderSizePixel = 0
  5513. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  5514. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5515. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  5516. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  5517. Others_toPAGE3.Text = "Next"
  5518. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5519. Others_toPAGE3.TextSize = 22
  5520.  
  5521. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  5522. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  5523. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5524. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  5525. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  5526. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  5527. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  5528.  
  5529. Others_backPAGE1.Name = "Others_backPAGE1"
  5530. Others_backPAGE1.Parent = Others_2
  5531. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5532. Others_backPAGE1.BorderSizePixel = 0
  5533. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  5534. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5535. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  5536. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  5537. Others_backPAGE1.Text = "Prev"
  5538. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5539. Others_backPAGE1.TextSize = 22
  5540.  
  5541. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  5542. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  5543. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5544. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  5545. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  5546. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  5547. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  5548.  
  5549. Extra_1.Name = "Extra_1"
  5550. Extra_1.Parent = Pages
  5551. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5552. Extra_1.BorderSizePixel = 0
  5553. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  5554. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  5555.  
  5556. Extra_Image.Name = "Extra_Image"
  5557. Extra_Image.Parent = Extra_1
  5558. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  5559. Extra_Image.BackgroundTransparency = 1
  5560. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  5561. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5562. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  5563.  
  5564. ExtraText.Name = "ExtraText"
  5565. ExtraText.Parent = Extra_1
  5566. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  5567. ExtraText.BackgroundTransparency = 1
  5568. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  5569. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  5570. ExtraText.Font = Enum.Font.SourceSansItalic
  5571. ExtraText.FontSize = Enum.FontSize.Size24
  5572. ExtraText.Text = "Cool and unique commands for yourself!"
  5573. ExtraText.TextSize = 19
  5574. ExtraText.TextWrapped = true
  5575.  
  5576. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  5577. ExtraBaseBackGround1.Parent = Extra_1
  5578. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  5579. ExtraBaseBackGround1.BorderSizePixel = 0
  5580. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  5581. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  5582.  
  5583. CrouchRocket.Name = "CrouchRocket"
  5584. CrouchRocket.Parent = ExtraBaseBackGround1
  5585. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5586. CrouchRocket.BorderSizePixel = 0
  5587. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  5588. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  5589. CrouchRocket.Font = Enum.Font.SourceSans
  5590. CrouchRocket.FontSize = Enum.FontSize.Size18
  5591. CrouchRocket.Text = "Crouch Rocket"
  5592. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5593. CrouchRocket.TextSize = 17
  5594.  
  5595. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  5596. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  5597. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5598. ExtraBaseBackGround1Side.BorderSizePixel = 0
  5599. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  5600. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  5601.  
  5602. CloneIllusion.Name = "CloneIllusion"
  5603. CloneIllusion.Parent = ExtraBaseBackGround1
  5604. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5605. CloneIllusion.BorderSizePixel = 0
  5606. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  5607. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  5608. CloneIllusion.Font = Enum.Font.SourceSans
  5609. CloneIllusion.FontSize = Enum.FontSize.Size18
  5610. CloneIllusion.Text = "Clone Illusion"
  5611. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5612. CloneIllusion.TextSize = 17
  5613.  
  5614. CoolSpin.Name = "CoolSpin"
  5615. CoolSpin.Parent = ExtraBaseBackGround1
  5616. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5617. CoolSpin.BorderSizePixel = 0
  5618. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  5619. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  5620. CoolSpin.Font = Enum.Font.SourceSans
  5621. CoolSpin.FontSize = Enum.FontSize.Size18
  5622. CoolSpin.Text = "Cool Spin"
  5623. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5624. CoolSpin.TextSize = 17
  5625.  
  5626. JumpRocket.Name = "JumpRocket"
  5627. JumpRocket.Parent = ExtraBaseBackGround1
  5628. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5629. JumpRocket.BorderSizePixel = 0
  5630. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  5631. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  5632. JumpRocket.Font = Enum.Font.SourceSans
  5633. JumpRocket.FontSize = Enum.FontSize.Size18
  5634. JumpRocket.Text = "Jump Rocket"
  5635. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5636. JumpRocket.TextSize = 17
  5637.  
  5638. Extra_toPAGE2.Name = "Extra_toPAGE2"
  5639. Extra_toPAGE2.Parent = Extra_1
  5640. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5641. Extra_toPAGE2.BorderSizePixel = 0
  5642. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  5643. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5644. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  5645. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  5646. Extra_toPAGE2.Text = "Next"
  5647. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5648. Extra_toPAGE2.TextSize = 22
  5649.  
  5650. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  5651. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  5652. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5653. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  5654. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  5655. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  5656. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  5657.  
  5658. Extra_Title.Name = "Extra_Title"
  5659. Extra_Title.Parent = Extra_1
  5660. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5661. Extra_Title.BackgroundTransparency = 1
  5662. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  5663. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5664. Extra_Title.Font = Enum.Font.SourceSansBold
  5665. Extra_Title.FontSize = Enum.FontSize.Size28
  5666. Extra_Title.Text = "Extra"
  5667. Extra_Title.TextSize = 25
  5668.  
  5669. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  5670. ExtraBaseBackGround2.Parent = Extra_1
  5671. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5672. ExtraBaseBackGround2.BorderSizePixel = 0
  5673. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  5674. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  5675.  
  5676. NoLimbs.Name = "NoLimbs"
  5677. NoLimbs.Parent = ExtraBaseBackGround2
  5678. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5679. NoLimbs.BorderSizePixel = 0
  5680. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  5681. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  5682. NoLimbs.Font = Enum.Font.SourceSans
  5683. NoLimbs.FontSize = Enum.FontSize.Size18
  5684. NoLimbs.Text = "No Limbs"
  5685. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5686. NoLimbs.TextSize = 17
  5687.  
  5688. FEGodmode.Name = "FE Godmode"
  5689. FEGodmode.Parent = ExtraBaseBackGround2
  5690. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5691. FEGodmode.BorderSizePixel = 0
  5692. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  5693. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  5694. FEGodmode.Font = Enum.Font.SourceSans
  5695. FEGodmode.FontSize = Enum.FontSize.Size18
  5696. FEGodmode.Text = "FE Godmode"
  5697. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5698. FEGodmode.TextSize = 17
  5699.  
  5700. BrickHats.Name = "BrickHats"
  5701. BrickHats.Parent = ExtraBaseBackGround2
  5702. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5703. BrickHats.BorderSizePixel = 0
  5704. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  5705. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  5706. BrickHats.Font = Enum.Font.SourceSans
  5707. BrickHats.FontSize = Enum.FontSize.Size18
  5708. BrickHats.Text = "Brick Hats"
  5709. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5710. BrickHats.TextSize = 17
  5711.  
  5712. RapidPunch.Name = "RapidPunch"
  5713. RapidPunch.Parent = ExtraBaseBackGround2
  5714. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5715. RapidPunch.BorderSizePixel = 0
  5716. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  5717. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  5718. RapidPunch.Font = Enum.Font.SourceSans
  5719. RapidPunch.FontSize = Enum.FontSize.Size18
  5720. RapidPunch.Text = "RapidPunch"
  5721. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5722. RapidPunch.TextSize = 17
  5723.  
  5724. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  5725. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  5726. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5727. ExtraBaseBackGround2Side.BorderSizePixel = 0
  5728. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  5729. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  5730.  
  5731. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  5732. ExtraBaseBackGround3.Parent = Extra_1
  5733. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5734. ExtraBaseBackGround3.BorderSizePixel = 0
  5735. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  5736. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  5737.  
  5738. PunchFollow.Name = "PunchFollow"
  5739. PunchFollow.Parent = ExtraBaseBackGround3
  5740. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5741. PunchFollow.BorderSizePixel = 0
  5742. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  5743. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  5744. PunchFollow.Font = Enum.Font.SourceSans
  5745. PunchFollow.FontSize = Enum.FontSize.Size18
  5746. PunchFollow.Text = "Punch Follow"
  5747. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5748. PunchFollow.TextSize = 17
  5749.  
  5750. ArmFollow.Name = "ArmFollow"
  5751. ArmFollow.Parent = ExtraBaseBackGround3
  5752. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5753. ArmFollow.BorderSizePixel = 0
  5754. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  5755. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  5756. ArmFollow.Font = Enum.Font.SourceSans
  5757. ArmFollow.FontSize = Enum.FontSize.Size18
  5758. ArmFollow.Text = "Arm Follow"
  5759. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5760. ArmFollow.TextSize = 17
  5761.  
  5762. Spin.Name = "Spin"
  5763. Spin.Parent = ExtraBaseBackGround3
  5764. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5765. Spin.BorderSizePixel = 0
  5766. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  5767. Spin.Size = UDim2.new(0, 92, 0, 25)
  5768. Spin.Font = Enum.Font.SourceSans
  5769. Spin.FontSize = Enum.FontSize.Size18
  5770. Spin.Text = "Spin"
  5771. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5772. Spin.TextSize = 17
  5773.  
  5774. Faint.Name = "Faint"
  5775. Faint.Parent = ExtraBaseBackGround3
  5776. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5777. Faint.BorderSizePixel = 0
  5778. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  5779. Faint.Size = UDim2.new(0, 92, 0, 25)
  5780. Faint.Font = Enum.Font.SourceSans
  5781. Faint.FontSize = Enum.FontSize.Size18
  5782. Faint.Text = "Faint"
  5783. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5784. Faint.TextSize = 17
  5785.  
  5786. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  5787. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  5788. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5789. ExtraBaseBackGround3Side.BorderSizePixel = 0
  5790. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  5791. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  5792.  
  5793. Extra_2.Name = "Extra_2"
  5794. Extra_2.Parent = Pages
  5795. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5796. Extra_2.BorderSizePixel = 0
  5797. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  5798. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  5799.  
  5800. Extra_Image_2.Name = "Extra_Image"
  5801. Extra_Image_2.Parent = Extra_2
  5802. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5803. Extra_Image_2.BackgroundTransparency = 1
  5804. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  5805. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5806. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  5807.  
  5808. ExtraText_2.Name = "ExtraText"
  5809. ExtraText_2.Parent = Extra_2
  5810. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5811. ExtraText_2.BackgroundTransparency = 1
  5812. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  5813. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  5814. ExtraText_2.Font = Enum.Font.SourceSansItalic
  5815. ExtraText_2.FontSize = Enum.FontSize.Size24
  5816. ExtraText_2.Text = "Cool and unique commands for other players!"
  5817. ExtraText_2.TextSize = 19
  5818. ExtraText_2.TextWrapped = true
  5819.  
  5820. Extra_Title_2.Name = "Extra_Title"
  5821. Extra_Title_2.Parent = Extra_2
  5822. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5823. Extra_Title_2.BackgroundTransparency = 1
  5824. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  5825. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5826. Extra_Title_2.Font = Enum.Font.SourceSansBold
  5827. Extra_Title_2.FontSize = Enum.FontSize.Size28
  5828. Extra_Title_2.Text = "Extra"
  5829. Extra_Title_2.TextSize = 25
  5830.  
  5831. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  5832. ExtraBaseBackGround2_2.Parent = Extra_2
  5833. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5834. ExtraBaseBackGround2_2.BorderSizePixel = 0
  5835. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  5836. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  5837.  
  5838. CrouchAttack.Name = "CrouchAttack"
  5839. CrouchAttack.Parent = ExtraBaseBackGround2_2
  5840. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5841. CrouchAttack.BorderSizePixel = 0
  5842. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  5843. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  5844. CrouchAttack.Font = Enum.Font.SourceSans
  5845. CrouchAttack.FontSize = Enum.FontSize.Size18
  5846. CrouchAttack.Text = "Crouch Attack"
  5847. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5848. CrouchAttack.TextSize = 17
  5849.  
  5850. WalkThrough.Name = "WalkThrough"
  5851. WalkThrough.Parent = ExtraBaseBackGround2_2
  5852. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5853. WalkThrough.BorderSizePixel = 0
  5854. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  5855. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  5856. WalkThrough.Font = Enum.Font.SourceSans
  5857. WalkThrough.FontSize = Enum.FontSize.Size18
  5858. WalkThrough.Text = "Walk Through"
  5859. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5860. WalkThrough.TextSize = 17
  5861.  
  5862. CreepyWatch.Name = "CreepyWatch"
  5863. CreepyWatch.Parent = ExtraBaseBackGround2_2
  5864. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5865. CreepyWatch.BorderSizePixel = 0
  5866. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  5867. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  5868. CreepyWatch.Font = Enum.Font.SourceSans
  5869. CreepyWatch.FontSize = Enum.FontSize.Size18
  5870. CreepyWatch.Text = "Creepy Watch"
  5871. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5872. CreepyWatch.TextSize = 17
  5873.  
  5874. SpinAttack.Name = "SpinAttack"
  5875. SpinAttack.Parent = ExtraBaseBackGround2_2
  5876. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5877. SpinAttack.BorderSizePixel = 0
  5878. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  5879. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  5880. SpinAttack.Font = Enum.Font.SourceSans
  5881. SpinAttack.FontSize = Enum.FontSize.Size18
  5882. SpinAttack.Text = "Spin Attack"
  5883. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5884. SpinAttack.TextSize = 17
  5885.  
  5886. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  5887. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  5888. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5889. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  5890. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  5891. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  5892.  
  5893. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  5894. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  5895. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5896. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5897. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  5898. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  5899. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  5900. TXTBOX_PlrNameEXTRA.ZIndex = 2
  5901. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  5902. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  5903. TXTBOX_PlrNameEXTRA.Text = "Player"
  5904. TXTBOX_PlrNameEXTRA.TextScaled = true
  5905. TXTBOX_PlrNameEXTRA.TextSize = 14
  5906. TXTBOX_PlrNameEXTRA.TextWrapped = true
  5907.  
  5908. _18.Name = "18+"
  5909. _18.Parent = ExtraBaseBackGround2_2
  5910. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5911. _18.BorderSizePixel = 0
  5912. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  5913. _18.Size = UDim2.new(0, 92, 0, 25)
  5914. _18.Font = Enum.Font.SourceSans
  5915. _18.FontSize = Enum.FontSize.Size18
  5916. _18.Text = "18+"
  5917. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5918. _18.TextSize = 17
  5919.  
  5920. SlamPropulsion.Name = "SlamPropulsion"
  5921. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  5922. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5923. SlamPropulsion.BorderSizePixel = 0
  5924. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  5925. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  5926. SlamPropulsion.Font = Enum.Font.SourceSans
  5927. SlamPropulsion.FontSize = Enum.FontSize.Size18
  5928. SlamPropulsion.Text = "Slam Propulsion"
  5929. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5930. SlamPropulsion.TextSize = 15
  5931. SlamPropulsion.TextWrapped = true
  5932.  
  5933. Extra_backPAGE1.Name = "Extra_backPAGE1"
  5934. Extra_backPAGE1.Parent = Extra_2
  5935. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5936. Extra_backPAGE1.BorderSizePixel = 0
  5937. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  5938. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5939. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  5940. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  5941. Extra_backPAGE1.Text = "Prev"
  5942. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5943. Extra_backPAGE1.TextSize = 22
  5944.  
  5945. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  5946. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  5947. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5948. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  5949. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  5950. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  5951. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  5952.  
  5953. Others_3.Name = "Others_3"
  5954. Others_3.Parent = Pages
  5955. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5956. Others_3.BorderSizePixel = 0
  5957. Others_3.Position = UDim2.new(1, 0, 0, 0)
  5958. Others_3.Size = UDim2.new(1, 0, 1, 0)
  5959.  
  5960. OthersTitle_3.Name = "OthersTitle"
  5961. OthersTitle_3.Parent = Others_3
  5962. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5963. OthersTitle_3.BackgroundTransparency = 1
  5964. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  5965. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5966. OthersTitle_3.Font = Enum.Font.SourceSansBold
  5967. OthersTitle_3.FontSize = Enum.FontSize.Size28
  5968. OthersTitle_3.Text = "Others"
  5969. OthersTitle_3.TextSize = 25
  5970.  
  5971. Other_Image3.Name = "Other_Image3"
  5972. Other_Image3.Parent = Others_3
  5973. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  5974. Other_Image3.BackgroundTransparency = 1
  5975. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  5976. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  5977. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  5978.  
  5979. OthersText_3.Name = "OthersText"
  5980. OthersText_3.Parent = Others_3
  5981. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5982. OthersText_3.BackgroundTransparency = 1
  5983. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  5984. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  5985. OthersText_3.Font = Enum.Font.SourceSansItalic
  5986. OthersText_3.FontSize = Enum.FontSize.Size24
  5987. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  5988. OthersText_3.TextSize = 19
  5989. OthersText_3.TextWrapped = true
  5990.  
  5991. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  5992. TXTBOX_PlrNameOTHER3.Parent = Others_3
  5993. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5994. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5995. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  5996. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  5997. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  5998. TXTBOX_PlrNameOTHER3.ZIndex = 2
  5999. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  6000. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  6001. TXTBOX_PlrNameOTHER3.Text = "Player"
  6002. TXTBOX_PlrNameOTHER3.TextScaled = true
  6003. TXTBOX_PlrNameOTHER3.TextSize = 14
  6004. TXTBOX_PlrNameOTHER3.TextWrapped = true
  6005.  
  6006. othersBaseBackground3.Name = "othersBaseBackground3"
  6007. othersBaseBackground3.Parent = Others_3
  6008. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  6009. othersBaseBackground3.BorderSizePixel = 0
  6010. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  6011. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  6012.  
  6013. FreeFall.Name = "FreeFall"
  6014. FreeFall.Parent = othersBaseBackground3
  6015. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6016. FreeFall.BorderSizePixel = 0
  6017. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  6018. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  6019. FreeFall.Font = Enum.Font.SourceSans
  6020. FreeFall.FontSize = Enum.FontSize.Size24
  6021. FreeFall.Text = "Free Fall"
  6022. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6023. FreeFall.TextSize = 22
  6024.  
  6025. Attach.Name = "Attach"
  6026. Attach.Parent = othersBaseBackground3
  6027. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6028. Attach.BorderSizePixel = 0
  6029. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  6030. Attach.Size = UDim2.new(0, 92, 0, 25)
  6031. Attach.Font = Enum.Font.SourceSans
  6032. Attach.FontSize = Enum.FontSize.Size24
  6033. Attach.Text = "Attach"
  6034. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6035. Attach.TextSize = 22
  6036.  
  6037. Bring.Name = "Bring"
  6038. Bring.Parent = othersBaseBackground3
  6039. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6040. Bring.BorderSizePixel = 0
  6041. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  6042. Bring.Size = UDim2.new(0, 92, 0, 25)
  6043. Bring.Font = Enum.Font.SourceSans
  6044. Bring.FontSize = Enum.FontSize.Size24
  6045. Bring.Text = "Bring"
  6046. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6047. Bring.TextSize = 22
  6048.  
  6049. SafeKill.Name = "SafeKill"
  6050. SafeKill.Parent = othersBaseBackground3
  6051. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6052. SafeKill.BorderSizePixel = 0
  6053. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  6054. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  6055. SafeKill.Font = Enum.Font.SourceSans
  6056. SafeKill.FontSize = Enum.FontSize.Size24
  6057. SafeKill.Text = "SafeKill"
  6058. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6059. SafeKill.TextSize = 22
  6060.  
  6061. SuperSpin.Name = "SuperSpin"
  6062. SuperSpin.Parent = othersBaseBackground3
  6063. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6064. SuperSpin.BorderSizePixel = 0
  6065. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  6066. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  6067. SuperSpin.Font = Enum.Font.SourceSans
  6068. SuperSpin.FontSize = Enum.FontSize.Size24
  6069. SuperSpin.Text = "SuperSpin"
  6070. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6071. SuperSpin.TextSize = 22
  6072.  
  6073. Kill.Name = "Kill"
  6074. Kill.Parent = othersBaseBackground3
  6075. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6076. Kill.BorderSizePixel = 0
  6077. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  6078. Kill.Size = UDim2.new(0, 92, 0, 25)
  6079. Kill.Font = Enum.Font.SourceSans
  6080. Kill.FontSize = Enum.FontSize.Size24
  6081. Kill.Text = "Kill"
  6082. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6083. Kill.TextSize = 22
  6084.  
  6085. Others_backPAGE2.Name = "Others_backPAGE2"
  6086. Others_backPAGE2.Parent = Others_3
  6087. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6088. Others_backPAGE2.BorderSizePixel = 0
  6089. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  6090. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  6091. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  6092. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  6093. Others_backPAGE2.Text = "Prev"
  6094. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6095. Others_backPAGE2.TextSize = 22
  6096.  
  6097. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  6098. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  6099. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6100. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  6101. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  6102. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  6103. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  6104.  
  6105. Games.Name = "Games"
  6106. Games.Parent = Pages
  6107. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6108. Games.BorderSizePixel = 0
  6109. Games.Position = UDim2.new(1, 0, 0, 0)
  6110. Games.Size = UDim2.new(1, 0, 1, 0)
  6111.  
  6112. Games_IMAGE.Name = "Games_IMAGE"
  6113. Games_IMAGE.Parent = Games
  6114. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  6115. Games_IMAGE.BackgroundTransparency = 1
  6116. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  6117. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  6118. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  6119.  
  6120. GamesText.Name = "GamesText"
  6121. GamesText.Parent = Games
  6122. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  6123. GamesText.BackgroundTransparency = 1
  6124. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  6125. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  6126. GamesText.Font = Enum.Font.SourceSansItalic
  6127. GamesText.FontSize = Enum.FontSize.Size24
  6128. GamesText.Text = "Not a completed part, I will be updating with more games."
  6129. GamesText.TextSize = 19
  6130. GamesText.TextWrapped = true
  6131.  
  6132. Games_TITLE.Name = "Games_TITLE"
  6133. Games_TITLE.Parent = Games
  6134. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  6135. Games_TITLE.BackgroundTransparency = 1
  6136. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  6137. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  6138. Games_TITLE.Font = Enum.Font.SourceSansBold
  6139. Games_TITLE.FontSize = Enum.FontSize.Size28
  6140. Games_TITLE.Text = "Games"
  6141. Games_TITLE.TextSize = 25
  6142.  
  6143. Games_IMAGE2.Name = "Games_IMAGE2"
  6144. Games_IMAGE2.Parent = Games
  6145. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  6146. Games_IMAGE2.BackgroundTransparency = 1
  6147. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  6148. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  6149. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  6150.  
  6151. SwordFightingTournament.Name = "SwordFightingTournament"
  6152. SwordFightingTournament.Parent = Games
  6153. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6154. SwordFightingTournament.BorderSizePixel = 0
  6155. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  6156. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  6157. SwordFightingTournament.Font = Enum.Font.SourceSans
  6158. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  6159. SwordFightingTournament.Text = "Sword Fighting Tournament"
  6160. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6161. SwordFightingTournament.TextScaled = true
  6162. SwordFightingTournament.TextSize = 14
  6163. SwordFightingTournament.TextWrapped = true
  6164.  
  6165. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  6166. PlatesOfFateMayhem.Parent = Games
  6167. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6168. PlatesOfFateMayhem.BorderSizePixel = 0
  6169. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  6170. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  6171. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  6172. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  6173. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  6174. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6175. PlatesOfFateMayhem.TextScaled = true
  6176. PlatesOfFateMayhem.TextSize = 14
  6177. PlatesOfFateMayhem.TextWrapped = true
  6178.  
  6179. GamesText2.Name = "GamesText2"
  6180. GamesText2.Parent = Games
  6181. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  6182. GamesText2.BackgroundTransparency = 1
  6183. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  6184. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  6185. GamesText2.Font = Enum.Font.SourceSansItalic
  6186. GamesText2.FontSize = Enum.FontSize.Size24
  6187. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  6188. GamesText2.TextSize = 19
  6189. GamesText2.TextWrapped = true
  6190.  
  6191. Frappe.Name = "Frappe"
  6192. Frappe.Parent = Games
  6193. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6194. Frappe.BorderSizePixel = 0
  6195. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  6196. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  6197. Frappe.Font = Enum.Font.SourceSans
  6198. Frappe.FontSize = Enum.FontSize.Size14
  6199. Frappe.Text = "Frappe"
  6200. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6201. Frappe.TextScaled = true
  6202. Frappe.TextSize = 14
  6203. Frappe.TextWrapped = true
  6204.  
  6205. Frappe_2.Name = "Frappe"
  6206. Frappe_2.Parent = Games
  6207. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  6208. Frappe_2.BorderSizePixel = 0
  6209. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  6210. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  6211. Frappe_2.Font = Enum.Font.SourceSans
  6212. Frappe_2.FontSize = Enum.FontSize.Size14
  6213. Frappe_2.Text = "Frappe"
  6214. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6215. Frappe_2.TextScaled = true
  6216. Frappe_2.TextSize = 14
  6217. Frappe_2.TextWrapped = true
  6218.  
  6219. MenuFrame.Name = "MenuFrame"
  6220. MenuFrame.Parent = MainFrame
  6221. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  6222. MenuFrame.BorderSizePixel = 0
  6223. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  6224. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  6225.  
  6226. Welcome.Name = "Welcome"
  6227. Welcome.Parent = MenuFrame
  6228. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  6229. Welcome.BackgroundTransparency = 1
  6230. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  6231. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  6232. Welcome.Font = Enum.Font.SourceSansLight
  6233. Welcome.FontSize = Enum.FontSize.Size14
  6234. Welcome.Text = "Welcome,"
  6235. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6236. Welcome.TextScaled = true
  6237. Welcome.TextSize = 14
  6238. Welcome.TextWrapped = true
  6239.  
  6240. NameOfPlayer.Name = "NameOfPlayer"
  6241. NameOfPlayer.Parent = MenuFrame
  6242. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  6243. NameOfPlayer.BackgroundTransparency = 1
  6244. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  6245. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  6246. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  6247. NameOfPlayer.FontSize = Enum.FontSize.Size14
  6248. NameOfPlayer.Text = "PlayerName"
  6249. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6250. NameOfPlayer.TextScaled = true
  6251. NameOfPlayer.TextSize = 14
  6252. NameOfPlayer.TextWrapped = true
  6253.  
  6254. T_Information.Name = "T_Information"
  6255. T_Information.Parent = MenuFrame
  6256. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  6257. T_Information.BorderSizePixel = 0
  6258. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  6259. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6260. T_Information.Font = Enum.Font.SourceSans
  6261. T_Information.FontSize = Enum.FontSize.Size18
  6262. T_Information.Text = "Information"
  6263. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6264. T_Information.TextSize = 16
  6265. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  6266.  
  6267. T_InfoImage.Name = "T_InfoImage"
  6268. T_InfoImage.Parent = T_Information
  6269. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  6270. T_InfoImage.BackgroundTransparency = 1
  6271. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  6272. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  6273. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  6274.  
  6275. T_Character.Name = "T_Character"
  6276. T_Character.Parent = MenuFrame
  6277. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  6278. T_Character.BorderSizePixel = 0
  6279. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  6280. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6281. T_Character.Font = Enum.Font.SourceSans
  6282. T_Character.FontSize = Enum.FontSize.Size18
  6283. T_Character.Text = "Character"
  6284. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6285. T_Character.TextSize = 16
  6286. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  6287.  
  6288. T_CharImage.Name = "T_CharImage"
  6289. T_CharImage.Parent = T_Character
  6290. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  6291. T_CharImage.BackgroundTransparency = 1
  6292. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  6293. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  6294. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  6295.  
  6296. T_Games.Name = "T_Games"
  6297. T_Games.Parent = MenuFrame
  6298. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  6299. T_Games.BorderSizePixel = 0
  6300. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  6301. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6302. T_Games.Font = Enum.Font.SourceSans
  6303. T_Games.FontSize = Enum.FontSize.Size18
  6304. T_Games.Text = "Games"
  6305. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6306. T_Games.TextSize = 16
  6307. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  6308.  
  6309. T_GameImage.Name = "T_GameImage"
  6310. T_GameImage.Parent = T_Games
  6311. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  6312. T_GameImage.BackgroundTransparency = 1
  6313. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  6314. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  6315. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  6316.  
  6317. T_Others.Name = "T_Others"
  6318. T_Others.Parent = MenuFrame
  6319. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  6320. T_Others.BorderSizePixel = 0
  6321. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  6322. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6323. T_Others.Font = Enum.Font.SourceSans
  6324. T_Others.FontSize = Enum.FontSize.Size18
  6325. T_Others.Text = "Others"
  6326. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6327. T_Others.TextSize = 16
  6328. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  6329.  
  6330. T_OtherImage.Name = "T_OtherImage"
  6331. T_OtherImage.Parent = T_Others
  6332. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  6333. T_OtherImage.BackgroundTransparency = 1
  6334. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  6335. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  6336. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  6337.  
  6338. T_Extra.Name = "T_Extra"
  6339. T_Extra.Parent = MenuFrame
  6340. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  6341. T_Extra.BorderSizePixel = 0
  6342. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  6343. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6344. T_Extra.Font = Enum.Font.SourceSans
  6345. T_Extra.FontSize = Enum.FontSize.Size18
  6346. T_Extra.Text = "Extra"
  6347. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6348. T_Extra.TextSize = 16
  6349. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  6350.  
  6351. T_ExtraImage.Name = "T_ExtraImage"
  6352. T_ExtraImage.Parent = T_Extra
  6353. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  6354. T_ExtraImage.BackgroundTransparency = 1
  6355. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  6356. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  6357. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  6358.  
  6359. DeleteGUI.Name = "DeleteGUI"
  6360. DeleteGUI.Parent = MenuFrame
  6361. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  6362. DeleteGUI.BorderSizePixel = 0
  6363. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  6364. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  6365. DeleteGUI.Font = Enum.Font.SourceSans
  6366. DeleteGUI.FontSize = Enum.FontSize.Size18
  6367. DeleteGUI.Text = "Delete GUI"
  6368. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  6369. DeleteGUI.TextSize = 16
  6370. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  6371.  
  6372. DELETEIMAGE.Name = "DELETEIMAGE"
  6373. DELETEIMAGE.Parent = DeleteGUI
  6374. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  6375. DELETEIMAGE.BackgroundTransparency = 1
  6376. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  6377. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  6378. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  6379.  
  6380. Darkness.Name = "Darkness"
  6381. Darkness.Parent = MainFrame
  6382. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  6383. Darkness.BackgroundTransparency = 0.8
  6384. Darkness.BorderSizePixel = 0
  6385. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  6386. Darkness.Size = UDim2.new(0, 272, 0, 271)
  6387. Darkness.Visible = false
  6388. Darkness.ZIndex = 7
  6389. Darkness.Font = Enum.Font.SourceSans
  6390. Darkness.FontSize = Enum.FontSize.Size14
  6391. Darkness.Text = ""
  6392. Darkness.TextSize = 14
  6393.  
  6394. -----------------------------------------------------------------
  6395. -----------------------------------------------------------------
  6396. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  6397. if game.Workspace.FilteringEnabled == true then
  6398.     Image_FE_ENABLED.Visible = true
  6399.     Image_FE_DISABLED.Visible = false
  6400.     Text_FE_ENABLED.Visible = true
  6401.     Text_FE_DISABLED.Visible = false
  6402. else
  6403.     Image_FE_ENABLED.Visible = false
  6404.     Image_FE_DISABLED.Visible = true
  6405.     Text_FE_ENABLED.Visible = false
  6406.     Text_FE_DISABLED.Visible = true
  6407. end
  6408.  
  6409. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6410.     local Found = {}
  6411.     local strl = String:lower()
  6412.     if strl == "all" then
  6413.         for i,v in pairs(game.Players:GetPlayers()) do
  6414.             table.insert(Found,v)
  6415.         end
  6416.     elseif strl == "others" then
  6417.         for i,v in pairs(game.Players:GetPlayers()) do
  6418.             if v.Name ~= game.Players.LocalPlayer.Name then
  6419.                 table.insert(Found,v)
  6420.             end
  6421.         end    
  6422.     else
  6423.         for i,v in pairs(game.Players:GetPlayers()) do
  6424.             if v.Name:lower():sub(1, #String) == String:lower() then
  6425.                 table.insert(Found,v)
  6426.             end
  6427.         end    
  6428.     end
  6429.     return Found    
  6430. end
  6431.  
  6432. OpenMenu.MouseButton1Click:connect(function()
  6433.     MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  6434.     MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  6435.     Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  6436.     wait(0.7)
  6437.     Darkness.Visible = true
  6438.     Darkness.BackgroundTransparency = 0.8
  6439. end)
  6440.  
  6441. Darkness.MouseButton1Click:connect(function()
  6442.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  6443.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  6444.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  6445.     Darkness.Visible = false
  6446. end)
  6447.  
  6448. closedgui = true
  6449. CloseGUI.MouseButton1Click:connect(function()
  6450.     wait(0.3)
  6451.     if closedgui then
  6452.         Pages.Position = UDim2.new(0, 0, 0.223, 0)
  6453.         OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  6454.         MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  6455.         MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  6456.         Darkness.Visible = false
  6457.         Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  6458.         OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  6459.         wait(1.6)
  6460.         MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  6461.         Darkness.Visible = false
  6462.         MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  6463.         closedgui = false
  6464.     else
  6465.         Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  6466.         wait(1.5)
  6467.         OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6468.         wait(0.6)
  6469.         closedgui = true
  6470.     end
  6471. end)
  6472.  
  6473. DeleteGUI.MouseButton1Click:connect(function()
  6474.     game.CoreGui.OPFinality:Destroy()
  6475. end)
  6476.  
  6477. T_Character.MouseButton1Click:connect(function()
  6478.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  6479.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  6480.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  6481.     Darkness.Visible = false
  6482.     wait(0.5)
  6483.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6484.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6485.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6486.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6487.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6488.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6489.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6490.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6491.     wait(0.5)
  6492.     Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6493. end)
  6494.  
  6495. T_Extra.MouseButton1Click:connect(function()
  6496.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  6497.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  6498.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  6499.     Darkness.Visible = false
  6500.     wait(0.5)
  6501.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6502.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6503.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6504.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6505.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6506.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6507.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6508.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6509.     wait(0.5)
  6510.     Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6511. end)
  6512.  
  6513. T_Games.MouseButton1Click:connect(function()
  6514.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  6515.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  6516.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  6517.     Darkness.Visible = false
  6518.     wait(0.5)
  6519.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6520.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6521.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6522.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6523.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6524.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6525.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6526.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6527.     wait(0.5)
  6528.     Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6529. end)
  6530.  
  6531. T_Information.MouseButton1Click:connect(function()
  6532.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  6533.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  6534.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  6535.     Darkness.Visible = false
  6536.     wait(0.5)
  6537.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6538.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6539.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6540.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6541.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6542.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6543.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6544.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6545.     wait(0.5)
  6546.     Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6547. end)
  6548.  
  6549. T_Others.MouseButton1Click:connect(function()
  6550.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  6551.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  6552.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  6553.     Darkness.Visible = false
  6554.     wait(0.5)
  6555.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6556.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6557.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6558.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6559.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6560.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6561.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6562.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6563.     wait(0.5)
  6564.     Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6565. end)
  6566.  
  6567. Character_toPAGE2.MouseButton1Click:connect(function()
  6568.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6569.     wait(0.5)
  6570.     Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6571. end)
  6572. Character_backPAGE1.MouseButton1Click:connect(function()
  6573.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6574.     wait(0.5)
  6575.     Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6576. end)
  6577. Extra_toPAGE2.MouseButton1Click:connect(function()
  6578.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6579.     wait(0.5)
  6580.     Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6581. end)
  6582. Extra_backPAGE1.MouseButton1Click:connect(function()
  6583.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6584.     wait(0.5)
  6585.     Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6586. end)
  6587. Others_toPAGE2.MouseButton1Click:connect(function()
  6588.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6589.     wait(0.5)
  6590.     Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6591. end)
  6592. Others_toPAGE3.MouseButton1Click:connect(function()
  6593.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6594.     wait(0.5)
  6595.     Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6596. end)
  6597. Others_backPAGE1.MouseButton1Click:connect(function()
  6598.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6599.     wait(0.5)
  6600.     Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6601. end)
  6602. Others_backPAGE2.MouseButton1Click:connect(function()
  6603.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  6604.     wait(0.5)
  6605.     Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  6606. end)
  6607.  
  6608. -------------------------------------------------------------------------------
  6609. -------------------------------------------------------------------------------
  6610.  
  6611. HipHeight.MouseButton1Click:connect(function()
  6612.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  6613. end)
  6614. Speed.MouseButton1Click:connect(function()
  6615.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  6616. end)
  6617. JumpHeight.MouseButton1Click:connect(function()
  6618.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  6619. end)
  6620. Chat.MouseButton1Click:connect(function()
  6621.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  6622. end)
  6623. SpammingChar = false
  6624. Spam_2.MouseButton1Click:connect(function()
  6625.     SpammingChar = not SpammingChar
  6626. end)
  6627.  
  6628. local flying = false
  6629. Fly.MouseButton1Click:connect(function()
  6630. flying = not flying
  6631. repeat wait()
  6632. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  6633. local mouse = game.Players.LocalPlayer:GetMouse()
  6634. repeat wait() until mouse
  6635. local plr = game.Players.LocalPlayer
  6636. local torso = plr.Character.Torso
  6637. local deb = true
  6638. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  6639. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6640. local maxspeed = 80
  6641. local speed = 0
  6642. if flying then
  6643.     Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  6644. else
  6645.     Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  6646. end
  6647.  
  6648. function FlyFunction()
  6649. local bg = Instance.new("BodyGyro", torso)
  6650. bg.P = 9e4
  6651. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6652. bg.cframe = torso.CFrame
  6653. local bv = Instance.new("BodyVelocity", torso)
  6654. bv.velocity = Vector3.new(0,0.1,0)
  6655. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6656. repeat wait()
  6657. plr.Character.Humanoid.PlatformStand = true
  6658. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  6659. speed = speed+.5+(speed/maxspeed)
  6660. if speed > maxspeed then
  6661. speed = maxspeed
  6662. end
  6663. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  6664. speed = speed-1
  6665. if speed < 0 then
  6666. speed = 0
  6667. end
  6668. end
  6669. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  6670. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  6671. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  6672. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  6673. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  6674. else
  6675. bv.velocity = Vector3.new(0,0.1,0)
  6676. end
  6677. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  6678. until not flying
  6679. ctrl = {f = 0, b = 0, l = 0, r = 0}
  6680. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6681. speed = 0
  6682. bg:Destroy()
  6683. bv:Destroy()
  6684. plr.Character.Humanoid.PlatformStand = false
  6685. end
  6686. mouse.KeyDown:connect(function(key)
  6687. if key:lower() == "w" then
  6688. ctrl.f = 1
  6689. elseif key:lower() == "s" then
  6690. ctrl.b = -1
  6691. elseif key:lower() == "a" then
  6692. ctrl.l = -1
  6693. elseif key:lower() == "d" then
  6694. ctrl.r = 1
  6695. end
  6696. end)
  6697. mouse.KeyUp:connect(function(key)
  6698. if key:lower() == "w" then
  6699. ctrl.f = 0
  6700. elseif key:lower() == "s" then
  6701. ctrl.b = 0
  6702. elseif key:lower() == "a" then
  6703. ctrl.l = 0
  6704. elseif key:lower() == "d" then
  6705. ctrl.r = 0
  6706. end
  6707. end)
  6708. FlyFunction()
  6709. end)
  6710.  
  6711. clip = true
  6712. Noclip.MouseButton1Click:connect(function()
  6713.     clip = not clip
  6714.     game:GetService('RunService').Stepped:connect(function()
  6715.         if not clip then
  6716.             Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  6717.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  6718.             game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6719.             game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6720.             game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6721.         else
  6722.             Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  6723.         end
  6724.     end)
  6725. end)
  6726.  
  6727. local Anim = Instance.new("Animation")
  6728. Anim.AnimationId = "rbxassetid://33169583"
  6729. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6730. local armsareoff = false
  6731. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6732.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6733.     armsareoff = false
  6734.     armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6735. end)
  6736. armsoff.MouseButton1Click:connect(function()
  6737.     armsareoff = not armsareoff
  6738.     if armsareoff then
  6739.         armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6740.         while wait() do
  6741.          if track.IsPlaying == false then
  6742.             if armsareoff then
  6743.                 track:Play(.1, 1, 1e6)
  6744.             end
  6745.          end
  6746.         end
  6747.     else
  6748.         track:Stop()
  6749.         armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6750.     end
  6751. end)
  6752.  
  6753. local Anim = Instance.new("Animation")
  6754. Anim.AnimationId = "rbxassetid://121572214"
  6755. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6756. headfloatACTIVE = false
  6757. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6758.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6759.     headfloatACTIVE = false
  6760.     headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6761. end)
  6762. headfloat.MouseButton1Click:connect(function()
  6763.     headfloatACTIVE = not headfloatACTIVE
  6764.     if headfloatACTIVE then
  6765.         headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6766.         while wait() do
  6767.          if track.IsPlaying == false then
  6768.             if headfloatACTIVE then
  6769.                 track:Play(.1, 1, 1)
  6770.             end
  6771.          end
  6772.         end
  6773.     else
  6774.         track:Stop()
  6775.         headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6776.     end
  6777. end)
  6778.  
  6779. local Anim = Instance.new("Animation")
  6780. Anim.AnimationId = "rbxassetid://35154961"
  6781. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6782. local headthrowACTIVE = false
  6783. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6784.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6785.     headthrowACTIVE = false
  6786.     headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6787. end)
  6788. headthrow.MouseButton1Click:connect(function()
  6789.     headthrowACTIVE = not headthrowACTIVE
  6790.     if headthrowACTIVE then
  6791.         headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6792.         while wait() do
  6793.          if track.IsPlaying == false then
  6794.             if headthrowACTIVE then
  6795.                 track:Play(.1, 1, 1)
  6796.             end
  6797.          end
  6798.         end
  6799.     else
  6800.         track:Stop()
  6801.         headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6802.     end
  6803. end)
  6804.  
  6805. local Anim = Instance.new("Animation")
  6806. Anim.AnimationId = "rbxassetid://35154961"
  6807. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6808. local loopheadACTIVE = false
  6809. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6810.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6811.     loopheadACTIVE = false
  6812.     loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6813. end)
  6814. loophead.MouseButton1Click:connect(function()
  6815.     loopheadACTIVE = not loopheadACTIVE
  6816.     if loopheadACTIVE then
  6817.         loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6818.         while wait() do
  6819.          if track.IsPlaying == false then
  6820.             if loopheadACTIVE then
  6821.                 track:Play(.1, 1, 1e6)
  6822.             end
  6823.          end
  6824.         end
  6825.     else
  6826.         track:Stop()
  6827.         loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6828.     end
  6829. end)
  6830.  
  6831. local Anim = Instance.new("Animation")
  6832. Anim.AnimationId = "rbxassetid://313762630"
  6833. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6834. local levitateACTIVE = false
  6835. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6836.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6837.     levitateACTIVE = false
  6838.     levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6839. end)
  6840. levitate.MouseButton1Click:connect(function()
  6841.     levitateACTIVE = not levitateACTIVE
  6842.     if levitateACTIVE then
  6843.         levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6844.         while wait() do
  6845.          if track.IsPlaying == false then
  6846.             if levitateACTIVE then
  6847.                 track:Play(.1, 1, 1)
  6848.             end
  6849.          end
  6850.         end
  6851.     else
  6852.         track:Stop()
  6853.         levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6854.     end
  6855. end)
  6856.  
  6857. local Anim = Instance.new("Animation")
  6858. Anim.AnimationId = "rbxassetid://282574440"
  6859. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6860. local crawlACTIVE = false
  6861. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6862.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6863.     crawlACTIVE = false
  6864.     crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6865. end)
  6866. crawl.MouseButton1Click:connect(function()
  6867.     crawlACTIVE = not crawlACTIVE
  6868.     if crawlACTIVE then
  6869.         crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6870.         while wait() do
  6871.          if track.IsPlaying == false then
  6872.             if crawlACTIVE then
  6873.                 track:Play(.1, 1, 1)
  6874.             end
  6875.          end
  6876.         end
  6877.     else
  6878.         track:Stop()
  6879.         crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6880.     end
  6881. end)
  6882.  
  6883. local Anim = Instance.new("Animation")
  6884. Anim.AnimationId = "rbxassetid://184574340"
  6885. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6886. local jumplandACTIVE = false
  6887. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6888.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6889.     jumplandACTIVE = false
  6890.     jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6891. end)
  6892. jumpland.MouseButton1Click:connect(function()
  6893.     jumplandACTIVE = not jumplandACTIVE
  6894.     if jumplandACTIVE then
  6895.         jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6896.         while wait() do
  6897.          if track.IsPlaying == false then
  6898.             if jumplandACTIVE then
  6899.                 track:Play(.1, 1, 1)
  6900.             end
  6901.          end
  6902.         end
  6903.     else
  6904.         track:Stop()
  6905.         jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6906.     end
  6907. end)
  6908.  
  6909. local Anim = Instance.new("Animation")
  6910. Anim.AnimationId = "rbxassetid://126753849"
  6911. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6912. local punchesACTIVE = false
  6913. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6914.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6915.     punchesACTIVE = false
  6916.     punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6917. end)
  6918. punches.MouseButton1Click:connect(function()
  6919.     punchesACTIVE = not punchesACTIVE
  6920.     if punchesACTIVE then
  6921.         punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6922.         while wait() do
  6923.          if track.IsPlaying == false then
  6924.             if punchesACTIVE then
  6925.                 track:Play(.1, 1, 1)
  6926.             end
  6927.          end
  6928.         end
  6929.     else
  6930.         track:Stop()
  6931.         punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6932.     end
  6933. end)
  6934.  
  6935. local Anim = Instance.new("Animation")
  6936. Anim.AnimationId = "rbxassetid://204062532"
  6937. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6938. local swingACTIVE = false
  6939. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6940.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6941.     swingACTIVE = false
  6942.     swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6943. end)
  6944. swing.MouseButton1Click:connect(function()
  6945.     swingACTIVE = not swingACTIVE
  6946.     if swingACTIVE then
  6947.         swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6948.         while wait() do
  6949.          if track.IsPlaying == false then
  6950.             if swingACTIVE then
  6951.                 track:Play(.1, 1, 1)
  6952.             end
  6953.          end
  6954.         end
  6955.     else
  6956.         track:Stop()
  6957.         swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6958.     end
  6959. end)
  6960.  
  6961. local Anim = Instance.new("Animation")
  6962. Anim.AnimationId = "rbxassetid://204295235"
  6963. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6964. local swordstrikeACTIVE = false
  6965. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6966.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6967.     swordstrikeACTIVE = false
  6968.     swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6969. end)
  6970. swordstrike.MouseButton1Click:connect(function()
  6971.     swordstrikeACTIVE = not swordstrikeACTIVE
  6972.     if swordstrikeACTIVE then
  6973.         swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6974.         while wait() do
  6975.          if track.IsPlaying == false then
  6976.             if swordstrikeACTIVE then
  6977.                 track:Play(.1, 1, 1)
  6978.             end
  6979.          end
  6980.         end
  6981.     else
  6982.         track:Stop()
  6983.         swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6984.     end
  6985. end)
  6986.  
  6987. local Anim = Instance.new("Animation")
  6988. Anim.AnimationId = "rbxassetid://45834924"
  6989. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6990. local happyACTIVE = false
  6991. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6992.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6993.     happyACTIVE = false
  6994.     happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6995. end)
  6996. happy.MouseButton1Click:connect(function()
  6997.     happyACTIVE = not happyACTIVE
  6998.     if happyACTIVE then
  6999.         happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  7000.         while wait() do
  7001.          if track.IsPlaying == false then
  7002.             if happyACTIVE then
  7003.                 track:Play(.1, 1, 1)
  7004.             end
  7005.          end
  7006.         end
  7007.     else
  7008.         track:Stop()
  7009.         happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7010.     end
  7011. end)
  7012.  
  7013. local Anim = Instance.new("Animation")
  7014. Anim.AnimationId = "rbxassetid://33796059"
  7015. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7016. local insaneACTIVE = false
  7017. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7018.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7019.     insaneACTIVE = false
  7020.     insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7021. end)
  7022. insane.MouseButton1Click:connect(function()
  7023.     insaneACTIVE = not insaneACTIVE
  7024.     if insaneACTIVE then
  7025.         insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  7026.         while wait() do
  7027.          if track.IsPlaying == false then
  7028.             if insaneACTIVE then
  7029.                 track:Play(.1, 1, 1e6)
  7030.             end
  7031.          end
  7032.         end
  7033.     else
  7034.         track:Stop()
  7035.         insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7036.     end
  7037. end)
  7038.  
  7039. local Anim = Instance.new("Animation")
  7040. Anim.AnimationId = "rbxassetid://429703734"
  7041. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7042. local movingdanceACTIVE = false
  7043. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7044.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7045.     movingdanceACTIVE = false
  7046.     movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7047. end)
  7048. movingdance.MouseButton1Click:connect(function()
  7049.     movingdanceACTIVE = not movingdanceACTIVE
  7050.     if movingdanceACTIVE then
  7051.         movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  7052.         while wait() do
  7053.          if track.IsPlaying == false then
  7054.             if movingdanceACTIVE then
  7055.                 track:Play(.1, 1, 1)
  7056.             end
  7057.          end
  7058.         end
  7059.     else
  7060.         track:Stop()
  7061.         movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7062.     end
  7063. end)
  7064.  
  7065. local Anim = Instance.new("Animation")
  7066. Anim.AnimationId = "rbxassetid://35654637"
  7067. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7068. local normalACTIVE = false
  7069. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7070.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7071.     normalACTIVE = false
  7072.     normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7073. end)
  7074. normal.MouseButton1Click:connect(function()
  7075.     normalACTIVE = not normalACTIVE
  7076.     if normalACTIVE then
  7077.         normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  7078.         while wait() do
  7079.          if track.IsPlaying == false then
  7080.             if normalACTIVE then
  7081.                 track:Play(.1, 1, 1)
  7082.             end
  7083.          end
  7084.         end
  7085.     else
  7086.         track:Stop()
  7087.         normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7088.     end
  7089. end)
  7090.  
  7091. local Anim = Instance.new("Animation")
  7092. Anim.AnimationId = "rbxassetid://186934910"
  7093. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7094. local spindanceACTIVE = false
  7095. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7096.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7097.     spindanceACTIVE = false
  7098.     spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7099. end)
  7100. spindance.MouseButton1Click:connect(function()
  7101.     spindanceACTIVE = not spindanceACTIVE
  7102.     if spindanceACTIVE then
  7103.         spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  7104.         while wait() do
  7105.          if track.IsPlaying == false then
  7106.             if spindanceACTIVE then
  7107.                 track:Play(.1, 1, 1)
  7108.             end
  7109.          end
  7110.         end
  7111.     else
  7112.         track:Stop()
  7113.         spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  7114.     end
  7115. end)
  7116.  
  7117. local Anim = Instance.new("Animation")
  7118. Anim.AnimationId = "rbxassetid://215384594"
  7119. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7120. local CloneIllusionACTIVE = false
  7121. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7122.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7123.     CloneIllusionACTIVE = false
  7124.     CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7125. end)
  7126. CloneIllusion.MouseButton1Click:connect(function()
  7127.     CloneIllusionACTIVE = not CloneIllusionACTIVE
  7128.     if CloneIllusionACTIVE then
  7129.         CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  7130.         while wait() do
  7131.          if track.IsPlaying == false then
  7132.             if CloneIllusionACTIVE then
  7133.                 track:Play(.1, 1, 1e6)
  7134.             end
  7135.          end
  7136.         end
  7137.     else
  7138.         track:Stop()
  7139.         CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7140.     end
  7141. end)
  7142.  
  7143. spinning = false
  7144. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7145.     spinning = false
  7146.     CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7147. end)
  7148. CoolSpin.MouseButton1Click:connect(function()
  7149.     spinning = not spinning
  7150.     if spinning then
  7151.         local p = Instance.new("RocketPropulsion")
  7152.         p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7153.         p.Name = "CrazySpin"
  7154.         p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  7155.         p:Fire()
  7156.         CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  7157.     else
  7158.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  7159.         CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7160.     end
  7161. end)
  7162.  
  7163. local Anim = Instance.new("Animation")
  7164. Anim.AnimationId = "rbxassetid://180612465"
  7165. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7166. local ScaredACTIVE = false
  7167. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7168.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7169.     ScaredACTIVE = false
  7170.     CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  7171. end)
  7172. CrouchRocket.MouseButton1Click:connect(function()
  7173.     ScaredACTIVE = not ScaredACTIVE
  7174.     if ScaredACTIVE then
  7175.         local u = Instance.new("RocketPropulsion")
  7176.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7177.         u.Name = "CrouchRocket"
  7178.         u.Target = game.Players.LocalPlayer.Character.Head
  7179.         u:Fire()
  7180.         CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  7181.         while wait() do
  7182.          if track.IsPlaying == false then
  7183.             if ScaredACTIVE then
  7184.                 track:Play(.1, 1, 1)
  7185.             end
  7186.          end
  7187.         end
  7188.     else
  7189.         track:Stop()
  7190.         CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7191.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  7192.     end
  7193. end)
  7194.  
  7195. local Anim = Instance.new("Animation")
  7196. Anim.AnimationId = "rbxassetid://184574340"
  7197. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7198. local jumprocketnow = false
  7199. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7200.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7201.     jumprocketnow = false
  7202.     JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  7203. end)
  7204. JumpRocket.MouseButton1Click:connect(function()
  7205.     jumprocketnow = not jumprocketnow
  7206.     if jumprocketnow then
  7207.         local u = Instance.new("RocketPropulsion")
  7208.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7209.         u.Name = "JumpRocket"
  7210.         u.Target = game.Players.LocalPlayer.Character.Head
  7211.         u:Fire()
  7212.         JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  7213.         while wait() do
  7214.          if track.IsPlaying == false then
  7215.             if jumprocketnow then
  7216.                 track:Play(.1, 1, 1)
  7217.             end
  7218.          end
  7219.         end
  7220.     else
  7221.         track:Stop()
  7222.         JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  7223.         game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  7224.     end
  7225. end)
  7226.  
  7227. local Anim = Instance.new("Animation")
  7228. Anim.AnimationId = "rbxassetid://126753849"
  7229. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7230. local RapidPunchACTIVE = false
  7231. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7232.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7233.     RapidPunchACTIVE = false
  7234.     RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  7235. end)
  7236. RapidPunch.MouseButton1Click:connect(function()
  7237.     RapidPunchACTIVE = not RapidPunchACTIVE
  7238.     if RapidPunchACTIVE then
  7239.         RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  7240.         while wait() do
  7241.          if track.IsPlaying == false then
  7242.             if RapidPunchACTIVE then
  7243.                 track:Play(.1, 1, 10)
  7244.             end
  7245.          end
  7246.         end
  7247.     else
  7248.         track:Stop()
  7249.         RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  7250.     end
  7251. end)
  7252.  
  7253. FEGodmode.MouseButton1Click:connect(function()
  7254.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7255.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7256.     l.Parent = game.Players.LocalPlayer.Character
  7257.     l.Name = "Humanoid"
  7258.     wait(0.1)
  7259.     game.Players.LocalPlayer.Character["1"]:Destroy()
  7260.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7261.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  7262.     wait(0.1)
  7263.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  7264.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7265. end)
  7266.  
  7267. NoLimbs.MouseButton1Click:connect(function()
  7268.     game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  7269.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  7270.     game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  7271.     game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  7272. end)
  7273.  
  7274. BrickHats.MouseButton1Click:connect(function()
  7275.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7276.         if (v:IsA("Accessory")) then
  7277.             v.Handle.Mesh:Destroy()
  7278.         end
  7279.     end
  7280. end)
  7281.  
  7282. local Anim = Instance.new("Animation")
  7283. Anim.AnimationId = "rbxassetid://181525546"
  7284. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7285. local FaintACTIVE = false
  7286. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7287.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7288.     FaintACTIVE = false
  7289.     Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7290. end)
  7291. Faint.MouseButton1Click:connect(function()
  7292.     FaintACTIVE = not FaintACTIVE
  7293.     if FaintACTIVE then
  7294.         Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  7295.         while wait() do
  7296.          if track.IsPlaying == false then
  7297.             if FaintACTIVE then
  7298.                 track:Play(.1, 1, 1)
  7299.             end
  7300.          end
  7301.         end
  7302.     else
  7303.         track:Stop()
  7304.         Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7305.     end
  7306. end)
  7307.  
  7308. local Anim = Instance.new("Animation")
  7309. Anim.AnimationId = "rbxassetid://188632011"
  7310. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7311. local SpinACTIVE = false
  7312. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7313.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7314.     SpinACTIVE = false
  7315.     Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7316. end)
  7317. Spin.MouseButton1Click:connect(function()
  7318.     SpinACTIVE = not SpinACTIVE
  7319.     if SpinACTIVE then
  7320.         Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  7321.         while wait() do
  7322.          if track.IsPlaying == false then
  7323.             if SpinACTIVE then
  7324.                 track:Play(.1, 1, 1)
  7325.             end
  7326.          end
  7327.         end
  7328.     else
  7329.         track:Stop()
  7330.         Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7331.     end
  7332. end)
  7333.  
  7334. local Anim = Instance.new("Animation")
  7335. Anim.AnimationId = "rbxassetid://33169583"
  7336. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7337. local ArmFollowACTIVE = false
  7338. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7339.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7340.     ArmFollowACTIVE = false
  7341.     ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7342. end)
  7343. ArmFollow.MouseButton1Click:connect(function()
  7344.     ArmFollowACTIVE = not ArmFollowACTIVE
  7345.     if ArmFollowACTIVE then
  7346.         local u = Instance.new("RocketPropulsion")
  7347.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7348.         u.Name = "ArmFollow"
  7349.         u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  7350.         u:Fire()
  7351.         ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  7352.         while wait() do
  7353.          if track.IsPlaying == false then
  7354.             if ArmFollowACTIVE then
  7355.                 track:Play(.1, 1, 1)
  7356.             end
  7357.          end
  7358.         end
  7359.     else
  7360.         track:Stop()
  7361.         ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7362.         game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  7363.     end
  7364. end)
  7365.  
  7366. local Anim = Instance.new("Animation")
  7367. Anim.AnimationId = "rbxassetid://126753849"
  7368. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7369. local PunchFollowACTIVE = false
  7370. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7371.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7372.     PunchFollowACTIVE = false
  7373.     PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7374. end)
  7375. PunchFollow.MouseButton1Click:connect(function()
  7376.     PunchFollowACTIVE = not PunchFollowACTIVE
  7377.     if PunchFollowACTIVE then
  7378.         local u = Instance.new("RocketPropulsion")
  7379.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7380.         u.Name = "PunchFollow"
  7381.         u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  7382.         u:Fire()
  7383.         PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  7384.         while wait() do
  7385.          if track.IsPlaying == false then
  7386.             if PunchFollowACTIVE then
  7387.                 track:Play(.1, 1, 1)
  7388.             end
  7389.          end
  7390.         end
  7391.     else
  7392.         track:Stop()
  7393.         PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  7394.         game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  7395.     end
  7396. end)
  7397.  
  7398. AnimationId = "148840371"
  7399. local Anim = Instance.new("Animation")
  7400. Anim.AnimationId = "rbxassetid://"..AnimationId
  7401. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7402. _18active = false
  7403. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7404.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7405.     _18active = false
  7406.     _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7407. end)
  7408. _18.MouseButton1Click:connect(function()
  7409.     _18active = not _18active
  7410.     if _18active then
  7411.         _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7412.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  7413.             track:Play()
  7414.             while wait() do
  7415.                 if _18active then
  7416.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7417.                 end
  7418.             end
  7419.         end
  7420.     else
  7421.         track:Stop()
  7422.         _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7423.     end
  7424. end)
  7425.  
  7426. local Anim = Instance.new("Animation")
  7427. Anim.AnimationId = "rbxassetid://180612465"
  7428. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7429. local crouchattacking = false
  7430. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7431.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7432.     crouchattacking = false
  7433.     CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7434. end)
  7435. CrouchAttack.MouseButton1Click:connect(function()
  7436.     crouchattacking = not crouchattacking
  7437.     if crouchattacking then
  7438.         local u = Instance.new("RocketPropulsion")
  7439.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7440.         u.Name = "CrouchAttack"
  7441.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  7442.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  7443.         end
  7444.         u:Fire()
  7445.         CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7446.         while wait() do
  7447.          if track.IsPlaying == false then
  7448.             if crouchattacking then
  7449.                 track:Play(.1, 1, 1)
  7450.             end
  7451.          end
  7452.         end
  7453.     else
  7454.         track:Stop()
  7455.         CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7456.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  7457.     end
  7458. end)
  7459.  
  7460. local Anim = Instance.new("Animation")
  7461. Anim.AnimationId = "rbxassetid://184574340"
  7462. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7463. local SlamPropulsioning = false
  7464. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7465.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7466.     SlamPropulsioning = false
  7467.     SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7468. end)
  7469. SlamPropulsion.MouseButton1Click:connect(function()
  7470.     SlamPropulsioning = not SlamPropulsioning
  7471.     if SlamPropulsioning then
  7472.         local u = Instance.new("RocketPropulsion")
  7473.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7474.         u.Name = "SlamPropulsion"
  7475.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  7476.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  7477.         end
  7478.         u:Fire()
  7479.         SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7480.         while wait() do
  7481.          if track.IsPlaying == false then
  7482.             if SlamPropulsioning then
  7483.                 track:Play(.1, 1, 1)
  7484.             end
  7485.          end
  7486.         end
  7487.     else
  7488.         track:Stop()
  7489.         SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7490.         game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  7491.     end
  7492. end)
  7493.  
  7494. local Anim = Instance.new("Animation")
  7495. Anim.AnimationId = "rbxassetid://429730430"
  7496. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7497. local SpinAttacking = false
  7498. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7499.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7500.     SpinAttacking = false
  7501.     SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7502. end)
  7503. SpinAttack.MouseButton1Click:connect(function()
  7504.     SpinAttacking = not SpinAttacking
  7505.     if SpinAttacking then
  7506.         local u = Instance.new("RocketPropulsion")
  7507.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7508.         u.Name = "SpinAttack"
  7509.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  7510.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  7511.         end
  7512.         u:Fire()
  7513.         SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7514.         while wait() do
  7515.          if track.IsPlaying == false then
  7516.             if SpinAttacking then
  7517.                 track:Play(.1, 1, 1)
  7518.             end
  7519.          end
  7520.         end
  7521.     else
  7522.         track:Stop()
  7523.         SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7524.         game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  7525.     end
  7526. end)
  7527.  
  7528. watching = false
  7529. CreepyWatch.MouseButton1Click:connect(function()
  7530.     watching = not watching
  7531. end)
  7532.  
  7533. local Anim = Instance.new("Animation")
  7534. Anim.AnimationId = "rbxassetid://215384594"
  7535. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7536. walkingthrough = false
  7537. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7538.     walkingthrough = false
  7539.     WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7540.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7541. end)
  7542. WalkThrough.MouseButton1Click:connect(function()
  7543.     walkingthrough = not walkingthrough
  7544.     if walkingthrough then
  7545.         WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7546.         while wait() do
  7547.             if walkingthrough then
  7548.             for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  7549.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7550.                 if track.IsPlaying == false then
  7551.                     if walkingthrough then
  7552.                         track:Play(.1, 1, 1e6)
  7553.                     end
  7554.                 end
  7555.             end
  7556.             end
  7557.         end
  7558.     else
  7559.         WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7560.         track:Stop()
  7561.     end
  7562. end)
  7563.  
  7564. annoying = false
  7565. Annoy.MouseButton1Click:connect(function()
  7566.     annoying = not annoying
  7567. end)
  7568. local Anim = Instance.new("Animation")
  7569. Anim.AnimationId = "rbxassetid://282574440"
  7570. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7571. local crawlACTIVE = false
  7572. Carpett = false
  7573. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7574.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7575.     Carpett = false
  7576.     Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7577. end)
  7578. Carpet.MouseButton1Click:connect(function()
  7579.     Carpett = not Carpett
  7580.     if Carpett then
  7581.         Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7582.         while wait() do
  7583.          if track.IsPlaying == false then
  7584.             if Carpett then
  7585.                 track:Play(.1, 1, 1)
  7586.             end
  7587.          end
  7588.         end
  7589.     else
  7590.         track:Stop()
  7591.         Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7592.     end
  7593. end)
  7594. following = false
  7595. Follow.MouseButton1Click:connect(function()
  7596.     following = not following
  7597. end)
  7598. headwalking = false
  7599. HeadWalk.MouseButton1Click:connect(function()
  7600.     headwalking = not headwalking
  7601. end)
  7602. Spammer = false
  7603. Spam.MouseButton1Click:connect(function()
  7604.     Spammer = not Spammer
  7605. end)
  7606. stuck = false
  7607. Stick.MouseButton1Click:connect(function()
  7608.     stuck = not stuck
  7609. end)
  7610. TeleportTo.MouseButton1Click:connect(function()
  7611.     for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7612.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7613.     end
  7614. end)
  7615.  
  7616. orbital = false
  7617. Orbit.MouseButton1Click:connect(function()
  7618.     orbital = not orbital
  7619.     if orbital then
  7620.         Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7621.         local o = Instance.new("RocketPropulsion")
  7622.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7623.         o.Name = "Orbit"
  7624.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7625.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  7626.             o:Fire()
  7627.             game:GetService('RunService').Stepped:connect(function()
  7628.                 if orbital then
  7629.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7630.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7631.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7632.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7633.                 end
  7634.             end)
  7635.         end
  7636.     else
  7637.         game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  7638.         Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7639.     end
  7640. end)
  7641.  
  7642. currentview = false
  7643. View.MouseButton1Click:connect(function()
  7644.     currentview = not currentview
  7645.     for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7646.         if currentview then
  7647.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7648.             View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7649.         else
  7650.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  7651.             View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7652.         end
  7653.     end
  7654. end)
  7655.  
  7656. floating = false
  7657. Float.MouseButton1Click:connect(function()
  7658.     floating = not floating
  7659.     if floating then
  7660.         Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7661.         local y = Instance.new("RocketPropulsion")
  7662.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7663.         y.CartoonFactor = 1
  7664.         y.MaxThrust = 50000
  7665.         y.MaxSpeed = 1000
  7666.         y.ThrustP = 50000
  7667.         y.Name = "Float"
  7668.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7669.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7670.             y.Target = game.Players[v.Name].Character.Head
  7671.             y:Fire()
  7672.             game:GetService('RunService').Stepped:connect(function()
  7673.                 if floating then
  7674.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7675.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7676.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7677.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7678.                 end
  7679.             end)
  7680.             while wait(0.3) do
  7681.                 if floating then
  7682.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  7683.                 end
  7684.             end
  7685.         end
  7686.     else
  7687.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7688.         game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  7689.         Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7690.     end
  7691. end)
  7692.  
  7693. local Anim = Instance.new("Animation")
  7694. Anim.AnimationId = "rbxassetid://282574440"
  7695. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7696. flattening = false
  7697. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7698.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7699.     flattening = false
  7700.     Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7701. end)
  7702. Flatten.MouseButton1Click:connect(function()
  7703.     flattening = not flattening
  7704.     if flattening then
  7705.         Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7706.         local y = Instance.new("RocketPropulsion")
  7707.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7708.         y.CartoonFactor = 1
  7709.         y.MaxThrust = 50000
  7710.         y.MaxSpeed = 1000
  7711.         y.ThrustP = 50000
  7712.         y.Name = "Flatten"
  7713.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7714.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7715.             y.Target = game.Players[v.Name].Character["Left Leg"]
  7716.             y:Fire()
  7717.             track:Play(.1, 1, 1)
  7718.             game:GetService('RunService').Stepped:connect(function()
  7719.                 if flattening then
  7720.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7721.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7722.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7723.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7724.                 end
  7725.             end)
  7726.             while wait(0.3) do
  7727.                 if flattening then
  7728.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  7729.                 end
  7730.             end
  7731.         end
  7732.     else
  7733.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7734.         game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  7735.         track:Stop()
  7736.         Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7737.     end
  7738. end)
  7739.  
  7740. SlowAttracting = false
  7741. SlowAttract.MouseButton1Click:connect(function()
  7742.     SlowAttracting = not SlowAttracting
  7743.     if SlowAttracting then
  7744.         SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7745.         local b = Instance.new("RocketPropulsion")
  7746.         b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7747.         b.TurnD = 5000
  7748.         b.MaxThrust = 5000
  7749.         b.MaxSpeed = 200
  7750.         b.ThrustP = 5000
  7751.         b.CartoonFactor = 1
  7752.         b.Name = "SlowAttract"
  7753.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7754.             b.Target = game.Players[v.Name].Character.HumanoidRootPart
  7755.             b:Fire()
  7756.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7757.             game:GetService('RunService').Stepped:connect(function()
  7758.                 if SlowAttracting then
  7759.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7760.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7761.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7762.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7763.                 end
  7764.             end)
  7765.         end
  7766.     else
  7767.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7768.         game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  7769.         SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7770.     end
  7771. end)
  7772.  
  7773. AimHeading = false
  7774. AimHead.MouseButton1Click:connect(function()
  7775.     AimHeading = not AimHeading
  7776.     if AimHeading then
  7777.         AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7778.         local b = Instance.new("RocketPropulsion")
  7779.         b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7780.         b.TurnP = 2500
  7781.         b.MaxThrust = 50000
  7782.         b.MaxSpeed = 1000
  7783.         b.ThrustP = 50000
  7784.         b.CartoonFactor = 1
  7785.         b.Name = "AimHead"
  7786.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7787.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7788.             b.Target = game.Players[v.Name].Character.Head
  7789.             b:Fire()
  7790.             game:GetService('RunService').Stepped:connect(function()
  7791.                 if AimHeading then
  7792.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7793.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7794.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7795.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7796.                 end
  7797.             end)
  7798.         end
  7799.     else
  7800.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7801.         game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  7802.         AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7803.     end
  7804. end)
  7805.  
  7806. Multipleing = false
  7807. Multiple.MouseButton1Click:connect(function()
  7808.     Multipleing = not Multipleing
  7809.     if Multipleing then
  7810.         Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7811.         local t1 = Instance.new("RocketPropulsion")
  7812.         t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7813.         t1.TurnP = 30000
  7814.         t1.MaxThrust = 30000
  7815.         t1.MaxSpeed = 1000
  7816.         t1.ThrustP = 30000
  7817.         t1.CartoonFactor = 1
  7818.         t1.Name = "one"
  7819.         local t2 = Instance.new("RocketPropulsion")
  7820.         t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7821.         t2.TurnP = 30000
  7822.         t2.MaxThrust = 30000
  7823.         t2.MaxSpeed = 1000
  7824.         t2.ThrustP = 30000
  7825.         t2.CartoonFactor = 1
  7826.         t2.Name = "two"
  7827.         local t3 = Instance.new("RocketPropulsion")
  7828.         t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7829.         t3.TurnP = 30000
  7830.         t3.MaxThrust = 30000
  7831.         t3.MaxSpeed = 1000
  7832.         t3.ThrustP = 30000
  7833.         t3.CartoonFactor = 1
  7834.         t3.Name = "three"
  7835.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7836.             t1.Target = game.Players[v.Name].Character.Torso
  7837.             t1:Fire()
  7838.             t2.Target = game.Players[v.Name].Character["Right Leg"]
  7839.             t2:Fire()
  7840.             t3.Target = game.Players[v.Name].Character["Left Arm"]
  7841.             t3:Fire()
  7842.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7843.             game:GetService('RunService').Stepped:connect(function()
  7844.                 if Multipleing then
  7845.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7846.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7847.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7848.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7849.                 end
  7850.             end)
  7851.         end
  7852.     else
  7853.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7854.         game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  7855.         game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  7856.         game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  7857.         Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7858.     end
  7859. end)
  7860.  
  7861. local Anim = Instance.new("Animation")
  7862. Anim.AnimationId = "rbxassetid://215384594"
  7863. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7864. Violenting = false
  7865. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7866.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7867.     Violenting = false
  7868.     Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7869. end)
  7870. Violent.MouseButton1Click:connect(function()
  7871.     Violenting = not Violenting
  7872.     if Violenting then
  7873.         Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7874.         local y = Instance.new("RocketPropulsion")
  7875.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7876.         y.CartoonFactor = 1
  7877.         y.MaxThrust = 50000
  7878.         y.MaxSpeed = 1000
  7879.         y.ThrustP = 50000
  7880.         y.Name = "Violent"
  7881.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7882.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  7883.             y:Fire()
  7884.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7885.             track:Play(.1, 1, 10)
  7886.             game:GetService('RunService').Stepped:connect(function()
  7887.                 if Violenting then
  7888.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7889.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7890.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7891.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7892.                 end
  7893.             end)
  7894.         end
  7895.     else
  7896.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7897.         game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  7898.         track:Stop()
  7899.         Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7900.     end
  7901. end)
  7902.  
  7903. local Anim = Instance.new("Animation")
  7904. Anim.AnimationId = "rbxassetid://215384594"
  7905. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7906. Violenting = false
  7907. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7908.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7909.     Violenting = false
  7910.     Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7911. end)
  7912. Violent.MouseButton1Click:connect(function()
  7913.     Violenting = not Violenting
  7914.     if Violenting then
  7915.         Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7916.         local y = Instance.new("RocketPropulsion")
  7917.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7918.         y.CartoonFactor = 1
  7919.         y.MaxThrust = 500000
  7920.         y.MaxSpeed = 1000
  7921.         y.ThrustP = 50000
  7922.         y.Name = "Violent"
  7923.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7924.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7925.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  7926.             y:Fire()
  7927.             track:Play(.1, 1, 10)
  7928.             game:GetService('RunService').Stepped:connect(function()
  7929.                 if Violenting then
  7930.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7931.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7932.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7933.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7934.                 end
  7935.             end)
  7936.         end
  7937.     else
  7938.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7939.         game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  7940.         track:Stop()
  7941.         Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7942.     end
  7943. end)
  7944.  
  7945. WeirdOrbital = false
  7946. WeirdOrbit.MouseButton1Click:connect(function()
  7947.     WeirdOrbital = not WeirdOrbital
  7948.     if WeirdOrbital then
  7949.         WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7950.         local o = Instance.new("RocketPropulsion")
  7951.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7952.         o.TurnD = 50000
  7953.         o.Name = "WeirdOrbit"
  7954.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7955.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  7956.             o:Fire()
  7957.             game:GetService('RunService').Stepped:connect(function()
  7958.                 if WeirdOrbital then
  7959.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7960.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7961.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7962.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7963.                 end
  7964.             end)
  7965.         end
  7966.     else
  7967.         game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  7968.         WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7969.     end
  7970. end)
  7971.  
  7972. Maxing = false
  7973. Max.MouseButton1Click:connect(function()
  7974.     Maxing = not Maxing
  7975.     if Maxing then
  7976.         Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7977.         local t1 = Instance.new("RocketPropulsion")
  7978.         t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7979.         t1.TurnP = 100000
  7980.         t1.MaxThrust = 100000
  7981.         t1.MaxSpeed = 5000
  7982.         t1.ThrustP = 100000
  7983.         t1.CartoonFactor = 1
  7984.         t1.Name = "onee"
  7985.         local t2 = Instance.new("RocketPropulsion")
  7986.         t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7987.         t2.TurnP = 100000
  7988.         t2.MaxThrust = 100000
  7989.         t2.MaxSpeed = 5000
  7990.         t2.ThrustP = 100000
  7991.         t2.CartoonFactor = 1
  7992.         t2.Name = "twoo"
  7993.         local t3 = Instance.new("RocketPropulsion")
  7994.         t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7995.         t3.TurnP = 100000
  7996.         t3.MaxThrust = 100000
  7997.         t3.MaxSpeed = 5000
  7998.         t3.ThrustP = 100000
  7999.         t3.CartoonFactor = 1
  8000.         t3.Name = "threee"
  8001.         local t4 = Instance.new("RocketPropulsion")
  8002.         t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  8003.         t4.TurnP = 100000
  8004.         t4.MaxThrust = 100000
  8005.         t4.MaxSpeed = 5000
  8006.         t4.ThrustP = 100000
  8007.         t4.CartoonFactor = 1
  8008.         t4.Name = "fourr"
  8009.         local t5 = Instance.new("RocketPropulsion")
  8010.         t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  8011.         t5.TurnP = 100000
  8012.         t5.MaxThrust = 100000
  8013.         t5.MaxSpeed = 5000
  8014.         t5.ThrustP = 100000
  8015.         t5.CartoonFactor = 1
  8016.         t5.Name = "fivee"
  8017.         local t6 = Instance.new("RocketPropulsion")
  8018.         t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  8019.         t6.TurnP = 100000
  8020.         t6.MaxThrust = 100000
  8021.         t6.MaxSpeed = 5000
  8022.         t6.ThrustP = 100000
  8023.         t6.CartoonFactor = 1
  8024.         t6.Name = "sixx"
  8025.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  8026.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  8027.             t1.Target = game.Players[v.Name].Character.Torso
  8028.             t1:Fire()
  8029.             t2.Target = game.Players[v.Name].Character["Right Leg"]
  8030.             t2:Fire()
  8031.             t3.Target = game.Players[v.Name].Character["Left Arm"]
  8032.             t3:Fire()
  8033.             t4.Target = game.Players[v.Name].Character["Left Leg"]
  8034.             t4:Fire()
  8035.             t5.Target = game.Players[v.Name].Character["Right Arm"]
  8036.             t5:Fire()
  8037.             t6.Target = game.Players[v.Name].Character.Head
  8038.             t6:Fire()
  8039.             game:GetService('RunService').Stepped:connect(function()
  8040.                 if Maxing then
  8041.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  8042.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8043.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8044.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8045.                 end
  8046.             end)
  8047.         end
  8048.     else
  8049.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8050.         game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  8051.         game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  8052.         game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  8053.         game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  8054.         game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  8055.         game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  8056.         Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  8057.     end
  8058. end)
  8059.  
  8060. local Anim = Instance.new("Animation")
  8061. Anim.AnimationId = "rbxassetid://184574340"
  8062. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8063. Animateding = false
  8064. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8065.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8066.     Animateding = false
  8067.     Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  8068. end)
  8069. Animated.MouseButton1Click:connect(function()
  8070.     Animateding = not Animateding
  8071.     if Animateding then
  8072.         Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  8073.         local y = Instance.new("RocketPropulsion")
  8074.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  8075.         y.CartoonFactor = 1
  8076.         y.MaxThrust = 200000
  8077.         y.MaxSpeed = 1000
  8078.         y.ThrustP = 50000
  8079.         y.Name = "Animated"
  8080.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  8081.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  8082.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  8083.             y:Fire()
  8084.             track:Play(.1, 1, 10)
  8085.             game:GetService('RunService').Stepped:connect(function()
  8086.                 if Animateding then
  8087.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  8088.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8089.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8090.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8091.                 end
  8092.             end)
  8093.         end
  8094.     else
  8095.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8096.         game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  8097.         track:Stop()
  8098.         Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  8099.     end
  8100. end)
  8101.  
  8102. Attach.MouseButton1Click:connect(function()
  8103.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8104.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8105.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8106.         l.Parent = game.Players.LocalPlayer.Character
  8107.         l.Name = "Humanoid"
  8108.         wait(0.1)
  8109.         game.Players.LocalPlayer.Character["1"]:Destroy()
  8110.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8111.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  8112.         wait(0.1)
  8113.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  8114.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8115.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8116.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8117.         end
  8118.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8119.     end
  8120. end)
  8121.  
  8122. superspinning = false
  8123. SuperSpin.MouseButton1Click:connect(function()
  8124.     superspinning = not superspinning
  8125.     if superspinning then
  8126.         SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  8127.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8128.             game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8129.             local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8130.             l.Parent = game.Players.LocalPlayer.Character
  8131.             l.Name = "Humanoid"
  8132.             wait(0.1)
  8133.             game.Players.LocalPlayer.Character["1"]:Destroy()
  8134.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8135.             game.Players.LocalPlayer.Character.Animate.Disabled = true
  8136.             wait(0.1)
  8137.             game.Players.LocalPlayer.Character.Animate.Disabled = false
  8138.             game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8139.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8140.             game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8141.             end
  8142.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8143.             wait(1)
  8144.             while wait() do
  8145.                 if superspinning then
  8146.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8147.                 end
  8148.             end
  8149.         end
  8150.     else
  8151.         SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  8152.     end
  8153. end)
  8154.  
  8155. Kill.MouseButton1Click:connect(function()
  8156.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8157.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8158.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8159.         l.Parent = game.Players.LocalPlayer.Character
  8160.         l.Name = "Humanoid"
  8161.         wait(0.1)
  8162.         game.Players.LocalPlayer.Character["1"]:Destroy()
  8163.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8164.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  8165.         wait(0.1)
  8166.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  8167.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8168.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8169.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8170.         end
  8171.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8172.         wait(0.2)
  8173.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8174.         wait(0.4)
  8175.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  8176.     end
  8177. end)
  8178.  
  8179. SafeKill.MouseButton1Click:connect(function()
  8180.     local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8181.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8182.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8183.     l.Parent = game.Players.LocalPlayer.Character
  8184.     l.Name = "Humanoid"
  8185.     wait(0.1)
  8186.     game.Players.LocalPlayer.Character["1"]:Destroy()
  8187.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8188.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  8189.     wait(0.1)
  8190.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  8191.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8192.     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8193.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8194.     end
  8195.     local function tp(player,player2)
  8196.     local char1,char2=player.Character,player2.Character
  8197.     if char1 and char2 then
  8198.     char1:MoveTo(char2.Head.Position)
  8199.     end
  8200.     end
  8201.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8202.     wait(0.1)
  8203.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8204.     wait(0.2)
  8205.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8206.     wait(0.2)
  8207.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  8208.     wait(0.7)
  8209.     tp(game.Players.LocalPlayer,game.Players[v.Name])
  8210.     wait(0.7)
  8211.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8212.     end
  8213. end)
  8214.  
  8215. Bring.MouseButton1Click:connect(function()
  8216.     local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8217.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8218.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8219.     l.Parent = game.Players.LocalPlayer.Character
  8220.     l.Name = "Humanoid"
  8221.     wait(0.1)
  8222.     game.Players.LocalPlayer.Character["1"]:Destroy()
  8223.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8224.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  8225.     wait(0.1)
  8226.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  8227.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8228.     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8229.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8230.     end
  8231.    
  8232.     local function tp(player,player2)
  8233.     local char1,char2=player.Character,player2.Character
  8234.     if char1 and char2 then
  8235.     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  8236.     end
  8237.     end
  8238.    
  8239.     local function getout(player,player2)
  8240.     local char1,char2=player.Character,player2.Character
  8241.     if char1 and char2 then
  8242.     char1:MoveTo(char2.Head.Position)
  8243.     end
  8244.     end
  8245.    
  8246.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8247.     tp(game.Players[v.Name], game.Players.LocalPlayer)
  8248.     wait(0.2)
  8249.     tp(game.Players[v.Name], game.Players.LocalPlayer)
  8250.     wait(0.5)
  8251.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8252.     wait(0.5)
  8253.     getout(game.Players.LocalPlayer, game.Players[v.Name])
  8254.     wait(0.3)
  8255.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8256.     end
  8257. end)
  8258.  
  8259. FreeFall.MouseButton1Click:connect(function()
  8260.         local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8261.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8262.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8263.         l.Parent = game.Players.LocalPlayer.Character
  8264.         l.Name = "Humanoid"
  8265.         wait(0.1)
  8266.         game.Players.LocalPlayer.Character["1"]:Destroy()
  8267.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8268.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  8269.         wait(0.1)
  8270.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  8271.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8272.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8273.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8274.         end
  8275.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  8276.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8277.         wait(0.2)
  8278.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8279.         wait(0.6)
  8280.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8281.         wait(0.6)
  8282.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8283.     end
  8284. end)
  8285.  
  8286. while wait() do
  8287.     if SpammingChar then
  8288.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  8289.         Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  8290.         wait(0.5)
  8291.     else
  8292.         Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  8293.     end
  8294.     if annoying then
  8295.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8296.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8297.             Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  8298.         end
  8299.     else
  8300.         Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  8301.     end
  8302.     if Carpett then
  8303.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8304.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8305.             Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  8306.         end
  8307.     else
  8308.         Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  8309.     end
  8310.     if following then
  8311.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8312.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  8313.             Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  8314.         end
  8315.     else
  8316.         Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  8317.     end
  8318.     if headwalking then
  8319.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8320.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  8321.             HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  8322.         end
  8323.     else
  8324.         HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  8325.     end
  8326.     if Spammer then
  8327.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8328.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  8329.             Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  8330.             wait(0.5)
  8331.         end
  8332.     else
  8333.         Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  8334.     end
  8335.     if watching then
  8336.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  8337.             CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  8338.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  8339.         end
  8340.     else
  8341.         CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  8342.     end
  8343. end
  8344. end)
  8345.  
  8346. predkosc.Name = "predkosc"
  8347. predkosc.Parent = glowne
  8348. predkosc.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  8349. predkosc.Position = UDim2.new(0.397705555, 0, 0.355932206, 0)
  8350. predkosc.Size = UDim2.new(0, 106, 0, 50)
  8351. predkosc.Font = Enum.Font.SourceSans
  8352. predkosc.Text = "Predkosc = 100"
  8353. predkosc.TextColor3 = Color3.new(0, 0, 0)
  8354. predkosc.TextSize = 14
  8355. predkosc.MouseButton1Down:connect(function()
  8356. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  8357. end)
  8358.  
  8359. skok.Name = "skok"
  8360. skok.Parent = glowne
  8361. skok.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  8362. skok.Position = UDim2.new(0.397705555, 0, 0.553672314, 0)
  8363. skok.Size = UDim2.new(0, 106, 0, 50)
  8364. skok.Font = Enum.Font.SourceSans
  8365. skok.Text = "Sila skoku = 100"
  8366. skok.TextColor3 = Color3.new(0, 0, 0)
  8367. skok.TextSize = 14
  8368. skok.MouseButton1Down:connect(function()
  8369. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  8370. end)
  8371.  
  8372. JailBreaker.Name = "JailBreaker"
  8373. JailBreaker.Parent = glowne
  8374. JailBreaker.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  8375. JailBreaker.Position = UDim2.new(0.652007639, 0, 0.355932206, 0)
  8376. JailBreaker.Size = UDim2.new(0, 106, 0, 50)
  8377. JailBreaker.Font = Enum.Font.SourceSans
  8378. JailBreaker.Text = "JailBraker v4.2"
  8379. JailBreaker.TextColor3 = Color3.new(0, 0, 0)
  8380. JailBreaker.TextSize = 14
  8381. JailBreaker.MouseButton1Down:connect(function()
  8382.  
  8383.  
  8384.  
  8385.  
  8386.  
  8387.   local plr = game:GetService("Players").LocalPlayer
  8388.  
  8389.  
  8390. local TpMethod = 2
  8391.  
  8392.  
  8393.  
  8394.  function JailbreakTp(...)
  8395.     getfenv()["TpMethod" .. TpMethod](...)
  8396. end
  8397.  
  8398. function TpMethod1(...)
  8399.     local char = plr.Character
  8400.     local root = char.HumanoidRootPart
  8401.     local args = {...}
  8402.     for i=0,1,0.05 do
  8403.         wait()
  8404.         root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  8405.     end
  8406. end
  8407.  
  8408. function TpMethod2(...)
  8409.     local args = {...}
  8410.     local char = plr.Character
  8411.     local target = Vector3.new(unpack(args,1,3))
  8412.     local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  8413.     dist = math.floor(dist / 100) + 1
  8414.     for i=0,dist * 4 do
  8415.         wait()
  8416.         char:MoveTo(Vector3.new(...))
  8417.     end
  8418.     if args[#args] == true then
  8419.         wait()
  8420.         char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  8421.     end
  8422. end
  8423.  
  8424. function Tween(obj, t, properties)
  8425.     local TweenService = game:GetService("TweenService")
  8426.     local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  8427.     local tween = TweenService:Create(obj,tweenInfo,properties)
  8428.     tween:Play()
  8429.     return tween
  8430. end
  8431. -- Instances:
  8432. local JailbreakerV42 = Instance.new("ScreenGui")
  8433. local Main = Instance.new("Frame")
  8434. local Teleports = Instance.new("TextButton")
  8435. local AutoRob = Instance.new("TextButton")
  8436. local TPS = Instance.new("Frame")
  8437. local BankFront = Instance.new("TextButton")
  8438. local BankVault = Instance.new("TextButton")
  8439. local JewIn = Instance.new("TextButton")
  8440. local JewOut = Instance.new("TextButton")
  8441. local donut = Instance.new("TextButton")
  8442. local gas = Instance.new("TextButton")
  8443. local CrimBase1 = Instance.new("TextButton")
  8444. local Crimbase2 = Instance.new("TextButton")
  8445. local TrainSpawn = Instance.new("TextButton")
  8446. local PoliceBase = Instance.new("TextButton")
  8447. local Museum = Instance.new("TextButton")
  8448. local MuseumRoof = Instance.new("TextButton")
  8449. local AK47 = Instance.new("TextButton")
  8450. local AutoArrest = Instance.new("TextButton")
  8451. local Btools = Instance.new("TextButton")
  8452. local Gravity = Instance.new("TextButton")
  8453. local Infinitenitro = Instance.new("TextButton")
  8454. local M4A4 = Instance.new("TextButton")
  8455. local NoClipB = Instance.new("TextButton")
  8456. local Pistol = Instance.new("TextButton")
  8457. local RemoveBuildings = Instance.new("TextButton")
  8458. local Removeall = Instance.new("TextButton")
  8459. local SHOTGUN = Instance.new("TextButton")
  8460. local WalkSpeed = Instance.new("TextButton")
  8461. local AutoROB = Instance.new("Frame")
  8462. local BankAutoRobBtn = Instance.new("TextButton")
  8463. local JewelryStatus = Instance.new("TextLabel")
  8464. local BankStatus = Instance.new("TextLabel")
  8465. local Lol = Instance.new("TextLabel")
  8466. local Close = Instance.new("TextButton")
  8467. local PLTP = Instance.new("Frame")
  8468. local PlayerTP_Input = Instance.new("TextBox")
  8469. local PlayerTP_Teleport = Instance.new("TextButton")
  8470. local PlayerTeleport = Instance.new("TextButton")
  8471. local Open = Instance.new("TextButton")
  8472. --Properties:
  8473. JailbreakerV42.Name = "Jailbreaker V4.2"
  8474. JailbreakerV42.Parent = game.CoreGui
  8475.  
  8476. Main.Name = "Main"
  8477. Main.Parent = JailbreakerV42
  8478. Main.Active = true
  8479. Main.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8480. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  8481. Main.Size = UDim2.new(0, 550, 0, 300)
  8482. Main.Draggable = true
  8483.  
  8484. Teleports.Name = "Teleports"
  8485. Teleports.Parent = Main
  8486. Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
  8487. Teleports.Position = UDim2.new(0, 0, 0.0500000007, 0)
  8488. Teleports.Size = UDim2.new(0, 120, 0, 30)
  8489. Teleports.Font = Enum.Font.Cartoon
  8490. Teleports.Text = "Teleports"
  8491. Teleports.TextColor3 = Color3.new(0, 0, 0)
  8492. Teleports.TextScaled = true
  8493. Teleports.TextSize = 14
  8494. Teleports.TextWrapped = true
  8495. Teleports.MouseButton1Down:connect(function()
  8496.     TPS.Visible = true
  8497.     PLTP.Visible = false
  8498.     AutoROB.Visible = false
  8499. end)
  8500. AutoRob.Name = "Auto Rob"
  8501. AutoRob.Parent = Main
  8502. AutoRob.BackgroundColor3 = Color3.new(1, 0, 0)
  8503. AutoRob.Position = UDim2.new(0.75, 0, 0.0500000007, 0)
  8504. AutoRob.Size = UDim2.new(0, 120, 0, 30)
  8505. AutoRob.Font = Enum.Font.Cartoon
  8506. AutoRob.Text = "Auto Rob"
  8507. AutoRob.TextColor3 = Color3.new(0, 0, 0)
  8508. AutoRob.TextScaled = true
  8509. AutoRob.TextSize = 14
  8510. AutoRob.TextWrapped = true
  8511. AutoRob.MouseButton1Down:connect(function()
  8512.     TPS.Visible = false
  8513.     PLTP.Visible = false
  8514.     AutoROB.Visible = true
  8515. end)
  8516. TPS.Name = "TPS"
  8517. TPS.Parent = Main
  8518. TPS.BackgroundColor3 = Color3.new(1, 1, 1)
  8519. TPS.BackgroundTransparency = 1
  8520. TPS.Position = UDim2.new(0, 0, 0.170000002, 0)
  8521. TPS.Size = UDim2.new(0, 500, 0, 249)
  8522. TPS.Visible = true
  8523.  
  8524. BankFront.Name = "BankFront"
  8525. BankFront.Parent = TPS
  8526. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  8527. BankFront.Position = UDim2.new(0.00999999978, 0, 0.0450000018, 0)
  8528. BankFront.Size = UDim2.new(0, 120, 0, 30)
  8529. BankFront.Font = Enum.Font.Cartoon
  8530. BankFront.Text = "BankFront"
  8531. BankFront.TextScaled = true
  8532. BankFront.TextSize = 14
  8533. BankFront.TextWrapped = true
  8534. BankFront.MouseButton1Down:connect(function()
  8535.     for i = 1,45 do
  8536. wait(.08)
  8537. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  8538. end
  8539. end)
  8540. BankVault.Name = "BankVault"
  8541. BankVault.Parent = TPS
  8542. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  8543. BankVault.Position = UDim2.new(0.280000001, 0, 0.0450000018, 0)
  8544. BankVault.Size = UDim2.new(0, 120, 0, 30)
  8545. BankVault.Font = Enum.Font.Cartoon
  8546. BankVault.Text = "BankVault"
  8547. BankVault.TextScaled = true
  8548. BankVault.TextSize = 14
  8549. BankVault.TextWrapped = true
  8550. BankVault.MouseButton1Down:connect(function()
  8551.     for i = 1,45 do
  8552. wait(.08)
  8553. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  8554. end
  8555. end)
  8556. JewIn.Name = "JewIn"
  8557. JewIn.Parent = TPS
  8558. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  8559. JewIn.Position = UDim2.new(0.00999999978, 0, 0.200000003, 0)
  8560. JewIn.Size = UDim2.new(0, 120, 0, 30)
  8561. JewIn.Font = Enum.Font.Cartoon
  8562. JewIn.Text = "Jewelry Inside"
  8563. JewIn.TextScaled = true
  8564. JewIn.TextSize = 14
  8565. JewIn.TextWrapped = true
  8566. JewIn.MouseButton1Down:connect(function()
  8567.     for i = 1,45 do
  8568. wait(.08)
  8569. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  8570. end
  8571. end)
  8572. JewOut.Name = "JewOut"
  8573. JewOut.Parent = TPS
  8574. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  8575. JewOut.Position = UDim2.new(0.280000001, 0, 0.200000003, 0)
  8576. JewOut.Size = UDim2.new(0, 120, 0, 30)
  8577. JewOut.Font = Enum.Font.Cartoon
  8578. JewOut.Text = "Jewelry Top"
  8579. JewOut.TextScaled = true
  8580. JewOut.TextSize = 14
  8581. JewOut.TextWrapped = true
  8582. JewOut.MouseButton1Down:connect(function()
  8583.     for i = 1,45 do
  8584. wait(.08)
  8585. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  8586. end
  8587. end)
  8588. donut.Name = "donut"
  8589. donut.Parent = TPS
  8590. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  8591. donut.Position = UDim2.new(0.280000001, 0, 0.349999994, 0)
  8592. donut.Size = UDim2.new(0, 120, 0, 30)
  8593. donut.Font = Enum.Font.Cartoon
  8594. donut.Text = "Donut Shop"
  8595. donut.TextScaled = true
  8596. donut.TextSize = 14
  8597. donut.TextWrapped = true
  8598. donut.MouseButton1Down:connect(function()
  8599.     for i = 1,45 do
  8600. wait(.08)
  8601. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  8602. end
  8603. end)
  8604. gas.Name = "gas"
  8605. gas.Parent = TPS
  8606. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  8607. gas.Position = UDim2.new(0.00999999978, 0, 0.349999994, 0)
  8608. gas.Size = UDim2.new(0, 120, 0, 30)
  8609. gas.Font = Enum.Font.Cartoon
  8610. gas.Text = "Gas Station"
  8611. gas.TextScaled = true
  8612. gas.TextSize = 14
  8613. gas.TextWrapped = true
  8614. gas.MouseButton1Down:connect(function()
  8615. for i = 1,45 do
  8616. wait(.08)
  8617. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  8618. end
  8619. end)
  8620. CrimBase1.Name = "CrimBase1"
  8621. CrimBase1.Parent = TPS
  8622. CrimBase1.BackgroundColor3 = Color3.new(1, 0, 0)
  8623. CrimBase1.Position = UDim2.new(0.00999999978, 0, 0.5, 0)
  8624. CrimBase1.Size = UDim2.new(0, 120, 0, 30)
  8625. CrimBase1.Font = Enum.Font.Cartoon
  8626. CrimBase1.Text = "CrimBase1"
  8627. CrimBase1.TextScaled = true
  8628. CrimBase1.TextSize = 14
  8629. CrimBase1.TextWrapped = true
  8630. CrimBase1.MouseButton1Down:connect(function()
  8631.     for i = 1,45 do
  8632. wait(.08)
  8633. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  8634. end
  8635. end)
  8636. Crimbase2.Name = "Crimbase2"
  8637. Crimbase2.Parent = TPS
  8638. Crimbase2.BackgroundColor3 = Color3.new(1, 0, 0)
  8639. Crimbase2.Position = UDim2.new(0.280000001, 0, 0.5, 0)
  8640. Crimbase2.Size = UDim2.new(0, 120, 0, 30)
  8641. Crimbase2.Font = Enum.Font.Cartoon
  8642. Crimbase2.Text = "CrimBase2"
  8643. Crimbase2.TextScaled = true
  8644. Crimbase2.TextSize = 14
  8645. Crimbase2.TextWrapped = true
  8646. Crimbase2.MouseButton1Down:connect(function()
  8647.     for i = 1,45 do
  8648. wait(.08)
  8649. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  8650. end
  8651. end)
  8652. TrainSpawn.Name = "TrainSpawn"
  8653. TrainSpawn.Parent = TPS
  8654. TrainSpawn.BackgroundColor3 = Color3.new(1, 0, 0)
  8655. TrainSpawn.Position = UDim2.new(0.00999999978, 0, 0.649999976, 0)
  8656. TrainSpawn.Size = UDim2.new(0, 120, 0, 30)
  8657. TrainSpawn.Font = Enum.Font.Cartoon
  8658. TrainSpawn.Text = "TrainSpawn"
  8659. TrainSpawn.TextScaled = true
  8660. TrainSpawn.TextSize = 14
  8661. TrainSpawn.TextWrapped = true
  8662. TrainSpawn.MouseButton1Down:connect(function()
  8663.     for i = 1,45 do
  8664. wait(.08)
  8665. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  8666. end
  8667. end)
  8668. PoliceBase.Name = "PoliceBase"
  8669. PoliceBase.Parent = TPS
  8670. PoliceBase.BackgroundColor3 = Color3.new(1, 0, 0)
  8671. PoliceBase.Position = UDim2.new(0.280000001, 0, 0.649999976, 0)
  8672. PoliceBase.Size = UDim2.new(0, 120, 0, 30)
  8673. PoliceBase.Font = Enum.Font.Cartoon
  8674. PoliceBase.Text = "PoliceBase"
  8675. PoliceBase.TextScaled = true
  8676. PoliceBase.TextSize = 14
  8677. PoliceBase.TextWrapped = true
  8678. PoliceBase.MouseButton1Down:connect(function()
  8679. for i = 1,45 do
  8680. wait(.08)
  8681. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912)
  8682. end
  8683. end)
  8684. Museum.Name = "Museum"
  8685. Museum.Parent = TPS
  8686. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  8687. Museum.Position = UDim2.new(0.00999999978, 0, 0.800000012, 0)
  8688. Museum.Size = UDim2.new(0, 120, 0, 30)
  8689. Museum.Font = Enum.Font.Cartoon
  8690. Museum.Text = "Museum "
  8691. Museum.TextScaled = true
  8692. Museum.TextSize = 14
  8693. Museum.TextWrapped = true
  8694. Museum.MouseButton1Down:connect(function()
  8695.     for i = 1,45 do
  8696. wait(.08)
  8697. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  8698. end
  8699. end)
  8700. MuseumRoof.Name = "Museum Roof"
  8701. MuseumRoof.Parent = TPS
  8702. MuseumRoof.BackgroundColor3 = Color3.new(1, 0, 0)
  8703. MuseumRoof.Position = UDim2.new(0.280000001, 0, 0.800000012, 0)
  8704. MuseumRoof.Size = UDim2.new(0, 120, 0, 30)
  8705. MuseumRoof.Font = Enum.Font.Cartoon
  8706. MuseumRoof.Text = "Museum Roof"
  8707. MuseumRoof.TextScaled = true
  8708. MuseumRoof.TextSize = 14
  8709. MuseumRoof.TextWrapped = true
  8710. MuseumRoof.MouseButton1Down:connect(function()
  8711.     for i = 1,45 do
  8712. wait(.08)
  8713. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  8714. end
  8715. end)
  8716. AK47.Name = "AK47"
  8717. AK47.Parent = TPS
  8718. AK47.BackgroundColor3 = Color3.new(1, 0, 0)
  8719. AK47.Position = UDim2.new(0.825999975, 0, 0.0422770977, 0)
  8720. AK47.Size = UDim2.new(0, 120, 0, 30)
  8721. AK47.Font = Enum.Font.Cartoon
  8722. AK47.Text = "AK47"
  8723. AK47.TextScaled = true
  8724. AK47.TextSize = 14
  8725. AK47.TextWrapped = true
  8726. AK47.MouseButton1Down:connect(function()
  8727.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8728.  
  8729.     a = Instance.new("Part", workspace)
  8730.     a.Anchored = true
  8731.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8732.     a.CanCollide = false
  8733.    
  8734.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8735.     if v.Name == "ShootingRange" then
  8736.     for a, b in pairs(v:GetChildren()) do
  8737.     if b:IsA("StringValue") then
  8738.     if b.Value == "AK47" then
  8739.     v.CFrame = CFrame.new(hit)
  8740.     end
  8741.     end
  8742.     end
  8743.     end
  8744.     end
  8745. end)
  8746. AutoArrest.Name = "Auto Arrest"
  8747. AutoArrest.Parent = TPS
  8748. AutoArrest.BackgroundColor3 = Color3.new(1, 0, 0)
  8749. AutoArrest.Position = UDim2.new(0.548999965, 0, 0.651425719, 0)
  8750. AutoArrest.Size = UDim2.new(0, 120, 0, 30)
  8751. AutoArrest.Font = Enum.Font.Cartoon
  8752. AutoArrest.Text = "Auto Arrest"
  8753. AutoArrest.TextScaled = true
  8754. AutoArrest.TextSize = 14
  8755. AutoArrest.TextWrapped = true
  8756. AutoArrest.MouseButton1Down:connect(function()
  8757. local Player = game.Players.LocalPlayer
  8758. wait(0.5)
  8759. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  8760.     repeat
  8761.     wait()
  8762.     Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  8763.     until v.Team.Name ~= "Criminal"
  8764. end
  8765.  
  8766. end)
  8767. Btools.Name = "Btools"
  8768. Btools.Parent = TPS
  8769. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  8770. Btools.Position = UDim2.new(0.825999975, 0, 0.347498, 0)
  8771. Btools.Size = UDim2.new(0, 120, 0, 30)
  8772. Btools.Font = Enum.Font.Cartoon
  8773. Btools.Text = "Btools"
  8774. Btools.TextScaled = true
  8775. Btools.TextSize = 14
  8776. Btools.TextWrapped = true
  8777. Btools.MouseButton1Down:connect(function()
  8778.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  8779. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  8780.    if child.ClassName == "Part" then
  8781.        child.Locked = false
  8782.    end
  8783.    if child.ClassName == "MeshPart" then
  8784.        child.Locked = false
  8785.    end
  8786.    if child.ClassName == "UnionOperation" then
  8787.        child.Locked = false
  8788.    end
  8789.    if child.ClassName == "Model" then
  8790.        for index, chil in pairs(child:GetChildren()) do
  8791.            if chil.ClassName == "Part" then
  8792.                chil.Locked = false
  8793.            end
  8794.            if chil.ClassName == "MeshPart" then
  8795.                chil.Locked = false
  8796.            end
  8797.            if chil.ClassName == "UnionOperation" then
  8798.                chil.Locked = false
  8799.            end
  8800.            if chil.ClassName == "Model" then
  8801.                for index, childe in pairs(chil:GetChildren()) do
  8802.                    if childe.ClassName == "Part" then
  8803.                        childe.Locked = false
  8804.                    end
  8805.                    if childe.ClassName == "MeshPart" then
  8806.                        childe.Locked = false
  8807.                    end
  8808.                    if childe.ClassName == "UnionOperation" then
  8809.                        childe.Locked = false
  8810.                    end
  8811.                    if childe.ClassName == "Model" then
  8812.                        for index, childeo in pairs(childe:GetChildren()) do
  8813.                            if childeo.ClassName == "Part" then
  8814.                                childeo.Locked = false
  8815.                            end
  8816.                            if childeo.ClassName == "MeshPart" then
  8817.                                childeo.Locked = false
  8818.                            end
  8819.                            if childeo.ClassName == "UnionOperation" then
  8820.                                childeo.Locked = false
  8821.                            end
  8822.                            if childeo.ClassName == "Model" then
  8823.                            end
  8824.                        end
  8825.                    end
  8826.                end
  8827.            end
  8828.        end
  8829.    end
  8830. end
  8831. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8832. c.BinType = Enum.BinType.Hammer
  8833. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8834. c.BinType = Enum.BinType.Clone
  8835. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8836. c.BinType = Enum.BinType.Grab
  8837. end)
  8838. Gravity.Name = "Gravity"
  8839. Gravity.Parent = TPS
  8840. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  8841. Gravity.Position = UDim2.new(0.549000025, 0, 0.0450000167, 0)
  8842. Gravity.Size = UDim2.new(0, 120, 0, 30)
  8843. Gravity.Font = Enum.Font.Cartoon
  8844. Gravity.Text = "Gravity"
  8845. Gravity.TextScaled = true
  8846. Gravity.TextSize = 14
  8847. Gravity.TextWrapped = true
  8848. Gravity.MouseButton1Down:connect(function()
  8849. if Gravity == true then
  8850. Gravity = false
  8851. game.workspace.Gravity = 196.2
  8852. else
  8853. Gravity = true
  8854. game.workspace.Gravity = 45
  8855. end
  8856. end)
  8857. Infinitenitro.Name = "Infinitenitro"
  8858. Infinitenitro.Parent = TPS
  8859. Infinitenitro.BackgroundColor3 = Color3.new(1, 0, 0)
  8860. Infinitenitro.Position = UDim2.new(0.549999952, 0, 0.347498, 0)
  8861. Infinitenitro.Size = UDim2.new(0, 120, 0, 30)
  8862. Infinitenitro.Font = Enum.Font.Cartoon
  8863. Infinitenitro.Text = "Infinite Nitro"
  8864. Infinitenitro.TextScaled = true
  8865. Infinitenitro.TextSize = 14
  8866. Infinitenitro.TextWrapped = true
  8867. Infinitenitro.MouseButton1Down:connect(function()
  8868.     game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  8869.     game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  8870. end)
  8871. M4A4.Name = "M4A4"
  8872. M4A4.Parent = TPS
  8873. M4A4.BackgroundColor3 = Color3.new(1, 0, 0)
  8874. M4A4.Position = UDim2.new(0.826999903, 0, 0.651425719, 0)
  8875. M4A4.Size = UDim2.new(0, 120, 0, 30)
  8876. M4A4.Font = Enum.Font.Cartoon
  8877. M4A4.Text = "M4A4"
  8878. M4A4.TextScaled = true
  8879. M4A4.TextSize = 14
  8880. M4A4.TextWrapped = true
  8881. M4A4.MouseButton1Down:connect(function()
  8882.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8883.  
  8884.     a = Instance.new("Part", workspace)
  8885.     a.Anchored = true
  8886.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8887.     a.CanCollide = false
  8888.    
  8889.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8890.     if v.Name == "Station" then
  8891.     for a, b in pairs(v:GetChildren()) do
  8892.     if b:IsA("StringValue") then
  8893.     if b.Value == "RifleSWAT" then
  8894.     v.CFrame = CFrame.new(hit)
  8895.     end
  8896.     end
  8897.     end
  8898.     end
  8899.     end
  8900. end)
  8901. NoClipB.Name = "NoClip[B]"
  8902. NoClipB.Parent = TPS
  8903. NoClipB.BackgroundColor3 = Color3.new(1, 0, 0)
  8904. NoClipB.Position = UDim2.new(0.550000012, 0, 0.500831306, 0)
  8905. NoClipB.Size = UDim2.new(0, 120, 0, 30)
  8906. NoClipB.Font = Enum.Font.Cartoon
  8907. NoClipB.Text = "NoClip[B]"
  8908. NoClipB.TextScaled = true
  8909. NoClipB.TextSize = 14
  8910. NoClipB.TextWrapped = true
  8911. NoClipB.MouseButton1Down:connect(function()
  8912.     local noclipplayer = game:GetService("Players").LocalPlayer
  8913.     local noclipmouse = noclipplayer:GetMouse()
  8914.    
  8915.     local donoclip = false
  8916.     local noclip = false
  8917.    
  8918.     function b_noclip(key)
  8919.         if (key == "b") then
  8920.             if noclip == false then
  8921.                 donoclip = true
  8922.                
  8923.                 noclip = true
  8924.             elseif noclip == true then
  8925.                 donoclip = false
  8926.                
  8927.                 noclip = false
  8928.             end
  8929.         end
  8930.     end
  8931.    
  8932.     noclipmouse.KeyDown:connect(b_noclip)
  8933.    
  8934.     game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  8935.         if obj ~= workspace.Terrain then
  8936.             if donoclip == true then
  8937.                 obj.CanCollide = false
  8938.             else
  8939.                 obj.CanCollide = true
  8940.             end
  8941.         end
  8942.     end)
  8943. end)
  8944. Pistol.Name = "Pistol"
  8945. Pistol.Parent = TPS
  8946. Pistol.BackgroundColor3 = Color3.new(1, 0, 0)
  8947. Pistol.Position = UDim2.new(0.826000035, 0, 0.798020065, 0)
  8948. Pistol.Size = UDim2.new(0, 120, 0, 30)
  8949. Pistol.Font = Enum.Font.Cartoon
  8950. Pistol.Text = "Pistol"
  8951. Pistol.TextScaled = true
  8952. Pistol.TextSize = 14
  8953. Pistol.TextWrapped = true
  8954. Pistol.MouseButton1Down:connect(function()
  8955.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8956.  
  8957.     a = Instance.new("Part", workspace)
  8958.     a.Anchored = true
  8959.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8960.     a.CanCollide = false
  8961.    
  8962.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8963.     if v.Name == "Station" then
  8964.     for a, b in pairs(v:GetChildren()) do
  8965.     if b:IsA("StringValue") then
  8966.     if b.Value == "Pistol" then
  8967.     v.CFrame = CFrame.new(hit)
  8968.     end
  8969.     end
  8970.     end
  8971.     end
  8972.     end
  8973. end)
  8974. RemoveBuildings.Name = "RemoveBuildings"
  8975. RemoveBuildings.Parent = TPS
  8976. RemoveBuildings.BackgroundColor3 = Color3.new(1, 0, 0)
  8977. RemoveBuildings.Position = UDim2.new(0.826499999, 0, 0.199626505, 0)
  8978. RemoveBuildings.Size = UDim2.new(0, 120, 0, 30)
  8979. RemoveBuildings.Font = Enum.Font.Cartoon
  8980. RemoveBuildings.Text = "Remove Buildings"
  8981. RemoveBuildings.TextScaled = true
  8982. RemoveBuildings.TextSize = 14
  8983. RemoveBuildings.TextWrapped = true
  8984. RemoveBuildings.MouseButton1Down:connect(function()
  8985.     game:GetService("Workspace").Buildings:Destroy()
  8986. end)
  8987. Removeall.Name = "Removeall"
  8988. Removeall.Parent = TPS
  8989. Removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  8990. Removeall.Position = UDim2.new(0.549000025, 0, 0.20162648, 0)
  8991. Removeall.Size = UDim2.new(0, 120, 0, 30)
  8992. Removeall.Font = Enum.Font.Cartoon
  8993. Removeall.Text = "RemoveAll"
  8994. Removeall.TextScaled = true
  8995. Removeall.TextSize = 14
  8996. Removeall.TextWrapped = true
  8997. Removeall.MouseButton1Down:connect(function()  
  8998.     game.Workspace.Cells:Remove()
  8999.    
  9000.     game.Workspace.Museum.CaseLasers:Remove()
  9001.    
  9002.     game.Workspace.Museum.Lights:Remove()
  9003.    
  9004.     game.Workspace.Museum.Doors:Remove()
  9005.    
  9006.     game.Workspace.EscapeRoutes:Remove()
  9007.    
  9008.     for i,v in pairs(workspace.Doors:GetChildren()) do
  9009.     v:Destroy()
  9010.    
  9011.     end
  9012. end)
  9013.  
  9014. Removeall.MouseButton1Down:connect(function()
  9015.     local banklasers = game:GetService("Workspace").Banks:GetChildren()
  9016.     banklasers[1].Lasers:Destroy()
  9017. end)
  9018.  
  9019. Removeall.MouseButton1Down:connect(function()
  9020. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  9021.    
  9022.     for i = 1,4 do
  9023.     local xd = jewelry[1].Model.BarbedWire
  9024.     xd:Destroy()
  9025.     end
  9026. end)
  9027.  
  9028. Removeall.MouseButton1Down:connect(function()
  9029.     local banklasers = game:GetService("Workspace").Banks:GetChildren()
  9030.     banklasers[1].Door.Model:Destroy()
  9031. end)
  9032. SHOTGUN.Name = "SHOTGUN"
  9033. SHOTGUN.Parent = TPS
  9034. SHOTGUN.BackgroundColor3 = Color3.new(1, 0, 0)
  9035. SHOTGUN.Position = UDim2.new(0.825999975, 0, 0.500108421, 0)
  9036. SHOTGUN.Size = UDim2.new(0, 120, 0, 30)
  9037. SHOTGUN.Font = Enum.Font.Cartoon
  9038. SHOTGUN.Text = "SHOTGUN"
  9039. SHOTGUN.TextScaled = true
  9040. SHOTGUN.TextSize = 14
  9041. SHOTGUN.TextWrapped = true
  9042. SHOTGUN.MouseButton1Down:connect(function()
  9043.     local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  9044.  
  9045.     a = Instance.new("Part", workspace)
  9046.     a.Anchored = true
  9047.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  9048.     a.CanCollide = false
  9049.    
  9050.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  9051.     if v.Name == "Station" then
  9052.     for a, b in pairs(v:GetChildren()) do
  9053.     if b:IsA("StringValue") then
  9054.     if b.Value == "Shotgun" then
  9055.     v.CFrame = CFrame.new(hit)
  9056.     end
  9057.     end
  9058.     end
  9059.     end
  9060.     end
  9061. end)
  9062. WalkSpeed.Name = "WalkSpeed"
  9063. WalkSpeed.Parent = TPS
  9064. WalkSpeed.BackgroundColor3 = Color3.new(1, 0, 0)
  9065. WalkSpeed.Position = UDim2.new(0.548999965, 0, 0.800020099, 0)
  9066. WalkSpeed.Size = UDim2.new(0, 120, 0, 30)
  9067. WalkSpeed.Font = Enum.Font.Cartoon
  9068. WalkSpeed.Text = "WalkSpeed[X]"
  9069. WalkSpeed.TextScaled = true
  9070. WalkSpeed.TextSize = 14
  9071. WalkSpeed.TextWrapped = true
  9072. WalkSpeed.MouseButton1Down:connect(function()
  9073.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  9074.     local walkspeedmouse = walkspeedplayer:GetMouse()
  9075.    
  9076.     local walkspeedenabled = false
  9077.    
  9078.     function x_walkspeed(key)
  9079.         if (key == "x") then
  9080.             if walkspeedenabled == false then
  9081.                 _G.WS = 200;
  9082.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  9083.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  9084.                 Humanoid.WalkSpeed = _G.WS;
  9085.                 end)
  9086.                 Humanoid.WalkSpeed = _G.WS;
  9087.                
  9088.                 walkspeedenabled = true
  9089.             elseif walkspeedenabled == true then
  9090.                 _G.WS = 20;
  9091.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  9092.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  9093.                 Humanoid.WalkSpeed = _G.WS;
  9094.                 end)
  9095.                 Humanoid.WalkSpeed = _G.WS;
  9096.                
  9097.                 walkspeedenabled = false
  9098.             end
  9099.         end
  9100.     end
  9101.    
  9102.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  9103.    
  9104. end)
  9105. AutoROB.Name = "AutoROB"
  9106. AutoROB.Parent = Main
  9107. AutoROB.BackgroundColor3 = Color3.new(1, 1, 0)
  9108. AutoROB.BackgroundTransparency = 1
  9109. AutoROB.Position = UDim2.new(0, 0, 0.186666667, 0)
  9110. AutoROB.Size = UDim2.new(0, 550, 0, 244)
  9111. AutoROB.Visible = false
  9112.  
  9113. BankAutoRobBtn.Name = "BankAutoRobBtn"
  9114. BankAutoRobBtn.Parent = AutoROB
  9115. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  9116. BankAutoRobBtn.Position = UDim2.new(0.0145454546, 0, 0.0491803288, 0)
  9117. BankAutoRobBtn.Size = UDim2.new(0, 525, 0, 30)
  9118. BankAutoRobBtn.Font = Enum.Font.ArialBold
  9119. BankAutoRobBtn.Text = "Bank Auto Rob"
  9120. BankAutoRobBtn.TextScaled = true
  9121. BankAutoRobBtn.TextSize = 14
  9122. BankAutoRobBtn.TextWrapped = true
  9123. BankAutoRobBtn.MouseButton1Click:connect(function()
  9124.     local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  9125.     local Info = Bank.Extra.Sign
  9126.     if Info.Decal.Transparency == 0 then
  9127.         game:GetService("StarterGui"):SetCore("SendNotification",{
  9128.             Title = "Bank is closed!",
  9129.             Text = "You need to wait for the bank to open!",
  9130.             Duration = 7,
  9131.             Button1 = "Dismiss",
  9132.         })
  9133.         return
  9134.     end
  9135.     local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  9136.     local root = plr.Character.HumanoidRootPart
  9137.     local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  9138.    
  9139.     if (bankpos - plrpos).magnitude > 150 then
  9140.         local cb = Instance.new"BindableFunction"
  9141.  
  9142.         cb.OnInvoke = function(arg)
  9143.             if arg == "Teleport" then
  9144.                 JailbreakTp(10, 18, 784)
  9145.             end
  9146.         end
  9147.        
  9148.         game:GetService("StarterGui"):SetCore("SendNotification",{
  9149.             Title = "You are too far!",
  9150.             Text = "You need to get closer to the bank (use tp)",
  9151.             Duration = 7,
  9152.             Button1 = "Dismiss",
  9153.             Button2 = "Teleport",
  9154.             Callback = cb
  9155.         })
  9156.     else
  9157.         RobTheBank()
  9158.     end
  9159. end)
  9160. JewelryStatus.Name = "JewelryStatus"
  9161. JewelryStatus.Parent = AutoROB
  9162. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  9163. JewelryStatus.Position = UDim2.new(0.0149999997, 0, 0.86007303, 0)
  9164. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  9165. JewelryStatus.Font = Enum.Font.SourceSans
  9166. JewelryStatus.Text = "Jewelry:"
  9167. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  9168. JewelryStatus.TextSize = 14
  9169.  
  9170. BankStatus.Name = "BankStatus"
  9171. BankStatus.Parent = AutoROB
  9172. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  9173. BankStatus.Position = UDim2.new(0.300000012, 0, 0.86007303, 0)
  9174. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  9175. BankStatus.Font = Enum.Font.SourceSans
  9176. BankStatus.Text = "Bank:"
  9177. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  9178. BankStatus.TextSize = 14
  9179.  
  9180. Lol.Name = "Lol"
  9181. Lol.Parent = Main
  9182. Lol.Active = true
  9183. Lol.BackgroundColor3 = Color3.new(1, 0, 0)
  9184. Lol.Position = UDim2.new(0, 0, -0.193333328, 0)
  9185. Lol.Size = UDim2.new(0, 500, 0, 50)
  9186. Lol.Font = Enum.Font.Antique
  9187. Lol.Text = "Jailbreaker V4.2"
  9188. Lol.TextColor3 = Color3.new(0, 0, 0)
  9189. Lol.TextScaled = true
  9190. Lol.TextSize = 14
  9191. Lol.TextWrapped = true
  9192.  
  9193. Close.Name = "Close"
  9194. Close.Parent = Main
  9195. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  9196. Close.Position = UDim2.new(0.90109092, 0, -0.193333328, 0)
  9197. Close.Size = UDim2.new(0, 54, 0, 50)
  9198. Close.Font = Enum.Font.Cartoon
  9199. Close.Text = "X"
  9200. Close.TextColor3 = Color3.new(0, 0, 0)
  9201. Close.TextScaled = true
  9202. Close.TextSize = 14
  9203. Close.TextWrapped = true
  9204. Close.MouseButton1Down:connect(function()
  9205.     Open.Visible = true
  9206.     Main.Visible = false
  9207. end)
  9208. PLTP.Name = "PLTP"
  9209. PLTP.Parent = Main
  9210. PLTP.Active = true
  9211. PLTP.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  9212. PLTP.Position = UDim2.new(0, 0, 0.176666662, 0)
  9213. PLTP.Size = UDim2.new(0, 550, 0, 247)
  9214. PLTP.Visible = false
  9215.  
  9216. PlayerTP_Input.Name = "PlayerTP_Input"
  9217. PlayerTP_Input.Parent = PLTP
  9218. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  9219. PlayerTP_Input.Position = UDim2.new(0.0945454538, 0, 0.125506073, 0)
  9220. PlayerTP_Input.Size = UDim2.new(0, 427, 0, 50)
  9221. PlayerTP_Input.Font = Enum.Font.ArialBold
  9222. PlayerTP_Input.Text = "Player Name"
  9223. PlayerTP_Input.TextSize = 20
  9224. PlayerTP_Input.TextWrapped = true
  9225.  
  9226. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  9227. PlayerTP_Teleport.Parent = PLTP
  9228. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  9229. PlayerTP_Teleport.Position = UDim2.new(0.0945454538, 0, 0.429149806, 0)
  9230. PlayerTP_Teleport.Size = UDim2.new(0, 427, 0, 50)
  9231. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  9232. PlayerTP_Teleport.Text = "Teleport To Player"
  9233. PlayerTP_Teleport.TextScaled = true
  9234. PlayerTP_Teleport.TextSize = 14
  9235. PlayerTP_Teleport.TextWrapped = true
  9236.  
  9237. PlayerTeleport.Name = "PlayerTeleport"
  9238. PlayerTeleport.Parent = Main
  9239. PlayerTeleport.BackgroundColor3 = Color3.new(1, 0, 0)
  9240. PlayerTeleport.Position = UDim2.new(0.379999995, 0, 0.0500000007, 0)
  9241. PlayerTeleport.Size = UDim2.new(0, 120, 0, 30)
  9242. PlayerTeleport.Font = Enum.Font.Cartoon
  9243. PlayerTeleport.Text = "Player TP"
  9244. PlayerTeleport.TextColor3 = Color3.new(0, 0, 0)
  9245. PlayerTeleport.TextScaled = true
  9246. PlayerTeleport.TextSize = 14
  9247. PlayerTeleport.TextWrapped = true
  9248. PlayerTeleport.MouseButton1Down:connect(function()
  9249.     TPS.Visible = false
  9250.     PLTP.Visible = true
  9251.     AutoROB.Visible = false
  9252. end)
  9253. Open.Name = "Open"
  9254. Open.Parent = JailbreakerV42
  9255. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  9256. Open.BorderColor3 = Color3.new(1, 0, 0)
  9257. Open.BorderSizePixel = 2
  9258. Open.Position = UDim2.new(0.5, 0, 0, 0)
  9259. Open.Size = UDim2.new(0, 100, 0, 30)
  9260. Open.Visible = false
  9261. Open.Font = Enum.Font.Cartoon
  9262. Open.Text = "Open"
  9263. Open.TextScaled = true
  9264. Open.TextSize = 14
  9265. Open.TextWrapped = true
  9266. Open.MouseButton1Down:connect(function()
  9267.     Open.Visible = false
  9268.     Main.Visible = true
  9269. end)
  9270. -- Scripts:
  9271. --AutoRob stuff--
  9272. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  9273. local BankAutoRob = {
  9274.     {
  9275.         Pos = {51, 18.06, 856.5},
  9276.         Yield = 2,
  9277.         Status = "Starting the robbery"
  9278.     },
  9279.     {
  9280.         Pos = {29.71, 0.73, 815.25},
  9281.         Yield = 15,
  9282.         Status = "Opening the vault"
  9283.     },
  9284.     {
  9285.         Pos = {18.37, 0.7659, 822.25},
  9286.         Yield = DuffelBag and 50 or 49,
  9287.         Status = "Collecting $$$"
  9288.     },
  9289.     {
  9290.         Pos = {10, 18, 784},
  9291.         Status = "Finishing the robbery"
  9292.     }
  9293. }
  9294.  
  9295. local function Tp(...)
  9296.     local char = plr.Character
  9297.     for i=1,2 do
  9298.         wait()
  9299.         char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  9300.     end
  9301. end
  9302.  
  9303. function RobTheBank()
  9304.     for _,v in pairs(BankAutoRob) do
  9305.         Tp(unpack(v.Pos))
  9306.         wait(v.Yield)
  9307.     end
  9308. end
  9309.  
  9310. --Bank notification--
  9311. pcall(function()
  9312.     local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  9313.     local Info = Bank.Extra.Sign.Decal
  9314.     Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  9315.         if Info.Transparency ~= 0 then
  9316.             BankStatus.Text = "Bank:Open"
  9317.             BankStatus.TextColor3 = Color3.new(0,1,0)
  9318.             BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  9319.             local cb = Instance.new("BindableFunction")
  9320.             cb.OnInvoke = function(arg)
  9321.                 if arg == "Teleport" then
  9322.                     JailbreakTp(10, 18, 784)
  9323.                 elseif arg == "AutoRob" then
  9324.                     RobTheBank()
  9325.                 end
  9326.             end
  9327.             game:GetService("StarterGui"):SetCore("SendNotification",{
  9328.                 Title = "Bank is ready!",
  9329.                 Text = "Bank is ready!",
  9330.                 Duration = 15,
  9331.                 Button1 = "Dismiss",
  9332.                 Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  9333.                 Callback = cb
  9334.             })
  9335.         else
  9336.             BankStatus.Text = "Bank:Closed"
  9337.             BankStatus.TextColor3 = Color3.new(1,0,0)
  9338.             BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  9339.         end
  9340.     end)
  9341.     BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  9342.     BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  9343.     BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  9344. end)
  9345. --Jewelry notification--
  9346. pcall(function()
  9347.     local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  9348.     local Info = Jewelry.Extra.Sign.Decal
  9349.     Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  9350.         if Info.Transparency ~= 0 then
  9351.             JewelryStatus.Text = "Jewelry:Open"
  9352.             JewelryStatus.TextColor3 = Color3.new(0,1,0)
  9353.             BankStatus.TextColor3 = Color3.new(0,1,0)
  9354.             local cb = Instance.new("BindableFunction")
  9355.             cb.OnInvoke = function(arg)
  9356.                 if arg == "Teleport" then
  9357.                     JailbreakTp(142, 18, 1365)
  9358.                 end
  9359.             end
  9360.             game:GetService("StarterGui"):SetCore("SendNotification",{
  9361.                 Title = "Jewelry is ready!",
  9362.                 Text = "Jewelry is ready!",
  9363.                 Duration = 15,
  9364.                 Button1 = "Dismiss",
  9365.                 Button2 = "Teleport",
  9366.                 Callback = cb
  9367.             })
  9368.         else
  9369.             JewelryStatus.Text = "Jewelry:Closed"
  9370.             JewelryStatus.TextColor3 = Color3.new(1,0,0)
  9371.         end
  9372.     end)
  9373.     JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  9374.     JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  9375. end)
  9376. end)
  9377.  
  9378. KlikTP.Name = "KlikTP"
  9379. KlikTP.Parent = glowne
  9380. KlikTP.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  9381. KlikTP.Position = UDim2.new(0.135755271, 0, 0.553672314, 0)
  9382. KlikTP.Size = UDim2.new(0, 106, 0, 50)
  9383. KlikTP.Font = Enum.Font.SourceSans
  9384. KlikTP.Text = "Klik Tp"
  9385. KlikTP.TextColor3 = Color3.new(0, 0, 0)
  9386. KlikTP.TextSize = 14
  9387. KlikTP.MouseButton1Down:connect(function()
  9388. mouse = game.Players.LocalPlayer:GetMouse()
  9389. tool = Instance.new("Tool")
  9390. tool.RequiresHandle = false
  9391. tool.Name = "Klik TP"
  9392. tool.Activated:connect(function()
  9393. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  9394. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  9395. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  9396. end)
  9397. tool.Parent = game.Players.LocalPlayer.Backpack
  9398. end)
  9399.  
  9400. chattrol.Name = "chattrol"
  9401. chattrol.Parent = glowne
  9402. chattrol.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  9403. chattrol.Position = UDim2.new(0.652007639, 0, 0.553672314, 0)
  9404. chattrol.Size = UDim2.new(0, 106, 0, 50)
  9405. chattrol.Font = Enum.Font.SourceSans
  9406. chattrol.Text = "ChatTroll"
  9407. chattrol.TextColor3 = Color3.new(0, 0, 0)
  9408. chattrol.TextSize = 14
  9409. chattrol.MouseButton1Down:connect(function()
  9410. local Action = game.Players:GetPlayers()
  9411.   for i = 1,#Action do
  9412. Action[i].Chatted:connect(function(Message)
  9413.   game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  9414.   end)
  9415. end
  9416. end)
  9417.  
  9418. chattrol_2.Name = "chattrol"
  9419. chattrol_2.Parent = glowne
  9420. chattrol_2.BackgroundColor3 = Color3.new(0.392157, 0.278431, 0.0941177)
  9421. chattrol_2.Position = UDim2.new(0.338432133, 0, 0.731638432, 0)
  9422. chattrol_2.Size = UDim2.new(0, 163, 0, 28)
  9423. chattrol_2.Font = Enum.Font.SourceSans
  9424. chattrol_2.Text = "NoClip"
  9425. chattrol_2.TextColor3 = Color3.new(0, 0, 0)
  9426. chattrol_2.TextSize = 14
  9427. chattrol_2.MouseButton1Down:connect(function()
  9428. noclip = false
  9429. game:GetService('RunService').Stepped:connect(function()
  9430. if noclip then
  9431. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  9432. end
  9433. end)
  9434. plr = game.Players.LocalPlayer
  9435. mouse = plr:GetMouse()
  9436. mouse.KeyDown:connect(function(key)
  9437.  
  9438. if key == "v" then
  9439. noclip = not noclip
  9440. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  9441. end
  9442. end)
  9443. print('Loaded')
  9444. print('Press "v" to noclip')
  9445. end)
Add Comment
Please, Sign In to add comment