KwasekWare

Kwasek Ware GUI

Sep 23rd, 2019
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 370.41 KB | None | 0 0
  1. -- Created by kwasek#0069
  2. -- 24.09.2019 Update
  3. -- Added Moscow Safezone, and Badvaar Border GUI
  4. -- Enjoy!
  5. -- Join discord! https://discord.gg/TYs3c2c
  6.  
  7. local K_Ware = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local Strip0 = Instance.new("Frame")
  10. local K = Instance.new("TextButton")
  11. local W = Instance.new("TextButton")
  12. local Kwasek = Instance.new("TextButton")
  13. local Ware = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Strip1 = Instance.new("Frame")
  16. local Credits = Instance.new("TextButton")
  17. local Line1 = Instance.new("Frame")
  18. local Line0 = Instance.new("Frame")
  19. local Left1 = Instance.new("TextButton")
  20. local Left2 = Instance.new("TextButton")
  21. local Left3 = Instance.new("TextButton")
  22. local Left4 = Instance.new("TextButton")
  23. local Right1 = Instance.new("TextButton")
  24. local Right2 = Instance.new("TextButton")
  25. local Right3 = Instance.new("TextButton")
  26. local Right4 = Instance.new("TextButton")
  27. local Center2 = Instance.new("TextButton")
  28. local Center1 = Instance.new("TextButton")
  29. local Center3 = Instance.new("TextButton")
  30. local Center4 = Instance.new("TextButton")
  31. local OpenFrame = Instance.new("Frame")
  32. local Open = Instance.new("TextButton")
  33. --Properties:
  34. K_Ware.Name = "K_Ware"
  35. K_Ware.Parent = game.CoreGui
  36. K_Ware.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. Main.Name = "Main"
  39. Main.Parent = K_Ware
  40. Main.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  41. Main.BackgroundTransparency = 0.10000000149012
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.21364221, 0, 0.222358719, 0)
  44. Main.Size = UDim2.new(0, 861, 0, 444)
  45. Main.Draggable = true
  46.  
  47. Strip0.Name = "Strip0"
  48. Strip0.Parent = Main
  49. Strip0.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  50. Strip0.BorderSizePixel = 0
  51. Strip0.Position = UDim2.new(0, 0, -5.25809628e-06, 0)
  52. Strip0.Size = UDim2.new(0, 860, 0, 44)
  53.  
  54. K.Name = "K"
  55. K.Parent = Strip0
  56. K.BackgroundColor3 = Color3.new(1, 1, 1)
  57. K.BackgroundTransparency = 1
  58. K.BorderSizePixel = 0
  59. K.Position = UDim2.new(-0.0372093022, 0, 0, 0)
  60. K.Rotation = -3
  61. K.Size = UDim2.new(0, 107, 0, 32)
  62. K.Font = Enum.Font.Cartoon
  63. K.Text = "K"
  64. K.TextColor3 = Color3.new(1, 1, 1)
  65. K.TextScaled = true
  66. K.TextSize = 14
  67. K.TextWrapped = true
  68.  
  69. W.Name = "W"
  70. W.Parent = Strip0
  71. W.BackgroundColor3 = Color3.new(1, 1, 1)
  72. W.BackgroundTransparency = 1
  73. W.BorderSizePixel = 0
  74. W.Position = UDim2.new(-0.00495083816, 0, 0.257142842, 0)
  75. W.Rotation = -3
  76. W.Size = UDim2.new(0, 89, 0, 32)
  77. W.Font = Enum.Font.Cartoon
  78. W.Text = "W"
  79. W.TextColor3 = Color3.new(1, 0.666667, 0)
  80. W.TextScaled = true
  81. W.TextSize = 14
  82. W.TextWrapped = true
  83.  
  84. Kwasek.Name = "Kwasek"
  85. Kwasek.Parent = Strip0
  86. Kwasek.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Kwasek.BackgroundTransparency = 1
  88. Kwasek.BorderSizePixel = 0
  89. Kwasek.Position = UDim2.new(0.44069767, 0, 0, 0)
  90. Kwasek.Rotation = -3
  91. Kwasek.Size = UDim2.new(0, 89, 0, 26)
  92. Kwasek.Font = Enum.Font.Cartoon
  93. Kwasek.Text = "Kwasek"
  94. Kwasek.TextColor3 = Color3.new(1, 1, 1)
  95. Kwasek.TextScaled = true
  96. Kwasek.TextSize = 14
  97. Kwasek.TextWrapped = true
  98.  
  99. Ware.Name = "Ware"
  100. Ware.Parent = Strip0
  101. Ware.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Ware.BackgroundTransparency = 1
  103. Ware.BorderSizePixel = 0
  104. Ware.Position = UDim2.new(0.473255813, 0, 0.409090906, 0)
  105. Ware.Rotation = -3
  106. Ware.Size = UDim2.new(0, 74, 0, 26)
  107. Ware.Font = Enum.Font.Cartoon
  108. Ware.Text = "Ware"
  109. Ware.TextColor3 = Color3.new(1, 0.666667, 0)
  110. Ware.TextScaled = true
  111. Ware.TextSize = 14
  112. Ware.TextWrapped = true
  113.  
  114. Close.Name = "Close"
  115. Close.Parent = Strip0
  116. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Close.BackgroundTransparency = 1
  118. Close.BorderSizePixel = 0
  119. Close.Position = UDim2.new(0.937209368, 0, -0.0227272734, 0)
  120. Close.Size = UDim2.new(0, 48, 0, 44)
  121. Close.Font = Enum.Font.SourceSans
  122. Close.Text = "X"
  123. Close.TextColor3 = Color3.new(1, 1, 1)
  124. Close.TextScaled = true
  125. Close.TextSize = 14
  126. Close.TextWrapped = true
  127. Close.MouseButton1Down:connect(function()
  128. OpenFrame.Visible = true
  129. Main.Visible = false
  130. end)
  131.  
  132. Strip1.Name = "Strip1"
  133. Strip1.Parent = Main
  134. Strip1.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  135. Strip1.BorderSizePixel = 0
  136. Strip1.Position = UDim2.new(0, 0, 0.900895655, 0)
  137. Strip1.Size = UDim2.new(0, 860, 0, 44)
  138.  
  139. Credits.Name = "Credits"
  140. Credits.Parent = Strip1
  141. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Credits.BackgroundTransparency = 1
  143. Credits.BorderSizePixel = 0
  144. Credits.Position = UDim2.new(0.00813953485, 0, 0, 0)
  145. Credits.Size = UDim2.new(0, 847, 0, 44)
  146. Credits.Font = Enum.Font.Cartoon
  147. Credits.Text = "GUI was created by: kwasek#0069 | https://discord.gg/TYs3c2c | Kwasek doesn't create scripts!"
  148. Credits.TextColor3 = Color3.new(0.839216, 0.839216, 0.839216)
  149. Credits.TextScaled = true
  150. Credits.TextSize = 14
  151. Credits.TextWrapped = true
  152.  
  153. Line1.Name = "Line1"
  154. Line1.Parent = Main
  155. Line1.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  156. Line1.BorderSizePixel = 0
  157. Line1.Position = UDim2.new(0.695702553, 0, 0.0990990996, 0)
  158. Line1.Size = UDim2.new(0, 6, 0, 356)
  159.  
  160. Line0.Name = "Line0"
  161. Line0.Parent = Main
  162. Line0.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  163. Line0.BorderSizePixel = 0
  164. Line0.Position = UDim2.new(0.306620121, 0, 0.0990990996, 0)
  165. Line0.Size = UDim2.new(0, 6, 0, 356)
  166.  
  167. Left1.Name = "Left1"
  168. Left1.Parent = Main
  169. Left1.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  170. Left1.BackgroundTransparency = 0.10000000149012
  171. Left1.BorderSizePixel = 0
  172. Left1.Position = UDim2.new(0.0383275263, 0, 0.141891897, 0)
  173. Left1.Size = UDim2.new(0, 200, 0, 50)
  174. Left1.Font = Enum.Font.SourceSans
  175. Left1.Text = "Reviz Admin"
  176. Left1.TextColor3 = Color3.new(0, 0, 0)
  177. Left1.TextSize = 14
  178. Left1.MouseButton1Down:connect(function()
  179. -- Creator: illremember#3799
  180.  
  181. -- Credits to infinite yield, harkinian, dex creators
  182.  
  183. prefix = ":"
  184. wait(0.3)
  185. Commands = {
  186.     '[-] cmdbar is shown when ; is pressed.',
  187.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  188.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  189.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  190.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  191.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  192.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  193.     '[7] follow [plr] -- Makes you follow behind the player',
  194.     '[8] unfollow',
  195.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  196.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  197.     '[11] untrail',
  198.     '[12] orbit [plr] -- Makes you orbit the player',
  199.     '[13] unorbit',
  200.     '[14] fling [plr] -- Makes you fling the player',
  201.     '[15] unfling',
  202.     '[16] fecheck -- Checks if the game is FE or not',
  203.     '[17] void [plr] -- Teleports player to the void',
  204.     '[18] noclip -- Gives you noclip to walk through walls',
  205.     '[19] clip -- Removes noclip',
  206.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  207.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  208.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  209.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  210.     '[24] annoy [plr] -- Loop teleports you to the player',
  211.     '[25] unannoy',
  212.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  213.     '[27] unheadwalk',
  214.     '[28] nolimbs -- Removes your arms and legs',
  215.     '[29] god -- Gives you FE Godmode',
  216.     '[30] drophats -- Drops your accessories',
  217.     '[31] droptool -- Drops any tool you have equipped',
  218.     '[32] loopdhats -- Loop drops your accessories',
  219.     '[33] unloopdhats',
  220.     '[34] loopdtool -- Loop drops any tools you have equipped',
  221.     '[35] unloopdtool',
  222.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  223.     '[37] view [plr] -- Changes your camera to the player character',
  224.     '[38] unview',
  225.     '[39] goto [plr] -- Teleports you to player',
  226.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  227.     '[41] unfly',
  228.     '[42] chat [msg] -- Makes you chat a message',
  229.     '[43] spam [msg] -- Spams a message',
  230.     '[44] unspam',
  231.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  232.     '[46] pmspam [plr] -- Spams a player in private message',
  233.     '[47] unpmspam',
  234.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  235.     '[49] uncfreeze [plr]',
  236.     '[50] unlockws -- Unlocks the workspace',
  237.     '[51] lockws -- Locks the workspace',
  238.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  239.     '[53] pstand -- Enables platform stand',
  240.     '[54] unpstand -- Disables platform stand',
  241.     '[55] blockhead -- Removes your head mesh',
  242.     '[56] sit',
  243.     '[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',
  244.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  245.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  246.     '[60] cmds -- Prints all commands',
  247.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  248.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  249.     '[63] spinner -- Makes you spin',
  250.     '[64] nospinner',
  251.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  252.     '[66] noreach -- Removes reach, must have tool equipped',
  253.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  254.     '[68] tp me [plr] -- Alternative to goto',
  255.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  256.     '[70] uncbring',
  257.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  258.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  259.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  260.     '[74] unglitch -- Unglitches you',
  261.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  262.     '[76] explorer -- Loads up DEX',
  263.     '[77] reset -- Resets your character.',
  264.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  265.     '[79] animgui -- Loads up Energize animations GUI',
  266.     '[80] savepos -- Saves your current position',
  267.     '[81] loadpos -- Teleports you to your saved position',
  268.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  269.     '[83] unbang',
  270.     '[84] delcmdbar -- Removes the command bar completely',
  271.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  272.     '[86] shutdown -- Uses harkinians script to shutdown server',
  273.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  274.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  275.     '[89] getplrs -- Prints all players in game',
  276.     '[90] deldecal -- Deletes all decals client sided',
  277.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  278.     '[92] remotes -- Prints all remotes in the game in the console when added',
  279.     '[93] noremotes -- Stops printing remotes',
  280.     '[94] tpdefault -- Stops all loop teleports to a player',
  281.     '[95] stopsit -- Will not allow you to sit',
  282.     '[96] gosit -- Allows you to sit',
  283.     '[97] clicktp -- Enables click tp',
  284.     '[98] noclicktp -- Disables click tp',
  285.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  286.     '[100] toolsoff -- Stops ;toolson',
  287.     '[101] version -- Gets the admin version',
  288.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  289.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  290.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  291.     '[105] clickdel -- Delete any block you press q on, client sided',
  292.     '[106] noclickdel -- Stops clickdel',
  293.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  294.     '[108] unlooprhats -- Stops loop removing mesh',
  295.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  296.     '[110] unlooprtool -- Stops loop removing mesh',
  297.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  298.     '[112] age [plr] -- Makes you chat the account age of the player',
  299.     '[113] id [plr] -- Makes you chat the account ID of the player',
  300.     '[114] .age [plr] -- Privately shows you the account age of the player',
  301.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  302.     '[116] gameid -- Shows the game ID',
  303.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  304.     '[118] removefog -- Removes fog, client sided',
  305.     '[119] disable -- Disables your character by removing humanoid',
  306.     '[120] enable -- Enables your character by adding humanoid',
  307.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  308.     '[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.',
  309.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  310.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  311.     '[125] uncarpet -- Stops carpet player',
  312.     '[126] stare [plr] -- Turns your character to stare at another player',
  313.     '[127] unstare -- Stops stare player',
  314.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  315.     '[129] unlogchat -- Disables logchat',
  316.     '[130] fixcam -- Fixes/resets your camera',
  317.     '[131] unstate -- Stops changing state',
  318. }
  319. speedget = 1
  320.  
  321. lplayer = game:GetService("Players").LocalPlayer
  322.  
  323. lplayer.CharacterAdded:Connect(function(character)
  324.     spin = false
  325.     flying = false
  326.     staring = false
  327.     banpl = false
  328. end)
  329.  
  330. function change()
  331.     prefix = prefix
  332.     speedfly = speedfly
  333. end
  334.  
  335. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  336.     local Found = {}
  337.     local strl = String:lower()
  338.     if strl == "all" then
  339.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  340.             table.insert(Found,v)
  341.         end
  342.     elseif strl == "others" then
  343.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  344.             if v.Name ~= lplayer.Name then
  345.                 table.insert(Found,v)
  346.             end
  347.         end  
  348.     elseif strl == "me" then
  349.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  350.             if v.Name == lplayer.Name then
  351.                 table.insert(Found,v)
  352.             end
  353.         end  
  354.     else
  355.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  356.             if v.Name:lower():sub(1, #String) == String:lower() then
  357.                 table.insert(Found,v)
  358.             end
  359.         end    
  360.     end
  361.     return Found    
  362. end
  363.  
  364. local Mouse = lplayer:GetMouse()
  365.  
  366. spin = false
  367. followed = false
  368. traill = false
  369. noclip = false
  370. annoying = false
  371. hwalk = false
  372. droppinghats = false
  373. droppingtools = false
  374. flying = false
  375. spamdelay = 1
  376. spamming = false
  377. spammingpm = false
  378. cbringing = false
  379. remotes = true
  380. added = true
  381. binds = false
  382. stopsitting = false
  383. clickgoto = false
  384. gettingtools = false
  385. removingmeshhats = false
  386. removingmeshtool = false
  387. clickdel = false
  388. staring = false
  389. chatlogs = false
  390. banpl = false
  391. changingstate = false
  392. statechosen = 0
  393.  
  394. adminversion = "Reviz Admin by illremember, Version 2.0"
  395.  
  396. flying = false
  397. speedfly = 1
  398.  
  399. function plrchat(plr, chat)
  400. print(plr.Name..": "..tick().."\n"..chat)
  401. end
  402.  
  403. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  404. v.Chatted:connect(function(chat)
  405. if chatlogs then
  406. plrchat(v, chat)
  407. end
  408. end)
  409. end
  410. game:GetService("Players").PlayerAdded:connect(function(plr)
  411. plr.Chatted:connect(function(chat)
  412. if chatlogs then
  413. plrchat(plr, chat)
  414. end
  415. end)
  416. end)
  417.  
  418.  
  419. local ScreenGui = Instance.new("ScreenGui")
  420. local Frame = Instance.new("Frame")
  421. local CMDBAR = Instance.new("TextBox")
  422. ScreenGui.Parent = game:GetService("CoreGui")
  423. Frame.Parent = ScreenGui
  424. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  425. Frame.BackgroundTransparency = 0.3
  426. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  427. Frame.Size = UDim2.new(0, 200, 0, 40)
  428. Frame.Active = true
  429. Frame.Draggable = true
  430. CMDBAR.Name = "CMDBAR"
  431. CMDBAR.Parent = Frame
  432. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  433. CMDBAR.BackgroundTransparency = 0.20000000298023
  434. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  435. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  436. CMDBAR.Font = Enum.Font.SourceSansLight
  437. CMDBAR.FontSize = Enum.FontSize.Size14
  438. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  439. CMDBAR.TextScaled = true
  440. CMDBAR.TextSize = 14
  441. CMDBAR.TextWrapped = true
  442. CMDBAR.Text = "Press ; to type, Enter to execute"
  443.  
  444. local CMDS = Instance.new("ScreenGui")
  445. local CMDSFRAME = Instance.new("Frame")
  446. local ScrollingFrame = Instance.new("ScrollingFrame")
  447. local TextLabel = Instance.new("TextLabel")
  448. local closegui = Instance.new("TextButton")
  449. CMDS.Name = "CMDS"
  450. CMDS.Parent = game:GetService("CoreGui")
  451. CMDSFRAME.Name = "CMDSFRAME"
  452. CMDSFRAME.Parent = CMDS
  453. CMDSFRAME.Active = true
  454. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  455. CMDSFRAME.BorderSizePixel = 0
  456. CMDSFRAME.Draggable = true
  457. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  458. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  459. CMDSFRAME.Visible = false
  460. ScrollingFrame.Parent = CMDSFRAME
  461. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  462. ScrollingFrame.BorderSizePixel = 0
  463. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  464. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  465. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  466. TextLabel.Parent = ScrollingFrame
  467. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  468. TextLabel.BackgroundTransparency = 1
  469. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  470. TextLabel.Font = Enum.Font.SourceSans
  471. TextLabel.FontSize = Enum.FontSize.Size18
  472. 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."
  473. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  474. TextLabel.TextSize = 15
  475. TextLabel.TextWrapped = true
  476. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  477. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  478. closegui.Name = "closegui"
  479. closegui.Parent = CMDSFRAME
  480. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  481. closegui.BorderSizePixel = 0
  482. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  483. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  484. closegui.Font = Enum.Font.SourceSansBold
  485. closegui.FontSize = Enum.FontSize.Size24
  486. closegui.Text = "X"
  487. closegui.TextColor3 = Color3.new(1, 1, 1)
  488. closegui.TextSize = 20
  489.  
  490. closegui.MouseButton1Click:connect(function()
  491.     CMDSFRAME.Visible = false
  492. end)
  493.  
  494. game:GetService('RunService').Stepped:connect(function()
  495.     if spin then
  496.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  497.     end
  498.     if followed then
  499.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  500.     end
  501.     if traill then
  502.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  503.     end
  504.     if annoying then
  505.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  506.     end
  507.     if hwalk then
  508.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  509.     end
  510.     if staring then
  511.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  512.     end
  513. end)
  514. game:GetService('RunService').Stepped:connect(function()
  515.     if noclip then
  516.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  517.             lplayer.Character.Head.CanCollide = false
  518.             lplayer.Character.Torso.CanCollide = false
  519.             lplayer.Character["Left Leg"].CanCollide = false
  520.             lplayer.Character["Right Leg"].CanCollide = false
  521.         else
  522.             lplayer.Character.Humanoid:ChangeState(11)
  523.         end
  524.     end
  525.     if changingstate then
  526.         lplayer.Character.Humanoid:ChangeState(statechosen)
  527.     end
  528. end)
  529. game:GetService('RunService').Stepped:connect(function()
  530.     if droppinghats then
  531.         for i,v in pairs(lplayer.Character:GetChildren()) do
  532.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  533.                 v.Parent = workspace
  534.             end
  535.         end
  536.     end
  537.     if droppingtools then
  538.         for i,v in pairs(lplayer.Character:GetChildren()) do
  539.             if (v:IsA("Tool")) then
  540.                 v.Parent = workspace
  541.             end
  542.         end
  543.     end
  544.     if removingmeshhats then
  545.         for i,v in pairs(lplayer.Character:GetChildren()) do
  546.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  547.                 v.Handle.Mesh:Destroy()
  548.             end
  549.         end
  550.     end
  551.     if removingmeshtool then
  552.         for i,v in pairs(lplayer.Character:GetChildren()) do
  553.             if (v:IsA("Tool")) then
  554.                 v.Handle.Mesh:Destroy()
  555.             end
  556.         end
  557.     end
  558. end)
  559. game:GetService('RunService').Stepped:connect(function()
  560.     if banpl then
  561.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  562.     end
  563. end)
  564. game:GetService('RunService').Stepped:connect(function()
  565.     if stopsitting then
  566.         lplayer.Character.Humanoid.Sit = false
  567.     end
  568. end)
  569.  
  570. plr = lplayer
  571. hum = plr.Character.HumanoidRootPart
  572. mouse = plr:GetMouse()
  573. mouse.KeyDown:connect(function(key)
  574.     if key == "e" then
  575.         if mouse.Target then
  576.             if clickgoto then
  577.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  578.             elseif clickdel then
  579.                 mouse.Target:Destroy()
  580.             end
  581.         end
  582.     end
  583. end)
  584.  
  585. game:GetService("Workspace").ChildAdded:connect(function(part)
  586.     if gettingtools then
  587.         if part:IsA("Tool") then
  588.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  589.         end
  590.     end
  591. end)
  592.  
  593. lplayer.Chatted:Connect(function(msg)
  594.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  595.         if string.sub(msg, 7) == "me" then
  596.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  597.         else
  598.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  599.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  600.                 lplayer.Character.Humanoid.Name = 1
  601.                 local l = lplayer.Character["1"]:Clone()
  602.                 l.Parent = lplayer.Character
  603.                 l.Name = "Humanoid"
  604.                 wait(0.1)
  605.                 lplayer.Character["1"]:Destroy()
  606.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  607.                 lplayer.Character.Animate.Disabled = true
  608.                 wait(0.1)
  609.                 lplayer.Character.Animate.Disabled = false
  610.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  611.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  612.                 lplayer.Character.Humanoid:EquipTool(v)
  613.                 end
  614.                 local function tp(player,player2)
  615.                 local char1,char2=player.Character,player2.Character
  616.                 if char1 and char2 then
  617.                 char1:MoveTo(char2.Head.Position)
  618.                 end
  619.                 end
  620.                 wait(0.1)
  621.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  622.                 wait(0.2)
  623.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  624.                 wait(0.5)
  625.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  626.                 wait(0.7)
  627.                 tp(lplayer,game:GetService("Players")[v.Name])
  628.                 wait(0.7)
  629.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  630.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  631.                 Title = "Tools needed!";
  632.                 Text = "You need a tool in your backpack for this command!";
  633.                 })
  634.             end
  635.         end
  636.     end
  637.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  638.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  639.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  640.             lplayer.Character.Humanoid.Name = 1
  641.             local l = lplayer.Character["1"]:Clone()
  642.             l.Parent = lplayer.Character
  643.             l.Name = "Humanoid"
  644.             wait(0.1)
  645.             lplayer.Character["1"]:Destroy()
  646.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  647.             lplayer.Character.Animate.Disabled = true
  648.             wait(0.1)
  649.             lplayer.Character.Animate.Disabled = false
  650.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  651.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  652.             lplayer.Character.Humanoid:EquipTool(v)
  653.             end
  654.             local function tp(player,player2)
  655.             local char1,char2=player.Character,player2.Character
  656.             if char1 and char2 then
  657.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  658.             end
  659.             end
  660.             local function getout(player,player2)
  661.             local char1,char2=player.Character,player2.Character
  662.             if char1 and char2 then
  663.             char1:MoveTo(char2.Head.Position)
  664.             end
  665.             end
  666.             tp(game:GetService("Players")[v.Name], lplayer)
  667.             wait(0.2)
  668.             tp(game:GetService("Players")[v.Name], lplayer)
  669.             wait(0.5)
  670.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  671.             wait(0.5)
  672.             getout(lplayer, game:GetService("Players")[v.Name])
  673.             wait(0.3)
  674.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  675.             game:GetService("StarterGui"):SetCore("SendNotification", {
  676.             Title = "Tools needed!";
  677.             Text = "You need a tool in your backpack for this command!";
  678.             })
  679.         end
  680.     end
  681.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  682.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  683.             lplayer.Character.Humanoid.Name = 1
  684.             local l = lplayer.Character["1"]:Clone()
  685.             l.Parent = lplayer.Character
  686.             l.Name = "Humanoid"
  687.             wait(0.1)
  688.             lplayer.Character["1"]:Destroy()
  689.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  690.             lplayer.Character.Animate.Disabled = true
  691.             wait(0.1)
  692.             lplayer.Character.Animate.Disabled = false
  693.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  694.             lplayer.Character.Animate.Disabled = false
  695.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  696.             lplayer.Character.Humanoid:EquipTool(v)
  697.             end
  698.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  699.             spinplr = v
  700.             wait(0.5)
  701.             spin = true
  702.             game:GetService("StarterGui"):SetCore("SendNotification", {
  703.             Title = "Tools needed!";
  704.             Text = "You need a tool in your backpack for this command!";
  705.             })
  706.         end
  707.     end
  708.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  709.         spin = false
  710.     end
  711.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  712.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  713.             lplayer.Character.Humanoid.Name = 1
  714.             local l = lplayer.Character["1"]:Clone()
  715.             l.Parent = lplayer.Character
  716.             l.Name = "Humanoid"
  717.             wait(0.1)
  718.             lplayer.Character["1"]:Destroy()
  719.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  720.             lplayer.Character.Animate.Disabled = true
  721.             wait(0.1)
  722.             lplayer.Character.Animate.Disabled = false
  723.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  724.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  725.             lplayer.Character.Humanoid:EquipTool(v)
  726.             end
  727.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  728.             wait(0.3)
  729.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  730.             attplr = v
  731.             game:GetService("StarterGui"):SetCore("SendNotification", {
  732.             Title = "Tools needed!";
  733.             Text = "You need a tool in your backpack for this command!";
  734.             })
  735.         end
  736.     end
  737.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  738.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  739.             local function getout(player,player2)
  740.             local char1,char2=player.Character,player2.Character
  741.             if char1 and char2 then
  742.             char1:MoveTo(char2.Head.Position)
  743.             end
  744.             end
  745.             getout(lplayer, game:GetService("Players")[v.Name])
  746.         end
  747.     end
  748.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  749.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  750.             followed = true
  751.             flwplr = v
  752.         end
  753.     end
  754.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  755.         followed = false
  756.     end
  757.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  758.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  759.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  760.             lplayer.Character.Humanoid.Name = 1
  761.             local l = lplayer.Character["1"]:Clone()
  762.             l.Parent = lplayer.Character
  763.             l.Name = "Humanoid"
  764.             wait(0.1)
  765.             lplayer.Character["1"]:Destroy()
  766.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  767.             lplayer.Character.Animate.Disabled = true
  768.             wait(0.1)
  769.             lplayer.Character.Animate.Disabled = false
  770.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  771.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  772.             lplayer.Character.Humanoid:EquipTool(v)
  773.             end
  774.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  775.             wait(0.2)
  776.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  777.             wait(0.6)
  778.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  779.             wait(0.6)
  780.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  781.             game:GetService("StarterGui"):SetCore("SendNotification", {
  782.             Title = "Tools needed!";
  783.             Text = "You need a tool in your backpack for this command!";
  784.             })
  785.         end
  786.     end
  787.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  788.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  789.             traill = true
  790.             trlplr = v
  791.         end
  792.     end
  793.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  794.         traill = false
  795.     end
  796.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  797.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  798.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  799.         else
  800.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  801.                 local o = Instance.new("RocketPropulsion")
  802.                 o.Parent = lplayer.Character.HumanoidRootPart
  803.                 o.Name = "Orbit"
  804.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  805.                 o:Fire()
  806.                 noclip = true
  807.             end
  808.         end
  809.     end
  810.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  811.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  812.         noclip = false
  813.     end
  814.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  815.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  816.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  817.         else
  818.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  819.                 local y = Instance.new("RocketPropulsion")
  820.                 y.Parent = lplayer.Character.HumanoidRootPart
  821.                 y.CartoonFactor = 1
  822.                 y.MaxThrust = 800000
  823.                 y.MaxSpeed = 1000
  824.                 y.ThrustP = 200000
  825.                 y.Name = "Fling"
  826.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  827.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  828.                 y:Fire()
  829.                 noclip = true
  830.             end
  831.         end
  832.     end
  833.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  834.         noclip = false
  835.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  836.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  837.         wait(0.4)
  838.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  839.     end
  840.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  841.         if game:GetService("Workspace").FilteringEnabled == true then
  842.             warn("FE is Enabled (Filtering Enabled)")
  843.             game:GetService("StarterGui"):SetCore("SendNotification", {
  844.                 Title = "FE is Enabled";
  845.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  846.             })
  847.         else
  848.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  849.             game:GetService("StarterGui"):SetCore("SendNotification", {
  850.                 Title = "FE is Disabled";
  851.                 Text = "Filtering Disabled. Consider using a different admin script.";
  852.             })
  853.         end
  854.     end
  855.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  856.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  857.             lplayer.Character.Humanoid.Name = 1
  858.             local l = lplayer.Character["1"]:Clone()
  859.             l.Parent = lplayer.Character
  860.             l.Name = "Humanoid"
  861.             wait(0.1)
  862.             lplayer.Character["1"]:Destroy()
  863.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  864.             lplayer.Character.Animate.Disabled = true
  865.             wait(0.1)
  866.             lplayer.Character.Animate.Disabled = false
  867.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  868.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  869.             lplayer.Character.Humanoid:EquipTool(v)
  870.             end
  871.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  872.             wait(0.2)
  873.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  874.             wait(0.6)
  875.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  876.             game:GetService("StarterGui"):SetCore("SendNotification", {
  877.             Title = "Tools needed!";
  878.             Text = "You need a tool in your backpack for this command!";
  879.             })
  880.         end
  881.     end
  882.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  883.         noclip = true
  884.         game:GetService("StarterGui"):SetCore("SendNotification", {
  885.         Title = "Noclip enabled";
  886.         Text = "Type ;clip to disable";
  887.         })
  888.     end
  889.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  890.         noclip = false
  891.         game:GetService("StarterGui"):SetCore("SendNotification", {
  892.         Title = "Noclip disabled";
  893.         Text = "Type ;noclip to enable";
  894.         })
  895.     end
  896.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  897.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  898.     end
  899.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  900.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  901.     end
  902.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  903.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  904.     end
  905.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  906.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  907.     end
  908.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  909.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  910.     end
  911.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  912.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  913.     end
  914.     if string.sub(msg, 1, 8) == (prefix.."default") then
  915.         lplayer.Character.Humanoid.JumpPower = 50
  916.         lplayer.Character.Humanoid.WalkSpeed = 16
  917.         lplayer.Character.Humanoid.HipHeight = 0
  918.     end
  919.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  920.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  921.             annoying = true
  922.             annplr = v
  923.         end
  924.     end
  925.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  926.         annoying = false
  927.     end
  928.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  929.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  930.             hwalk = true
  931.             hdwplr = v
  932.         end
  933.     end
  934.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  935.         hwalk = false
  936.     end
  937.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  938.         lplayer.Character["Left Leg"]:Destroy()
  939.         lplayer.Character["Left Arm"]:Destroy()
  940.         lplayer.Character["Right Leg"]:Destroy()
  941.         lplayer.Character["Right Arm"]:Destroy()
  942.     end
  943.     if string.sub(msg, 1, 4) == (prefix.."god") then
  944.         lplayer.Character.Humanoid.Name = 1
  945.         local l = lplayer.Character["1"]:Clone()
  946.         l.Parent = lplayer.Character
  947.         l.Name = "Humanoid"
  948.         wait(0.1)
  949.         lplayer.Character["1"]:Destroy()
  950.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  951.         lplayer.Character.Animate.Disabled = true
  952.         wait(0.1)
  953.         lplayer.Character.Animate.Disabled = false
  954.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  955.         game:GetService("StarterGui"):SetCore("SendNotification", {
  956.         Title = "FE Godmode enabled";
  957.         Text = "Use ;grespawn or ;respawn to remove";
  958.         })
  959.     end
  960.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  961.         for i,v in pairs(lplayer.Character:GetChildren()) do
  962.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  963.                 v.Parent = workspace
  964.             end
  965.         end
  966.     end
  967.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  968.         for i,v in pairs(lplayer.Character:GetChildren()) do
  969.             if (v:IsA("Tool")) then
  970.                 v.Parent = workspace
  971.             end
  972.         end
  973.     end
  974.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  975.         droppinghats = true
  976.         game:GetService("StarterGui"):SetCore("SendNotification", {
  977.         Title = "Loop Drop Enabled";
  978.         Text = "Type ;unloopdhats to disable";
  979.         })
  980.     end
  981.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  982.         droppinghats = false
  983.         game:GetService("StarterGui"):SetCore("SendNotification", {
  984.         Title = "Loop Drop Disabled";
  985.         Text = "Type ;loopdhats to enable.";
  986.         })
  987.     end
  988.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  989.         droppingtools = true
  990.         game:GetService("StarterGui"):SetCore("SendNotification", {
  991.         Title = "Loop Drop Enabled";
  992.         Text = "Type ;unloopdtool to disable";
  993.         })
  994.     end
  995.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  996.         droppingtools = false
  997.         game:GetService("StarterGui"):SetCore("SendNotification", {
  998.         Title = "Loop Drop Disabled";
  999.         Text = "Type ;loopdtool to enable.";
  1000.         })
  1001.     end
  1002.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1003.         Local = game:GetService('Players').LocalPlayer
  1004.         Char  = Local.Character
  1005.         touched,tpdback = false, false
  1006.         box = Instance.new('Part',workspace)
  1007.         box.Anchored = true
  1008.         box.CanCollide = true
  1009.         box.Size = Vector3.new(10,1,10)
  1010.         box.Position = Vector3.new(0,10000,0)
  1011.         box.Touched:connect(function(part)
  1012.             if (part.Parent.Name == Local.Name) then
  1013.                 if touched == false then
  1014.                     touched = true
  1015.                     function apply()
  1016.                         if script.Disabled ~= true then
  1017.                             no = Char.HumanoidRootPart:Clone()
  1018.                             wait(.25)
  1019.                             Char.HumanoidRootPart:Destroy()
  1020.                             no.Parent = Char
  1021.                             Char:MoveTo(loc)
  1022.                             touched = false
  1023.                         end end
  1024.                     if Char then
  1025.                         apply()
  1026.                     end
  1027.                 end
  1028.             end
  1029.         end)
  1030.         repeat wait() until Char
  1031.         loc = Char.HumanoidRootPart.Position
  1032.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1033.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1034.         Title = "Invisibility enabled!";
  1035.         Text = "Reset or use ;respawn to remove.";
  1036.         })
  1037.     end
  1038.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  1039.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1040.             if game:GetService("Players")[v.Name].Character.Humanoid then
  1041.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1042.             else
  1043.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1044.             end
  1045.         end
  1046.     end
  1047.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  1048.         if lplayer.Character.Humanoid then
  1049.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1050.         else
  1051.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1052.         end
  1053.     end
  1054.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1055.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1056.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1057.         end
  1058.     end
  1059.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  1060.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1061.     repeat wait() until Mouse
  1062.    
  1063.     local T = lplayer.Character.HumanoidRootPart
  1064.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1065.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1066.     local SPEED = speedget
  1067.    
  1068.     local function fly()
  1069.         flying = true
  1070.         local BG = Instance.new('BodyGyro', T)
  1071.         local BV = Instance.new('BodyVelocity', T)
  1072.         BG.P = 9e4
  1073.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1074.         BG.cframe = T.CFrame
  1075.         BV.velocity = Vector3.new(0, 0.1, 0)
  1076.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1077.         spawn(function()
  1078.         repeat wait()
  1079.         lplayer.Character.Humanoid.PlatformStand = true
  1080.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1081.         SPEED = 50
  1082.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1083.         SPEED = 0
  1084.         end
  1085.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1086.         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
  1087.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1088.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1089.         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
  1090.         else
  1091.         BV.velocity = Vector3.new(0, 0.1, 0)
  1092.         end
  1093.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1094.                 until not flying
  1095.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1096.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1097.                 SPEED = 0
  1098.                 BG:destroy()
  1099.                 BV:destroy()
  1100.                 lplayer.Character.Humanoid.PlatformStand = false
  1101.             end)
  1102.         end
  1103.     Mouse.KeyDown:connect(function(KEY)
  1104.         if KEY:lower() == 'w' then
  1105.             CONTROL.F = speedfly
  1106.         elseif KEY:lower() == 's' then
  1107.             CONTROL.B = -speedfly
  1108.         elseif KEY:lower() == 'a' then
  1109.             CONTROL.L = -speedfly
  1110.         elseif KEY:lower() == 'd' then
  1111.             CONTROL.R = speedfly
  1112.         end
  1113.     end)
  1114.     Mouse.KeyUp:connect(function(KEY)
  1115.         if KEY:lower() == 'w' then
  1116.             CONTROL.F = 0
  1117.         elseif KEY:lower() == 's' then
  1118.             CONTROL.B = 0
  1119.         elseif KEY:lower() == 'a' then
  1120.             CONTROL.L = 0
  1121.         elseif KEY:lower() == 'd' then
  1122.             CONTROL.R = 0
  1123.         end
  1124.     end)
  1125.     fly()
  1126.     end
  1127.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1128.         flying = false
  1129.         lplayer.Character.Humanoid.PlatformStand = false
  1130.     end
  1131.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1132.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1133.     end
  1134.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1135.         spamtext = (string.sub(msg, 7))
  1136.         spamming = true
  1137.     end
  1138.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1139.         spamming = false
  1140.     end
  1141.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1142.         spamdelay = (string.sub(msg, 11))
  1143.     end
  1144.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1145.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1146.             pmspammed = v.Name
  1147.             spammingpm = true
  1148.         end
  1149.     end
  1150.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1151.         spammingpm = false
  1152.     end
  1153.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1154.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1155.             v.Character["Left Leg"].Anchored = true
  1156.             v.Character["Left Arm"].Anchored = true
  1157.             v.Character["Right Leg"].Anchored = true
  1158.             v.Character["Right Arm"].Anchored = true
  1159.             v.Character.Torso.Anchored = true
  1160.             v.Character.Head.Anchored = true
  1161.         end
  1162.     end
  1163.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1164.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1165.             v.Character["Left Leg"].Anchored = false
  1166.             v.Character["Left Arm"].Anchored = false
  1167.             v.Character["Right Leg"].Anchored = false
  1168.             v.Character["Right Arm"].Anchored = false
  1169.             v.Character.Torso.Anchored = false
  1170.             v.Character.Head.Anchored = false
  1171.         end
  1172.     end
  1173.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1174.         local a = game:GetService("Workspace"):getChildren()
  1175.         for i = 1, #a do
  1176.             if a[i].className == "Part" then
  1177.                 a[i].Locked = false
  1178.             elseif a[i].className == "Model" then
  1179.                 local r = a[i]:getChildren()
  1180.                 for i = 1, #r do
  1181.                     if r[i].className == "Part" then
  1182.                     r[i].Locked = false
  1183.                     end
  1184.                 end
  1185.             end
  1186.         end
  1187.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1188.         Title = "Success!";
  1189.         Text = "Workspace unlocked. Use ;lockws to lock.";
  1190.         })
  1191.     end
  1192.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1193.         local a = game:GetService("Workspace"):getChildren()
  1194.         for i = 1, #a do
  1195.             if a[i].className == "Part" then
  1196.                 a[i].Locked = true
  1197.             elseif a[i].className == "Model" then
  1198.                 local r = a[i]:getChildren()
  1199.                 for i = 1, #r do
  1200.                     if r[i].className == "Part" then
  1201.                     r[i].Locked = true
  1202.                     end
  1203.                 end
  1204.             end
  1205.         end
  1206.     end
  1207.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  1208.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1209.         Clone_T.BinType = "Clone"
  1210.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1211.         Destruct.BinType = "Hammer"
  1212.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1213.         Hold_T.BinType = "Grab"
  1214.     end
  1215.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1216.         lplayer.Character.Humanoid.PlatformStand = true
  1217.     end
  1218.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1219.         lplayer.Character.Humanoid.PlatformStand = false
  1220.     end
  1221.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1222.         lplayer.Character.Head.Mesh:Destroy()
  1223.     end
  1224.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  1225.         lplayer.Character.Humanoid.Sit = true
  1226.     end
  1227.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1228.         local function bringobjw()
  1229.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1230.         if obj.Name == (string.sub(msg, 11)) then
  1231.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1232.         obj.CanCollide = false
  1233.         obj.Transparency = 0.7
  1234.         wait()
  1235.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1236.         wait()
  1237.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1238.         wait()
  1239.         obj.CFrame = lplayer.Character["Head"].CFrame
  1240.         end
  1241.         end
  1242.         end
  1243.         while wait() do
  1244.             bringobjw()
  1245.         end
  1246.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1247.         Title = "BringObj";
  1248.         Text = "BringObj enabled.";
  1249.         })
  1250.     end
  1251.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1252.         vis = (string.sub(msg, 8))
  1253.         local a = game:GetService("Workspace"):GetDescendants()
  1254.         for i = 1, #a do
  1255.             if a[i].className == "Part" then
  1256.                 a[i].Transparency = vis
  1257.             elseif a[i].className == "Model" then
  1258.                 local r = a[i]:getChildren()
  1259.                 for i = 1, #r do
  1260.                     if r[i].className == "Part" then
  1261.                     r[i].Transparency = vis
  1262.                     end
  1263.                 end
  1264.             end
  1265.         end
  1266.     end
  1267.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1268.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1269.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1270.         Title = "Success!";
  1271.         Text = "HyperTotal GUI Loaded!";
  1272.         })
  1273.     end
  1274.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1275.         CMDSFRAME.Visible = true
  1276.     end
  1277.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1278.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1279.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1280.                 v.Handle.Mesh:Destroy()
  1281.             end
  1282.         end
  1283.     end
  1284.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1285.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1286.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1287.                 v.Handle.Mesh:Destroy()
  1288.             end
  1289.         end
  1290.     end
  1291.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1292.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1293.             if (v:IsA("Tool")) then
  1294.                 v.Handle.Mesh:Destroy()
  1295.             end
  1296.         end
  1297.     end
  1298.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1299.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1300.             if (v:IsA("Tool")) then
  1301.                 v.Handle.Mesh:Destroy()
  1302.             end
  1303.         end
  1304.     end
  1305.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1306.         local p = Instance.new("RocketPropulsion")
  1307.         p.Parent = lplayer.Character.HumanoidRootPart
  1308.         p.Name = "Spinner"
  1309.         p.Target = lplayer.Character["Left Arm"]
  1310.         p:Fire()
  1311.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1312.         Title = "Spinner enabled";
  1313.         Text = "Type ;nospinner to disable.";
  1314.         })
  1315.     end
  1316.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1317.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1318.     end
  1319.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1320.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1321.             if v:isA("Tool") then
  1322.                 local a = Instance.new("SelectionBox",v.Handle)
  1323.                 a.Adornee = v.Handle
  1324.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  1325.                 v.GripPos = Vector3.new(0,0,0)
  1326.                 lplayer.Character.Humanoid:UnequipTools()
  1327.             end
  1328.         end
  1329.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1330.         Title = "Reach applied!";
  1331.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1332.         })
  1333.     end
  1334.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1335.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1336.             if v:isA("Tool") then
  1337.                 handleSize = v.Handle.Size
  1338.                 wait()
  1339.                 local a = Instance.new("SelectionBox",v.Handle)
  1340.                 a.Name = "a"
  1341.                 a.Adornee = v.Handle
  1342.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1343.                 v.GripPos = Vector3.new(0,0,0)
  1344.                 lplayer.Character.Humanoid:UnequipTools()
  1345.             end
  1346.         end
  1347.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1348.         Title = "Reach applied!";
  1349.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1350.         })
  1351.     end
  1352.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1353.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1354.             if v:isA("Tool") then
  1355.                 v.Handle.a:Destroy()
  1356.                 v.Handle.Size = handleSize
  1357.             end
  1358.         end
  1359.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1360.         Title = "Reach removed!";
  1361.         Text = "Removed reach from equipped sword.";
  1362.         })
  1363.     end
  1364.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1365.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1366.             lplayer.Character.Humanoid.Name = 1
  1367.             local l = lplayer.Character["1"]:Clone()
  1368.             l.Parent = lplayer.Character
  1369.             l.Name = "Humanoid"
  1370.             wait(0.1)
  1371.             lplayer.Character["1"]:Destroy()
  1372.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1373.             lplayer.Character.Animate.Disabled = true
  1374.             wait(0.1)
  1375.             lplayer.Character.Animate.Disabled = false
  1376.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1377.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1378.             lplayer.Character.Humanoid:EquipTool(v)
  1379.             end
  1380.             wait(0.1)
  1381.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1382.             wait(0.2)
  1383.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1384.             wait(0.5)
  1385.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1386.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1387.             Title = "Tools needed!";
  1388.             Text = "You need a tool in your backpack for this command!";
  1389.             })
  1390.         end
  1391.     end
  1392.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1393.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1394.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1395.         end
  1396.     end
  1397.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1398.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1399.             cbringall = true
  1400.         else
  1401.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1402.                 brplr = v.Name
  1403.             end
  1404.         end
  1405.         cbring = true
  1406.     end
  1407.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1408.         cbring = false
  1409.         cbringall = false
  1410.     end
  1411.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1412.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1413.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1414.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1415.             lplayer.Character.Humanoid.Name = 1
  1416.             local l = lplayer.Character["1"]:Clone()
  1417.             l.Parent = lplayer.Character
  1418.             l.Name = "Humanoid"
  1419.             wait(0.1)
  1420.             lplayer.Character["1"]:Destroy()
  1421.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1422.             lplayer.Character.Animate.Disabled = true
  1423.             wait(0.1)
  1424.             lplayer.Character.Animate.Disabled = false
  1425.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1426.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1427.             lplayer.Character.Humanoid:EquipTool(v)
  1428.             end
  1429.             local function tp(player,player2)
  1430.             local char1,char2=player.Character,player2.Character
  1431.             if char1 and char2 then
  1432.             char1:MoveTo(char2.Head.Position)
  1433.             end
  1434.             end
  1435.             wait(0.1)
  1436.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1437.             wait(0.2)
  1438.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1439.             wait(0.5)
  1440.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  1441.             wait(0.6)
  1442.             tp(lplayer, game:GetService("Players")[v.Name])
  1443.             wait(0.4)
  1444.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1445.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1446.             Title = "Tools needed!";
  1447.             Text = "You need a tool in your backpack for this command!";
  1448.             })
  1449.         end
  1450.     end
  1451.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1452.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1453.             lplayer.Character.Humanoid.Name = 1
  1454.             local l = lplayer.Character["1"]:Clone()
  1455.             l.Parent = lplayer.Character
  1456.             l.Name = "Humanoid"
  1457.             wait(0.1)
  1458.             lplayer.Character["1"]:Destroy()
  1459.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1460.             lplayer.Character.Animate.Disabled = true
  1461.             wait(0.1)
  1462.             lplayer.Character.Animate.Disabled = false
  1463.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1464.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1465.             lplayer.Character.Humanoid:EquipTool(v)
  1466.             end
  1467.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1468.             wait(0.3)
  1469.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1470.             wait(0.4)
  1471.             b = Instance.new("BodyForce")
  1472.             b.Parent = lplayer.Character.HumanoidRootPart
  1473.             b.Name = "Glitch"
  1474.             b.Force = Vector3.new(100000000,5000,0)
  1475.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1476.             Title = "Tools needed!";
  1477.             Text = "You need a tool in your backpack for this command!";
  1478.             })
  1479.         end
  1480.     end
  1481.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1482.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1483.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1484.         b = Instance.new("BodyForce")
  1485.         b.Parent = lplayer.Character.HumanoidRootPart
  1486.         b.Name = "unGlitch"
  1487.         b.Force = Vector3.new(0,-5000000,0)
  1488.         wait(2)
  1489.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1490.     end
  1491.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1492.         lplayer.Character.Humanoid.Health = 0
  1493.         wait(1)
  1494.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1495.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1496.     end
  1497.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1498.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1499.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1500.         Title = "Success!";
  1501.         Text = "DEX Explorer has loaded.";
  1502.         })
  1503.     end
  1504.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1505.         local Anim = Instance.new("Animation")
  1506.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1507.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1508.         track:Play(.1, 1, 1)
  1509.     end
  1510.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1511.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1512.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1513.         Title = "Success!";
  1514.         Text = "Energize Animations GUI has loaded.";
  1515.         })
  1516.     end
  1517.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1518.         saved = lplayer.Character.HumanoidRootPart.CFrame
  1519.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1520.         Title = "Position Saved";
  1521.         Text = "Use ;loadpos to return to saved position.";
  1522.         })
  1523.     end
  1524.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1525.         lplayer.Character.HumanoidRootPart.CFrame = saved
  1526.     end
  1527.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1528.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1529.             local Anim2 = Instance.new("Animation")
  1530.             Anim2.AnimationId = "rbxassetid://148840371"
  1531.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1532.             track2:Play(.1, 1, 1)
  1533.             bplrr = v.Name
  1534.             banpl = true
  1535.         end
  1536.     end
  1537.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1538.         banpl = false
  1539.     end
  1540.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1541.         local function bringmodw()
  1542.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1543.         if obj.Name == (string.sub(msg, 11)) then
  1544.         for i,ch in pairs(obj:GetDescendants()) do
  1545.         if (ch:IsA("BasePart")) then
  1546.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1547.         ch.CanCollide = false
  1548.         ch.Transparency = 0.7
  1549.         wait()
  1550.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1551.         wait()
  1552.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1553.         wait()
  1554.         ch.CFrame = lplayer.Character["Head"].CFrame
  1555.         end
  1556.         end
  1557.         end
  1558.         end
  1559.         end
  1560.         while wait() do
  1561.             bringmodw()
  1562.         end
  1563.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1564.         Title = "BringMod";
  1565.         Text = "BringMod enabled.";
  1566.         })
  1567.     end
  1568.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1569.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1570.         local hum = Instance.new('Humanoid', mod)
  1571.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1572.         lplayer.Character = mod
  1573.     end
  1574.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1575.         game:GetService'RunService'.Stepped:Connect(function()
  1576.         pcall(function()
  1577.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1578.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1579.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  1580.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1581.                     end
  1582.                 end
  1583.             end
  1584.         end)
  1585.         end)
  1586.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1587.         Title = "Attempting Shutdown";
  1588.         Text = "Shutdown Attempt has begun.";
  1589.         })
  1590.     end
  1591.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1592.         objtodel = (string.sub(msg, 9))
  1593.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1594.             if v.Name == objtodel then
  1595.                 v:Destroy()
  1596.             end
  1597.         end
  1598.     end
  1599.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1600.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1601.             print(v)
  1602.         end
  1603.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1604.         Title = "Printed";
  1605.         Text = "Players have been printed to console. (F9)";
  1606.         })
  1607.     end
  1608.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1609.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1610.             if (v:IsA("Decal")) then
  1611.                 v:Destroy()
  1612.             end
  1613.         end
  1614.     end
  1615.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1616.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1617.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1618.         Title = "Success!";
  1619.         Text = "OpFinality GUI has loaded.";
  1620.         })
  1621.     end
  1622.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1623.         remotes = true
  1624.         added = true
  1625.         game.DescendantAdded:connect(function(rmt)
  1626.         if added == true then
  1627.         if remotes == true then
  1628.         if rmt:IsA("RemoteEvent") then
  1629.         print("A RemoteEvent was added!")
  1630.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1631.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1632.         end end end
  1633.         end)
  1634.         game.DescendantAdded:connect(function(rmtfnctn)
  1635.         if added == true then
  1636.         if remotes == true then
  1637.         if rmtfnctn:IsA("RemoteFunction") then
  1638.         warn("A RemoteFunction was added!")
  1639.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1640.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1641.         end end end
  1642.         end)
  1643.        
  1644.         game.DescendantAdded:connect(function(bndfnctn)
  1645.         if added == true then
  1646.         if binds == true then
  1647.         if bndfnctn:IsA("BindableFunction") then
  1648.         print("A BindableFunction was added!")
  1649.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1650.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1651.         end end end
  1652.         end)
  1653.        
  1654.         game.DescendantAdded:connect(function(bnd)
  1655.         if added == true then
  1656.         if binds == true then
  1657.         if bnd:IsA("BindableEvent") then
  1658.         warn("A BindableEvent was added!")
  1659.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1660.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1661.         end end end
  1662.         end)
  1663.        
  1664.        
  1665.         if binds == true then
  1666.         for i,v in pairs(game:GetDescendants()) do
  1667.         if v:IsA("BindableFunction") then
  1668.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  1669.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1670.         end end
  1671.         for i,v in pairs(game:GetDescendants()) do
  1672.         if v:IsA("BindableEvent") then
  1673.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1674.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1675.         end end
  1676.         else
  1677.         print("Off")
  1678.         end
  1679.         if remotes == true then
  1680.         for i,v in pairs(game:GetDescendants()) do
  1681.         if v:IsA("RemoteFunction") then
  1682.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1683.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1684.         end end
  1685.         wait()
  1686.         for i,v in pairs(game:GetDescendants()) do
  1687.         if v:IsA("RemoteEvent") then
  1688.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1689.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1690.         end end
  1691.         else
  1692.         print("Off")
  1693.         end
  1694.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1695.         Title = "Printing Remotes";
  1696.         Text = "Type ;noremotes to disable.";
  1697.         })
  1698.     end
  1699.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1700.         remotes = false
  1701.         added = false
  1702.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1703.         Title = "Printing Remotes Disabled";
  1704.         Text = "Type ;remotes to enable.";
  1705.         })
  1706.     end
  1707.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1708.         spin = false
  1709.         followed = false
  1710.         traill = false
  1711.         noclip = false
  1712.         annoying = false
  1713.         hwalk = false
  1714.         cbringing = false
  1715.     end
  1716.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1717.         stopsitting = true
  1718.     end
  1719.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1720.         stopsitting = false
  1721.     end
  1722.     if string.sub(msg, 1, 8) == (prefix.."version") then
  1723.         print(adminversion)
  1724.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1725.         Title = "Version";
  1726.         Text = adminversion;
  1727.         })
  1728.     end
  1729.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1730.         clickgoto = true
  1731.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1732.         Title = "Click TP";
  1733.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1734.         })
  1735.     end
  1736.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1737.         clickdel = true
  1738.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1739.         Title = "Click Delete";
  1740.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1741.         })
  1742.     end
  1743.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1744.         clickdel = false
  1745.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1746.         Title = "Click Delete";
  1747.         Text = "Click delete has been disabled.";
  1748.         })
  1749.     end
  1750.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1751.         clickgoto = false
  1752.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1753.         Title = "Click TP";
  1754.         Text = "Click TP has been disabled.";
  1755.         })
  1756.     end
  1757.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1758.         gettingtools = true
  1759.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1760.         Title = "Tools Enabled";
  1761.         Text = "Automatically colleting tools dropped.";
  1762.         })
  1763.     end
  1764.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1765.         gettingtools = false
  1766.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1767.         Title = "Tools Disabled";
  1768.         Text = "Click TP has been disabled.";
  1769.         })
  1770.     end
  1771.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1772.         ScreenGui:Destroy()
  1773.     end
  1774.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  1775.         lplayer.Character.Head:Destroy()
  1776.     end
  1777.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  1778.         statechosen = string.sub(msg, 8)
  1779.         changingstate = true
  1780.     end
  1781.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1782.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1783.     end
  1784.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1785.         removingmeshhats = true
  1786.     end
  1787.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1788.         removingmeshhats = false
  1789.     end
  1790.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1791.         removingmeshtool = true
  1792.     end
  1793.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1794.         removingmeshtool = false
  1795.     end
  1796.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1797.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1798.             if v:IsA("Tool") then
  1799.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1800.                     v.Parent = player.Character
  1801.                 end
  1802.             end
  1803.         end
  1804.     end
  1805.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1806.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1807.             if v:IsA("Tool") then
  1808.                 v.Parent = lplayer.Character
  1809.                 wait()
  1810.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1811.                     v.Parent = player.Character
  1812.                 end
  1813.             end
  1814.         end
  1815.     end
  1816.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  1817.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1818.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1819.         end
  1820.     end
  1821.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  1822.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1823.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1824.         end
  1825.     end
  1826.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  1827.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1828.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1829.             Title = player.AccountAge.." Days";
  1830.             Text = "Account age of "..player.Name;
  1831.             })
  1832.         end
  1833.     end
  1834.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  1835.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1836.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1837.             Title = player.UserId.." ID";
  1838.             Text = "Account ID of "..player.Name;
  1839.             })
  1840.         end
  1841.     end
  1842.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1843.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1844.         Title = "Game ID";
  1845.         Text = "Game ID: ".. game.GameId;
  1846.         })
  1847.     end
  1848.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1849.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1850.         if pgscheck == true then
  1851.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1852.             Title = "PGSPhysicsSolverEnabled";
  1853.             Text = "PGS is Enabled!";
  1854.             })
  1855.         else
  1856.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1857.             Title = "PGSPhysicsSolverEnabled";
  1858.             Text = "PGS is Disabled!";
  1859.             })
  1860.         end
  1861.     end
  1862.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1863.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1864.             if v:IsA("Part") then
  1865.                 if v.Transparency == 1 then
  1866.                     if v.Name ~= "HumanoidRootPart" then
  1867.                         v:Destroy()
  1868.                     end
  1869.                 end
  1870.             end
  1871.         end
  1872.     end
  1873.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1874.         game:GetService("Lighting").FogStart = 0
  1875.         game:GetService("Lighting").FogEnd = 9999999999999
  1876.     end
  1877.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  1878.         lplayer.Character.Humanoid.Parent = lplayer
  1879.     end
  1880.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  1881.         lplayer.Humanoid.Parent = lplayer.Character
  1882.     end
  1883.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1884.         prefix = (string.sub(msg, 9, 9))
  1885.         wait(0.1)
  1886.         change()
  1887.         wait(0.1)
  1888.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1889.         Title = "Prefix changed!";
  1890.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1891.         })
  1892.     end
  1893.     if string.sub(msg, 1, 12) == (";resetprefix") then
  1894.         prefix = ";"
  1895.         wait(0.1)
  1896.         change()
  1897.         wait(0.1)
  1898.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1899.         Title = "Prefix changed!";
  1900.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1901.         })
  1902.     end
  1903.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1904.         speedfly = string.sub(msg, 11)
  1905.         wait()
  1906.         change()
  1907.     end
  1908.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1909.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1910.             local Anim3 = Instance.new("Animation")
  1911.             Anim3.AnimationId = "rbxassetid://282574440"
  1912.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1913.             track3:Play(.1, 1, 1)
  1914.             bplrr = v.Name
  1915.             banpl = true
  1916.         end
  1917.     end
  1918.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1919.         banpl = false
  1920.     end
  1921.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1922.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1923.             staring = true
  1924.             stareplr = v
  1925.         end
  1926.     end
  1927.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1928.         staring = false
  1929.     end
  1930.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1931.         chatlogs = true
  1932.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1933.         Title = "LogChat enabled";
  1934.         Text = "Now logging all player chat.";
  1935.         })
  1936.     end
  1937.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1938.         chatlogs = false
  1939.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1940.         Title = "LogChat disabled";
  1941.         Text = "Stopped logging all player chat.";
  1942.         })
  1943.     end
  1944.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1945.         game:GetService("Workspace").CurrentCamera:Destroy()
  1946.         wait(0.1)
  1947.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1948.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1949.         lplayer.CameraMinZoomDistance = 0.5
  1950.         lplayer.CameraMaxZoomDistance = 400
  1951.         lplayer.CameraMode = "Classic"
  1952.     end
  1953.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1954.         changingstate = false
  1955.     end
  1956. end)
  1957.  
  1958. local function tp()
  1959.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1960.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1961.             if player.Name == brplr then
  1962.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1963.             end
  1964.         end
  1965.     end
  1966. end
  1967. local function tpall()
  1968.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1969.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1970.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1971.         end
  1972.     end
  1973. end
  1974. spawn(function()
  1975.     while wait(spamdelay) do
  1976.         if spamming == true then
  1977.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1978.         end
  1979.     end
  1980. end)
  1981. spawn(function()
  1982.     while wait(spamdelay) do
  1983.         if spammingpm == true then
  1984.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1985.         end
  1986.     end
  1987. end)
  1988. spawn(function()
  1989.     while wait() do
  1990.         if cbring == true then
  1991.             tp()
  1992.         end
  1993.     end
  1994. end)
  1995. spawn(function()
  1996.     while wait() do
  1997.         if cbringall == true then
  1998.             tpall()
  1999.         end
  2000.     end
  2001. end)
  2002.  
  2003. Mouse.KeyDown:connect(function(Key)
  2004.     if Key == prefix then
  2005.         CMDBAR:CaptureFocus()
  2006.     end
  2007. end)
  2008.  
  2009. CMDBAR.FocusLost:connect(function(enterPressed)
  2010.     if enterPressed then
  2011.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2012.             if string.sub(CMDBAR.Text, 6) == "me" then
  2013.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2014.             else
  2015.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2016.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2017.                     lplayer.Character.Humanoid.Name = 1
  2018.                     local l = lplayer.Character["1"]:Clone()
  2019.                     l.Parent = lplayer.Character
  2020.                     l.Name = "Humanoid"
  2021.                     wait(0.1)
  2022.                     lplayer.Character["1"]:Destroy()
  2023.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2024.                     lplayer.Character.Animate.Disabled = true
  2025.                     wait(0.1)
  2026.                     lplayer.Character.Animate.Disabled = false
  2027.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2028.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2029.                     lplayer.Character.Humanoid:EquipTool(v)
  2030.                     end
  2031.                     local function tp(player,player2)
  2032.                     local char1,char2=player.Character,player2.Character
  2033.                     if char1 and char2 then
  2034.                     char1:MoveTo(char2.Head.Position)
  2035.                     end
  2036.                     end
  2037.                     wait(0.1)
  2038.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2039.                     wait(0.2)
  2040.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2041.                     wait(0.5)
  2042.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2043.                     wait(0.7)
  2044.                     tp(lplayer,game:GetService("Players")[v.Name])
  2045.                     wait(0.7)
  2046.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  2047.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  2048.                     Title = "Tools needed!";
  2049.                     Text = "You need a tool in your backpack for this command!";
  2050.                     })
  2051.                 end
  2052.             end
  2053.         end
  2054.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2055.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2056.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2057.                 lplayer.Character.Humanoid.Name = 1
  2058.                 local l = lplayer.Character["1"]:Clone()
  2059.                 l.Parent = lplayer.Character
  2060.                 l.Name = "Humanoid"
  2061.                 wait(0.1)
  2062.                 lplayer.Character["1"]:Destroy()
  2063.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2064.                 lplayer.Character.Animate.Disabled = true
  2065.                 wait(0.1)
  2066.                 lplayer.Character.Animate.Disabled = false
  2067.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2068.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2069.                 lplayer.Character.Humanoid:EquipTool(v)
  2070.                 end
  2071.                 local function tp(player,player2)
  2072.                 local char1,char2=player.Character,player2.Character
  2073.                 if char1 and char2 then
  2074.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2075.                 end
  2076.                 end
  2077.                 local function getout(player,player2)
  2078.                 local char1,char2=player.Character,player2.Character
  2079.                 if char1 and char2 then
  2080.                 char1:MoveTo(char2.Head.Position)
  2081.                 end
  2082.                 end
  2083.                 tp(game:GetService("Players")[v.Name], lplayer)
  2084.                 wait(0.2)
  2085.                 tp(game:GetService("Players")[v.Name], lplayer)
  2086.                 wait(0.5)
  2087.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2088.                 wait(0.5)
  2089.                 getout(lplayer, game:GetService("Players")[v.Name])
  2090.                 wait(0.3)
  2091.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2092.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2093.                 Title = "Tools needed!";
  2094.                 Text = "You need a tool in your backpack for this command!";
  2095.                 })
  2096.             end
  2097.         end
  2098.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2099.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2100.                 lplayer.Character.Humanoid.Name = 1
  2101.                 local l = lplayer.Character["1"]:Clone()
  2102.                 l.Parent = lplayer.Character
  2103.                 l.Name = "Humanoid"
  2104.                 wait(0.1)
  2105.                 lplayer.Character["1"]:Destroy()
  2106.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2107.                 lplayer.Character.Animate.Disabled = true
  2108.                 wait(0.1)
  2109.                 lplayer.Character.Animate.Disabled = false
  2110.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2111.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2112.                 lplayer.Character.Humanoid:EquipTool(v)
  2113.                 end
  2114.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2115.                 spinplr = v
  2116.                 wait(0.5)
  2117.                 spin = true
  2118.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2119.                 Title = "Tools needed!";
  2120.                 Text = "You need a tool in your backpack for this command!";
  2121.                 })
  2122.             end
  2123.         end
  2124.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2125.             spin = false
  2126.         end
  2127.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2128.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2129.                 lplayer.Character.Humanoid.Name = 1
  2130.                 local l = lplayer.Character["1"]:Clone()
  2131.                 l.Parent = lplayer.Character
  2132.                 l.Name = "Humanoid"
  2133.                 wait(0.1)
  2134.                 lplayer.Character["1"]:Destroy()
  2135.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2136.                 lplayer.Character.Animate.Disabled = true
  2137.                 wait(0.1)
  2138.                 lplayer.Character.Animate.Disabled = false
  2139.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2140.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2141.                 lplayer.Character.Humanoid:EquipTool(v)
  2142.                 end
  2143.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2144.                 wait(0.3)
  2145.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2146.                 attplr = v
  2147.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2148.                 Title = "Tools needed!";
  2149.                 Text = "You need a tool in your backpack for this command!";
  2150.                 })
  2151.             end
  2152.         end
  2153.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2154.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2155.                 local function getout(player,player2)
  2156.                 local char1,char2=player.Character,player2.Character
  2157.                 if char1 and char2 then
  2158.                 char1:MoveTo(char2.Head.Position)
  2159.                 end
  2160.                 end
  2161.                 getout(lplayer, game:GetService("Players")[v.Name])
  2162.             end
  2163.         end
  2164.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2165.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2166.                 followed = true
  2167.                 flwplr = v
  2168.             end
  2169.         end
  2170.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2171.             followed = false
  2172.         end
  2173.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2174.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2175.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2176.                 lplayer.Character.Humanoid.Name = 1
  2177.                 local l = lplayer.Character["1"]:Clone()
  2178.                 l.Parent = lplayer.Character
  2179.                 l.Name = "Humanoid"
  2180.                 wait(0.1)
  2181.                 lplayer.Character["1"]:Destroy()
  2182.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2183.                 lplayer.Character.Animate.Disabled = true
  2184.                 wait(0.1)
  2185.                 lplayer.Character.Animate.Disabled = false
  2186.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2187.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2188.                 lplayer.Character.Humanoid:EquipTool(v)
  2189.                 end
  2190.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2191.                 wait(0.2)
  2192.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2193.                 wait(0.6)
  2194.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2195.                 wait(0.6)
  2196.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2197.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2198.                 Title = "Tools needed!";
  2199.                 Text = "You need a tool in your backpack for this command!";
  2200.                 })
  2201.             end
  2202.         end
  2203.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2204.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2205.                 traill = true
  2206.                 trlplr = v
  2207.             end
  2208.         end
  2209.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2210.             traill = false
  2211.         end
  2212.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2213.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2214.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2215.             else
  2216.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2217.                     local o = Instance.new("RocketPropulsion")
  2218.                     o.Parent = lplayer.Character.HumanoidRootPart
  2219.                     o.Name = "Orbit"
  2220.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2221.                     o:Fire()
  2222.                     noclip = true
  2223.                 end
  2224.             end
  2225.         end
  2226.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2227.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2228.             noclip = false
  2229.         end
  2230.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2231.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2232.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2233.             else
  2234.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2235.                     local y = Instance.new("RocketPropulsion")
  2236.                     y.Parent = lplayer.Character.HumanoidRootPart
  2237.                     y.CartoonFactor = 1
  2238.                     y.MaxThrust = 800000
  2239.                     y.MaxSpeed = 1000
  2240.                     y.ThrustP = 200000
  2241.                     y.Name = "Fling"
  2242.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2243.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2244.                     y:Fire()
  2245.                     noclip = true
  2246.                 end
  2247.             end
  2248.         end
  2249.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2250.             noclip = false
  2251.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2252.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2253.             wait(0.4)
  2254.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2255.         end
  2256.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2257.             if game:GetService("Workspace").FilteringEnabled == true then
  2258.                 warn("FE is Enabled (Filtering Enabled)")
  2259.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2260.                     Title = "FE is Enabled";
  2261.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2262.                 })
  2263.             else
  2264.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2265.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2266.                     Title = "FE is Disabled";
  2267.                     Text = "Filtering Disabled. Consider using a different admin script.";
  2268.                 })
  2269.             end
  2270.         end
  2271.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2272.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2273.                 lplayer.Character.Humanoid.Name = 1
  2274.                 local l = lplayer.Character["1"]:Clone()
  2275.                 l.Parent = lplayer.Character
  2276.                 l.Name = "Humanoid"
  2277.                 wait(0.1)
  2278.                 lplayer.Character["1"]:Destroy()
  2279.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2280.                 lplayer.Character.Animate.Disabled = true
  2281.                 wait(0.1)
  2282.                 lplayer.Character.Animate.Disabled = false
  2283.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2284.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2285.                 lplayer.Character.Humanoid:EquipTool(v)
  2286.                 end
  2287.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2288.                 wait(0.2)
  2289.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2290.                 wait(0.6)
  2291.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2292.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2293.                 Title = "Tools needed!";
  2294.                 Text = "You need a tool in your backpack for this command!";
  2295.                 })
  2296.             end
  2297.         end
  2298.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2299.             noclip = true
  2300.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2301.             Title = "Noclip enabled";
  2302.             Text = "Type ;clip to disable";
  2303.             })
  2304.         end
  2305.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2306.             noclip = false
  2307.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2308.             Title = "Noclip disabled";
  2309.             Text = "Type ;noclip to enable";
  2310.             })
  2311.         end
  2312.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2313.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2314.         end
  2315.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2316.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2317.         end
  2318.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2319.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2320.         end
  2321.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2322.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2323.         end
  2324.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2325.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2326.         end
  2327.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2328.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2329.         end
  2330.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2331.             lplayer.Character.Humanoid.JumpPower = 50
  2332.             lplayer.Character.Humanoid.WalkSpeed = 16
  2333.             lplayer.Character.Humanoid.HipHeight = 0
  2334.         end
  2335.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2336.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2337.                 annoying = true
  2338.                 annplr = v
  2339.             end
  2340.         end
  2341.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2342.             annoying = false
  2343.         end
  2344.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2345.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2346.                 hwalk = true
  2347.                 hdwplr = v
  2348.             end
  2349.         end
  2350.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2351.             hwalk = false
  2352.         end
  2353.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2354.             lplayer.Character["Left Leg"]:Destroy()
  2355.             lplayer.Character["Left Arm"]:Destroy()
  2356.             lplayer.Character["Right Leg"]:Destroy()
  2357.             lplayer.Character["Right Arm"]:Destroy()
  2358.         end
  2359.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2360.             lplayer.Character.Humanoid.Name = 1
  2361.             local l = lplayer.Character["1"]:Clone()
  2362.             l.Parent = lplayer.Character
  2363.             l.Name = "Humanoid"
  2364.             wait(0.1)
  2365.             lplayer.Character["1"]:Destroy()
  2366.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2367.             lplayer.Character.Animate.Disabled = true
  2368.             wait(0.1)
  2369.             lplayer.Character.Animate.Disabled = false
  2370.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2371.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2372.             Title = "FE Godmode enabled";
  2373.             Text = "Use ;grespawn or ;respawn to remove.";
  2374.             })
  2375.         end
  2376.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2377.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2378.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2379.                     v.Parent = workspace
  2380.                 end
  2381.             end
  2382.         end
  2383.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2384.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2385.                 if (v:IsA("Tool")) then
  2386.                     v.Parent = workspace
  2387.                 end
  2388.             end
  2389.         end
  2390.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2391.             droppinghats = true
  2392.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2393.             Title = "Loop Drop Enabled";
  2394.             Text = "Type ;unloopdhats to disable";
  2395.             })
  2396.         end
  2397.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2398.             droppinghats = false
  2399.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2400.             Title = "Loop Drop Disabled";
  2401.             Text = "Type ;loopdhats to enable.";
  2402.             })
  2403.         end
  2404.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2405.             droppingtools = true
  2406.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2407.             Title = "Loop Drop Enabled";
  2408.             Text = "Type ;unloopdtool to disable";
  2409.             })
  2410.         end
  2411.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2412.             droppingtools = false
  2413.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2414.             Title = "Loop Drop Disabled";
  2415.             Text = "Type ;loopdtool to enable.";
  2416.             })
  2417.         end
  2418.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2419.             Local = game:GetService('Players').LocalPlayer
  2420.             Char  = Local.Character
  2421.             touched,tpdback = false, false
  2422.             box = Instance.new('Part',workspace)
  2423.             box.Anchored = true
  2424.             box.CanCollide = true
  2425.             box.Size = Vector3.new(10,1,10)
  2426.             box.Position = Vector3.new(0,10000,0)
  2427.             box.Touched:connect(function(part)
  2428.                 if (part.Parent.Name == Local.Name) then
  2429.                     if touched == false then
  2430.                         touched = true
  2431.                         function apply()
  2432.                             if script.Disabled ~= true then
  2433.                                 no = Char.HumanoidRootPart:Clone()
  2434.                                 wait(.25)
  2435.                                 Char.HumanoidRootPart:Destroy()
  2436.                                 no.Parent = Char
  2437.                                 Char:MoveTo(loc)
  2438.                                 touched = false
  2439.                             end end
  2440.                         if Char then
  2441.                             apply()
  2442.                         end
  2443.                     end
  2444.                 end
  2445.             end)
  2446.             repeat wait() until Char
  2447.             loc = Char.HumanoidRootPart.Position
  2448.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2449.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2450.             Title = "Invisibility enabled!";
  2451.             Text = "Reset or use ;respawn to remove.";
  2452.             })
  2453.         end
  2454.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2455.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2456.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2457.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2458.                 else
  2459.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2460.                 end
  2461.             end
  2462.         end
  2463.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2464.             if lplayer.Character.Humanoid then
  2465.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2466.             else
  2467.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2468.             end
  2469.         end
  2470.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2471.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2472.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2473.             end
  2474.         end
  2475.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2476.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2477.         repeat wait() until Mouse
  2478.        
  2479.         local T = lplayer.Character.HumanoidRootPart
  2480.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2481.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2482.         local SPEED = speedget
  2483.        
  2484.         local function fly()
  2485.             flying = true
  2486.             local BG = Instance.new('BodyGyro', T)
  2487.             local BV = Instance.new('BodyVelocity', T)
  2488.             BG.P = 9e4
  2489.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2490.             BG.cframe = T.CFrame
  2491.             BV.velocity = Vector3.new(0, 0.1, 0)
  2492.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2493.             spawn(function()
  2494.             repeat wait()
  2495.             lplayer.Character.Humanoid.PlatformStand = true
  2496.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2497.             SPEED = 50
  2498.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2499.             SPEED = 0
  2500.             end
  2501.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2502.             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
  2503.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2504.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2505.             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
  2506.             else
  2507.             BV.velocity = Vector3.new(0, 0.1, 0)
  2508.             end
  2509.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2510.                     until not flying
  2511.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2512.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2513.                     SPEED = 0
  2514.                     BG:destroy()
  2515.                     BV:destroy()
  2516.                     lplayer.Character.Humanoid.PlatformStand = false
  2517.                 end)
  2518.             end
  2519.         Mouse.KeyDown:connect(function(KEY)
  2520.             if KEY:lower() == 'w' then
  2521.                 CONTROL.F = speedfly
  2522.             elseif KEY:lower() == 's' then
  2523.                 CONTROL.B = -speedfly
  2524.             elseif KEY:lower() == 'a' then
  2525.                 CONTROL.L = -speedfly
  2526.             elseif KEY:lower() == 'd' then
  2527.                 CONTROL.R = speedfly
  2528.             end
  2529.         end)
  2530.         Mouse.KeyUp:connect(function(KEY)
  2531.             if KEY:lower() == 'w' then
  2532.                 CONTROL.F = 0
  2533.             elseif KEY:lower() == 's' then
  2534.                 CONTROL.B = 0
  2535.             elseif KEY:lower() == 'a' then
  2536.                 CONTROL.L = 0
  2537.             elseif KEY:lower() == 'd' then
  2538.                 CONTROL.R = 0
  2539.             end
  2540.         end)
  2541.         fly()
  2542.         end
  2543.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2544.             flying = false
  2545.             lplayer.Character.Humanoid.PlatformStand = false
  2546.         end
  2547.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2548.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2549.         end
  2550.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2551.             spamtext = (string.sub(CMDBAR.Text, 6))
  2552.             spamming = true
  2553.         end
  2554.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2555.             spamming = false
  2556.         end
  2557.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2558.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2559.         end
  2560.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2561.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2562.                 pmspammed = v.Name
  2563.                 spammingpm = true
  2564.             end
  2565.         end
  2566.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2567.             spammingpm = false
  2568.         end
  2569.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2570.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2571.                 v.Character["Left Leg"].Anchored = true
  2572.                 v.Character["Left Arm"].Anchored = true
  2573.                 v.Character["Right Leg"].Anchored = true
  2574.                 v.Character["Right Arm"].Anchored = true
  2575.                 v.Character.Torso.Anchored = true
  2576.                 v.Character.Head.Anchored = true
  2577.             end
  2578.         end
  2579.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2580.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2581.                 v.Character["Left Leg"].Anchored = false
  2582.                 v.Character["Left Arm"].Anchored = false
  2583.                 v.Character["Right Leg"].Anchored = false
  2584.                 v.Character["Right Arm"].Anchored = false
  2585.                 v.Character.Torso.Anchored = false
  2586.                 v.Character.Head.Anchored = false
  2587.             end
  2588.         end
  2589.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2590.             local a = game:GetService("Workspace"):getChildren()
  2591.             for i = 1, #a do
  2592.                 if a[i].className == "Part" then
  2593.                     a[i].Locked = false
  2594.                 elseif a[i].className == "Model" then
  2595.                     local r = a[i]:getChildren()
  2596.                     for i = 1, #r do
  2597.                         if r[i].className == "Part" then
  2598.                         r[i].Locked = false
  2599.                         end
  2600.                     end
  2601.                 end
  2602.             end
  2603.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2604.             Title = "Success!";
  2605.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2606.             })
  2607.         end
  2608.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2609.             local a = game:GetService("Workspace"):getChildren()
  2610.             for i = 1, #a do
  2611.                 if a[i].className == "Part" then
  2612.                     a[i].Locked = true
  2613.                 elseif a[i].className == "Model" then
  2614.                     local r = a[i]:getChildren()
  2615.                     for i = 1, #r do
  2616.                         if r[i].className == "Part" then
  2617.                         r[i].Locked = true
  2618.                         end
  2619.                     end
  2620.                 end
  2621.             end
  2622.         end
  2623.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2624.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2625.             Clone_T.BinType = "Clone"
  2626.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2627.             Destruct.BinType = "Hammer"
  2628.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2629.             Hold_T.BinType = "Grab"
  2630.         end
  2631.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2632.             lplayer.Character.Humanoid.PlatformStand = true
  2633.         end
  2634.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2635.             lplayer.Character.Humanoid.PlatformStand = false
  2636.         end
  2637.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2638.             lplayer.Character.Head.Mesh:Destroy()
  2639.         end
  2640.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2641.             lplayer.Character.Humanoid.Sit = true
  2642.         end
  2643.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2644.             local function bringobjw()
  2645.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2646.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2647.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2648.             obj.CanCollide = false
  2649.             obj.Transparency = 0.7
  2650.             wait()
  2651.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2652.             wait()
  2653.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2654.             wait()
  2655.             obj.CFrame = lplayer.Character["Head"].CFrame
  2656.             end
  2657.             end
  2658.             end
  2659.             while wait() do
  2660.                 bringobjw()
  2661.             end
  2662.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2663.             Title = "BringObj";
  2664.             Text = "BringObj enabled.";
  2665.             })
  2666.         end
  2667.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2668.             vis = (string.sub(CMDBAR.Text, 7))
  2669.             local a = game:GetService("Workspace"):GetDescendants()
  2670.             for i = 1, #a do
  2671.                 if a[i].className == "Part" then
  2672.                     a[i].Transparency = vis
  2673.                 elseif a[i].className == "Model" then
  2674.                     local r = a[i]:getChildren()
  2675.                     for i = 1, #r do
  2676.                         if r[i].className == "Part" then
  2677.                         r[i].Transparency = vis
  2678.                         end
  2679.                     end
  2680.                 end
  2681.             end
  2682.         end
  2683.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2684.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2685.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2686.             Title = "Success!";
  2687.             Text = "HyperTotal GUI Loaded!";
  2688.             })
  2689.         end
  2690.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2691.             CMDSFRAME.Visible = true
  2692.         end
  2693.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2694.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2695.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2696.                     v.Handle.Mesh:Destroy()
  2697.                 end
  2698.             end
  2699.         end
  2700.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2701.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2702.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2703.                     v.Handle.Mesh:Destroy()
  2704.                 end
  2705.             end
  2706.         end
  2707.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2708.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2709.                 if (v:IsA("Tool")) then
  2710.                     v.Handle.Mesh:Destroy()
  2711.                 end
  2712.             end
  2713.         end
  2714.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2715.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2716.                 if (v:IsA("Tool")) then
  2717.                     v.Handle.Mesh:Destroy()
  2718.                 end
  2719.             end
  2720.         end
  2721.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2722.             local p = Instance.new("RocketPropulsion")
  2723.             p.Parent = lplayer.Character.HumanoidRootPart
  2724.             p.Name = "Spinner"
  2725.             p.Target = lplayer.Character["Left Arm"]
  2726.             p:Fire()
  2727.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2728.             Title = "Spinner enabled";
  2729.             Text = "Type ;nospinner to disable.";
  2730.             })
  2731.         end
  2732.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2733.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2734.         end
  2735.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2736.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2737.                 if v:isA("Tool") then
  2738.                     local a = Instance.new("SelectionBox",v.Handle)
  2739.                     a.Adornee = v.Handle
  2740.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2741.                     v.GripPos = Vector3.new(0,0,0)
  2742.                     lplayer.Character.Humanoid:UnequipTools()
  2743.                 end
  2744.             end
  2745.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2746.             Title = "Reach applied!";
  2747.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2748.             })
  2749.         end
  2750.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2751.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2752.                 if v:isA("Tool") then
  2753.                     local a = Instance.new("SelectionBox",v.Handle)
  2754.                     a.Name = "Reach"
  2755.                     a.Adornee = v.Handle
  2756.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2757.                     v.GripPos = Vector3.new(0,0,0)
  2758.                     lplayer.Character.Humanoid:UnequipTools()
  2759.                 end
  2760.             end
  2761.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2762.             Title = "Reach applied!";
  2763.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2764.             })
  2765.         end
  2766.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2767.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2768.                 if v:isA("Tool") then
  2769.                     v.Handle.Reach:Destroy()
  2770.                 end
  2771.             end
  2772.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2773.             Title = "Reach removed!";
  2774.             Text = "Removed reach from equipped sword.";
  2775.             })
  2776.         end
  2777.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2778.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2779.                 lplayer.Character.Humanoid.Name = 1
  2780.                 local l = lplayer.Character["1"]:Clone()
  2781.                 l.Parent = lplayer.Character
  2782.                 l.Name = "Humanoid"
  2783.                 wait(0.1)
  2784.                 lplayer.Character["1"]:Destroy()
  2785.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2786.                 lplayer.Character.Animate.Disabled = true
  2787.                 wait(0.1)
  2788.                 lplayer.Character.Animate.Disabled = false
  2789.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2790.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2791.                 lplayer.Character.Humanoid:EquipTool(v)
  2792.                 end
  2793.                 wait(0.1)
  2794.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2795.                 wait(0.2)
  2796.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2797.                 wait(0.5)
  2798.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2799.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2800.                 Title = "Tools needed!";
  2801.                 Text = "You need a tool in your backpack for this command!";
  2802.                 })
  2803.             end
  2804.         end
  2805.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2806.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2807.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2808.             end
  2809.         end
  2810.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2811.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2812.                 cbringall = true
  2813.             else
  2814.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2815.                     brplr = v.Name
  2816.                 end
  2817.             end
  2818.             cbring = true
  2819.         end
  2820.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2821.             cbring = false
  2822.             cbringall = false
  2823.         end
  2824.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2825.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2826.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2827.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2828.                 lplayer.Character.Humanoid.Name = 1
  2829.                 local l = lplayer.Character["1"]:Clone()
  2830.                 l.Parent = lplayer.Character
  2831.                 l.Name = "Humanoid"
  2832.                 wait(0.1)
  2833.                 lplayer.Character["1"]:Destroy()
  2834.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2835.                 lplayer.Character.Animate.Disabled = true
  2836.                 wait(0.1)
  2837.                 lplayer.Character.Animate.Disabled = false
  2838.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2839.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2840.                 lplayer.Character.Humanoid:EquipTool(v)
  2841.                 end
  2842.                 local function tp(player,player2)
  2843.                 local char1,char2=player.Character,player2.Character
  2844.                 if char1 and char2 then
  2845.                 char1:MoveTo(char2.Head.Position)
  2846.                 end
  2847.                 end
  2848.                 wait(0.1)
  2849.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2850.                 wait(0.2)
  2851.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2852.                 wait(0.5)
  2853.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2854.                 wait(0.6)
  2855.                 tp(lplayer, game:GetService("Players")[v.Name])
  2856.                 wait(0.4)
  2857.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2858.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2859.                 Title = "Tools needed!";
  2860.                 Text = "You need a tool in your backpack for this command!";
  2861.                 })
  2862.             end
  2863.         end
  2864.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2865.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2866.                 lplayer.Character.Humanoid.Name = 1
  2867.                 local l = lplayer.Character["1"]:Clone()
  2868.                 l.Parent = lplayer.Character
  2869.                 l.Name = "Humanoid"
  2870.                 wait(0.1)
  2871.                 lplayer.Character["1"]:Destroy()
  2872.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2873.                 lplayer.Character.Animate.Disabled = true
  2874.                 wait(0.1)
  2875.                 lplayer.Character.Animate.Disabled = false
  2876.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2877.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2878.                 lplayer.Character.Humanoid:EquipTool(v)
  2879.                 end
  2880.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2881.                 wait(0.3)
  2882.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2883.                 wait(0.4)
  2884.                 b = Instance.new("BodyForce")
  2885.                 b.Parent = lplayer.Character.HumanoidRootPart
  2886.                 b.Name = "Glitch"
  2887.                 b.Force = Vector3.new(100000000,5000,0)
  2888.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2889.                 Title = "Tools needed!";
  2890.                 Text = "You need a tool in your backpack for this command!";
  2891.                 })
  2892.             end
  2893.         end
  2894.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2895.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2896.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2897.             b = Instance.new("BodyForce")
  2898.             b.Parent = lplayer.Character.HumanoidRootPart
  2899.             b.Name = "unGlitch"
  2900.             b.Force = Vector3.new(0,-5000000,0)
  2901.             wait(2)
  2902.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2903.         end
  2904.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2905.             lplayer.Character.Humanoid.Health = 0
  2906.             wait(1)
  2907.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2908.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2909.         end
  2910.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2911.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2912.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2913.             Title = "Success!";
  2914.             Text = "DEX Explorer has loaded.";
  2915.             })
  2916.         end
  2917.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2918.             local Anim = Instance.new("Animation")
  2919.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2920.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2921.             track:Play(.1, 1, 1)
  2922.         end
  2923.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2924.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2925.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2926.             Title = "Success!";
  2927.             Text = "Energize Animations GUI has loaded.";
  2928.             })
  2929.         end
  2930.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2931.             saved = lplayer.Character.HumanoidRootPart.CFrame
  2932.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2933.             Title = "Position Saved";
  2934.             Text = "Use ;loadpos to return to saved position.";
  2935.             })
  2936.         end
  2937.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2938.             lplayer.Character.HumanoidRootPart.CFrame = saved
  2939.         end
  2940.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2941.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2942.                 local Anim2 = Instance.new("Animation")
  2943.                 Anim2.AnimationId = "rbxassetid://148840371"
  2944.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2945.                 track2:Play(.1, 1, 1)
  2946.                 bplrr = v.Name
  2947.                 banpl = true
  2948.             end
  2949.         end
  2950.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2951.             banpl = false
  2952.         end
  2953.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2954.             local function bringmodw()
  2955.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2956.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2957.             for i,ch in pairs(obj:GetDescendants()) do
  2958.             if (ch:IsA("BasePart")) then
  2959.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2960.             ch.CanCollide = false
  2961.             ch.Transparency = 0.7
  2962.             wait()
  2963.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2964.             wait()
  2965.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2966.             wait()
  2967.             ch.CFrame = lplayer.Character["Head"].CFrame
  2968.             end
  2969.             end
  2970.             end
  2971.             end
  2972.             end
  2973.             while wait() do
  2974.                 bringmodw()
  2975.             end
  2976.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2977.             Title = "BringMod";
  2978.             Text = "BringMod enabled.";
  2979.             })
  2980.         end
  2981.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2982.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2983.             local hum = Instance.new('Humanoid', mod)
  2984.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2985.             lplayer.Character = mod
  2986.         end
  2987.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2988.             game:GetService'RunService'.Stepped:Connect(function()
  2989.             pcall(function()
  2990.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2991.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2992.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  2993.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2994.                         end
  2995.                     end
  2996.                 end
  2997.             end)
  2998.             end)
  2999.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3000.             Title = "Attempting Shutdown";
  3001.             Text = "Shutdown Attempt has begun.";
  3002.             })
  3003.         end
  3004.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3005.             objtodel = (string.sub(CMDBAR.Text, 8))
  3006.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3007.                 if v.Name == objtodel then
  3008.                     v:Destroy()
  3009.                 end
  3010.             end
  3011.         end
  3012.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3013.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3014.                 print(v)
  3015.             end
  3016.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3017.             Title = "Printed";
  3018.             Text = "Players have been printed to console. (F9)";
  3019.             })
  3020.         end
  3021.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3022.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3023.                 if (v:IsA("Decal")) then
  3024.                     v:Destroy()
  3025.                 end
  3026.             end
  3027.         end
  3028.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3029.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3030.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3031.             Title = "Success!";
  3032.             Text = "OpFinality GUI has loaded.";
  3033.             })
  3034.         end
  3035.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3036.             remotes = true
  3037.             added = true
  3038.             game.DescendantAdded:connect(function(rmt)
  3039.             if added == true then
  3040.             if remotes == true then
  3041.             if rmt:IsA("RemoteEvent") then
  3042.             print("A RemoteEvent was added!")
  3043.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3044.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3045.             end end end
  3046.             end)
  3047.             game.DescendantAdded:connect(function(rmtfnctn)
  3048.             if added == true then
  3049.             if remotes == true then
  3050.             if rmtfnctn:IsA("RemoteFunction") then
  3051.             warn("A RemoteFunction was added!")
  3052.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3053.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3054.             end end end
  3055.             end)
  3056.            
  3057.             game.DescendantAdded:connect(function(bndfnctn)
  3058.             if added == true then
  3059.             if binds == true then
  3060.             if bndfnctn:IsA("BindableFunction") then
  3061.             print("A BindableFunction was added!")
  3062.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3063.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3064.             end end end
  3065.             end)
  3066.            
  3067.             game.DescendantAdded:connect(function(bnd)
  3068.             if added == true then
  3069.             if binds == true then
  3070.             if bnd:IsA("BindableEvent") then
  3071.             warn("A BindableEvent was added!")
  3072.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3073.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3074.             end end end
  3075.             end)
  3076.            
  3077.            
  3078.             if binds == true then
  3079.             for i,v in pairs(game:GetDescendants()) do
  3080.             if v:IsA("BindableFunction") then
  3081.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  3082.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3083.             end end
  3084.             for i,v in pairs(game:GetDescendants()) do
  3085.             if v:IsA("BindableEvent") then
  3086.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3087.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3088.             end end
  3089.             else
  3090.             print("Off")
  3091.             end
  3092.             if remotes == true then
  3093.             for i,v in pairs(game:GetDescendants()) do
  3094.             if v:IsA("RemoteFunction") then
  3095.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3096.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3097.             end end
  3098.             wait()
  3099.             for i,v in pairs(game:GetDescendants()) do
  3100.             if v:IsA("RemoteEvent") then
  3101.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3102.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3103.             end end
  3104.             else
  3105.             print("Off")
  3106.             end
  3107.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3108.             Title = "Printing Remotes";
  3109.             Text = "Type ;noremotes to disable.";
  3110.             })
  3111.         end
  3112.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3113.             remotes = false
  3114.             added = false
  3115.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3116.             Title = "Printing Remotes Disabled";
  3117.             Text = "Type ;remotes to enable.";
  3118.             })
  3119.         end
  3120.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3121.             spin = false
  3122.             followed = false
  3123.             traill = false
  3124.             noclip = false
  3125.             annoying = false
  3126.             hwalk = false
  3127.             cbringing = false
  3128.         end
  3129.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3130.             stopsitting = true
  3131.         end
  3132.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3133.             stopsitting = false
  3134.         end
  3135.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3136.             print(adminversion)
  3137.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3138.             Title = "Version";
  3139.             Text = adminversion;
  3140.             })
  3141.         end
  3142.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3143.             clickgoto = true
  3144.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3145.             Title = "Click TP";
  3146.             Text = "Press E to teleport to mouse position";
  3147.             })
  3148.         end
  3149.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3150.             clickgoto = false
  3151.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3152.             Title = "Click TP";
  3153.             Text = "Click TP has been disabled.";
  3154.             })
  3155.         end
  3156.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3157.             gettingtools = true
  3158.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3159.             Title = "Tools Enabled";
  3160.             Text = "Automatically colleting tools dropped.";
  3161.             })
  3162.         end
  3163.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3164.             gettingtools = false
  3165.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3166.             Title = "Tools Disabled";
  3167.             Text = "Click TP has been disabled.";
  3168.             })
  3169.         end
  3170.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3171.             ScreenGui:Destroy()
  3172.         end
  3173.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3174.             lplayer.Character.Head:Destroy()
  3175.         end
  3176.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3177.             statechosen = string.sub(CMDBAR.Text, 7)
  3178.             changingstate = true
  3179.         end
  3180.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3181.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3182.         end
  3183.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3184.         removingmeshhats = true
  3185.         end
  3186.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3187.             removingmeshhats = false
  3188.         end
  3189.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3190.             removingmeshtool = true
  3191.         end
  3192.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3193.             removingmeshtool = false
  3194.         end
  3195.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3196.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3197.                 if v:IsA("Tool") then
  3198.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3199.                         v.Parent = player.Character
  3200.                     end
  3201.                 end
  3202.             end
  3203.         end
  3204.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3205.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3206.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3207.             end
  3208.         end
  3209.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3210.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3211.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3212.             end
  3213.         end
  3214.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3215.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3216.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3217.                 Title = player.AccountAge.." Days";
  3218.                 Text = "Account age of "..player.Name;
  3219.                 })
  3220.             end
  3221.         end
  3222.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3223.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3224.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3225.                 Title = player.UserId.." ID";
  3226.                 Text = "Account ID of "..player.Name;
  3227.                 })
  3228.             end
  3229.         end
  3230.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3231.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3232.             Title = "Game ID";
  3233.             Text = "Game ID: ".. game.GameId;
  3234.             })
  3235.         end
  3236.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3237.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3238.             if pgscheck == true then
  3239.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3240.                 Title = "PGSPhysicsSolverEnabled";
  3241.                 Text = "PGS is Enabled!";
  3242.                 })
  3243.             else
  3244.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3245.                 Title = "PGSPhysicsSolverEnabled";
  3246.                 Text = "PGS is Disabled!";
  3247.                 })
  3248.             end
  3249.         end
  3250.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3251.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3252.                 if v:IsA("Part") then
  3253.                     if v.Transparency == 1 then
  3254.                         if v.Name ~= "HumanoidRootPart" then
  3255.                             v:Destroy()
  3256.                         end
  3257.                     end
  3258.                 end
  3259.             end
  3260.         end
  3261.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3262.             game:GetService("Lighting").FogStart = 0
  3263.             game:GetService("Lighting").FogEnd = 9999999999999
  3264.         end
  3265.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3266.             lplayer.Character.Humanoid.Parent = lplayer
  3267.         end
  3268.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3269.             lplayer.Humanoid.Parent = lplayer.Character
  3270.         end
  3271.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3272.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3273.                 if v:IsA("Tool") then
  3274.                     v.Parent = lplayer.Character
  3275.                     wait()
  3276.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3277.                         v.Parent = player.Character
  3278.                     end
  3279.                 end
  3280.             end
  3281.         end
  3282.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3283.             speedfly = string.sub(CMDBAR.Text, 10)
  3284.             wait()
  3285.             change()
  3286.         end
  3287.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3288.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3289.                 local Anim3 = Instance.new("Animation")
  3290.                 Anim3.AnimationId = "rbxassetid://282574440"
  3291.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3292.                 track3:Play(.1, 1, 1)
  3293.                 bplrr = v.Name
  3294.                 banpl = true
  3295.             end
  3296.         end
  3297.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3298.             banpl = false
  3299.         end
  3300.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3301.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3302.                 staring = true
  3303.                 stareplr = v
  3304.             end
  3305.         end
  3306.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3307.             staring = false
  3308.         end
  3309.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3310.             chatlogs = true
  3311.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3312.             Title = "LogChat enabled";
  3313.             Text = "Now logging all player chat.";
  3314.             })
  3315.         end
  3316.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3317.             chatlogs = false
  3318.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3319.             Title = "LogChat disabled";
  3320.             Text = "Stopped logging all player chat.";
  3321.             })
  3322.         end
  3323.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3324.             game:GetService("Workspace").CurrentCamera:Destroy()
  3325.             wait(0.1)
  3326.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3327.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3328.             lplayer.CameraMinZoomDistance = 0.5
  3329.             lplayer.CameraMaxZoomDistance = 400
  3330.             lplayer.CameraMode = "Classic"
  3331.         end
  3332.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3333.             changingstate = false
  3334.         end
  3335.         CMDBAR.Text = ""
  3336.     end
  3337. end)
  3338.  
  3339. wait(0.3)
  3340. game:GetService("StarterGui"):SetCore("SendNotification", {
  3341.     Title = "Loaded successfully!";
  3342.     Text = "Reviz Admin V2 by illremember";
  3343. })
  3344. wait(0.1)
  3345. print("Reviz Admin V2 loaded!")
  3346. if game:GetService("Workspace").FilteringEnabled == true then
  3347.     warn("FE is Enabled (Filtering Enabled)")
  3348.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3349.         Title = "FE is Enabled";
  3350.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3351.     })
  3352. else
  3353.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3354.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3355.         Title = "FE is Disabled";
  3356.         Text = "Filtering Disabled. Consider using a different admin script.";
  3357.     })
  3358. end
  3359.  
  3360. local intro = Instance.new("ScreenGui")
  3361. local Frame = Instance.new("Frame")
  3362. local ImageLabel = Instance.new("ImageLabel")
  3363. intro.Parent = game:GetService("CoreGui")
  3364. Frame.Parent = intro
  3365. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3366. Frame.BackgroundTransparency = 1
  3367. Frame.Size = UDim2.new(1, 0, 0, 300)
  3368. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3369. ImageLabel.Parent = Frame
  3370. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3371. ImageLabel.BackgroundTransparency = 1
  3372. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3373. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3374. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3375. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3376. wait(3.01)
  3377. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3378. wait(5.01)
  3379. intro:Destroy()
  3380. end)
  3381.  
  3382. Left2.Name = "Left2"
  3383. Left2.Parent = Main
  3384. Left2.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  3385. Left2.BackgroundTransparency = 0.10000000149012
  3386. Left2.BorderSizePixel = 0
  3387. Left2.Position = UDim2.new(0.0383275263, 0, 0.340090066, 0)
  3388. Left2.Size = UDim2.new(0, 200, 0, 50)
  3389. Left2.Font = Enum.Font.SourceSans
  3390. Left2.Text = "Fly Tool"
  3391. Left2.TextColor3 = Color3.new(0, 0, 0)
  3392. Left2.TextSize = 14
  3393. Left2.MouseButton1Down:connect(function()
  3394. wait();
  3395.  
  3396. local MaxFlySpeed = 2 -- change this as needed
  3397.  
  3398. local UIS = game:GetService("UserInputService")
  3399. local LocalPlayer = game:GetService("Players").LocalPlayer
  3400. local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild("Torso"))
  3401. local Mouse = LocalPlayer:GetMouse()
  3402. local Tool = Instance.new("Tool")
  3403. Tool.RequiresHandle = false
  3404. Tool.Name = "Fly tool"
  3405.  
  3406. assert(Torso.ClassName == "Part", "Yikes! Torso is not a part.")
  3407.  
  3408. local ToolUtils do
  3409.     ToolUtils = {
  3410.         --// Setup Vars
  3411.         Enabled = false,
  3412.         WindowFocused = true,
  3413.  
  3414.         Keys = {},        
  3415.         InternalVars = {
  3416.             FlyForward = 0,
  3417.             FlyBackward = 0
  3418.         }      
  3419.     }
  3420. end
  3421.  
  3422. local ToolEvents do
  3423.     Tool.Equipped:connect(function(Mouse)
  3424.         ToolUtils.Enabled = true
  3425.         Torso.Anchored = true
  3426.     end)
  3427.     Tool.Unequipped:connect(function(...)
  3428.         ToolUtils.Enabled = false
  3429.         Torso.Anchored = false
  3430.     end)
  3431.     UIS.InputBegan:connect(function(input, processedEvent)
  3432.         ToolUtils.Keys[input.KeyCode] = true
  3433.     end)
  3434.     UIS.InputEnded:connect(function(input, processedEvent)
  3435.         ToolUtils.Keys[input.KeyCode] = nil
  3436.     end)
  3437.     UIS.WindowFocusReleased:connect(function()
  3438.         ToolUtils.WindowFocused = false
  3439.     end)
  3440.     UIS.WindowFocused:connect(function()
  3441.         ToolUtils.WindowFocused = true
  3442.     end)
  3443. end
  3444.  
  3445. --// Main Event
  3446. game:GetService("RunService").RenderStepped:connect(function(...)
  3447.     if ToolUtils.WindowFocused and ToolUtils.Enabled then
  3448.         if ToolUtils.Keys[Enum.KeyCode.W] then
  3449.             if ToolUtils.InternalVars.FlyForward < MaxFlySpeed then
  3450.                 ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward + 0.1
  3451.             end
  3452.         else
  3453.             ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward * 0.9
  3454.         end
  3455.         if ToolUtils.Keys[Enum.KeyCode.S] then
  3456.             if ToolUtils.InternalVars.FlyBackward < MaxFlySpeed then
  3457.                 ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward + 0.1
  3458.             end
  3459.         else
  3460.             ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward * 0.9          
  3461.         end
  3462.        
  3463.         local Camera = workspace.CurrentCamera
  3464.         Torso.CFrame = Torso.CFrame:lerp(
  3465.             CFrame.new(Torso.Position, Camera.CFrame.p)
  3466.                * CFrame.Angles(0, math.rad(180), 0)
  3467.                * CFrame.new(0, 0, -(ToolUtils.InternalVars.FlyForward - ToolUtils.InternalVars.FlyBackward))
  3468.                * CFrame.Angles(-(math.rad(10 * (ToolUtils.InternalVars.FlyForward / MaxFlySpeed)) - math.rad(10 * (ToolUtils.InternalVars.FlyBackward / MaxFlySpeed))), 0, 0)
  3469.         , 0.9)
  3470.     end
  3471. end)
  3472.  
  3473. Tool.Parent = LocalPlayer:findFirstChild("Backpack") or Instance.new("Backpack", LocalPlayer)
  3474. end)
  3475.  
  3476. Left3.Name = "Left3"
  3477. Left3.Parent = Main
  3478. Left3.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  3479. Left3.BackgroundTransparency = 0.10000000149012
  3480. Left3.BorderSizePixel = 0
  3481. Left3.Position = UDim2.new(0.0383275263, 0, 0.540540576, 0)
  3482. Left3.Size = UDim2.new(0, 200, 0, 50)
  3483. Left3.Font = Enum.Font.SourceSans
  3484. Left3.Text = "OPFinality"
  3485. Left3.TextColor3 = Color3.new(0, 0, 0)
  3486. Left3.TextSize = 14
  3487. Left3.MouseButton1Down:connect(function()
  3488. wait(0.3)
  3489. OPFinality = Instance.new("ScreenGui")
  3490. MainFrame = Instance.new("Frame")
  3491. TopFrame = Instance.new("Frame")
  3492. CloseGUI = Instance.new("TextButton")
  3493. MenuEnterFrame = Instance.new("Frame")
  3494. Title = Instance.new("TextLabel")
  3495. OpenMenu = Instance.new("ImageButton")
  3496. Pages = Instance.new("Frame")
  3497. Information = Instance.new("Frame")
  3498. Image_FE_ENABLED = Instance.new("ImageLabel")
  3499. Text_FE_ENABLED = Instance.new("TextLabel")
  3500. WhatIsOPFinality = Instance.new("TextLabel")
  3501. Text_FE_DISABLED = Instance.new("TextLabel")
  3502. OPFin_Description = Instance.new("TextLabel")
  3503. OPFin_Warning = Instance.new("TextLabel")
  3504. Info_Bar = Instance.new("Frame")
  3505. Info_Background = Instance.new("Frame")
  3506. Warning_Bar = Instance.new("Frame")
  3507. Warning_Background = Instance.new("Frame")
  3508. Info_Image = Instance.new("ImageLabel")
  3509. Image_FE_DISABLED = Instance.new("ImageLabel")
  3510. Warn_Image = Instance.new("ImageLabel")
  3511. Others_1 = Instance.new("Frame")
  3512. OthersTitle = Instance.new("TextLabel")
  3513. Char_Image = Instance.new("ImageLabel")
  3514. OthersText = Instance.new("TextLabel")
  3515. TXTBOX_PlrName = Instance.new("TextBox")
  3516. othersBaseBackground = Instance.new("Frame")
  3517. TeleportTo = Instance.new("TextButton")
  3518. Annoy = Instance.new("TextButton")
  3519. Follow = Instance.new("TextButton")
  3520. View = Instance.new("TextButton")
  3521. Orbit = Instance.new("TextButton")
  3522. HeadWalk = Instance.new("TextButton")
  3523. Stick = Instance.new("TextButton")
  3524. Spam = Instance.new("TextButton")
  3525. Carpet = Instance.new("TextButton")
  3526. Others_toPAGE2 = Instance.new("TextButton")
  3527. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  3528. Character_2 = Instance.new("Frame")
  3529. CharacterTitle = Instance.new("TextLabel")
  3530. CharacterText = Instance.new("TextLabel")
  3531. Animations_SPOOKY = Instance.new("Frame")
  3532. spookytitle = Instance.new("TextLabel")
  3533. headthrow = Instance.new("TextButton")
  3534. armsoff = Instance.new("TextButton")
  3535. loophead = Instance.new("TextButton")
  3536. levitate = Instance.new("TextButton")
  3537. headfloat = Instance.new("TextButton")
  3538. Character_backPAGE1 = Instance.new("TextButton")
  3539. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  3540. Animations_DANCE = Instance.new("Frame")
  3541. dancetitle = Instance.new("TextLabel")
  3542. normal = Instance.new("TextButton")
  3543. movingdance = Instance.new("TextButton")
  3544. insane = Instance.new("TextButton")
  3545. happy = Instance.new("TextButton")
  3546. spindance = Instance.new("TextButton")
  3547. Animations_HEROIC = Instance.new("Frame")
  3548. heroictitle = Instance.new("TextLabel")
  3549. swordstrike = Instance.new("TextButton")
  3550. jumpland = Instance.new("TextButton")
  3551. punches = Instance.new("TextButton")
  3552. swing = Instance.new("TextButton")
  3553. crawl = Instance.new("TextButton")
  3554. Char2_Image = Instance.new("ImageLabel")
  3555. Character_1 = Instance.new("Frame")
  3556. CharacterTitle_2 = Instance.new("TextLabel")
  3557. Char_Image_2 = Instance.new("ImageLabel")
  3558. CharacterText_2 = Instance.new("TextLabel")
  3559. TXTBOX_Stats = Instance.new("TextBox")
  3560. BackGroundChar = Instance.new("Frame")
  3561. HipHeight = Instance.new("TextButton")
  3562. JumpHeight = Instance.new("TextButton")
  3563. Speed = Instance.new("TextButton")
  3564. TXTBOX_Chat = Instance.new("TextBox")
  3565. BackGroundChar2 = Instance.new("Frame")
  3566. Chat = Instance.new("TextButton")
  3567. Spam_2 = Instance.new("TextButton")
  3568. BackGroundChar3 = Instance.new("Frame")
  3569. Noclip = Instance.new("TextButton")
  3570. Fly = Instance.new("TextButton")
  3571. Character_toPAGE2 = Instance.new("TextButton")
  3572. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  3573. Others_2 = Instance.new("Frame")
  3574. OthersTitle_2 = Instance.new("TextLabel")
  3575. Other_Image2 = Instance.new("ImageLabel")
  3576. OthersText_2 = Instance.new("TextLabel")
  3577. TXTBOX_PlrName2 = Instance.new("TextBox")
  3578. othersBaseBackground2 = Instance.new("Frame")
  3579. Flatten = Instance.new("TextButton")
  3580. AimHead = Instance.new("TextButton")
  3581. Float = Instance.new("TextButton")
  3582. Multiple = Instance.new("TextButton")
  3583. Animated = Instance.new("TextButton")
  3584. SlowAttract = Instance.new("TextButton")
  3585. WeirdOrbit = Instance.new("TextButton")
  3586. Violent = Instance.new("TextButton")
  3587. Max = Instance.new("TextButton")
  3588. Others_toPAGE3 = Instance.new("TextButton")
  3589. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  3590. Others_backPAGE1 = Instance.new("TextButton")
  3591. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  3592. Extra_1 = Instance.new("Frame")
  3593. Extra_Image = Instance.new("ImageLabel")
  3594. ExtraText = Instance.new("TextLabel")
  3595. ExtraBaseBackGround1 = Instance.new("Frame")
  3596. CrouchRocket = Instance.new("TextButton")
  3597. ExtraBaseBackGround1Side = Instance.new("Frame")
  3598. CloneIllusion = Instance.new("TextButton")
  3599. CoolSpin = Instance.new("TextButton")
  3600. JumpRocket = Instance.new("TextButton")
  3601. Extra_toPAGE2 = Instance.new("TextButton")
  3602. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  3603. Extra_Title = Instance.new("TextLabel")
  3604. ExtraBaseBackGround2 = Instance.new("Frame")
  3605. NoLimbs = Instance.new("TextButton")
  3606. FEGodmode = Instance.new("TextButton")
  3607. BrickHats = Instance.new("TextButton")
  3608. RapidPunch = Instance.new("TextButton")
  3609. ExtraBaseBackGround2Side = Instance.new("Frame")
  3610. ExtraBaseBackGround3 = Instance.new("Frame")
  3611. PunchFollow = Instance.new("TextButton")
  3612. ArmFollow = Instance.new("TextButton")
  3613. Spin = Instance.new("TextButton")
  3614. Faint = Instance.new("TextButton")
  3615. ExtraBaseBackGround3Side = Instance.new("Frame")
  3616. Extra_2 = Instance.new("Frame")
  3617. Extra_Image_2 = Instance.new("ImageLabel")
  3618. ExtraText_2 = Instance.new("TextLabel")
  3619. Extra_Title_2 = Instance.new("TextLabel")
  3620. ExtraBaseBackGround2_2 = Instance.new("Frame")
  3621. CrouchAttack = Instance.new("TextButton")
  3622. WalkThrough = Instance.new("TextButton")
  3623. CreepyWatch = Instance.new("TextButton")
  3624. SpinAttack = Instance.new("TextButton")
  3625. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  3626. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  3627. _18 = Instance.new("TextButton")
  3628. SlamPropulsion = Instance.new("TextButton")
  3629. Extra_backPAGE1 = Instance.new("TextButton")
  3630. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  3631. Others_3 = Instance.new("Frame")
  3632. OthersTitle_3 = Instance.new("TextLabel")
  3633. Other_Image3 = Instance.new("ImageLabel")
  3634. OthersText_3 = Instance.new("TextLabel")
  3635. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  3636. othersBaseBackground3 = Instance.new("Frame")
  3637. FreeFall = Instance.new("TextButton")
  3638. Attach = Instance.new("TextButton")
  3639. Bring = Instance.new("TextButton")
  3640. SafeKill = Instance.new("TextButton")
  3641. SuperSpin = Instance.new("TextButton")
  3642. Kill = Instance.new("TextButton")
  3643. Others_backPAGE2 = Instance.new("TextButton")
  3644. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  3645. Games = Instance.new("Frame")
  3646. Games_IMAGE = Instance.new("ImageLabel")
  3647. GamesText = Instance.new("TextLabel")
  3648. Games_TITLE = Instance.new("TextLabel")
  3649. Games_IMAGE2 = Instance.new("ImageLabel")
  3650. SwordFightingTournament = Instance.new("TextButton")
  3651. PlatesOfFateMayhem = Instance.new("TextButton")
  3652. GamesText2 = Instance.new("TextLabel")
  3653. Frappe = Instance.new("TextButton")
  3654. Frappe_2 = Instance.new("TextButton")
  3655. MenuFrame = Instance.new("Frame")
  3656. Welcome = Instance.new("TextLabel")
  3657. NameOfPlayer = Instance.new("TextLabel")
  3658. T_Information = Instance.new("TextButton")
  3659. T_InfoImage = Instance.new("ImageLabel")
  3660. T_Character = Instance.new("TextButton")
  3661. T_CharImage = Instance.new("ImageLabel")
  3662. T_Games = Instance.new("TextButton")
  3663. T_GameImage = Instance.new("ImageLabel")
  3664. T_Others = Instance.new("TextButton")
  3665. T_OtherImage = Instance.new("ImageLabel")
  3666. T_Extra = Instance.new("TextButton")
  3667. T_ExtraImage = Instance.new("ImageLabel")
  3668. DeleteGUI = Instance.new("TextButton")
  3669. DELETEIMAGE = Instance.new("ImageLabel")
  3670. Darkness = Instance.new("TextButton")
  3671.  
  3672. -- Properties
  3673.  
  3674. OPFinality.Name = "OPFinality"
  3675. OPFinality.Parent = game.CoreGui
  3676.  
  3677. MainFrame.Name = "MainFrame"
  3678. MainFrame.Parent = OPFinality
  3679. MainFrame.Active = true
  3680. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3681. MainFrame.BackgroundTransparency = 1
  3682. MainFrame.BorderSizePixel = 0
  3683. MainFrame.ClipsDescendants = true
  3684. MainFrame.Draggable = true
  3685. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  3686. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  3687.  
  3688. TopFrame.Name = "TopFrame"
  3689. TopFrame.Parent = MainFrame
  3690. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  3691. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3692. TopFrame.BorderSizePixel = 0
  3693. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  3694. TopFrame.ZIndex = 7
  3695.  
  3696. CloseGUI.Parent = TopFrame
  3697. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3698. CloseGUI.BackgroundTransparency = 1
  3699. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  3700. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  3701. CloseGUI.Font = Enum.Font.Cartoon
  3702. CloseGUI.FontSize = Enum.FontSize.Size28
  3703. CloseGUI.Text = "X"
  3704. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3705. CloseGUI.TextSize = 25
  3706. CloseGUI.ZIndex = 8
  3707.  
  3708. MenuEnterFrame.Name = "MenuEnterFrame"
  3709. MenuEnterFrame.Parent = MainFrame
  3710. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3711. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3712. MenuEnterFrame.BorderSizePixel = 0
  3713. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3714. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  3715. MenuEnterFrame.ZIndex = 5
  3716.  
  3717. Title.Name = "Title"
  3718. Title.Parent = MenuEnterFrame
  3719. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3720. Title.BackgroundTransparency = 1
  3721. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  3722. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  3723. Title.Font = Enum.Font.SourceSansLight
  3724. Title.FontSize = Enum.FontSize.Size32
  3725. Title.Text = "OPFinality"
  3726. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  3727. Title.TextSize = 30
  3728. Title.ZIndex = 6
  3729.  
  3730. OpenMenu.Name = "OpenMenu"
  3731. OpenMenu.Parent = MenuEnterFrame
  3732. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  3733. OpenMenu.BackgroundTransparency = 1
  3734. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  3735. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  3736. OpenMenu.ZIndex = 6
  3737.  
  3738. Pages.Name = "Pages"
  3739. Pages.Parent = MainFrame
  3740. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3741. Pages.BorderSizePixel = 0
  3742. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  3743. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  3744.  
  3745. Information.Name = "Information"
  3746. Information.Parent = Pages
  3747. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3748. Information.BorderSizePixel = 0
  3749. Information.Size = UDim2.new(1, 0, 1, 0)
  3750.  
  3751. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  3752. Image_FE_ENABLED.Parent = Information
  3753. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3754. Image_FE_ENABLED.BackgroundTransparency = 1
  3755. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3756. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3757. Image_FE_ENABLED.Visible = false
  3758. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  3759.  
  3760. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  3761. Text_FE_ENABLED.Parent = Information
  3762. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3763. Text_FE_ENABLED.BackgroundTransparency = 1
  3764. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3765. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  3766. Text_FE_ENABLED.Visible = false
  3767. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  3768. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  3769. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  3770. Text_FE_ENABLED.TextSize = 19
  3771.  
  3772. WhatIsOPFinality.Name = "WhatIsOPFinality"
  3773. WhatIsOPFinality.Parent = Information
  3774. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  3775. WhatIsOPFinality.BackgroundTransparency = 1
  3776. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  3777. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3778. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  3779. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  3780. WhatIsOPFinality.Text = "What is OPFinality?"
  3781. WhatIsOPFinality.TextSize = 25
  3782.  
  3783. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  3784. Text_FE_DISABLED.Parent = Information
  3785. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3786. Text_FE_DISABLED.BackgroundTransparency = 1
  3787. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3788. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  3789. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  3790. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  3791. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  3792. Text_FE_DISABLED.TextSize = 19
  3793.  
  3794. OPFin_Description.Name = "OPFin_Description"
  3795. OPFin_Description.Parent = Information
  3796. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  3797. OPFin_Description.BackgroundTransparency = 1
  3798. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  3799. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  3800. OPFin_Description.ZIndex = 3
  3801. OPFin_Description.Font = Enum.Font.SourceSans
  3802. OPFin_Description.FontSize = Enum.FontSize.Size18
  3803. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  3804. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3805. OPFin_Description.TextSize = 18
  3806. OPFin_Description.TextWrapped = true
  3807.  
  3808. OPFin_Warning.Name = "OPFin_Warning"
  3809. OPFin_Warning.Parent = Information
  3810. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  3811. OPFin_Warning.BackgroundTransparency = 1
  3812. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  3813. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  3814. OPFin_Warning.ZIndex = 2
  3815. OPFin_Warning.Font = Enum.Font.SourceSans
  3816. OPFin_Warning.FontSize = Enum.FontSize.Size18
  3817. 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."
  3818. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3819. OPFin_Warning.TextSize = 18
  3820. OPFin_Warning.TextWrapped = true
  3821.  
  3822. Info_Bar.Name = "Info_Bar"
  3823. Info_Bar.Parent = Information
  3824. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3825. Info_Bar.BorderSizePixel = 0
  3826. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  3827. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  3828.  
  3829. Info_Background.Name = "Info_Background"
  3830. Info_Background.Parent = Information
  3831. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3832. Info_Background.BorderSizePixel = 0
  3833. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  3834. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  3835. Info_Background.ZIndex = 2
  3836.  
  3837. Warning_Bar.Name = "Warning_Bar"
  3838. Warning_Bar.Parent = Information
  3839. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3840. Warning_Bar.BorderSizePixel = 0
  3841. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  3842. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  3843.  
  3844. Warning_Background.Name = "Warning_Background"
  3845. Warning_Background.Parent = Information
  3846. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  3847. Warning_Background.BorderSizePixel = 0
  3848. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  3849. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  3850.  
  3851. Info_Image.Name = "Info_Image"
  3852. Info_Image.Parent = Information
  3853. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3854. Info_Image.BackgroundTransparency = 1
  3855. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  3856. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3857. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  3858.  
  3859. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  3860. Image_FE_DISABLED.Parent = Information
  3861. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3862. Image_FE_DISABLED.BackgroundTransparency = 1
  3863. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3864. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3865. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  3866.  
  3867. Warn_Image.Name = "Warn_Image"
  3868. Warn_Image.Parent = Information
  3869. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3870. Warn_Image.BackgroundTransparency = 1
  3871. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  3872. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3873. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  3874.  
  3875. Others_1.Name = "Others_1"
  3876. Others_1.Parent = Pages
  3877. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3878. Others_1.BorderSizePixel = 0
  3879. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  3880. Others_1.Size = UDim2.new(1, 0, 1, 0)
  3881.  
  3882. OthersTitle.Name = "OthersTitle"
  3883. OthersTitle.Parent = Others_1
  3884. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3885. OthersTitle.BackgroundTransparency = 1
  3886. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  3887. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3888. OthersTitle.Font = Enum.Font.SourceSansBold
  3889. OthersTitle.FontSize = Enum.FontSize.Size28
  3890. OthersTitle.Text = "Others"
  3891. OthersTitle.TextSize = 25
  3892.  
  3893. Char_Image.Name = "Char_Image"
  3894. Char_Image.Parent = Others_1
  3895. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3896. Char_Image.BackgroundTransparency = 1
  3897. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  3898. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3899. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  3900.  
  3901. OthersText.Name = "OthersText"
  3902. OthersText.Parent = Others_1
  3903. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  3904. OthersText.BackgroundTransparency = 1
  3905. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  3906. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  3907. OthersText.Font = Enum.Font.SourceSansItalic
  3908. OthersText.FontSize = Enum.FontSize.Size24
  3909. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  3910. OthersText.TextSize = 19
  3911. OthersText.TextWrapped = true
  3912.  
  3913. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  3914. TXTBOX_PlrName.Parent = Others_1
  3915. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  3916. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3917. TXTBOX_PlrName.BorderSizePixel = 0
  3918. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  3919. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  3920. TXTBOX_PlrName.ZIndex = 2
  3921. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  3922. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  3923. TXTBOX_PlrName.Text = "Player"
  3924. TXTBOX_PlrName.TextScaled = true
  3925. TXTBOX_PlrName.TextSize = 14
  3926. TXTBOX_PlrName.TextWrapped = true
  3927.  
  3928. othersBaseBackground.Name = "othersBaseBackground"
  3929. othersBaseBackground.Parent = Others_1
  3930. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3931. othersBaseBackground.BorderSizePixel = 0
  3932. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  3933. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  3934.  
  3935. TeleportTo.Name = "TeleportTo"
  3936. TeleportTo.Parent = othersBaseBackground
  3937. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3938. TeleportTo.BorderSizePixel = 0
  3939. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  3940. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  3941. TeleportTo.Font = Enum.Font.SourceSans
  3942. TeleportTo.FontSize = Enum.FontSize.Size24
  3943. TeleportTo.Text = "Teleport To"
  3944. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3945. TeleportTo.TextSize = 22
  3946.  
  3947. Annoy.Name = "Annoy"
  3948. Annoy.Parent = othersBaseBackground
  3949. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3950. Annoy.BorderSizePixel = 0
  3951. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  3952. Annoy.Size = UDim2.new(0, 92, 0, 25)
  3953. Annoy.Font = Enum.Font.SourceSans
  3954. Annoy.FontSize = Enum.FontSize.Size24
  3955. Annoy.Text = "Annoy"
  3956. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3957. Annoy.TextSize = 22
  3958.  
  3959. Follow.Name = "Follow"
  3960. Follow.Parent = othersBaseBackground
  3961. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3962. Follow.BorderSizePixel = 0
  3963. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  3964. Follow.Size = UDim2.new(0, 92, 0, 25)
  3965. Follow.Font = Enum.Font.SourceSans
  3966. Follow.FontSize = Enum.FontSize.Size24
  3967. Follow.Text = "Follow"
  3968. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3969. Follow.TextSize = 22
  3970.  
  3971. View.Name = "View"
  3972. View.Parent = othersBaseBackground
  3973. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3974. View.BorderSizePixel = 0
  3975. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  3976. View.Size = UDim2.new(0, 92, 0, 25)
  3977. View.Font = Enum.Font.SourceSans
  3978. View.FontSize = Enum.FontSize.Size24
  3979. View.Text = "View"
  3980. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3981. View.TextSize = 22
  3982.  
  3983. Orbit.Name = "Orbit"
  3984. Orbit.Parent = othersBaseBackground
  3985. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3986. Orbit.BorderSizePixel = 0
  3987. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  3988. Orbit.Size = UDim2.new(0, 92, 0, 25)
  3989. Orbit.Font = Enum.Font.SourceSans
  3990. Orbit.FontSize = Enum.FontSize.Size24
  3991. Orbit.Text = "Orbit"
  3992. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3993. Orbit.TextSize = 22
  3994.  
  3995. HeadWalk.Name = "HeadWalk"
  3996. HeadWalk.Parent = othersBaseBackground
  3997. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3998. HeadWalk.BorderSizePixel = 0
  3999. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  4000. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  4001. HeadWalk.Font = Enum.Font.SourceSans
  4002. HeadWalk.FontSize = Enum.FontSize.Size24
  4003. HeadWalk.Text = "Head Walk"
  4004. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4005. HeadWalk.TextSize = 22
  4006.  
  4007. Stick.Name = "Stick"
  4008. Stick.Parent = othersBaseBackground
  4009. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4010. Stick.BorderSizePixel = 0
  4011. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  4012. Stick.Size = UDim2.new(0, 92, 0, 25)
  4013. Stick.Font = Enum.Font.SourceSans
  4014. Stick.FontSize = Enum.FontSize.Size24
  4015. Stick.Text = "Stick"
  4016. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4017. Stick.TextSize = 22
  4018.  
  4019. Spam.Name = "Spam"
  4020. Spam.Parent = othersBaseBackground
  4021. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4022. Spam.BorderSizePixel = 0
  4023. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  4024. Spam.Size = UDim2.new(0, 92, 0, 25)
  4025. Spam.Font = Enum.Font.SourceSans
  4026. Spam.FontSize = Enum.FontSize.Size24
  4027. Spam.Text = "Spam"
  4028. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4029. Spam.TextSize = 22
  4030.  
  4031. Carpet.Name = "Carpet"
  4032. Carpet.Parent = othersBaseBackground
  4033. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4034. Carpet.BorderSizePixel = 0
  4035. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  4036. Carpet.Size = UDim2.new(0, 92, 0, 25)
  4037. Carpet.Font = Enum.Font.SourceSans
  4038. Carpet.FontSize = Enum.FontSize.Size24
  4039. Carpet.Text = "Carpet"
  4040. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4041. Carpet.TextSize = 22
  4042.  
  4043. Others_toPAGE2.Name = "Others_toPAGE2"
  4044. Others_toPAGE2.Parent = Others_1
  4045. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4046. Others_toPAGE2.BorderSizePixel = 0
  4047. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4048. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4049. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  4050. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  4051. Others_toPAGE2.Text = "Next"
  4052. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4053. Others_toPAGE2.TextSize = 22
  4054.  
  4055. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  4056. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  4057. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4058. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  4059. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  4060. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4061. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  4062.  
  4063. Character_2.Name = "Character_2"
  4064. Character_2.Parent = Pages
  4065. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4066. Character_2.BorderSizePixel = 0
  4067. Character_2.Position = UDim2.new(1, 0, 0, 0)
  4068. Character_2.Size = UDim2.new(1, 0, 1, 0)
  4069.  
  4070. CharacterTitle.Name = "CharacterTitle"
  4071. CharacterTitle.Parent = Character_2
  4072. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4073. CharacterTitle.BackgroundTransparency = 1
  4074. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  4075. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4076. CharacterTitle.Font = Enum.Font.SourceSansBold
  4077. CharacterTitle.FontSize = Enum.FontSize.Size28
  4078. CharacterTitle.Text = "Character"
  4079. CharacterTitle.TextSize = 25
  4080.  
  4081. CharacterText.Name = "CharacterText"
  4082. CharacterText.Parent = Character_2
  4083. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  4084. CharacterText.BackgroundTransparency = 1
  4085. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4086. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  4087. CharacterText.Font = Enum.Font.SourceSansItalic
  4088. CharacterText.FontSize = Enum.FontSize.Size24
  4089. CharacterText.Text = "Apply cool animations to your player!"
  4090. CharacterText.TextSize = 19
  4091. CharacterText.TextWrapped = true
  4092.  
  4093. Animations_SPOOKY.Name = "Animations_SPOOKY"
  4094. Animations_SPOOKY.Parent = Character_2
  4095. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4096. Animations_SPOOKY.BorderSizePixel = 0
  4097. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  4098. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4099.  
  4100. spookytitle.Name = "spookytitle"
  4101. spookytitle.Parent = Animations_SPOOKY
  4102. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4103. spookytitle.BackgroundTransparency = 1
  4104. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4105. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4106. spookytitle.Font = Enum.Font.SourceSansLight
  4107. spookytitle.FontSize = Enum.FontSize.Size28
  4108. spookytitle.Text = "Spooky"
  4109. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4110. spookytitle.TextSize = 25
  4111.  
  4112. headthrow.Name = "headthrow"
  4113. headthrow.Parent = Animations_SPOOKY
  4114. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4115. headthrow.BorderSizePixel = 0
  4116. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  4117. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  4118. headthrow.Font = Enum.Font.SourceSans
  4119. headthrow.FontSize = Enum.FontSize.Size14
  4120. headthrow.Text = "Head Throw"
  4121. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4122. headthrow.TextScaled = true
  4123. headthrow.TextSize = 14
  4124. headthrow.TextWrapped = true
  4125.  
  4126. armsoff.Name = "armsoff"
  4127. armsoff.Parent = Animations_SPOOKY
  4128. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4129. armsoff.BorderSizePixel = 0
  4130. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  4131. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  4132. armsoff.Font = Enum.Font.SourceSans
  4133. armsoff.FontSize = Enum.FontSize.Size14
  4134. armsoff.Text = "Arms Off"
  4135. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4136. armsoff.TextScaled = true
  4137. armsoff.TextSize = 14
  4138. armsoff.TextWrapped = true
  4139.  
  4140. loophead.Name = "loophead"
  4141. loophead.Parent = Animations_SPOOKY
  4142. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4143. loophead.BorderSizePixel = 0
  4144. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  4145. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  4146. loophead.Font = Enum.Font.SourceSans
  4147. loophead.FontSize = Enum.FontSize.Size14
  4148. loophead.Text = "Loop Head"
  4149. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4150. loophead.TextScaled = true
  4151. loophead.TextSize = 14
  4152. loophead.TextWrapped = true
  4153.  
  4154. levitate.Name = "levitate"
  4155. levitate.Parent = Animations_SPOOKY
  4156. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4157. levitate.BorderSizePixel = 0
  4158. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  4159. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  4160. levitate.Font = Enum.Font.SourceSans
  4161. levitate.FontSize = Enum.FontSize.Size14
  4162. levitate.Text = "Levitate"
  4163. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4164. levitate.TextScaled = true
  4165. levitate.TextSize = 14
  4166. levitate.TextWrapped = true
  4167.  
  4168. headfloat.Name = "headfloat"
  4169. headfloat.Parent = Animations_SPOOKY
  4170. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4171. headfloat.BorderSizePixel = 0
  4172. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  4173. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  4174. headfloat.Font = Enum.Font.SourceSans
  4175. headfloat.FontSize = Enum.FontSize.Size14
  4176. headfloat.Text = "Head Float"
  4177. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4178. headfloat.TextScaled = true
  4179. headfloat.TextSize = 14
  4180. headfloat.TextWrapped = true
  4181.  
  4182. Character_backPAGE1.Name = "Character_backPAGE1"
  4183. Character_backPAGE1.Parent = Character_2
  4184. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4185. Character_backPAGE1.BorderSizePixel = 0
  4186. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4187. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4188. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  4189. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  4190. Character_backPAGE1.Text = "Prev"
  4191. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4192. Character_backPAGE1.TextSize = 22
  4193.  
  4194. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  4195. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  4196. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4197. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  4198. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4199. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4200. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  4201.  
  4202. Animations_DANCE.Name = "Animations_DANCE"
  4203. Animations_DANCE.Parent = Character_2
  4204. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4205. Animations_DANCE.BorderSizePixel = 0
  4206. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  4207. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4208.  
  4209. dancetitle.Name = "dancetitle"
  4210. dancetitle.Parent = Animations_DANCE
  4211. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4212. dancetitle.BackgroundTransparency = 1
  4213. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4214. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4215. dancetitle.Font = Enum.Font.SourceSansLight
  4216. dancetitle.FontSize = Enum.FontSize.Size28
  4217. dancetitle.Text = "Dance"
  4218. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4219. dancetitle.TextSize = 25
  4220.  
  4221. normal.Name = "normal"
  4222. normal.Parent = Animations_DANCE
  4223. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4224. normal.BorderSizePixel = 0
  4225. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  4226. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  4227. normal.Font = Enum.Font.SourceSans
  4228. normal.FontSize = Enum.FontSize.Size14
  4229. normal.Text = "Normal"
  4230. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4231. normal.TextScaled = true
  4232. normal.TextSize = 14
  4233. normal.TextWrapped = true
  4234.  
  4235. movingdance.Name = "movingdance"
  4236. movingdance.Parent = Animations_DANCE
  4237. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4238. movingdance.BorderSizePixel = 0
  4239. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  4240. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  4241. movingdance.Font = Enum.Font.SourceSans
  4242. movingdance.FontSize = Enum.FontSize.Size14
  4243. movingdance.Text = "Moving Dance"
  4244. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4245. movingdance.TextScaled = true
  4246. movingdance.TextSize = 14
  4247. movingdance.TextWrapped = true
  4248.  
  4249. insane.Name = "insane"
  4250. insane.Parent = Animations_DANCE
  4251. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4252. insane.BorderSizePixel = 0
  4253. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  4254. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  4255. insane.Font = Enum.Font.SourceSans
  4256. insane.FontSize = Enum.FontSize.Size14
  4257. insane.Text = "Insane"
  4258. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4259. insane.TextScaled = true
  4260. insane.TextSize = 14
  4261. insane.TextWrapped = true
  4262.  
  4263. happy.Name = "happy"
  4264. happy.Parent = Animations_DANCE
  4265. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4266. happy.BorderSizePixel = 0
  4267. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  4268. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  4269. happy.Font = Enum.Font.SourceSans
  4270. happy.FontSize = Enum.FontSize.Size14
  4271. happy.Text = "Happy"
  4272. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4273. happy.TextScaled = true
  4274. happy.TextSize = 14
  4275. happy.TextWrapped = true
  4276.  
  4277. spindance.Name = "spindance"
  4278. spindance.Parent = Animations_DANCE
  4279. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4280. spindance.BorderSizePixel = 0
  4281. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  4282. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  4283. spindance.Font = Enum.Font.SourceSans
  4284. spindance.FontSize = Enum.FontSize.Size14
  4285. spindance.Text = "Spin Dance"
  4286. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4287. spindance.TextScaled = true
  4288. spindance.TextSize = 14
  4289. spindance.TextWrapped = true
  4290.  
  4291. Animations_HEROIC.Name = "Animations_HEROIC"
  4292. Animations_HEROIC.Parent = Character_2
  4293. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4294. Animations_HEROIC.BorderSizePixel = 0
  4295. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  4296. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4297.  
  4298. heroictitle.Name = "heroictitle"
  4299. heroictitle.Parent = Animations_HEROIC
  4300. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4301. heroictitle.BackgroundTransparency = 1
  4302. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4303. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4304. heroictitle.Font = Enum.Font.SourceSansLight
  4305. heroictitle.FontSize = Enum.FontSize.Size28
  4306. heroictitle.Text = "Heroic"
  4307. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4308. heroictitle.TextSize = 25
  4309.  
  4310. swordstrike.Name = "swordstrike"
  4311. swordstrike.Parent = Animations_HEROIC
  4312. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4313. swordstrike.BorderSizePixel = 0
  4314. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  4315. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  4316. swordstrike.Font = Enum.Font.SourceSans
  4317. swordstrike.FontSize = Enum.FontSize.Size14
  4318. swordstrike.Text = "Sword Strike"
  4319. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4320. swordstrike.TextScaled = true
  4321. swordstrike.TextSize = 14
  4322. swordstrike.TextWrapped = true
  4323.  
  4324. jumpland.Name = "jumpland"
  4325. jumpland.Parent = Animations_HEROIC
  4326. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4327. jumpland.BorderSizePixel = 0
  4328. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  4329. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  4330. jumpland.Font = Enum.Font.SourceSans
  4331. jumpland.FontSize = Enum.FontSize.Size14
  4332. jumpland.Text = "Jump Land"
  4333. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4334. jumpland.TextScaled = true
  4335. jumpland.TextSize = 14
  4336. jumpland.TextWrapped = true
  4337.  
  4338. punches.Name = "punches"
  4339. punches.Parent = Animations_HEROIC
  4340. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4341. punches.BorderSizePixel = 0
  4342. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  4343. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  4344. punches.Font = Enum.Font.SourceSans
  4345. punches.FontSize = Enum.FontSize.Size14
  4346. punches.Text = "Punches"
  4347. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4348. punches.TextScaled = true
  4349. punches.TextSize = 14
  4350. punches.TextWrapped = true
  4351.  
  4352. swing.Name = "swing"
  4353. swing.Parent = Animations_HEROIC
  4354. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4355. swing.BorderSizePixel = 0
  4356. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  4357. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  4358. swing.Font = Enum.Font.SourceSans
  4359. swing.FontSize = Enum.FontSize.Size14
  4360. swing.Text = "Swing"
  4361. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4362. swing.TextScaled = true
  4363. swing.TextSize = 14
  4364. swing.TextWrapped = true
  4365.  
  4366. crawl.Name = "crawl"
  4367. crawl.Parent = Animations_HEROIC
  4368. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4369. crawl.BorderSizePixel = 0
  4370. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  4371. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  4372. crawl.Font = Enum.Font.SourceSans
  4373. crawl.FontSize = Enum.FontSize.Size14
  4374. crawl.Text = "Crawl"
  4375. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4376. crawl.TextScaled = true
  4377. crawl.TextSize = 14
  4378. crawl.TextWrapped = true
  4379.  
  4380. Char2_Image.Name = "Char2_Image"
  4381. Char2_Image.Parent = Character_2
  4382. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4383. Char2_Image.BackgroundTransparency = 1
  4384. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  4385. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  4386. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  4387.  
  4388. Character_1.Name = "Character_1"
  4389. Character_1.Parent = Pages
  4390. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4391. Character_1.BorderSizePixel = 0
  4392. Character_1.Position = UDim2.new(11, 0, 0, 0)
  4393. Character_1.Size = UDim2.new(1, 0, 1, 0)
  4394.  
  4395. CharacterTitle_2.Name = "CharacterTitle"
  4396. CharacterTitle_2.Parent = Character_1
  4397. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4398. CharacterTitle_2.BackgroundTransparency = 1
  4399. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  4400. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4401. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  4402. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  4403. CharacterTitle_2.Text = "Character"
  4404. CharacterTitle_2.TextSize = 25
  4405.  
  4406. Char_Image_2.Name = "Char_Image"
  4407. Char_Image_2.Parent = Character_1
  4408. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4409. Char_Image_2.BackgroundTransparency = 1
  4410. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  4411. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4412. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  4413.  
  4414. CharacterText_2.Name = "CharacterText"
  4415. CharacterText_2.Parent = Character_1
  4416. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4417. CharacterText_2.BackgroundTransparency = 1
  4418. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  4419. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  4420. CharacterText_2.Font = Enum.Font.SourceSansItalic
  4421. CharacterText_2.FontSize = Enum.FontSize.Size24
  4422. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  4423. CharacterText_2.TextSize = 19
  4424. CharacterText_2.TextWrapped = true
  4425.  
  4426. TXTBOX_Stats.Name = "TXTBOX_Stats"
  4427. TXTBOX_Stats.Parent = Character_1
  4428. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4429. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4430. TXTBOX_Stats.BorderSizePixel = 6
  4431. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  4432. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  4433. TXTBOX_Stats.Font = Enum.Font.SourceSans
  4434. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  4435. TXTBOX_Stats.Text = "Number"
  4436. TXTBOX_Stats.TextScaled = true
  4437. TXTBOX_Stats.TextSize = 14
  4438. TXTBOX_Stats.TextWrapped = true
  4439.  
  4440. BackGroundChar.Name = "BackGroundChar"
  4441. BackGroundChar.Parent = Character_1
  4442. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4443. BackGroundChar.BorderSizePixel = 0
  4444. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  4445. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  4446.  
  4447. HipHeight.Name = "HipHeight"
  4448. HipHeight.Parent = BackGroundChar
  4449. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4450. HipHeight.BorderSizePixel = 0
  4451. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  4452. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  4453. HipHeight.Font = Enum.Font.SourceSans
  4454. HipHeight.FontSize = Enum.FontSize.Size24
  4455. HipHeight.Text = "HipHeight"
  4456. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4457. HipHeight.TextSize = 22
  4458.  
  4459. JumpHeight.Name = "JumpHeight"
  4460. JumpHeight.Parent = BackGroundChar
  4461. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4462. JumpHeight.BorderSizePixel = 0
  4463. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  4464. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  4465. JumpHeight.Font = Enum.Font.SourceSans
  4466. JumpHeight.FontSize = Enum.FontSize.Size24
  4467. JumpHeight.Text = "JumpHeight"
  4468. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4469. JumpHeight.TextSize = 20
  4470.  
  4471. Speed.Name = "Speed"
  4472. Speed.Parent = BackGroundChar
  4473. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4474. Speed.BorderSizePixel = 0
  4475. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  4476. Speed.Size = UDim2.new(0, 92, 0, 25)
  4477. Speed.Font = Enum.Font.SourceSans
  4478. Speed.FontSize = Enum.FontSize.Size24
  4479. Speed.Text = "Speed"
  4480. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4481. Speed.TextSize = 22
  4482.  
  4483. TXTBOX_Chat.Name = "TXTBOX_Chat"
  4484. TXTBOX_Chat.Parent = Character_1
  4485. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4486. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4487. TXTBOX_Chat.BorderSizePixel = 6
  4488. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  4489. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  4490. TXTBOX_Chat.Font = Enum.Font.SourceSans
  4491. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  4492. TXTBOX_Chat.Text = "Text for chatting"
  4493. TXTBOX_Chat.TextScaled = true
  4494. TXTBOX_Chat.TextSize = 14
  4495. TXTBOX_Chat.TextWrapped = true
  4496.  
  4497. BackGroundChar2.Name = "BackGroundChar2"
  4498. BackGroundChar2.Parent = Character_1
  4499. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4500. BackGroundChar2.BorderSizePixel = 0
  4501. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  4502. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  4503.  
  4504. Chat.Name = "Chat"
  4505. Chat.Parent = BackGroundChar2
  4506. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4507. Chat.BorderSizePixel = 0
  4508. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  4509. Chat.Size = UDim2.new(0, 92, 0, 25)
  4510. Chat.Font = Enum.Font.SourceSans
  4511. Chat.FontSize = Enum.FontSize.Size24
  4512. Chat.Text = "Chat"
  4513. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4514. Chat.TextSize = 22
  4515.  
  4516. Spam_2.Name = "Spam"
  4517. Spam_2.Parent = BackGroundChar2
  4518. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4519. Spam_2.BorderSizePixel = 0
  4520. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  4521. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  4522. Spam_2.Font = Enum.Font.SourceSans
  4523. Spam_2.FontSize = Enum.FontSize.Size24
  4524. Spam_2.Text = "Spam"
  4525. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4526. Spam_2.TextSize = 22
  4527.  
  4528. BackGroundChar3.Name = "BackGroundChar3"
  4529. BackGroundChar3.Parent = Character_1
  4530. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4531. BackGroundChar3.BorderSizePixel = 0
  4532. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  4533. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  4534.  
  4535. Noclip.Name = "Noclip"
  4536. Noclip.Parent = BackGroundChar3
  4537. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  4538. Noclip.BorderSizePixel = 0
  4539. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  4540. Noclip.Size = UDim2.new(0, 92, 0, 25)
  4541. Noclip.Font = Enum.Font.SourceSans
  4542. Noclip.FontSize = Enum.FontSize.Size24
  4543. Noclip.Text = "Noclip"
  4544. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4545. Noclip.TextSize = 22
  4546.  
  4547. Fly.Name = "Fly"
  4548. Fly.Parent = BackGroundChar3
  4549. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  4550. Fly.BorderSizePixel = 0
  4551. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  4552. Fly.Size = UDim2.new(0, 92, 0, 25)
  4553. Fly.Font = Enum.Font.SourceSans
  4554. Fly.FontSize = Enum.FontSize.Size24
  4555. Fly.Text = "Fly"
  4556. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4557. Fly.TextSize = 22
  4558.  
  4559. Character_toPAGE2.Name = "Character_toPAGE2"
  4560. Character_toPAGE2.Parent = Character_1
  4561. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4562. Character_toPAGE2.BorderSizePixel = 0
  4563. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4564. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4565. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  4566. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  4567. Character_toPAGE2.Text = "Next"
  4568. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4569. Character_toPAGE2.TextSize = 22
  4570.  
  4571. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  4572. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  4573. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4574. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  4575. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  4576. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  4577. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  4578.  
  4579. Others_2.Name = "Others_2"
  4580. Others_2.Parent = Pages
  4581. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4582. Others_2.BorderSizePixel = 0
  4583. Others_2.Position = UDim2.new(1, 0, 0, 0)
  4584. Others_2.Size = UDim2.new(1, 0, 1, 0)
  4585.  
  4586. OthersTitle_2.Name = "OthersTitle"
  4587. OthersTitle_2.Parent = Others_2
  4588. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4589. OthersTitle_2.BackgroundTransparency = 1
  4590. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  4591. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4592. OthersTitle_2.Font = Enum.Font.SourceSansBold
  4593. OthersTitle_2.FontSize = Enum.FontSize.Size28
  4594. OthersTitle_2.Text = "Others"
  4595. OthersTitle_2.TextSize = 25
  4596.  
  4597. Other_Image2.Name = "Other_Image2"
  4598. Other_Image2.Parent = Others_2
  4599. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  4600. Other_Image2.BackgroundTransparency = 1
  4601. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  4602. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  4603. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  4604.  
  4605. OthersText_2.Name = "OthersText"
  4606. OthersText_2.Parent = Others_2
  4607. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4608. OthersText_2.BackgroundTransparency = 1
  4609. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  4610. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  4611. OthersText_2.Font = Enum.Font.SourceSansItalic
  4612. OthersText_2.FontSize = Enum.FontSize.Size24
  4613. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  4614. OthersText_2.TextSize = 19
  4615. OthersText_2.TextWrapped = true
  4616.  
  4617. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  4618. TXTBOX_PlrName2.Parent = Others_2
  4619. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4620. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4621. TXTBOX_PlrName2.BorderSizePixel = 0
  4622. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  4623. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  4624. TXTBOX_PlrName2.ZIndex = 2
  4625. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  4626. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  4627. TXTBOX_PlrName2.Text = "Player"
  4628. TXTBOX_PlrName2.TextScaled = true
  4629. TXTBOX_PlrName2.TextSize = 14
  4630. TXTBOX_PlrName2.TextWrapped = true
  4631.  
  4632. othersBaseBackground2.Name = "othersBaseBackground2"
  4633. othersBaseBackground2.Parent = Others_2
  4634. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4635. othersBaseBackground2.BorderSizePixel = 0
  4636. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  4637. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  4638.  
  4639. Flatten.Name = "Flatten"
  4640. Flatten.Parent = othersBaseBackground2
  4641. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4642. Flatten.BorderSizePixel = 0
  4643. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  4644. Flatten.Size = UDim2.new(0, 92, 0, 25)
  4645. Flatten.Font = Enum.Font.SourceSans
  4646. Flatten.FontSize = Enum.FontSize.Size24
  4647. Flatten.Text = "Flatten"
  4648. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4649. Flatten.TextSize = 22
  4650.  
  4651. AimHead.Name = "AimHead"
  4652. AimHead.Parent = othersBaseBackground2
  4653. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4654. AimHead.BorderSizePixel = 0
  4655. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  4656. AimHead.Size = UDim2.new(0, 92, 0, 25)
  4657. AimHead.Font = Enum.Font.SourceSans
  4658. AimHead.FontSize = Enum.FontSize.Size24
  4659. AimHead.Text = "Aim Head"
  4660. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4661. AimHead.TextSize = 22
  4662.  
  4663. Float.Name = "Float"
  4664. Float.Parent = othersBaseBackground2
  4665. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4666. Float.BorderSizePixel = 0
  4667. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  4668. Float.Size = UDim2.new(0, 92, 0, 25)
  4669. Float.Font = Enum.Font.SourceSans
  4670. Float.FontSize = Enum.FontSize.Size24
  4671. Float.Text = "Float"
  4672. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4673. Float.TextSize = 22
  4674.  
  4675. Multiple.Name = "Multiple"
  4676. Multiple.Parent = othersBaseBackground2
  4677. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4678. Multiple.BorderSizePixel = 0
  4679. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  4680. Multiple.Size = UDim2.new(0, 92, 0, 25)
  4681. Multiple.Font = Enum.Font.SourceSans
  4682. Multiple.FontSize = Enum.FontSize.Size24
  4683. Multiple.Text = "Multiple"
  4684. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4685. Multiple.TextSize = 22
  4686.  
  4687. Animated.Name = "Animated"
  4688. Animated.Parent = othersBaseBackground2
  4689. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4690. Animated.BorderSizePixel = 0
  4691. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  4692. Animated.Size = UDim2.new(0, 92, 0, 25)
  4693. Animated.Font = Enum.Font.SourceSans
  4694. Animated.FontSize = Enum.FontSize.Size24
  4695. Animated.Text = "Animated"
  4696. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4697. Animated.TextSize = 22
  4698.  
  4699. SlowAttract.Name = "SlowAttract"
  4700. SlowAttract.Parent = othersBaseBackground2
  4701. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4702. SlowAttract.BorderSizePixel = 0
  4703. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  4704. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  4705. SlowAttract.Font = Enum.Font.SourceSans
  4706. SlowAttract.FontSize = Enum.FontSize.Size24
  4707. SlowAttract.Text = "SlowAttract"
  4708. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4709. SlowAttract.TextSize = 22
  4710.  
  4711. WeirdOrbit.Name = "WeirdOrbit"
  4712. WeirdOrbit.Parent = othersBaseBackground2
  4713. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4714. WeirdOrbit.BorderSizePixel = 0
  4715. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  4716. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  4717. WeirdOrbit.Font = Enum.Font.SourceSans
  4718. WeirdOrbit.FontSize = Enum.FontSize.Size24
  4719. WeirdOrbit.Text = "Weird Orbit"
  4720. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4721. WeirdOrbit.TextSize = 22
  4722.  
  4723. Violent.Name = "Violent"
  4724. Violent.Parent = othersBaseBackground2
  4725. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4726. Violent.BorderSizePixel = 0
  4727. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  4728. Violent.Size = UDim2.new(0, 92, 0, 25)
  4729. Violent.Font = Enum.Font.SourceSans
  4730. Violent.FontSize = Enum.FontSize.Size24
  4731. Violent.Text = "Violent"
  4732. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4733. Violent.TextSize = 22
  4734.  
  4735. Max.Name = "Max"
  4736. Max.Parent = othersBaseBackground2
  4737. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4738. Max.BorderSizePixel = 0
  4739. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  4740. Max.Size = UDim2.new(0, 92, 0, 25)
  4741. Max.Font = Enum.Font.SourceSans
  4742. Max.FontSize = Enum.FontSize.Size24
  4743. Max.Text = "Max"
  4744. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4745. Max.TextSize = 22
  4746.  
  4747. Others_toPAGE3.Name = "Others_toPAGE3"
  4748. Others_toPAGE3.Parent = Others_2
  4749. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4750. Others_toPAGE3.BorderSizePixel = 0
  4751. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4752. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4753. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  4754. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  4755. Others_toPAGE3.Text = "Next"
  4756. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4757. Others_toPAGE3.TextSize = 22
  4758.  
  4759. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  4760. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  4761. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4762. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  4763. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  4764. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4765. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  4766.  
  4767. Others_backPAGE1.Name = "Others_backPAGE1"
  4768. Others_backPAGE1.Parent = Others_2
  4769. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4770. Others_backPAGE1.BorderSizePixel = 0
  4771. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4772. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4773. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  4774. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  4775. Others_backPAGE1.Text = "Prev"
  4776. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4777. Others_backPAGE1.TextSize = 22
  4778.  
  4779. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  4780. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  4781. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4782. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  4783. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4784. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  4785. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  4786.  
  4787. Extra_1.Name = "Extra_1"
  4788. Extra_1.Parent = Pages
  4789. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4790. Extra_1.BorderSizePixel = 0
  4791. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  4792. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  4793.  
  4794. Extra_Image.Name = "Extra_Image"
  4795. Extra_Image.Parent = Extra_1
  4796. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4797. Extra_Image.BackgroundTransparency = 1
  4798. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4799. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4800. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  4801.  
  4802. ExtraText.Name = "ExtraText"
  4803. ExtraText.Parent = Extra_1
  4804. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  4805. ExtraText.BackgroundTransparency = 1
  4806. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4807. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  4808. ExtraText.Font = Enum.Font.SourceSansItalic
  4809. ExtraText.FontSize = Enum.FontSize.Size24
  4810. ExtraText.Text = "Cool and unique commands for yourself!"
  4811. ExtraText.TextSize = 19
  4812. ExtraText.TextWrapped = true
  4813.  
  4814. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  4815. ExtraBaseBackGround1.Parent = Extra_1
  4816. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  4817. ExtraBaseBackGround1.BorderSizePixel = 0
  4818. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  4819. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4820.  
  4821. CrouchRocket.Name = "CrouchRocket"
  4822. CrouchRocket.Parent = ExtraBaseBackGround1
  4823. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4824. CrouchRocket.BorderSizePixel = 0
  4825. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4826. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  4827. CrouchRocket.Font = Enum.Font.SourceSans
  4828. CrouchRocket.FontSize = Enum.FontSize.Size18
  4829. CrouchRocket.Text = "Crouch Rocket"
  4830. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4831. CrouchRocket.TextSize = 17
  4832.  
  4833. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  4834. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  4835. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4836. ExtraBaseBackGround1Side.BorderSizePixel = 0
  4837. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  4838. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  4839.  
  4840. CloneIllusion.Name = "CloneIllusion"
  4841. CloneIllusion.Parent = ExtraBaseBackGround1
  4842. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4843. CloneIllusion.BorderSizePixel = 0
  4844. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4845. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  4846. CloneIllusion.Font = Enum.Font.SourceSans
  4847. CloneIllusion.FontSize = Enum.FontSize.Size18
  4848. CloneIllusion.Text = "Clone Illusion"
  4849. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4850. CloneIllusion.TextSize = 17
  4851.  
  4852. CoolSpin.Name = "CoolSpin"
  4853. CoolSpin.Parent = ExtraBaseBackGround1
  4854. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4855. CoolSpin.BorderSizePixel = 0
  4856. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  4857. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  4858. CoolSpin.Font = Enum.Font.SourceSans
  4859. CoolSpin.FontSize = Enum.FontSize.Size18
  4860. CoolSpin.Text = "Cool Spin"
  4861. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4862. CoolSpin.TextSize = 17
  4863.  
  4864. JumpRocket.Name = "JumpRocket"
  4865. JumpRocket.Parent = ExtraBaseBackGround1
  4866. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4867. JumpRocket.BorderSizePixel = 0
  4868. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  4869. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  4870. JumpRocket.Font = Enum.Font.SourceSans
  4871. JumpRocket.FontSize = Enum.FontSize.Size18
  4872. JumpRocket.Text = "Jump Rocket"
  4873. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4874. JumpRocket.TextSize = 17
  4875.  
  4876. Extra_toPAGE2.Name = "Extra_toPAGE2"
  4877. Extra_toPAGE2.Parent = Extra_1
  4878. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4879. Extra_toPAGE2.BorderSizePixel = 0
  4880. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4881. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4882. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  4883. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  4884. Extra_toPAGE2.Text = "Next"
  4885. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4886. Extra_toPAGE2.TextSize = 22
  4887.  
  4888. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  4889. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  4890. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4891. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  4892. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  4893. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  4894. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  4895.  
  4896. Extra_Title.Name = "Extra_Title"
  4897. Extra_Title.Parent = Extra_1
  4898. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  4899. Extra_Title.BackgroundTransparency = 1
  4900. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  4901. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4902. Extra_Title.Font = Enum.Font.SourceSansBold
  4903. Extra_Title.FontSize = Enum.FontSize.Size28
  4904. Extra_Title.Text = "Extra"
  4905. Extra_Title.TextSize = 25
  4906.  
  4907. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  4908. ExtraBaseBackGround2.Parent = Extra_1
  4909. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  4910. ExtraBaseBackGround2.BorderSizePixel = 0
  4911. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  4912. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4913.  
  4914. NoLimbs.Name = "NoLimbs"
  4915. NoLimbs.Parent = ExtraBaseBackGround2
  4916. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4917. NoLimbs.BorderSizePixel = 0
  4918. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4919. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  4920. NoLimbs.Font = Enum.Font.SourceSans
  4921. NoLimbs.FontSize = Enum.FontSize.Size18
  4922. NoLimbs.Text = "No Limbs"
  4923. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4924. NoLimbs.TextSize = 17
  4925.  
  4926. FEGodmode.Name = "FE Godmode"
  4927. FEGodmode.Parent = ExtraBaseBackGround2
  4928. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4929. FEGodmode.BorderSizePixel = 0
  4930. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4931. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  4932. FEGodmode.Font = Enum.Font.SourceSans
  4933. FEGodmode.FontSize = Enum.FontSize.Size18
  4934. FEGodmode.Text = "FE Godmode"
  4935. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4936. FEGodmode.TextSize = 17
  4937.  
  4938. BrickHats.Name = "BrickHats"
  4939. BrickHats.Parent = ExtraBaseBackGround2
  4940. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4941. BrickHats.BorderSizePixel = 0
  4942. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  4943. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  4944. BrickHats.Font = Enum.Font.SourceSans
  4945. BrickHats.FontSize = Enum.FontSize.Size18
  4946. BrickHats.Text = "Brick Hats"
  4947. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4948. BrickHats.TextSize = 17
  4949.  
  4950. RapidPunch.Name = "RapidPunch"
  4951. RapidPunch.Parent = ExtraBaseBackGround2
  4952. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4953. RapidPunch.BorderSizePixel = 0
  4954. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  4955. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  4956. RapidPunch.Font = Enum.Font.SourceSans
  4957. RapidPunch.FontSize = Enum.FontSize.Size18
  4958. RapidPunch.Text = "RapidPunch"
  4959. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4960. RapidPunch.TextSize = 17
  4961.  
  4962. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  4963. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  4964. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4965. ExtraBaseBackGround2Side.BorderSizePixel = 0
  4966. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  4967. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  4968.  
  4969. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  4970. ExtraBaseBackGround3.Parent = Extra_1
  4971. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4972. ExtraBaseBackGround3.BorderSizePixel = 0
  4973. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  4974. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4975.  
  4976. PunchFollow.Name = "PunchFollow"
  4977. PunchFollow.Parent = ExtraBaseBackGround3
  4978. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4979. PunchFollow.BorderSizePixel = 0
  4980. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4981. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  4982. PunchFollow.Font = Enum.Font.SourceSans
  4983. PunchFollow.FontSize = Enum.FontSize.Size18
  4984. PunchFollow.Text = "Punch Follow"
  4985. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4986. PunchFollow.TextSize = 17
  4987.  
  4988. ArmFollow.Name = "ArmFollow"
  4989. ArmFollow.Parent = ExtraBaseBackGround3
  4990. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4991. ArmFollow.BorderSizePixel = 0
  4992. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4993. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  4994. ArmFollow.Font = Enum.Font.SourceSans
  4995. ArmFollow.FontSize = Enum.FontSize.Size18
  4996. ArmFollow.Text = "Arm Follow"
  4997. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4998. ArmFollow.TextSize = 17
  4999.  
  5000. Spin.Name = "Spin"
  5001. Spin.Parent = ExtraBaseBackGround3
  5002. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5003. Spin.BorderSizePixel = 0
  5004. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  5005. Spin.Size = UDim2.new(0, 92, 0, 25)
  5006. Spin.Font = Enum.Font.SourceSans
  5007. Spin.FontSize = Enum.FontSize.Size18
  5008. Spin.Text = "Spin"
  5009. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5010. Spin.TextSize = 17
  5011.  
  5012. Faint.Name = "Faint"
  5013. Faint.Parent = ExtraBaseBackGround3
  5014. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5015. Faint.BorderSizePixel = 0
  5016. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  5017. Faint.Size = UDim2.new(0, 92, 0, 25)
  5018. Faint.Font = Enum.Font.SourceSans
  5019. Faint.FontSize = Enum.FontSize.Size18
  5020. Faint.Text = "Faint"
  5021. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5022. Faint.TextSize = 17
  5023.  
  5024. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  5025. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  5026. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5027. ExtraBaseBackGround3Side.BorderSizePixel = 0
  5028. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  5029. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  5030.  
  5031. Extra_2.Name = "Extra_2"
  5032. Extra_2.Parent = Pages
  5033. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5034. Extra_2.BorderSizePixel = 0
  5035. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  5036. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  5037.  
  5038. Extra_Image_2.Name = "Extra_Image"
  5039. Extra_Image_2.Parent = Extra_2
  5040. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5041. Extra_Image_2.BackgroundTransparency = 1
  5042. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  5043. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5044. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  5045.  
  5046. ExtraText_2.Name = "ExtraText"
  5047. ExtraText_2.Parent = Extra_2
  5048. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5049. ExtraText_2.BackgroundTransparency = 1
  5050. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  5051. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  5052. ExtraText_2.Font = Enum.Font.SourceSansItalic
  5053. ExtraText_2.FontSize = Enum.FontSize.Size24
  5054. ExtraText_2.Text = "Cool and unique commands for other players!"
  5055. ExtraText_2.TextSize = 19
  5056. ExtraText_2.TextWrapped = true
  5057.  
  5058. Extra_Title_2.Name = "Extra_Title"
  5059. Extra_Title_2.Parent = Extra_2
  5060. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5061. Extra_Title_2.BackgroundTransparency = 1
  5062. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  5063. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5064. Extra_Title_2.Font = Enum.Font.SourceSansBold
  5065. Extra_Title_2.FontSize = Enum.FontSize.Size28
  5066. Extra_Title_2.Text = "Extra"
  5067. Extra_Title_2.TextSize = 25
  5068.  
  5069. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  5070. ExtraBaseBackGround2_2.Parent = Extra_2
  5071. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5072. ExtraBaseBackGround2_2.BorderSizePixel = 0
  5073. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  5074. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  5075.  
  5076. CrouchAttack.Name = "CrouchAttack"
  5077. CrouchAttack.Parent = ExtraBaseBackGround2_2
  5078. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5079. CrouchAttack.BorderSizePixel = 0
  5080. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  5081. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  5082. CrouchAttack.Font = Enum.Font.SourceSans
  5083. CrouchAttack.FontSize = Enum.FontSize.Size18
  5084. CrouchAttack.Text = "Crouch Attack"
  5085. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5086. CrouchAttack.TextSize = 17
  5087.  
  5088. WalkThrough.Name = "WalkThrough"
  5089. WalkThrough.Parent = ExtraBaseBackGround2_2
  5090. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5091. WalkThrough.BorderSizePixel = 0
  5092. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  5093. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  5094. WalkThrough.Font = Enum.Font.SourceSans
  5095. WalkThrough.FontSize = Enum.FontSize.Size18
  5096. WalkThrough.Text = "Walk Through"
  5097. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5098. WalkThrough.TextSize = 17
  5099.  
  5100. CreepyWatch.Name = "CreepyWatch"
  5101. CreepyWatch.Parent = ExtraBaseBackGround2_2
  5102. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5103. CreepyWatch.BorderSizePixel = 0
  5104. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  5105. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  5106. CreepyWatch.Font = Enum.Font.SourceSans
  5107. CreepyWatch.FontSize = Enum.FontSize.Size18
  5108. CreepyWatch.Text = "Creepy Watch"
  5109. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5110. CreepyWatch.TextSize = 17
  5111.  
  5112. SpinAttack.Name = "SpinAttack"
  5113. SpinAttack.Parent = ExtraBaseBackGround2_2
  5114. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5115. SpinAttack.BorderSizePixel = 0
  5116. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  5117. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  5118. SpinAttack.Font = Enum.Font.SourceSans
  5119. SpinAttack.FontSize = Enum.FontSize.Size18
  5120. SpinAttack.Text = "Spin Attack"
  5121. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5122. SpinAttack.TextSize = 17
  5123.  
  5124. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  5125. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  5126. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5127. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  5128. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  5129. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  5130.  
  5131. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  5132. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  5133. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5134. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5135. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  5136. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  5137. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  5138. TXTBOX_PlrNameEXTRA.ZIndex = 2
  5139. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  5140. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  5141. TXTBOX_PlrNameEXTRA.Text = "Player"
  5142. TXTBOX_PlrNameEXTRA.TextScaled = true
  5143. TXTBOX_PlrNameEXTRA.TextSize = 14
  5144. TXTBOX_PlrNameEXTRA.TextWrapped = true
  5145.  
  5146. _18.Name = "18+"
  5147. _18.Parent = ExtraBaseBackGround2_2
  5148. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5149. _18.BorderSizePixel = 0
  5150. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  5151. _18.Size = UDim2.new(0, 92, 0, 25)
  5152. _18.Font = Enum.Font.SourceSans
  5153. _18.FontSize = Enum.FontSize.Size18
  5154. _18.Text = "18+"
  5155. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5156. _18.TextSize = 17
  5157.  
  5158. SlamPropulsion.Name = "SlamPropulsion"
  5159. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  5160. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5161. SlamPropulsion.BorderSizePixel = 0
  5162. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  5163. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  5164. SlamPropulsion.Font = Enum.Font.SourceSans
  5165. SlamPropulsion.FontSize = Enum.FontSize.Size18
  5166. SlamPropulsion.Text = "Slam Propulsion"
  5167. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5168. SlamPropulsion.TextSize = 15
  5169. SlamPropulsion.TextWrapped = true
  5170.  
  5171. Extra_backPAGE1.Name = "Extra_backPAGE1"
  5172. Extra_backPAGE1.Parent = Extra_2
  5173. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5174. Extra_backPAGE1.BorderSizePixel = 0
  5175. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  5176. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5177. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  5178. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  5179. Extra_backPAGE1.Text = "Prev"
  5180. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5181. Extra_backPAGE1.TextSize = 22
  5182.  
  5183. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  5184. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  5185. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5186. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  5187. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  5188. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  5189. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  5190.  
  5191. Others_3.Name = "Others_3"
  5192. Others_3.Parent = Pages
  5193. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5194. Others_3.BorderSizePixel = 0
  5195. Others_3.Position = UDim2.new(1, 0, 0, 0)
  5196. Others_3.Size = UDim2.new(1, 0, 1, 0)
  5197.  
  5198. OthersTitle_3.Name = "OthersTitle"
  5199. OthersTitle_3.Parent = Others_3
  5200. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5201. OthersTitle_3.BackgroundTransparency = 1
  5202. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  5203. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5204. OthersTitle_3.Font = Enum.Font.SourceSansBold
  5205. OthersTitle_3.FontSize = Enum.FontSize.Size28
  5206. OthersTitle_3.Text = "Others"
  5207. OthersTitle_3.TextSize = 25
  5208.  
  5209. Other_Image3.Name = "Other_Image3"
  5210. Other_Image3.Parent = Others_3
  5211. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  5212. Other_Image3.BackgroundTransparency = 1
  5213. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  5214. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  5215. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  5216.  
  5217. OthersText_3.Name = "OthersText"
  5218. OthersText_3.Parent = Others_3
  5219. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5220. OthersText_3.BackgroundTransparency = 1
  5221. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  5222. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  5223. OthersText_3.Font = Enum.Font.SourceSansItalic
  5224. OthersText_3.FontSize = Enum.FontSize.Size24
  5225. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  5226. OthersText_3.TextSize = 19
  5227. OthersText_3.TextWrapped = true
  5228.  
  5229. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  5230. TXTBOX_PlrNameOTHER3.Parent = Others_3
  5231. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  5232. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5233. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  5234. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  5235. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  5236. TXTBOX_PlrNameOTHER3.ZIndex = 2
  5237. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  5238. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  5239. TXTBOX_PlrNameOTHER3.Text = "Player"
  5240. TXTBOX_PlrNameOTHER3.TextScaled = true
  5241. TXTBOX_PlrNameOTHER3.TextSize = 14
  5242. TXTBOX_PlrNameOTHER3.TextWrapped = true
  5243.  
  5244. othersBaseBackground3.Name = "othersBaseBackground3"
  5245. othersBaseBackground3.Parent = Others_3
  5246. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  5247. othersBaseBackground3.BorderSizePixel = 0
  5248. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  5249. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  5250.  
  5251. FreeFall.Name = "FreeFall"
  5252. FreeFall.Parent = othersBaseBackground3
  5253. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5254. FreeFall.BorderSizePixel = 0
  5255. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  5256. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  5257. FreeFall.Font = Enum.Font.SourceSans
  5258. FreeFall.FontSize = Enum.FontSize.Size24
  5259. FreeFall.Text = "Free Fall"
  5260. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5261. FreeFall.TextSize = 22
  5262.  
  5263. Attach.Name = "Attach"
  5264. Attach.Parent = othersBaseBackground3
  5265. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5266. Attach.BorderSizePixel = 0
  5267. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  5268. Attach.Size = UDim2.new(0, 92, 0, 25)
  5269. Attach.Font = Enum.Font.SourceSans
  5270. Attach.FontSize = Enum.FontSize.Size24
  5271. Attach.Text = "Attach"
  5272. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5273. Attach.TextSize = 22
  5274.  
  5275. Bring.Name = "Bring"
  5276. Bring.Parent = othersBaseBackground3
  5277. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5278. Bring.BorderSizePixel = 0
  5279. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  5280. Bring.Size = UDim2.new(0, 92, 0, 25)
  5281. Bring.Font = Enum.Font.SourceSans
  5282. Bring.FontSize = Enum.FontSize.Size24
  5283. Bring.Text = "Bring"
  5284. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5285. Bring.TextSize = 22
  5286.  
  5287. SafeKill.Name = "SafeKill"
  5288. SafeKill.Parent = othersBaseBackground3
  5289. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5290. SafeKill.BorderSizePixel = 0
  5291. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  5292. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  5293. SafeKill.Font = Enum.Font.SourceSans
  5294. SafeKill.FontSize = Enum.FontSize.Size24
  5295. SafeKill.Text = "SafeKill"
  5296. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5297. SafeKill.TextSize = 22
  5298.  
  5299. SuperSpin.Name = "SuperSpin"
  5300. SuperSpin.Parent = othersBaseBackground3
  5301. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5302. SuperSpin.BorderSizePixel = 0
  5303. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  5304. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  5305. SuperSpin.Font = Enum.Font.SourceSans
  5306. SuperSpin.FontSize = Enum.FontSize.Size24
  5307. SuperSpin.Text = "SuperSpin"
  5308. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5309. SuperSpin.TextSize = 22
  5310.  
  5311. Kill.Name = "Kill"
  5312. Kill.Parent = othersBaseBackground3
  5313. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5314. Kill.BorderSizePixel = 0
  5315. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  5316. Kill.Size = UDim2.new(0, 92, 0, 25)
  5317. Kill.Font = Enum.Font.SourceSans
  5318. Kill.FontSize = Enum.FontSize.Size24
  5319. Kill.Text = "Kill"
  5320. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5321. Kill.TextSize = 22
  5322.  
  5323. Others_backPAGE2.Name = "Others_backPAGE2"
  5324. Others_backPAGE2.Parent = Others_3
  5325. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5326. Others_backPAGE2.BorderSizePixel = 0
  5327. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  5328. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  5329. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  5330. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  5331. Others_backPAGE2.Text = "Prev"
  5332. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5333. Others_backPAGE2.TextSize = 22
  5334.  
  5335. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  5336. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  5337. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5338. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  5339. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  5340. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  5341. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  5342.  
  5343. Games.Name = "Games"
  5344. Games.Parent = Pages
  5345. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5346. Games.BorderSizePixel = 0
  5347. Games.Position = UDim2.new(1, 0, 0, 0)
  5348. Games.Size = UDim2.new(1, 0, 1, 0)
  5349.  
  5350. Games_IMAGE.Name = "Games_IMAGE"
  5351. Games_IMAGE.Parent = Games
  5352. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  5353. Games_IMAGE.BackgroundTransparency = 1
  5354. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  5355. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5356. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  5357.  
  5358. GamesText.Name = "GamesText"
  5359. GamesText.Parent = Games
  5360. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  5361. GamesText.BackgroundTransparency = 1
  5362. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  5363. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  5364. GamesText.Font = Enum.Font.SourceSansItalic
  5365. GamesText.FontSize = Enum.FontSize.Size24
  5366. GamesText.Text = "Not a completed part, I will be updating with more games."
  5367. GamesText.TextSize = 19
  5368. GamesText.TextWrapped = true
  5369.  
  5370. Games_TITLE.Name = "Games_TITLE"
  5371. Games_TITLE.Parent = Games
  5372. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  5373. Games_TITLE.BackgroundTransparency = 1
  5374. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  5375. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  5376. Games_TITLE.Font = Enum.Font.SourceSansBold
  5377. Games_TITLE.FontSize = Enum.FontSize.Size28
  5378. Games_TITLE.Text = "Games"
  5379. Games_TITLE.TextSize = 25
  5380.  
  5381. Games_IMAGE2.Name = "Games_IMAGE2"
  5382. Games_IMAGE2.Parent = Games
  5383. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  5384. Games_IMAGE2.BackgroundTransparency = 1
  5385. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  5386. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  5387. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  5388.  
  5389. SwordFightingTournament.Name = "SwordFightingTournament"
  5390. SwordFightingTournament.Parent = Games
  5391. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5392. SwordFightingTournament.BorderSizePixel = 0
  5393. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  5394. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  5395. SwordFightingTournament.Font = Enum.Font.SourceSans
  5396. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  5397. SwordFightingTournament.Text = "Sword Fighting Tournament"
  5398. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5399. SwordFightingTournament.TextScaled = true
  5400. SwordFightingTournament.TextSize = 14
  5401. SwordFightingTournament.TextWrapped = true
  5402.  
  5403. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  5404. PlatesOfFateMayhem.Parent = Games
  5405. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5406. PlatesOfFateMayhem.BorderSizePixel = 0
  5407. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  5408. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  5409. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  5410. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  5411. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  5412. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5413. PlatesOfFateMayhem.TextScaled = true
  5414. PlatesOfFateMayhem.TextSize = 14
  5415. PlatesOfFateMayhem.TextWrapped = true
  5416.  
  5417. GamesText2.Name = "GamesText2"
  5418. GamesText2.Parent = Games
  5419. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  5420. GamesText2.BackgroundTransparency = 1
  5421. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  5422. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  5423. GamesText2.Font = Enum.Font.SourceSansItalic
  5424. GamesText2.FontSize = Enum.FontSize.Size24
  5425. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  5426. GamesText2.TextSize = 19
  5427. GamesText2.TextWrapped = true
  5428.  
  5429. Frappe.Name = "Frappe"
  5430. Frappe.Parent = Games
  5431. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5432. Frappe.BorderSizePixel = 0
  5433. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  5434. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  5435. Frappe.Font = Enum.Font.SourceSans
  5436. Frappe.FontSize = Enum.FontSize.Size14
  5437. Frappe.Text = "Frappe"
  5438. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5439. Frappe.TextScaled = true
  5440. Frappe.TextSize = 14
  5441. Frappe.TextWrapped = true
  5442.  
  5443. Frappe_2.Name = "Frappe"
  5444. Frappe_2.Parent = Games
  5445. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  5446. Frappe_2.BorderSizePixel = 0
  5447. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  5448. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  5449. Frappe_2.Font = Enum.Font.SourceSans
  5450. Frappe_2.FontSize = Enum.FontSize.Size14
  5451. Frappe_2.Text = "Frappe"
  5452. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5453. Frappe_2.TextScaled = true
  5454. Frappe_2.TextSize = 14
  5455. Frappe_2.TextWrapped = true
  5456.  
  5457. MenuFrame.Name = "MenuFrame"
  5458. MenuFrame.Parent = MainFrame
  5459. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  5460. MenuFrame.BorderSizePixel = 0
  5461. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  5462. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  5463.  
  5464. Welcome.Name = "Welcome"
  5465. Welcome.Parent = MenuFrame
  5466. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  5467. Welcome.BackgroundTransparency = 1
  5468. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  5469. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  5470. Welcome.Font = Enum.Font.SourceSansLight
  5471. Welcome.FontSize = Enum.FontSize.Size14
  5472. Welcome.Text = "Welcome,"
  5473. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5474. Welcome.TextScaled = true
  5475. Welcome.TextSize = 14
  5476. Welcome.TextWrapped = true
  5477.  
  5478. NameOfPlayer.Name = "NameOfPlayer"
  5479. NameOfPlayer.Parent = MenuFrame
  5480. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  5481. NameOfPlayer.BackgroundTransparency = 1
  5482. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  5483. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  5484. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  5485. NameOfPlayer.FontSize = Enum.FontSize.Size14
  5486. NameOfPlayer.Text = "PlayerName"
  5487. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5488. NameOfPlayer.TextScaled = true
  5489. NameOfPlayer.TextSize = 14
  5490. NameOfPlayer.TextWrapped = true
  5491.  
  5492. T_Information.Name = "T_Information"
  5493. T_Information.Parent = MenuFrame
  5494. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  5495. T_Information.BorderSizePixel = 0
  5496. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  5497. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5498. T_Information.Font = Enum.Font.SourceSans
  5499. T_Information.FontSize = Enum.FontSize.Size18
  5500. T_Information.Text = "Information"
  5501. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5502. T_Information.TextSize = 16
  5503. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  5504.  
  5505. T_InfoImage.Name = "T_InfoImage"
  5506. T_InfoImage.Parent = T_Information
  5507. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5508. T_InfoImage.BackgroundTransparency = 1
  5509. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  5510. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  5511. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  5512.  
  5513. T_Character.Name = "T_Character"
  5514. T_Character.Parent = MenuFrame
  5515. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  5516. T_Character.BorderSizePixel = 0
  5517. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  5518. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5519. T_Character.Font = Enum.Font.SourceSans
  5520. T_Character.FontSize = Enum.FontSize.Size18
  5521. T_Character.Text = "Character"
  5522. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5523. T_Character.TextSize = 16
  5524. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  5525.  
  5526. T_CharImage.Name = "T_CharImage"
  5527. T_CharImage.Parent = T_Character
  5528. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5529. T_CharImage.BackgroundTransparency = 1
  5530. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  5531. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  5532. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  5533.  
  5534. T_Games.Name = "T_Games"
  5535. T_Games.Parent = MenuFrame
  5536. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  5537. T_Games.BorderSizePixel = 0
  5538. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  5539. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5540. T_Games.Font = Enum.Font.SourceSans
  5541. T_Games.FontSize = Enum.FontSize.Size18
  5542. T_Games.Text = "Games"
  5543. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5544. T_Games.TextSize = 16
  5545. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  5546.  
  5547. T_GameImage.Name = "T_GameImage"
  5548. T_GameImage.Parent = T_Games
  5549. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5550. T_GameImage.BackgroundTransparency = 1
  5551. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  5552. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  5553. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  5554.  
  5555. T_Others.Name = "T_Others"
  5556. T_Others.Parent = MenuFrame
  5557. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  5558. T_Others.BorderSizePixel = 0
  5559. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  5560. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5561. T_Others.Font = Enum.Font.SourceSans
  5562. T_Others.FontSize = Enum.FontSize.Size18
  5563. T_Others.Text = "Others"
  5564. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5565. T_Others.TextSize = 16
  5566. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  5567.  
  5568. T_OtherImage.Name = "T_OtherImage"
  5569. T_OtherImage.Parent = T_Others
  5570. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5571. T_OtherImage.BackgroundTransparency = 1
  5572. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  5573. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  5574. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  5575.  
  5576. T_Extra.Name = "T_Extra"
  5577. T_Extra.Parent = MenuFrame
  5578. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  5579. T_Extra.BorderSizePixel = 0
  5580. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  5581. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5582. T_Extra.Font = Enum.Font.SourceSans
  5583. T_Extra.FontSize = Enum.FontSize.Size18
  5584. T_Extra.Text = "Extra"
  5585. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5586. T_Extra.TextSize = 16
  5587. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  5588.  
  5589. T_ExtraImage.Name = "T_ExtraImage"
  5590. T_ExtraImage.Parent = T_Extra
  5591. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5592. T_ExtraImage.BackgroundTransparency = 1
  5593. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  5594. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  5595. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  5596.  
  5597. DeleteGUI.Name = "DeleteGUI"
  5598. DeleteGUI.Parent = MenuFrame
  5599. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  5600. DeleteGUI.BorderSizePixel = 0
  5601. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  5602. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  5603. DeleteGUI.Font = Enum.Font.SourceSans
  5604. DeleteGUI.FontSize = Enum.FontSize.Size18
  5605. DeleteGUI.Text = "Delete GUI"
  5606. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5607. DeleteGUI.TextSize = 16
  5608. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  5609.  
  5610. DELETEIMAGE.Name = "DELETEIMAGE"
  5611. DELETEIMAGE.Parent = DeleteGUI
  5612. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  5613. DELETEIMAGE.BackgroundTransparency = 1
  5614. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  5615. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  5616. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  5617.  
  5618. Darkness.Name = "Darkness"
  5619. Darkness.Parent = MainFrame
  5620. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  5621. Darkness.BackgroundTransparency = 0.8
  5622. Darkness.BorderSizePixel = 0
  5623. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  5624. Darkness.Size = UDim2.new(0, 272, 0, 271)
  5625. Darkness.Visible = false
  5626. Darkness.ZIndex = 7
  5627. Darkness.Font = Enum.Font.SourceSans
  5628. Darkness.FontSize = Enum.FontSize.Size14
  5629. Darkness.Text = ""
  5630. Darkness.TextSize = 14
  5631.  
  5632. -----------------------------------------------------------------
  5633. -----------------------------------------------------------------
  5634. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  5635. if game.Workspace.FilteringEnabled == true then
  5636.     Image_FE_ENABLED.Visible = true
  5637.     Image_FE_DISABLED.Visible = false
  5638.     Text_FE_ENABLED.Visible = true
  5639.     Text_FE_DISABLED.Visible = false
  5640. else
  5641.     Image_FE_ENABLED.Visible = false
  5642.     Image_FE_DISABLED.Visible = true
  5643.     Text_FE_ENABLED.Visible = false
  5644.     Text_FE_DISABLED.Visible = true
  5645. end
  5646.  
  5647. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  5648.     local Found = {}
  5649.     local strl = String:lower()
  5650.     if strl == "all" then
  5651.         for i,v in pairs(game.Players:GetPlayers()) do
  5652.             table.insert(Found,v)
  5653.         end
  5654.     elseif strl == "others" then
  5655.         for i,v in pairs(game.Players:GetPlayers()) do
  5656.             if v.Name ~= game.Players.LocalPlayer.Name then
  5657.                 table.insert(Found,v)
  5658.             end
  5659.         end    
  5660.     else
  5661.         for i,v in pairs(game.Players:GetPlayers()) do
  5662.             if v.Name:lower():sub(1, #String) == String:lower() then
  5663.                 table.insert(Found,v)
  5664.             end
  5665.         end    
  5666.     end
  5667.     return Found    
  5668. end
  5669.  
  5670. OpenMenu.MouseButton1Click:connect(function()
  5671.     MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  5672.     MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  5673.     Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  5674.     wait(0.7)
  5675.     Darkness.Visible = true
  5676.     Darkness.BackgroundTransparency = 0.8
  5677. end)
  5678.  
  5679. Darkness.MouseButton1Click:connect(function()
  5680.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  5681.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  5682.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  5683.     Darkness.Visible = false
  5684. end)
  5685.  
  5686. closedgui = true
  5687. CloseGUI.MouseButton1Click:connect(function()
  5688.     wait(0.3)
  5689.     if closedgui then
  5690.         Pages.Position = UDim2.new(0, 0, 0.223, 0)
  5691.         OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  5692.         MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  5693.         MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  5694.         Darkness.Visible = false
  5695.         Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  5696.         OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  5697.         wait(1.6)
  5698.         MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  5699.         Darkness.Visible = false
  5700.         MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  5701.         closedgui = false
  5702.     else
  5703.         Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  5704.         wait(1.5)
  5705.         OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5706.         wait(0.6)
  5707.         closedgui = true
  5708.     end
  5709. end)
  5710.  
  5711. DeleteGUI.MouseButton1Click:connect(function()
  5712.     game.CoreGui.OPFinality:Destroy()
  5713. end)
  5714.  
  5715. T_Character.MouseButton1Click:connect(function()
  5716.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5717.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5718.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5719.     Darkness.Visible = false
  5720.     wait(0.5)
  5721.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5722.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5723.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5724.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5725.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5726.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5727.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5728.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5729.     wait(0.5)
  5730.     Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5731. end)
  5732.  
  5733. T_Extra.MouseButton1Click:connect(function()
  5734.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5735.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5736.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5737.     Darkness.Visible = false
  5738.     wait(0.5)
  5739.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5740.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5741.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5742.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5743.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5744.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5745.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5746.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5747.     wait(0.5)
  5748.     Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5749. end)
  5750.  
  5751. T_Games.MouseButton1Click:connect(function()
  5752.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5753.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5754.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5755.     Darkness.Visible = false
  5756.     wait(0.5)
  5757.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5758.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5759.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5760.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5761.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5762.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5763.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5764.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5765.     wait(0.5)
  5766.     Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5767. end)
  5768.  
  5769. T_Information.MouseButton1Click:connect(function()
  5770.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5771.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5772.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5773.     Darkness.Visible = false
  5774.     wait(0.5)
  5775.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5776.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5777.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5778.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5779.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5780.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5781.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5782.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5783.     wait(0.5)
  5784.     Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5785. end)
  5786.  
  5787. T_Others.MouseButton1Click:connect(function()
  5788.     MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5789.     MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5790.     Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5791.     Darkness.Visible = false
  5792.     wait(0.5)
  5793.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5794.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5795.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5796.     Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5797.     Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5798.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5799.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5800.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5801.     wait(0.5)
  5802.     Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5803. end)
  5804.  
  5805. Character_toPAGE2.MouseButton1Click:connect(function()
  5806.     Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5807.     wait(0.5)
  5808.     Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5809. end)
  5810. Character_backPAGE1.MouseButton1Click:connect(function()
  5811.     Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5812.     wait(0.5)
  5813.     Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5814. end)
  5815. Extra_toPAGE2.MouseButton1Click:connect(function()
  5816.     Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5817.     wait(0.5)
  5818.     Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5819. end)
  5820. Extra_backPAGE1.MouseButton1Click:connect(function()
  5821.     Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5822.     wait(0.5)
  5823.     Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5824. end)
  5825. Others_toPAGE2.MouseButton1Click:connect(function()
  5826.     Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5827.     wait(0.5)
  5828.     Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5829. end)
  5830. Others_toPAGE3.MouseButton1Click:connect(function()
  5831.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5832.     wait(0.5)
  5833.     Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5834. end)
  5835. Others_backPAGE1.MouseButton1Click:connect(function()
  5836.     Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5837.     wait(0.5)
  5838.     Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5839. end)
  5840. Others_backPAGE2.MouseButton1Click:connect(function()
  5841.     Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5842.     wait(0.5)
  5843.     Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5844. end)
  5845.  
  5846. -------------------------------------------------------------------------------
  5847. -------------------------------------------------------------------------------
  5848.  
  5849. HipHeight.MouseButton1Click:connect(function()
  5850.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  5851. end)
  5852. Speed.MouseButton1Click:connect(function()
  5853.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  5854. end)
  5855. JumpHeight.MouseButton1Click:connect(function()
  5856.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  5857. end)
  5858. Chat.MouseButton1Click:connect(function()
  5859.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  5860. end)
  5861. SpammingChar = false
  5862. Spam_2.MouseButton1Click:connect(function()
  5863.     SpammingChar = not SpammingChar
  5864. end)
  5865.  
  5866. local flying = false
  5867. Fly.MouseButton1Click:connect(function()
  5868. flying = not flying
  5869. repeat wait()
  5870. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  5871. local mouse = game.Players.LocalPlayer:GetMouse()
  5872. repeat wait() until mouse
  5873. local plr = game.Players.LocalPlayer
  5874. local torso = plr.Character.Torso
  5875. local deb = true
  5876. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  5877. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  5878. local maxspeed = 80
  5879. local speed = 0
  5880. if flying then
  5881.     Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  5882. else
  5883.     Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5884. end
  5885.  
  5886. function FlyFunction()
  5887. local bg = Instance.new("BodyGyro", torso)
  5888. bg.P = 9e4
  5889. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5890. bg.cframe = torso.CFrame
  5891. local bv = Instance.new("BodyVelocity", torso)
  5892. bv.velocity = Vector3.new(0,0.1,0)
  5893. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5894. repeat wait()
  5895. plr.Character.Humanoid.PlatformStand = true
  5896. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  5897. speed = speed+.5+(speed/maxspeed)
  5898. if speed > maxspeed then
  5899. speed = maxspeed
  5900. end
  5901. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  5902. speed = speed-1
  5903. if speed < 0 then
  5904. speed = 0
  5905. end
  5906. end
  5907. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  5908. 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
  5909. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  5910. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  5911. 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
  5912. else
  5913. bv.velocity = Vector3.new(0,0.1,0)
  5914. end
  5915. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  5916. until not flying
  5917. ctrl = {f = 0, b = 0, l = 0, r = 0}
  5918. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  5919. speed = 0
  5920. bg:Destroy()
  5921. bv:Destroy()
  5922. plr.Character.Humanoid.PlatformStand = false
  5923. end
  5924. mouse.KeyDown:connect(function(key)
  5925. if key:lower() == "w" then
  5926. ctrl.f = 1
  5927. elseif key:lower() == "s" then
  5928. ctrl.b = -1
  5929. elseif key:lower() == "a" then
  5930. ctrl.l = -1
  5931. elseif key:lower() == "d" then
  5932. ctrl.r = 1
  5933. end
  5934. end)
  5935. mouse.KeyUp:connect(function(key)
  5936. if key:lower() == "w" then
  5937. ctrl.f = 0
  5938. elseif key:lower() == "s" then
  5939. ctrl.b = 0
  5940. elseif key:lower() == "a" then
  5941. ctrl.l = 0
  5942. elseif key:lower() == "d" then
  5943. ctrl.r = 0
  5944. end
  5945. end)
  5946. FlyFunction()
  5947. end)
  5948.  
  5949. clip = true
  5950. Noclip.MouseButton1Click:connect(function()
  5951.     clip = not clip
  5952.     game:GetService('RunService').Stepped:connect(function()
  5953.         if not clip then
  5954.             Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  5955.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  5956.             game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5957.             game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5958.             game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5959.         else
  5960.             Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5961.         end
  5962.     end)
  5963. end)
  5964.  
  5965. local Anim = Instance.new("Animation")
  5966. Anim.AnimationId = "rbxassetid://33169583"
  5967. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5968. local armsareoff = false
  5969. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5970.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5971.     armsareoff = false
  5972.     armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5973. end)
  5974. armsoff.MouseButton1Click:connect(function()
  5975.     armsareoff = not armsareoff
  5976.     if armsareoff then
  5977.         armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5978.         while wait() do
  5979.          if track.IsPlaying == false then
  5980.             if armsareoff then
  5981.                 track:Play(.1, 1, 1e6)
  5982.             end
  5983.          end
  5984.         end
  5985.     else
  5986.         track:Stop()
  5987.         armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5988.     end
  5989. end)
  5990.  
  5991. local Anim = Instance.new("Animation")
  5992. Anim.AnimationId = "rbxassetid://121572214"
  5993. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5994. headfloatACTIVE = false
  5995. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5996.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5997.     headfloatACTIVE = false
  5998.     headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5999. end)
  6000. headfloat.MouseButton1Click:connect(function()
  6001.     headfloatACTIVE = not headfloatACTIVE
  6002.     if headfloatACTIVE then
  6003.         headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6004.         while wait() do
  6005.          if track.IsPlaying == false then
  6006.             if headfloatACTIVE then
  6007.                 track:Play(.1, 1, 1)
  6008.             end
  6009.          end
  6010.         end
  6011.     else
  6012.         track:Stop()
  6013.         headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6014.     end
  6015. end)
  6016.  
  6017. local Anim = Instance.new("Animation")
  6018. Anim.AnimationId = "rbxassetid://35154961"
  6019. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6020. local headthrowACTIVE = false
  6021. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6022.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6023.     headthrowACTIVE = false
  6024.     headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6025. end)
  6026. headthrow.MouseButton1Click:connect(function()
  6027.     headthrowACTIVE = not headthrowACTIVE
  6028.     if headthrowACTIVE then
  6029.         headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6030.         while wait() do
  6031.          if track.IsPlaying == false then
  6032.             if headthrowACTIVE then
  6033.                 track:Play(.1, 1, 1)
  6034.             end
  6035.          end
  6036.         end
  6037.     else
  6038.         track:Stop()
  6039.         headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6040.     end
  6041. end)
  6042.  
  6043. local Anim = Instance.new("Animation")
  6044. Anim.AnimationId = "rbxassetid://35154961"
  6045. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6046. local loopheadACTIVE = false
  6047. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6048.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6049.     loopheadACTIVE = false
  6050.     loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6051. end)
  6052. loophead.MouseButton1Click:connect(function()
  6053.     loopheadACTIVE = not loopheadACTIVE
  6054.     if loopheadACTIVE then
  6055.         loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6056.         while wait() do
  6057.          if track.IsPlaying == false then
  6058.             if loopheadACTIVE then
  6059.                 track:Play(.1, 1, 1e6)
  6060.             end
  6061.          end
  6062.         end
  6063.     else
  6064.         track:Stop()
  6065.         loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6066.     end
  6067. end)
  6068.  
  6069. local Anim = Instance.new("Animation")
  6070. Anim.AnimationId = "rbxassetid://313762630"
  6071. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6072. local levitateACTIVE = false
  6073. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6074.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6075.     levitateACTIVE = false
  6076.     levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6077. end)
  6078. levitate.MouseButton1Click:connect(function()
  6079.     levitateACTIVE = not levitateACTIVE
  6080.     if levitateACTIVE then
  6081.         levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6082.         while wait() do
  6083.          if track.IsPlaying == false then
  6084.             if levitateACTIVE then
  6085.                 track:Play(.1, 1, 1)
  6086.             end
  6087.          end
  6088.         end
  6089.     else
  6090.         track:Stop()
  6091.         levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6092.     end
  6093. end)
  6094.  
  6095. local Anim = Instance.new("Animation")
  6096. Anim.AnimationId = "rbxassetid://282574440"
  6097. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6098. local crawlACTIVE = false
  6099. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6100.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6101.     crawlACTIVE = false
  6102.     crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6103. end)
  6104. crawl.MouseButton1Click:connect(function()
  6105.     crawlACTIVE = not crawlACTIVE
  6106.     if crawlACTIVE then
  6107.         crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6108.         while wait() do
  6109.          if track.IsPlaying == false then
  6110.             if crawlACTIVE then
  6111.                 track:Play(.1, 1, 1)
  6112.             end
  6113.          end
  6114.         end
  6115.     else
  6116.         track:Stop()
  6117.         crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6118.     end
  6119. end)
  6120.  
  6121. local Anim = Instance.new("Animation")
  6122. Anim.AnimationId = "rbxassetid://184574340"
  6123. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6124. local jumplandACTIVE = false
  6125. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6126.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6127.     jumplandACTIVE = false
  6128.     jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6129. end)
  6130. jumpland.MouseButton1Click:connect(function()
  6131.     jumplandACTIVE = not jumplandACTIVE
  6132.     if jumplandACTIVE then
  6133.         jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6134.         while wait() do
  6135.          if track.IsPlaying == false then
  6136.             if jumplandACTIVE then
  6137.                 track:Play(.1, 1, 1)
  6138.             end
  6139.          end
  6140.         end
  6141.     else
  6142.         track:Stop()
  6143.         jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6144.     end
  6145. end)
  6146.  
  6147. local Anim = Instance.new("Animation")
  6148. Anim.AnimationId = "rbxassetid://126753849"
  6149. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6150. local punchesACTIVE = false
  6151. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6152.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6153.     punchesACTIVE = false
  6154.     punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6155. end)
  6156. punches.MouseButton1Click:connect(function()
  6157.     punchesACTIVE = not punchesACTIVE
  6158.     if punchesACTIVE then
  6159.         punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6160.         while wait() do
  6161.          if track.IsPlaying == false then
  6162.             if punchesACTIVE then
  6163.                 track:Play(.1, 1, 1)
  6164.             end
  6165.          end
  6166.         end
  6167.     else
  6168.         track:Stop()
  6169.         punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6170.     end
  6171. end)
  6172.  
  6173. local Anim = Instance.new("Animation")
  6174. Anim.AnimationId = "rbxassetid://204062532"
  6175. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6176. local swingACTIVE = false
  6177. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6178.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6179.     swingACTIVE = false
  6180.     swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6181. end)
  6182. swing.MouseButton1Click:connect(function()
  6183.     swingACTIVE = not swingACTIVE
  6184.     if swingACTIVE then
  6185.         swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6186.         while wait() do
  6187.          if track.IsPlaying == false then
  6188.             if swingACTIVE then
  6189.                 track:Play(.1, 1, 1)
  6190.             end
  6191.          end
  6192.         end
  6193.     else
  6194.         track:Stop()
  6195.         swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6196.     end
  6197. end)
  6198.  
  6199. local Anim = Instance.new("Animation")
  6200. Anim.AnimationId = "rbxassetid://204295235"
  6201. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6202. local swordstrikeACTIVE = false
  6203. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6204.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6205.     swordstrikeACTIVE = false
  6206.     swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6207. end)
  6208. swordstrike.MouseButton1Click:connect(function()
  6209.     swordstrikeACTIVE = not swordstrikeACTIVE
  6210.     if swordstrikeACTIVE then
  6211.         swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6212.         while wait() do
  6213.          if track.IsPlaying == false then
  6214.             if swordstrikeACTIVE then
  6215.                 track:Play(.1, 1, 1)
  6216.             end
  6217.          end
  6218.         end
  6219.     else
  6220.         track:Stop()
  6221.         swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6222.     end
  6223. end)
  6224.  
  6225. local Anim = Instance.new("Animation")
  6226. Anim.AnimationId = "rbxassetid://45834924"
  6227. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6228. local happyACTIVE = false
  6229. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6230.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6231.     happyACTIVE = false
  6232.     happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6233. end)
  6234. happy.MouseButton1Click:connect(function()
  6235.     happyACTIVE = not happyACTIVE
  6236.     if happyACTIVE then
  6237.         happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6238.         while wait() do
  6239.          if track.IsPlaying == false then
  6240.             if happyACTIVE then
  6241.                 track:Play(.1, 1, 1)
  6242.             end
  6243.          end
  6244.         end
  6245.     else
  6246.         track:Stop()
  6247.         happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6248.     end
  6249. end)
  6250.  
  6251. local Anim = Instance.new("Animation")
  6252. Anim.AnimationId = "rbxassetid://33796059"
  6253. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6254. local insaneACTIVE = false
  6255. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6256.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6257.     insaneACTIVE = false
  6258.     insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6259. end)
  6260. insane.MouseButton1Click:connect(function()
  6261.     insaneACTIVE = not insaneACTIVE
  6262.     if insaneACTIVE then
  6263.         insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6264.         while wait() do
  6265.          if track.IsPlaying == false then
  6266.             if insaneACTIVE then
  6267.                 track:Play(.1, 1, 1e6)
  6268.             end
  6269.          end
  6270.         end
  6271.     else
  6272.         track:Stop()
  6273.         insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6274.     end
  6275. end)
  6276.  
  6277. local Anim = Instance.new("Animation")
  6278. Anim.AnimationId = "rbxassetid://429703734"
  6279. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6280. local movingdanceACTIVE = false
  6281. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6282.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6283.     movingdanceACTIVE = false
  6284.     movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6285. end)
  6286. movingdance.MouseButton1Click:connect(function()
  6287.     movingdanceACTIVE = not movingdanceACTIVE
  6288.     if movingdanceACTIVE then
  6289.         movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6290.         while wait() do
  6291.          if track.IsPlaying == false then
  6292.             if movingdanceACTIVE then
  6293.                 track:Play(.1, 1, 1)
  6294.             end
  6295.          end
  6296.         end
  6297.     else
  6298.         track:Stop()
  6299.         movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6300.     end
  6301. end)
  6302.  
  6303. local Anim = Instance.new("Animation")
  6304. Anim.AnimationId = "rbxassetid://35654637"
  6305. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6306. local normalACTIVE = false
  6307. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6308.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6309.     normalACTIVE = false
  6310.     normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6311. end)
  6312. normal.MouseButton1Click:connect(function()
  6313.     normalACTIVE = not normalACTIVE
  6314.     if normalACTIVE then
  6315.         normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6316.         while wait() do
  6317.          if track.IsPlaying == false then
  6318.             if normalACTIVE then
  6319.                 track:Play(.1, 1, 1)
  6320.             end
  6321.          end
  6322.         end
  6323.     else
  6324.         track:Stop()
  6325.         normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6326.     end
  6327. end)
  6328.  
  6329. local Anim = Instance.new("Animation")
  6330. Anim.AnimationId = "rbxassetid://186934910"
  6331. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6332. local spindanceACTIVE = false
  6333. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6334.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6335.     spindanceACTIVE = false
  6336.     spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6337. end)
  6338. spindance.MouseButton1Click:connect(function()
  6339.     spindanceACTIVE = not spindanceACTIVE
  6340.     if spindanceACTIVE then
  6341.         spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  6342.         while wait() do
  6343.          if track.IsPlaying == false then
  6344.             if spindanceACTIVE then
  6345.                 track:Play(.1, 1, 1)
  6346.             end
  6347.          end
  6348.         end
  6349.     else
  6350.         track:Stop()
  6351.         spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  6352.     end
  6353. end)
  6354.  
  6355. local Anim = Instance.new("Animation")
  6356. Anim.AnimationId = "rbxassetid://215384594"
  6357. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6358. local CloneIllusionACTIVE = false
  6359. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6360.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6361.     CloneIllusionACTIVE = false
  6362.     CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6363. end)
  6364. CloneIllusion.MouseButton1Click:connect(function()
  6365.     CloneIllusionACTIVE = not CloneIllusionACTIVE
  6366.     if CloneIllusionACTIVE then
  6367.         CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  6368.         while wait() do
  6369.          if track.IsPlaying == false then
  6370.             if CloneIllusionACTIVE then
  6371.                 track:Play(.1, 1, 1e6)
  6372.             end
  6373.          end
  6374.         end
  6375.     else
  6376.         track:Stop()
  6377.         CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6378.     end
  6379. end)
  6380.  
  6381. spinning = false
  6382. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6383.     spinning = false
  6384.     CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6385. end)
  6386. CoolSpin.MouseButton1Click:connect(function()
  6387.     spinning = not spinning
  6388.     if spinning then
  6389.         local p = Instance.new("RocketPropulsion")
  6390.         p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6391.         p.Name = "CrazySpin"
  6392.         p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  6393.         p:Fire()
  6394.         CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  6395.     else
  6396.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  6397.         CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6398.     end
  6399. end)
  6400.  
  6401. local Anim = Instance.new("Animation")
  6402. Anim.AnimationId = "rbxassetid://180612465"
  6403. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6404. local ScaredACTIVE = false
  6405. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6406.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6407.     ScaredACTIVE = false
  6408.     CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  6409. end)
  6410. CrouchRocket.MouseButton1Click:connect(function()
  6411.     ScaredACTIVE = not ScaredACTIVE
  6412.     if ScaredACTIVE then
  6413.         local u = Instance.new("RocketPropulsion")
  6414.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6415.         u.Name = "CrouchRocket"
  6416.         u.Target = game.Players.LocalPlayer.Character.Head
  6417.         u:Fire()
  6418.         CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  6419.         while wait() do
  6420.          if track.IsPlaying == false then
  6421.             if ScaredACTIVE then
  6422.                 track:Play(.1, 1, 1)
  6423.             end
  6424.          end
  6425.         end
  6426.     else
  6427.         track:Stop()
  6428.         CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6429.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  6430.     end
  6431. end)
  6432.  
  6433. local Anim = Instance.new("Animation")
  6434. Anim.AnimationId = "rbxassetid://184574340"
  6435. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6436. local jumprocketnow = false
  6437. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6438.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6439.     jumprocketnow = false
  6440.     JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  6441. end)
  6442. JumpRocket.MouseButton1Click:connect(function()
  6443.     jumprocketnow = not jumprocketnow
  6444.     if jumprocketnow then
  6445.         local u = Instance.new("RocketPropulsion")
  6446.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6447.         u.Name = "JumpRocket"
  6448.         u.Target = game.Players.LocalPlayer.Character.Head
  6449.         u:Fire()
  6450.         JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  6451.         while wait() do
  6452.          if track.IsPlaying == false then
  6453.             if jumprocketnow then
  6454.                 track:Play(.1, 1, 1)
  6455.             end
  6456.          end
  6457.         end
  6458.     else
  6459.         track:Stop()
  6460.         JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  6461.         game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  6462.     end
  6463. end)
  6464.  
  6465. local Anim = Instance.new("Animation")
  6466. Anim.AnimationId = "rbxassetid://126753849"
  6467. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6468. local RapidPunchACTIVE = false
  6469. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6470.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6471.     RapidPunchACTIVE = false
  6472.     RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  6473. end)
  6474. RapidPunch.MouseButton1Click:connect(function()
  6475.     RapidPunchACTIVE = not RapidPunchACTIVE
  6476.     if RapidPunchACTIVE then
  6477.         RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  6478.         while wait() do
  6479.          if track.IsPlaying == false then
  6480.             if RapidPunchACTIVE then
  6481.                 track:Play(.1, 1, 10)
  6482.             end
  6483.          end
  6484.         end
  6485.     else
  6486.         track:Stop()
  6487.         RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  6488.     end
  6489. end)
  6490.  
  6491. FEGodmode.MouseButton1Click:connect(function()
  6492.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6493.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6494.     l.Parent = game.Players.LocalPlayer.Character
  6495.     l.Name = "Humanoid"
  6496.     wait(0.1)
  6497.     game.Players.LocalPlayer.Character["1"]:Destroy()
  6498.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6499.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  6500.     wait(0.1)
  6501.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  6502.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6503. end)
  6504.  
  6505. NoLimbs.MouseButton1Click:connect(function()
  6506.     game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  6507.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  6508.     game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  6509.     game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  6510. end)
  6511.  
  6512. BrickHats.MouseButton1Click:connect(function()
  6513.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6514.         if (v:IsA("Accessory")) then
  6515.             v.Handle.Mesh:Destroy()
  6516.         end
  6517.     end
  6518. end)
  6519.  
  6520. local Anim = Instance.new("Animation")
  6521. Anim.AnimationId = "rbxassetid://181525546"
  6522. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6523. local FaintACTIVE = false
  6524. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6525.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6526.     FaintACTIVE = false
  6527.     Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6528. end)
  6529. Faint.MouseButton1Click:connect(function()
  6530.     FaintACTIVE = not FaintACTIVE
  6531.     if FaintACTIVE then
  6532.         Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  6533.         while wait() do
  6534.          if track.IsPlaying == false then
  6535.             if FaintACTIVE then
  6536.                 track:Play(.1, 1, 1)
  6537.             end
  6538.          end
  6539.         end
  6540.     else
  6541.         track:Stop()
  6542.         Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6543.     end
  6544. end)
  6545.  
  6546. local Anim = Instance.new("Animation")
  6547. Anim.AnimationId = "rbxassetid://188632011"
  6548. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6549. local SpinACTIVE = false
  6550. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6551.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6552.     SpinACTIVE = false
  6553.     Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6554. end)
  6555. Spin.MouseButton1Click:connect(function()
  6556.     SpinACTIVE = not SpinACTIVE
  6557.     if SpinACTIVE then
  6558.         Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  6559.         while wait() do
  6560.          if track.IsPlaying == false then
  6561.             if SpinACTIVE then
  6562.                 track:Play(.1, 1, 1)
  6563.             end
  6564.          end
  6565.         end
  6566.     else
  6567.         track:Stop()
  6568.         Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6569.     end
  6570. end)
  6571.  
  6572. local Anim = Instance.new("Animation")
  6573. Anim.AnimationId = "rbxassetid://33169583"
  6574. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6575. local ArmFollowACTIVE = false
  6576. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6577.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6578.     ArmFollowACTIVE = false
  6579.     ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6580. end)
  6581. ArmFollow.MouseButton1Click:connect(function()
  6582.     ArmFollowACTIVE = not ArmFollowACTIVE
  6583.     if ArmFollowACTIVE then
  6584.         local u = Instance.new("RocketPropulsion")
  6585.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6586.         u.Name = "ArmFollow"
  6587.         u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  6588.         u:Fire()
  6589.         ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  6590.         while wait() do
  6591.          if track.IsPlaying == false then
  6592.             if ArmFollowACTIVE then
  6593.                 track:Play(.1, 1, 1)
  6594.             end
  6595.          end
  6596.         end
  6597.     else
  6598.         track:Stop()
  6599.         ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6600.         game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  6601.     end
  6602. end)
  6603.  
  6604. local Anim = Instance.new("Animation")
  6605. Anim.AnimationId = "rbxassetid://126753849"
  6606. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6607. local PunchFollowACTIVE = false
  6608. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6609.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6610.     PunchFollowACTIVE = false
  6611.     PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6612. end)
  6613. PunchFollow.MouseButton1Click:connect(function()
  6614.     PunchFollowACTIVE = not PunchFollowACTIVE
  6615.     if PunchFollowACTIVE then
  6616.         local u = Instance.new("RocketPropulsion")
  6617.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6618.         u.Name = "PunchFollow"
  6619.         u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  6620.         u:Fire()
  6621.         PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  6622.         while wait() do
  6623.          if track.IsPlaying == false then
  6624.             if PunchFollowACTIVE then
  6625.                 track:Play(.1, 1, 1)
  6626.             end
  6627.          end
  6628.         end
  6629.     else
  6630.         track:Stop()
  6631.         PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6632.         game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  6633.     end
  6634. end)
  6635.  
  6636. AnimationId = "148840371"
  6637. local Anim = Instance.new("Animation")
  6638. Anim.AnimationId = "rbxassetid://"..AnimationId
  6639. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6640. _18active = false
  6641. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6642.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6643.     _18active = false
  6644.     _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6645. end)
  6646. _18.MouseButton1Click:connect(function()
  6647.     _18active = not _18active
  6648.     if _18active then
  6649.         _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6650.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6651.             track:Play()
  6652.             while wait() do
  6653.                 if _18active then
  6654.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6655.                 end
  6656.             end
  6657.         end
  6658.     else
  6659.         track:Stop()
  6660.         _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6661.     end
  6662. end)
  6663.  
  6664. local Anim = Instance.new("Animation")
  6665. Anim.AnimationId = "rbxassetid://180612465"
  6666. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6667. local crouchattacking = false
  6668. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6669.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6670.     crouchattacking = false
  6671.     CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6672. end)
  6673. CrouchAttack.MouseButton1Click:connect(function()
  6674.     crouchattacking = not crouchattacking
  6675.     if crouchattacking then
  6676.         local u = Instance.new("RocketPropulsion")
  6677.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6678.         u.Name = "CrouchAttack"
  6679.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6680.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6681.         end
  6682.         u:Fire()
  6683.         CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6684.         while wait() do
  6685.          if track.IsPlaying == false then
  6686.             if crouchattacking then
  6687.                 track:Play(.1, 1, 1)
  6688.             end
  6689.          end
  6690.         end
  6691.     else
  6692.         track:Stop()
  6693.         CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6694.         game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  6695.     end
  6696. end)
  6697.  
  6698. local Anim = Instance.new("Animation")
  6699. Anim.AnimationId = "rbxassetid://184574340"
  6700. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6701. local SlamPropulsioning = false
  6702. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6703.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6704.     SlamPropulsioning = false
  6705.     SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6706. end)
  6707. SlamPropulsion.MouseButton1Click:connect(function()
  6708.     SlamPropulsioning = not SlamPropulsioning
  6709.     if SlamPropulsioning then
  6710.         local u = Instance.new("RocketPropulsion")
  6711.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6712.         u.Name = "SlamPropulsion"
  6713.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6714.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6715.         end
  6716.         u:Fire()
  6717.         SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6718.         while wait() do
  6719.          if track.IsPlaying == false then
  6720.             if SlamPropulsioning then
  6721.                 track:Play(.1, 1, 1)
  6722.             end
  6723.          end
  6724.         end
  6725.     else
  6726.         track:Stop()
  6727.         SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6728.         game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  6729.     end
  6730. end)
  6731.  
  6732. local Anim = Instance.new("Animation")
  6733. Anim.AnimationId = "rbxassetid://429730430"
  6734. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6735. local SpinAttacking = false
  6736. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6737.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6738.     SpinAttacking = false
  6739.     SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6740. end)
  6741. SpinAttack.MouseButton1Click:connect(function()
  6742.     SpinAttacking = not SpinAttacking
  6743.     if SpinAttacking then
  6744.         local u = Instance.new("RocketPropulsion")
  6745.         u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6746.         u.Name = "SpinAttack"
  6747.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6748.             u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6749.         end
  6750.         u:Fire()
  6751.         SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6752.         while wait() do
  6753.          if track.IsPlaying == false then
  6754.             if SpinAttacking then
  6755.                 track:Play(.1, 1, 1)
  6756.             end
  6757.          end
  6758.         end
  6759.     else
  6760.         track:Stop()
  6761.         SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6762.         game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  6763.     end
  6764. end)
  6765.  
  6766. watching = false
  6767. CreepyWatch.MouseButton1Click:connect(function()
  6768.     watching = not watching
  6769. end)
  6770.  
  6771. local Anim = Instance.new("Animation")
  6772. Anim.AnimationId = "rbxassetid://215384594"
  6773. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6774. walkingthrough = false
  6775. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6776.     walkingthrough = false
  6777.     WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6778.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6779. end)
  6780. WalkThrough.MouseButton1Click:connect(function()
  6781.     walkingthrough = not walkingthrough
  6782.     if walkingthrough then
  6783.         WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6784.         while wait() do
  6785.             if walkingthrough then
  6786.             for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6787.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6788.                 if track.IsPlaying == false then
  6789.                     if walkingthrough then
  6790.                         track:Play(.1, 1, 1e6)
  6791.                     end
  6792.                 end
  6793.             end
  6794.             end
  6795.         end
  6796.     else
  6797.         WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6798.         track:Stop()
  6799.     end
  6800. end)
  6801.  
  6802. annoying = false
  6803. Annoy.MouseButton1Click:connect(function()
  6804.     annoying = not annoying
  6805. end)
  6806. local Anim = Instance.new("Animation")
  6807. Anim.AnimationId = "rbxassetid://282574440"
  6808. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6809. local crawlACTIVE = false
  6810. Carpett = false
  6811. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6812.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6813.     Carpett = false
  6814.     Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6815. end)
  6816. Carpet.MouseButton1Click:connect(function()
  6817.     Carpett = not Carpett
  6818.     if Carpett then
  6819.         Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6820.         while wait() do
  6821.          if track.IsPlaying == false then
  6822.             if Carpett then
  6823.                 track:Play(.1, 1, 1)
  6824.             end
  6825.          end
  6826.         end
  6827.     else
  6828.         track:Stop()
  6829.         Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6830.     end
  6831. end)
  6832. following = false
  6833. Follow.MouseButton1Click:connect(function()
  6834.     following = not following
  6835. end)
  6836. headwalking = false
  6837. HeadWalk.MouseButton1Click:connect(function()
  6838.     headwalking = not headwalking
  6839. end)
  6840. Spammer = false
  6841. Spam.MouseButton1Click:connect(function()
  6842.     Spammer = not Spammer
  6843. end)
  6844. stuck = false
  6845. Stick.MouseButton1Click:connect(function()
  6846.     stuck = not stuck
  6847. end)
  6848. TeleportTo.MouseButton1Click:connect(function()
  6849.     for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6850.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6851.     end
  6852. end)
  6853.  
  6854. orbital = false
  6855. Orbit.MouseButton1Click:connect(function()
  6856.     orbital = not orbital
  6857.     if orbital then
  6858.         Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6859.         local o = Instance.new("RocketPropulsion")
  6860.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6861.         o.Name = "Orbit"
  6862.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6863.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  6864.             o:Fire()
  6865.             game:GetService('RunService').Stepped:connect(function()
  6866.                 if orbital then
  6867.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  6868.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6869.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6870.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6871.                 end
  6872.             end)
  6873.         end
  6874.     else
  6875.         game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  6876.         Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6877.     end
  6878. end)
  6879.  
  6880. currentview = false
  6881. View.MouseButton1Click:connect(function()
  6882.     currentview = not currentview
  6883.     for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6884.         if currentview then
  6885.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6886.             View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6887.         else
  6888.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  6889.             View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6890.         end
  6891.     end
  6892. end)
  6893.  
  6894. floating = false
  6895. Float.MouseButton1Click:connect(function()
  6896.     floating = not floating
  6897.     if floating then
  6898.         Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6899.         local y = Instance.new("RocketPropulsion")
  6900.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6901.         y.CartoonFactor = 1
  6902.         y.MaxThrust = 50000
  6903.         y.MaxSpeed = 1000
  6904.         y.ThrustP = 50000
  6905.         y.Name = "Float"
  6906.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6907.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6908.             y.Target = game.Players[v.Name].Character.Head
  6909.             y:Fire()
  6910.             game:GetService('RunService').Stepped:connect(function()
  6911.                 if floating then
  6912.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  6913.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6914.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6915.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6916.                 end
  6917.             end)
  6918.             while wait(0.3) do
  6919.                 if floating then
  6920.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  6921.                 end
  6922.             end
  6923.         end
  6924.     else
  6925.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6926.         game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  6927.         Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6928.     end
  6929. end)
  6930.  
  6931. local Anim = Instance.new("Animation")
  6932. Anim.AnimationId = "rbxassetid://282574440"
  6933. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6934. flattening = false
  6935. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6936.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6937.     flattening = false
  6938.     Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6939. end)
  6940. Flatten.MouseButton1Click:connect(function()
  6941.     flattening = not flattening
  6942.     if flattening then
  6943.         Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6944.         local y = Instance.new("RocketPropulsion")
  6945.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6946.         y.CartoonFactor = 1
  6947.         y.MaxThrust = 50000
  6948.         y.MaxSpeed = 1000
  6949.         y.ThrustP = 50000
  6950.         y.Name = "Flatten"
  6951.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6952.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6953.             y.Target = game.Players[v.Name].Character["Left Leg"]
  6954.             y:Fire()
  6955.             track:Play(.1, 1, 1)
  6956.             game:GetService('RunService').Stepped:connect(function()
  6957.                 if flattening then
  6958.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  6959.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6960.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6961.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6962.                 end
  6963.             end)
  6964.             while wait(0.3) do
  6965.                 if flattening then
  6966.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  6967.                 end
  6968.             end
  6969.         end
  6970.     else
  6971.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6972.         game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  6973.         track:Stop()
  6974.         Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6975.     end
  6976. end)
  6977.  
  6978. SlowAttracting = false
  6979. SlowAttract.MouseButton1Click:connect(function()
  6980.     SlowAttracting = not SlowAttracting
  6981.     if SlowAttracting then
  6982.         SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6983.         local b = Instance.new("RocketPropulsion")
  6984.         b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6985.         b.TurnD = 5000
  6986.         b.MaxThrust = 5000
  6987.         b.MaxSpeed = 200
  6988.         b.ThrustP = 5000
  6989.         b.CartoonFactor = 1
  6990.         b.Name = "SlowAttract"
  6991.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6992.             b.Target = game.Players[v.Name].Character.HumanoidRootPart
  6993.             b:Fire()
  6994.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6995.             game:GetService('RunService').Stepped:connect(function()
  6996.                 if SlowAttracting then
  6997.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  6998.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6999.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7000.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7001.                 end
  7002.             end)
  7003.         end
  7004.     else
  7005.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7006.         game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  7007.         SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7008.     end
  7009. end)
  7010.  
  7011. AimHeading = false
  7012. AimHead.MouseButton1Click:connect(function()
  7013.     AimHeading = not AimHeading
  7014.     if AimHeading then
  7015.         AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7016.         local b = Instance.new("RocketPropulsion")
  7017.         b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7018.         b.TurnP = 2500
  7019.         b.MaxThrust = 50000
  7020.         b.MaxSpeed = 1000
  7021.         b.ThrustP = 50000
  7022.         b.CartoonFactor = 1
  7023.         b.Name = "AimHead"
  7024.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7025.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7026.             b.Target = game.Players[v.Name].Character.Head
  7027.             b:Fire()
  7028.             game:GetService('RunService').Stepped:connect(function()
  7029.                 if AimHeading then
  7030.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7031.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7032.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7033.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7034.                 end
  7035.             end)
  7036.         end
  7037.     else
  7038.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7039.         game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  7040.         AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7041.     end
  7042. end)
  7043.  
  7044. Multipleing = false
  7045. Multiple.MouseButton1Click:connect(function()
  7046.     Multipleing = not Multipleing
  7047.     if Multipleing then
  7048.         Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7049.         local t1 = Instance.new("RocketPropulsion")
  7050.         t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7051.         t1.TurnP = 30000
  7052.         t1.MaxThrust = 30000
  7053.         t1.MaxSpeed = 1000
  7054.         t1.ThrustP = 30000
  7055.         t1.CartoonFactor = 1
  7056.         t1.Name = "one"
  7057.         local t2 = Instance.new("RocketPropulsion")
  7058.         t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7059.         t2.TurnP = 30000
  7060.         t2.MaxThrust = 30000
  7061.         t2.MaxSpeed = 1000
  7062.         t2.ThrustP = 30000
  7063.         t2.CartoonFactor = 1
  7064.         t2.Name = "two"
  7065.         local t3 = Instance.new("RocketPropulsion")
  7066.         t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7067.         t3.TurnP = 30000
  7068.         t3.MaxThrust = 30000
  7069.         t3.MaxSpeed = 1000
  7070.         t3.ThrustP = 30000
  7071.         t3.CartoonFactor = 1
  7072.         t3.Name = "three"
  7073.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7074.             t1.Target = game.Players[v.Name].Character.Torso
  7075.             t1:Fire()
  7076.             t2.Target = game.Players[v.Name].Character["Right Leg"]
  7077.             t2:Fire()
  7078.             t3.Target = game.Players[v.Name].Character["Left Arm"]
  7079.             t3:Fire()
  7080.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7081.             game:GetService('RunService').Stepped:connect(function()
  7082.                 if Multipleing then
  7083.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7084.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7085.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7086.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7087.                 end
  7088.             end)
  7089.         end
  7090.     else
  7091.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7092.         game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  7093.         game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  7094.         game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  7095.         Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7096.     end
  7097. end)
  7098.  
  7099. local Anim = Instance.new("Animation")
  7100. Anim.AnimationId = "rbxassetid://215384594"
  7101. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7102. Violenting = false
  7103. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7104.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7105.     Violenting = false
  7106.     Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7107. end)
  7108. Violent.MouseButton1Click:connect(function()
  7109.     Violenting = not Violenting
  7110.     if Violenting then
  7111.         Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7112.         local y = Instance.new("RocketPropulsion")
  7113.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7114.         y.CartoonFactor = 1
  7115.         y.MaxThrust = 50000
  7116.         y.MaxSpeed = 1000
  7117.         y.ThrustP = 50000
  7118.         y.Name = "Violent"
  7119.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7120.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  7121.             y:Fire()
  7122.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7123.             track:Play(.1, 1, 10)
  7124.             game:GetService('RunService').Stepped:connect(function()
  7125.                 if Violenting then
  7126.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7127.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7128.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7129.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7130.                 end
  7131.             end)
  7132.         end
  7133.     else
  7134.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7135.         game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  7136.         track:Stop()
  7137.         Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7138.     end
  7139. end)
  7140.  
  7141. local Anim = Instance.new("Animation")
  7142. Anim.AnimationId = "rbxassetid://215384594"
  7143. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7144. Violenting = false
  7145. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7146.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7147.     Violenting = false
  7148.     Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7149. end)
  7150. Violent.MouseButton1Click:connect(function()
  7151.     Violenting = not Violenting
  7152.     if Violenting then
  7153.         Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7154.         local y = Instance.new("RocketPropulsion")
  7155.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7156.         y.CartoonFactor = 1
  7157.         y.MaxThrust = 500000
  7158.         y.MaxSpeed = 1000
  7159.         y.ThrustP = 50000
  7160.         y.Name = "Violent"
  7161.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7162.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7163.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  7164.             y:Fire()
  7165.             track:Play(.1, 1, 10)
  7166.             game:GetService('RunService').Stepped:connect(function()
  7167.                 if Violenting then
  7168.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7169.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7170.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7171.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7172.                 end
  7173.             end)
  7174.         end
  7175.     else
  7176.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7177.         game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  7178.         track:Stop()
  7179.         Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7180.     end
  7181. end)
  7182.  
  7183. WeirdOrbital = false
  7184. WeirdOrbit.MouseButton1Click:connect(function()
  7185.     WeirdOrbital = not WeirdOrbital
  7186.     if WeirdOrbital then
  7187.         WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7188.         local o = Instance.new("RocketPropulsion")
  7189.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7190.         o.TurnD = 50000
  7191.         o.Name = "WeirdOrbit"
  7192.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7193.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  7194.             o:Fire()
  7195.             game:GetService('RunService').Stepped:connect(function()
  7196.                 if WeirdOrbital then
  7197.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7198.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7199.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7200.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7201.                 end
  7202.             end)
  7203.         end
  7204.     else
  7205.         game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  7206.         WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7207.     end
  7208. end)
  7209.  
  7210. Maxing = false
  7211. Max.MouseButton1Click:connect(function()
  7212.     Maxing = not Maxing
  7213.     if Maxing then
  7214.         Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7215.         local t1 = Instance.new("RocketPropulsion")
  7216.         t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7217.         t1.TurnP = 100000
  7218.         t1.MaxThrust = 100000
  7219.         t1.MaxSpeed = 5000
  7220.         t1.ThrustP = 100000
  7221.         t1.CartoonFactor = 1
  7222.         t1.Name = "onee"
  7223.         local t2 = Instance.new("RocketPropulsion")
  7224.         t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7225.         t2.TurnP = 100000
  7226.         t2.MaxThrust = 100000
  7227.         t2.MaxSpeed = 5000
  7228.         t2.ThrustP = 100000
  7229.         t2.CartoonFactor = 1
  7230.         t2.Name = "twoo"
  7231.         local t3 = Instance.new("RocketPropulsion")
  7232.         t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7233.         t3.TurnP = 100000
  7234.         t3.MaxThrust = 100000
  7235.         t3.MaxSpeed = 5000
  7236.         t3.ThrustP = 100000
  7237.         t3.CartoonFactor = 1
  7238.         t3.Name = "threee"
  7239.         local t4 = Instance.new("RocketPropulsion")
  7240.         t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7241.         t4.TurnP = 100000
  7242.         t4.MaxThrust = 100000
  7243.         t4.MaxSpeed = 5000
  7244.         t4.ThrustP = 100000
  7245.         t4.CartoonFactor = 1
  7246.         t4.Name = "fourr"
  7247.         local t5 = Instance.new("RocketPropulsion")
  7248.         t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7249.         t5.TurnP = 100000
  7250.         t5.MaxThrust = 100000
  7251.         t5.MaxSpeed = 5000
  7252.         t5.ThrustP = 100000
  7253.         t5.CartoonFactor = 1
  7254.         t5.Name = "fivee"
  7255.         local t6 = Instance.new("RocketPropulsion")
  7256.         t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7257.         t6.TurnP = 100000
  7258.         t6.MaxThrust = 100000
  7259.         t6.MaxSpeed = 5000
  7260.         t6.ThrustP = 100000
  7261.         t6.CartoonFactor = 1
  7262.         t6.Name = "sixx"
  7263.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7264.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7265.             t1.Target = game.Players[v.Name].Character.Torso
  7266.             t1:Fire()
  7267.             t2.Target = game.Players[v.Name].Character["Right Leg"]
  7268.             t2:Fire()
  7269.             t3.Target = game.Players[v.Name].Character["Left Arm"]
  7270.             t3:Fire()
  7271.             t4.Target = game.Players[v.Name].Character["Left Leg"]
  7272.             t4:Fire()
  7273.             t5.Target = game.Players[v.Name].Character["Right Arm"]
  7274.             t5:Fire()
  7275.             t6.Target = game.Players[v.Name].Character.Head
  7276.             t6:Fire()
  7277.             game:GetService('RunService').Stepped:connect(function()
  7278.                 if Maxing then
  7279.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7280.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7281.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7282.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7283.                 end
  7284.             end)
  7285.         end
  7286.     else
  7287.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7288.         game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  7289.         game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  7290.         game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  7291.         game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  7292.         game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  7293.         game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  7294.         Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7295.     end
  7296. end)
  7297.  
  7298. local Anim = Instance.new("Animation")
  7299. Anim.AnimationId = "rbxassetid://184574340"
  7300. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7301. Animateding = false
  7302. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7303.     track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7304.     Animateding = false
  7305.     Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7306. end)
  7307. Animated.MouseButton1Click:connect(function()
  7308.     Animateding = not Animateding
  7309.     if Animateding then
  7310.         Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  7311.         local y = Instance.new("RocketPropulsion")
  7312.         y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7313.         y.CartoonFactor = 1
  7314.         y.MaxThrust = 200000
  7315.         y.MaxSpeed = 1000
  7316.         y.ThrustP = 50000
  7317.         y.Name = "Animated"
  7318.         for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  7319.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  7320.             y.Target = game.Players[v.Name].Character.HumanoidRootPart
  7321.             y:Fire()
  7322.             track:Play(.1, 1, 10)
  7323.             game:GetService('RunService').Stepped:connect(function()
  7324.                 if Animateding then
  7325.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  7326.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7327.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7328.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7329.                 end
  7330.             end)
  7331.         end
  7332.     else
  7333.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7334.         game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  7335.         track:Stop()
  7336.         Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  7337.     end
  7338. end)
  7339.  
  7340. Attach.MouseButton1Click:connect(function()
  7341.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7342.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7343.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7344.         l.Parent = game.Players.LocalPlayer.Character
  7345.         l.Name = "Humanoid"
  7346.         wait(0.1)
  7347.         game.Players.LocalPlayer.Character["1"]:Destroy()
  7348.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7349.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  7350.         wait(0.1)
  7351.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  7352.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7353.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7354.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7355.         end
  7356.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  7357.     end
  7358. end)
  7359.  
  7360. superspinning = false
  7361. SuperSpin.MouseButton1Click:connect(function()
  7362.     superspinning = not superspinning
  7363.     if superspinning then
  7364.         SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  7365.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7366.             game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7367.             local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7368.             l.Parent = game.Players.LocalPlayer.Character
  7369.             l.Name = "Humanoid"
  7370.             wait(0.1)
  7371.             game.Players.LocalPlayer.Character["1"]:Destroy()
  7372.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7373.             game.Players.LocalPlayer.Character.Animate.Disabled = true
  7374.             wait(0.1)
  7375.             game.Players.LocalPlayer.Character.Animate.Disabled = false
  7376.             game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7377.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7378.             game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7379.             end
  7380.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  7381.             wait(1)
  7382.             while wait() do
  7383.                 if superspinning then
  7384.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7385.                 end
  7386.             end
  7387.         end
  7388.     else
  7389.         SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  7390.     end
  7391. end)
  7392.  
  7393. Kill.MouseButton1Click:connect(function()
  7394.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7395.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7396.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7397.         l.Parent = game.Players.LocalPlayer.Character
  7398.         l.Name = "Humanoid"
  7399.         wait(0.1)
  7400.         game.Players.LocalPlayer.Character["1"]:Destroy()
  7401.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7402.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  7403.         wait(0.1)
  7404.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  7405.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7406.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7407.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7408.         end
  7409.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7410.         wait(0.2)
  7411.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7412.         wait(0.4)
  7413.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  7414.     end
  7415. end)
  7416.  
  7417. SafeKill.MouseButton1Click:connect(function()
  7418.     local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7419.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7420.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7421.     l.Parent = game.Players.LocalPlayer.Character
  7422.     l.Name = "Humanoid"
  7423.     wait(0.1)
  7424.     game.Players.LocalPlayer.Character["1"]:Destroy()
  7425.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7426.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  7427.     wait(0.1)
  7428.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  7429.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7430.     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7431.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7432.     end
  7433.     local function tp(player,player2)
  7434.     local char1,char2=player.Character,player2.Character
  7435.     if char1 and char2 then
  7436.     char1:MoveTo(char2.Head.Position)
  7437.     end
  7438.     end
  7439.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7440.     wait(0.1)
  7441.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7442.     wait(0.2)
  7443.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7444.     wait(0.2)
  7445.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  7446.     wait(0.7)
  7447.     tp(game.Players.LocalPlayer,game.Players[v.Name])
  7448.     wait(0.7)
  7449.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  7450.     end
  7451. end)
  7452.  
  7453. Bring.MouseButton1Click:connect(function()
  7454.     local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7455.     game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7456.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7457.     l.Parent = game.Players.LocalPlayer.Character
  7458.     l.Name = "Humanoid"
  7459.     wait(0.1)
  7460.     game.Players.LocalPlayer.Character["1"]:Destroy()
  7461.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7462.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  7463.     wait(0.1)
  7464.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  7465.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7466.     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7467.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7468.     end
  7469.    
  7470.     local function tp(player,player2)
  7471.     local char1,char2=player.Character,player2.Character
  7472.     if char1 and char2 then
  7473.     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7474.     end
  7475.     end
  7476.    
  7477.     local function getout(player,player2)
  7478.     local char1,char2=player.Character,player2.Character
  7479.     if char1 and char2 then
  7480.     char1:MoveTo(char2.Head.Position)
  7481.     end
  7482.     end
  7483.    
  7484.     for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7485.     tp(game.Players[v.Name], game.Players.LocalPlayer)
  7486.     wait(0.2)
  7487.     tp(game.Players[v.Name], game.Players.LocalPlayer)
  7488.     wait(0.5)
  7489.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  7490.     wait(0.5)
  7491.     getout(game.Players.LocalPlayer, game.Players[v.Name])
  7492.     wait(0.3)
  7493.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  7494.     end
  7495. end)
  7496.  
  7497. FreeFall.MouseButton1Click:connect(function()
  7498.         local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7499.         game.Players.LocalPlayer.Character.Humanoid.Name = 1
  7500.         local l = game.Players.LocalPlayer.Character["1"]:Clone()
  7501.         l.Parent = game.Players.LocalPlayer.Character
  7502.         l.Name = "Humanoid"
  7503.         wait(0.1)
  7504.         game.Players.LocalPlayer.Character["1"]:Destroy()
  7505.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7506.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  7507.         wait(0.1)
  7508.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  7509.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  7510.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7511.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7512.         end
  7513.         for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  7514.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7515.         wait(0.2)
  7516.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7517.         wait(0.6)
  7518.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  7519.         wait(0.6)
  7520.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  7521.     end
  7522. end)
  7523.  
  7524. while wait() do
  7525.     if SpammingChar then
  7526.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  7527.         Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  7528.         wait(0.5)
  7529.     else
  7530.         Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  7531.     end
  7532.     if annoying then
  7533.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7534.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7535.             Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7536.         end
  7537.     else
  7538.         Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7539.     end
  7540.     if Carpett then
  7541.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7542.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7543.             Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7544.         end
  7545.     else
  7546.         Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7547.     end
  7548.     if following then
  7549.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7550.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  7551.             Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7552.         end
  7553.     else
  7554.         Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7555.     end
  7556.     if headwalking then
  7557.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7558.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  7559.             HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7560.         end
  7561.     else
  7562.         HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7563.     end
  7564.     if Spammer then
  7565.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7566.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  7567.             Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  7568.             wait(0.5)
  7569.         end
  7570.     else
  7571.         Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7572.     end
  7573.     if watching then
  7574.         for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  7575.             CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  7576.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  7577.         end
  7578.     else
  7579.         CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  7580.     end
  7581. end
  7582. end)
  7583.  
  7584. Left4.Name = "Left4"
  7585. Left4.Parent = Main
  7586. Left4.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7587. Left4.BackgroundTransparency = 0.10000000149012
  7588. Left4.BorderSizePixel = 0
  7589. Left4.Position = UDim2.new(0.0383275263, 0, 0.716216266, 0)
  7590. Left4.Size = UDim2.new(0, 200, 0, 50)
  7591. Left4.Font = Enum.Font.SourceSans
  7592. Left4.Text = "Boombox (Intesting)"
  7593. Left4.TextColor3 = Color3.new(0, 0, 0)
  7594. Left4.TextSize = 14
  7595. Left4.MouseButton1Down:connect(function()
  7596. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  7597. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  7598. do
  7599.     print("FE Compatibility code by Mokiros")
  7600.     script.Parent = Player.Character
  7601.  
  7602.     --RemoteEvent for communicating
  7603.     local Event = Instance.new("RemoteEvent")
  7604.     Event.Name = "UserInput_Event"
  7605.  
  7606.     --Fake event to make stuff like Mouse.KeyDown work
  7607.     local function fakeEvent()
  7608.         local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  7609.         t.connect = t.Connect
  7610.         return t
  7611.     end
  7612.  
  7613.     --Creating fake input objects with fake variables
  7614.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  7615.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  7616.     local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  7617.         CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  7618.     end}
  7619.     --Merged 2 functions into one by checking amount of arguments
  7620.     CAS.UnbindAction = CAS.BindAction
  7621.  
  7622.     --This function will trigger the events that have been :Connect()'ed
  7623.     local function te(self,ev,...)
  7624.         local t = m[ev]
  7625.         if t and t._fakeEvent and t.Function then
  7626.             t.Function(...)
  7627.         end
  7628.     end
  7629.     m.TrigEvent = te
  7630.     UIS.TrigEvent = te
  7631.  
  7632.     Event.OnServerEvent:Connect(function(plr,io)
  7633.         if plr~=Player then return end
  7634.         if io.isMouse then
  7635.             m.Target = io.Target
  7636.             m.Hit = io.Hit
  7637.         else
  7638.             local b = io.UserInputState == Enum.UserInputState.Begin
  7639.             if io.UserInputType == Enum.UserInputType.MouseButton1 then
  7640.                 return m:TrigEvent(b and "Button1Down" or "Button1Up")
  7641.             end
  7642.             for _,t in pairs(CAS.Actions) do
  7643.                 for _,k in pairs(t.Keys) do
  7644.                     if k==io.KeyCode then
  7645.                         t.Function(t.Name,io.UserInputState,io)
  7646.                     end
  7647.                 end
  7648.             end
  7649.             m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  7650.             UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  7651.         end
  7652.     end)
  7653.     Event.Parent = NLS([==[
  7654.     local Player = game:GetService("Players").LocalPlayer
  7655.     local Event = script:WaitForChild("UserInput_Event")
  7656.  
  7657.     local UIS = game:GetService("UserInputService")
  7658.     local input = function(io,a)
  7659.         if a then return end
  7660.         --Since InputObject is a client-side instance, we create and pass table instead
  7661.         Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  7662.     end
  7663.     UIS.InputBegan:Connect(input)
  7664.     UIS.InputEnded:Connect(input)
  7665.  
  7666.     local Mouse = Player:GetMouse()
  7667.     local h,t
  7668.     --Give the server mouse data 30 times every second, but only if the values changed
  7669.     --If player is not moving their mouse, client won't fire events
  7670.     while wait(1/30) do
  7671.         if h~=Mouse.Hit or t~=Mouse.Target then
  7672.             h,t=Mouse.Hit,Mouse.Target
  7673.             Event:FireServer({isMouse=true,Target=t,Hit=h})
  7674.         end
  7675.     end]==],Player.Character)
  7676.     Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  7677. end
  7678. -- GPlayr by ModernLukest. Made for v3rmillion, , etc.
  7679. -- Note that anyone can hear the music that you play.
  7680.  
  7681. local char = owner.Character
  7682.  
  7683.  
  7684.  
  7685. -- CREATING BUTTONS, LABELS, FRAMES, ETC.
  7686. local gui = Instance.new("ScreenGui", owner.PlayerGui) -- CoreGui is buggy, since GPlayr is designed for PlayerGuis, not CoreGuis.
  7687. local openbtn = Instance.new("TextButton", gui)
  7688. local closebtn = Instance.new("TextButton", gui)
  7689. local openguibtn = Instance.new("TextButton", gui)
  7690. local playmusicint = Instance.new("Frame", gui)
  7691. local playmusicbtn = Instance.new("ImageButton", playmusicint)
  7692. local stopmusicbtn = Instance.new("ImageButton", playmusicint)
  7693. local musicidbox = Instance.new("TextBox", playmusicint)
  7694. local credit = Instance.new("TextLabel", playmusicint)
  7695. local title = Instance.new("TextLabel", playmusicint)
  7696.  
  7697. -- SIZING --
  7698.  
  7699. openbtn.Size = UDim2.new(0, 100, 0, 50)
  7700. closebtn.Size = UDim2.new(0, 100, 0, 50)
  7701. openguibtn.Size = UDim2.new(0, 100, 0, 50)
  7702. playmusicbtn.Size = UDim2.new(0, 50, 0, 50)
  7703. stopmusicbtn.Size = UDim2.new(0, 57, 0, 57)
  7704. musicidbox.Size = UDim2.new(0, 300, 0, 50)
  7705. credit.Size = UDim2.new(0, 300, 0, 20)
  7706. title.Size = UDim2.new(0, 300, 0, 30)
  7707. playmusicint.Size = UDim2.new(0, 300, 0, 500)
  7708.  
  7709. -- POSITIONING --
  7710.  
  7711. openbtn.Position = UDim2.new(0, 0, 0, 510)
  7712. closebtn.Position = UDim2.new(0, 0, 0, 510)
  7713. openguibtn.Position = UDim2.new(0, 0, 0, 590)
  7714. playmusicbtn.Position = UDim2.new(0, 50, 0, 200)
  7715. stopmusicbtn.Position = UDim2.new(0, 175, 0, 197)
  7716. musicidbox.Position = UDim2.new(0, 0, 0, 100)
  7717. credit.Position = UDim2.new(0, 0, 0, 470)
  7718. title.Position = UDim2.new(0, 0, 0, 0)
  7719. playmusicint.Position = UDim2.new(0, 200, 0, 100)
  7720.  
  7721. -- SET TEXT --
  7722.  
  7723. title.Text = "GPlayr (BETA)"
  7724. credit.Text = "GPlayr & radio scripting by Developer / ModernLukest"
  7725. musicidbox.Text = "Enter Sound ID Here"
  7726. openbtn.Text = "Take Out Radio"
  7727. closebtn.Text = "Put Away Radio"
  7728. openguibtn.Text = "Open/Close Music GUI"
  7729.  
  7730. -- SET IMAGE IDS --
  7731. playmusicbtn.Image = "rbxassetid://499381047"
  7732. stopmusicbtn.Image = "rbxassetid://499381006"
  7733.  
  7734. -- BACKGROUND COLOR3 --
  7735.  
  7736. playmusicint.BackgroundColor3 = Color3.new(136, 136, 136)
  7737. openbtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  7738. closebtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  7739. openguibtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  7740. musicidbox.BackgroundColor3 = Color3.fromRGB(109, 109, 109)
  7741.  
  7742. -- BACKGROUND TRANSPARENCY --
  7743.  
  7744. playmusicint.BackgroundTransparency = 0.9
  7745. playmusicbtn.BackgroundTransparency = 1
  7746. stopmusicbtn.BackgroundTransparency = 1
  7747. musicidbox.BackgroundTransparency = 0.43
  7748. credit.BackgroundTransparency = 1
  7749. title.BackgroundTransparency = 1
  7750.  
  7751. -- BORDER SIZE PIXEL --
  7752.  
  7753. musicidbox.BorderSizePixel = 0
  7754. openbtn.BorderSizePixel = 3
  7755. closebtn.BorderSizePixel = 3
  7756. openguibtn.BorderSizePixel = 3
  7757.  
  7758. -- FONTS --
  7759. musicidbox.Font = "SourceSansLight"
  7760. credit.Font = "SourceSansLight"
  7761. title.Font = "SourceSansLight"
  7762.  
  7763.  
  7764. -- TEXT SCALED --
  7765. credit.TextScaled = true
  7766. title.TextScaled = true
  7767.  
  7768. -- TEXT WRAPPED --
  7769. musicidbox.TextWrapped = true
  7770. credit.TextWrapped = true
  7771. title.TextWrapped = true
  7772. openguibtn.TextWrapped = true
  7773.  
  7774. -- FONT SIZE --
  7775. musicidbox.FontSize = "Size28"
  7776.  
  7777. -- ACTIVE --
  7778. playmusicint.Active = true
  7779.  
  7780. -- DRAGGABLE --
  7781. playmusicint.Draggable = true
  7782.  
  7783. -- GUI FUNCTIONS (MAIN) --
  7784.  
  7785. -- set up the stuff --
  7786. isGuiOpen = false
  7787. closebtn.Visible = false
  7788. playmusicint.Visible = false
  7789. openguibtn.Visible = false
  7790.  
  7791. openbtn.MouseButton1Click:connect(function()
  7792. openbtn.Visible = false
  7793. closebtn.Visible = true
  7794.  
  7795. local radio = Instance.new("Part", char)
  7796. radio.Name = "Radio"
  7797. local mesh = Instance.new("FileMesh", radio)
  7798. mesh.MeshId = "http://www.roblox.com/asset/?id=212302951"
  7799. mesh.TextureId = "http://www.roblox.com/asset/?id=212303049"
  7800. mesh.Scale = Vector3.new(4, 4, 4)
  7801. mesh.VertexColor = Vector3.new(1, 1, 1)
  7802. mesh.Offset = Vector3.new(0, 0, 0)
  7803.  
  7804.  
  7805. local function weldBetween(a, b)
  7806.    local weld = Instance.new("ManualWeld")
  7807.    weld.Part0 = a
  7808.    weld.Part1 = b
  7809.    weld.C0 = CFrame.new()
  7810.    weld.C1 = b.CFrame:inverse() * a.CFrame
  7811.    weld.Parent = a
  7812.    return weld;
  7813. end
  7814. local hand = radio:clone()
  7815. hand.Parent=char
  7816. hand.CFrame=char:WaitForChild("Torso").CFrame*CFrame.new(Vector3.new(0,0,0.9))*CFrame.Angles(0,math.rad(180),math.rad(45))
  7817. weldBetween(char:WaitForChild("Torso"), hand)
  7818. hand.CanCollide=true
  7819. hand.Anchored=false
  7820.  
  7821. sound = Instance.new("Sound", hand) -- we will now call the radio "hand"
  7822. sound.Volume = 0.5
  7823. sound.Pitch = 1
  7824.  
  7825. openguibtn.Visible = true
  7826. char:FindFirstChild("Radio"):Destroy()
  7827. end)
  7828.  
  7829.  
  7830. closebtn.MouseButton1Click:connect(function()
  7831. openbtn.Visible = true
  7832. closebtn.Visible = false
  7833. openguibtn.Visible = false
  7834. playmusicint.Visible = false
  7835. isGuiOpen = false
  7836. char:WaitForChild("Radio"):Destroy()
  7837. end)
  7838.  
  7839. playmusicbtn.MouseButton1Click:connect(function()
  7840. sound:stop()
  7841. wait(0.2)
  7842. sound.SoundId = "rbxassetid://"..musicidbox.Text
  7843. sound:play()
  7844. end)
  7845.  
  7846. stopmusicbtn.MouseButton1Click:connect(function()
  7847. sound:stop()
  7848. end)
  7849.  
  7850.  
  7851. openguibtn.MouseButton1Click:connect(function()
  7852. if isGuiOpen == false then isGuiOpen = true
  7853. playmusicint.Visible = true else isGuiOpen = false playmusicint.Visible = false
  7854. end
  7855. end)
  7856. end)
  7857.  
  7858. Right1.Name = "Right1"
  7859. Right1.Parent = Main
  7860. Right1.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7861. Right1.BackgroundTransparency = 0.10000000149012
  7862. Right1.BorderSizePixel = 0
  7863. Right1.Position = UDim2.new(0.73635304, 0, 0.141891897, 0)
  7864. Right1.Size = UDim2.new(0, 200, 0, 50)
  7865. Right1.Font = Enum.Font.SourceSans
  7866. Right1.Text = "Soon"
  7867. Right1.TextColor3 = Color3.new(0, 0, 0)
  7868. Right1.TextSize = 14
  7869.  
  7870. Right2.Name = "Right2"
  7871. Right2.Parent = Main
  7872. Right2.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7873. Right2.BackgroundTransparency = 0.10000000149012
  7874. Right2.BorderSizePixel = 0
  7875. Right2.Position = UDim2.new(0.73635304, 0, 0.340090066, 0)
  7876. Right2.Size = UDim2.new(0, 200, 0, 50)
  7877. Right2.Font = Enum.Font.SourceSans
  7878. Right2.Text = "Soon"
  7879. Right2.TextColor3 = Color3.new(0, 0, 0)
  7880. Right2.TextSize = 14
  7881.  
  7882. Right3.Name = "Right3"
  7883. Right3.Parent = Main
  7884. Right3.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7885. Right3.BackgroundTransparency = 0.10000000149012
  7886. Right3.BorderSizePixel = 0
  7887. Right3.Position = UDim2.new(0.73635304, 0, 0.540540576, 0)
  7888. Right3.Size = UDim2.new(0, 200, 0, 50)
  7889. Right3.Font = Enum.Font.SourceSans
  7890. Right3.Text = "Soon"
  7891. Right3.TextColor3 = Color3.new(0, 0, 0)
  7892. Right3.TextSize = 14
  7893.  
  7894. Right4.Name = "Right4"
  7895. Right4.Parent = Main
  7896. Right4.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7897. Right4.BackgroundTransparency = 0.10000000149012
  7898. Right4.BorderSizePixel = 0
  7899. Right4.Position = UDim2.new(0.73635304, 0, 0.716216266, 0)
  7900. Right4.Size = UDim2.new(0, 200, 0, 50)
  7901. Right4.Font = Enum.Font.SourceSans
  7902. Right4.Text = "Soon"
  7903. Right4.TextColor3 = Color3.new(0, 0, 0)
  7904. Right4.TextSize = 14
  7905.  
  7906. Center2.Name = "Center2"
  7907. Center2.Parent = Main
  7908. Center2.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  7909. Center2.BackgroundTransparency = 0.10000000149012
  7910. Center2.BorderSizePixel = 0
  7911. Center2.Position = UDim2.new(0.370499432, 0, 0.340090096, 0)
  7912. Center2.Size = UDim2.new(0, 238, 0, 50)
  7913. Center2.Font = Enum.Font.SourceSans
  7914. Center2.Text = "Badvaar Border GUI"
  7915. Center2.TextColor3 = Color3.new(0, 0, 0)
  7916. Center2.TextSize = 14
  7917. Center2.MouseButton1Down:connect(function()
  7918. local cd=Instance.new("ScreenGui")
  7919. local dd=Instance.new("TextButton")local __a=Instance.new("Frame")
  7920. local a_a=Instance.new("Frame")local b_a=Instance.new("ImageLabel")
  7921. local c_a=Instance.new("ImageLabel")local d_a=Instance.new("ImageLabel")
  7922. local _aa=Instance.new("TextButton")local aaa=Instance.new("TextLabel")
  7923. local baa=Instance.new("TextLabel")local caa=Instance.new("TextLabel")
  7924. local daa=Instance.new("TextButton")local _ba=Instance.new("TextButton")
  7925. local aba=Instance.new("TextButton")local bba=Instance.new("TextButton")
  7926. local cba=Instance.new("TextButton")local dba=Instance.new("TextButton")
  7927. local _ca=Instance.new("TextButton")local aca=Instance.new("TextButton")
  7928. local bca=Instance.new("TextButton")local cca=Instance.new("TextButton")
  7929. local dca=Instance.new("TextButton")cd.Name="Project Badvaar"
  7930. cd.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")dd.Parent=cd;dd.AnchorPoint=Vector2.new(1,1)
  7931. dd.BackgroundColor3=Color3.new(0.384314,1,0.560784)dd.BackgroundTransparency=0.55000001192093
  7932. dd.BorderColor3=Color3.new(0,0,0)dd.BorderSizePixel=2
  7933. dd.Position=UDim2.new(0.0717423111,0,0.529742181,0)dd.Selectable=false;dd.Size=UDim2.new(0,98,0,21)
  7934. dd.Font=Enum.Font.SourceSans;dd.Text="OPEN"dd.TextColor3=Color3.new(0,0,0)dd.TextSize=15
  7935. dd.MouseButton1Down:connect(function()
  7936. __a:TweenPosition(UDim2.new(0,0,0.219131351,0),"Out","Elastic",3)dd.Visible=false end)__a.Name="mainframe"__a.Parent=cd
  7937. __a.BackgroundColor3=Color3.new(0.329412,0.329412,0.329412)__a.BackgroundTransparency=0.30000001192093
  7938. __a.Position=UDim2.new(0,0,0.219131351,0)__a.Size=UDim2.new(0,213,0,456)a_a.Parent=__a
  7939. a_a.BackgroundColor3=Color3.new(0.384314,1,0.560784)a_a.Size=UDim2.new(0,213,0,29)b_a.Name="tab"b_a.Parent=a_a
  7940. b_a.BackgroundColor3=Color3.new(1,1,1)b_a.BackgroundTransparency=1
  7941. b_a.Position=UDim2.new(0.0281690154,0,2.51724148,0)b_a.Size=UDim2.new(0,200,0,152)
  7942. b_a.Image="rbxassetid://2851926732"b_a.ImageColor3=Color3.new(0.384314,1,0.560784)
  7943. b_a.ScaleType=Enum.ScaleType.Slice;b_a.SliceCenter=Rect.new(12,12,12,12)c_a.Name="tab2"
  7944. c_a.Parent=a_a;c_a.BackgroundColor3=Color3.new(1,1,1)
  7945. c_a.BackgroundTransparency=1;c_a.Position=UDim2.new(0.0234741792,0,8.034482,0)
  7946. c_a.Size=UDim2.new(0,200,0,215)c_a.Image="rbxassetid://2851926732"
  7947. c_a.ImageColor3=Color3.new(0.384314,1,0.560784)c_a.ScaleType=Enum.ScaleType.Slice
  7948. c_a.SliceCenter=Rect.new(12,12,12,12)d_a.Name="tab"d_a.Parent=a_a
  7949. d_a.BackgroundColor3=Color3.new(1,1,1)d_a.BackgroundTransparency=1
  7950. d_a.Position=UDim2.new(0.0281690136,0,1.34482753,0)d_a.Size=UDim2.new(0,199,0,23)
  7951. d_a.Image="rbxassetid://2851926732"d_a.ImageColor3=Color3.new(0.384314,1,0.560784)
  7952. d_a.ScaleType=Enum.ScaleType.Slice;d_a.SliceCenter=Rect.new(12,12,12,12)_aa.Name="infmoney"
  7953. _aa.Parent=d_a;_aa.BackgroundColor3=Color3.new(0,0,0)
  7954. _aa.BackgroundTransparency=0.64999997615814;_aa.BorderSizePixel=0
  7955. _aa.Position=UDim2.new(0.210276842,0,0.284706444,0)_aa.Size=UDim2.new(0,113,0,12)_aa.Font=Enum.Font.Gotham
  7956. _aa.Text="Inf Money"_aa.TextColor3=Color3.new(0,0,0)_aa.TextSize=14
  7957. _aa.MouseButton1Down:connect(function()
  7958. for i=1,2500
  7959. do local _da="Doctor"
  7960. local ada=game:GetService("ReplicatedStorage").Jobs.Done;ada:FireServer(_da)end end)aaa.Parent=__a;aaa.BackgroundColor3=Color3.new(1,1,1)
  7961. aaa.BackgroundTransparency=1
  7962. aaa.Position=UDim2.new(0.0610327721,0,-0.0241228044,0)aaa.Size=UDim2.new(0,200,0,50)
  7963. aaa.Font=Enum.Font.GothamBold;aaa.Text="Project Badvaar"aaa.TextColor3=Color3.new(0,0,0)
  7964. aaa.TextSize=14;baa.Parent=__a;baa.BackgroundColor3=Color3.new(1,1,1)
  7965. baa.BackgroundTransparency=1;baa.Position=UDim2.new(-0,0,0.125,0)
  7966. baa.Size=UDim2.new(0,200,0,50)baa.Font=Enum.Font.GothamBold;baa.Text="Guns"
  7967. baa.TextColor3=Color3.new(0,0,0)baa.TextSize=14;caa.Parent=__a
  7968. caa.BackgroundColor3=Color3.new(1,1,1)caa.BackgroundTransparency=1
  7969. caa.Position=UDim2.new(0.019,0,0.476,0)caa.Size=UDim2.new(0,200,0,50)
  7970. caa.Font=Enum.Font.GothamBold;caa.Text="Items"caa.TextColor3=Color3.new(0,0,0)
  7971. caa.TextSize=14;daa.Name="p38"daa.Parent=__a
  7972. daa.BackgroundColor3=Color3.new(0,0,0)daa.BackgroundTransparency=0.64999997615814;daa.BorderSizePixel=0
  7973. daa.Position=UDim2.new(0.225352108,0,0.241228074,0)daa.Size=UDim2.new(0,113,0,21)daa.Font=Enum.Font.Gotham
  7974. daa.Text="P38"daa.TextColor3=Color3.new(0,0,0)daa.TextSize=14
  7975. daa.MouseButton1Down:connect(function()
  7976. game:GetService("ReplicatedStorage").GunShop.remote:FireServer("buyWep","P38")end)_ba.Name="m4a1"_ba.Parent=__a
  7977. _ba.BackgroundColor3=Color3.new(0,0,0)_ba.BackgroundTransparency=0.64999997615814;_ba.BorderSizePixel=0
  7978. _ba.Position=UDim2.new(0.225352108,0,0.302631587,0)_ba.Size=UDim2.new(0,113,0,21)_ba.Font=Enum.Font.Gotham
  7979. _ba.Text="M4A1"_ba.TextColor3=Color3.new(0,0,0)_ba.TextSize=14
  7980. _ba.MouseButton1Down:connect(function()
  7981. game:GetService("ReplicatedStorage").GunShop.remote:FireServer("buyWep","M4A1")end)aba.Name="type99"aba.Parent=__a
  7982. aba.BackgroundColor3=Color3.new(0,0,0)aba.BackgroundTransparency=0.64999997615814;aba.BorderSizePixel=0
  7983. aba.Position=UDim2.new(0.225352108,0,0.361842126,0)aba.Size=UDim2.new(0,113,0,21)aba.Font=Enum.Font.Gotham
  7984. aba.Text="Type 99"aba.TextColor3=Color3.new(0,0,0)aba.TextSize=14
  7985. aba.MouseButton1Down:connect(function()
  7986. game:GetService("ReplicatedStorage").GunShop.remote:FireServer("buyWep","Type 99")end)bba.Name="dragunov"bba.Parent=__a
  7987. bba.BackgroundColor3=Color3.new(0,0,0)bba.BackgroundTransparency=0.64999997615814;bba.BorderSizePixel=0
  7988. bba.Position=UDim2.new(0.234741777,0,0.425438613,0)bba.Size=UDim2.new(0,113,0,21)bba.Font=Enum.Font.Gotham
  7989. bba.Text="Dragunov SVD"bba.TextColor3=Color3.new(0,0,0)bba.TextSize=14
  7990. bba.MouseButton1Down:connect(function()
  7991. game:GetService("ReplicatedStorage").GunShop.remote:FireServer("buyWep","Dragunov SVD")end)cba.Name="pickaxe"cba.Parent=__a
  7992. cba.BackgroundColor3=Color3.new(0,0,0)cba.BackgroundTransparency=0.64999997615814;cba.BorderSizePixel=0
  7993. cba.Position=UDim2.new(0.262910783,0,0.578947425,0)cba.Size=UDim2.new(0,101,0,21)cba.Font=Enum.Font.Gotham
  7994. cba.Text="Pickaxe"cba.TextColor3=Color3.new(0,0,0)cba.TextSize=14
  7995. cba.MouseButton1Down:connect(function()
  7996. game:GetService("ReplicatedStorage").PickaxeShop.remote:FireServer("buyWep","Pickaxe")end)dba.Name="news"dba.Parent=__a
  7997. dba.BackgroundColor3=Color3.new(0,0,0)dba.BackgroundTransparency=0.64999997615814;dba.BorderSizePixel=0
  7998. dba.Position=UDim2.new(0.262910783,0,0.644736886,0)dba.Size=UDim2.new(0,101,0,21)dba.Font=Enum.Font.Gotham
  7999. dba.Text="News"dba.TextColor3=Color3.new(0,0,0)dba.TextSize=14
  8000. dba.MouseButton1Down:connect(function()
  8001. game:GetService("ReplicatedStorage").FoodShop.remote:FireServer("buyWep","News")end)_ca.Name="passport"_ca.Parent=__a
  8002. _ca.BackgroundColor3=Color3.new(0,0,0)_ca.BackgroundTransparency=0.64999997615814;_ca.BorderSizePixel=0
  8003. _ca.Position=UDim2.new(0.262910783,0,0.708333373,0)_ca.Size=UDim2.new(0,101,0,21)_ca.Font=Enum.Font.Gotham
  8004. _ca.Text="Passport"_ca.TextColor3=Color3.new(0,0,0)_ca.TextSize=14
  8005. _ca.MouseButton1Down:connect(function()
  8006. game:GetService("ReplicatedStorage").LegalDocShop.remote:FireServer("buyWep","Passport")end)aca.Name="entrypermit"aca.Parent=__a
  8007. aca.BackgroundColor3=Color3.new(0,0,0)aca.BackgroundTransparency=0.64999997615814;aca.BorderSizePixel=0
  8008. aca.Position=UDim2.new(0.262910783,0,0.774122894,0)aca.Size=UDim2.new(0,101,0,21)aca.Font=Enum.Font.Gotham
  8009. aca.Text="Entry Permit"aca.TextColor3=Color3.new(0,0,0)aca.TextSize=14
  8010. aca.MouseButton1Down:connect(function()
  8011. game:GetService("ReplicatedStorage").LegalDocShop.remote:FireServer("buyWep","Entry Permit")end)bca.Name="cookie"bca.Parent=__a
  8012. bca.BackgroundColor3=Color3.new(0,0,0)bca.BackgroundTransparency=0.64999997615814;bca.BorderSizePixel=0
  8013. bca.Position=UDim2.new(0.262910783,0,0.839912355,0)bca.Size=UDim2.new(0,101,0,21)bca.Font=Enum.Font.Gotham
  8014. bca.Text="Cookie"bca.TextColor3=Color3.new(0,0,0)bca.TextSize=14
  8015. bca.MouseButton1Down:connect(function()
  8016. game:GetService("ReplicatedStorage").LegalDocShop.remote:FireServer("buyWep","Entry Permit")end)cca.Name="tea"cca.Parent=__a
  8017. cca.BackgroundColor3=Color3.new(0,0,0)cca.BackgroundTransparency=0.64999997615814;cca.BorderSizePixel=0
  8018. cca.Position=UDim2.new(0.262910783,0,0.905701876,0)cca.Size=UDim2.new(0,101,0,21)cca.Font=Enum.Font.Gotham
  8019. cca.Text="Tea"cca.TextColor3=Color3.new(0,0,0)cca.TextSize=14
  8020. cca.MouseButton1Down:connect(function()
  8021. game:GetService("ReplicatedStorage").FoodShop.remote:FireServer("buyWep","Tea")end)dca.Name="minimize"dca.Parent=__a
  8022. dca.BackgroundColor3=Color3.new(1,1,1)dca.BackgroundTransparency=1
  8023. dca.Position=UDim2.new(0.915492952,0,0,0)dca.Size=UDim2.new(0,18,0,19)
  8024. dca.Font=Enum.Font.SourceSans;dca.Text="X"dca.TextColor3=Color3.new(0,0,0)dca.TextSize=14
  8025. dca.MouseButton1Down:connect(function()
  8026. __a:TweenPosition(UDim2.new(
  8027. -0.156,0,0.219,0),"Out","Elastic",3)dd.Visible=true end)
  8028. end)
  8029.  
  8030. Center1.Name = "Center1"
  8031. Center1.Parent = Main
  8032. Center1.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  8033. Center1.BackgroundTransparency = 0.10000000149012
  8034. Center1.BorderSizePixel = 0
  8035. Center1.Position = UDim2.new(0.370499432, 0, 0.141891897, 0)
  8036. Center1.Size = UDim2.new(0, 238, 0, 50)
  8037. Center1.Font = Enum.Font.SourceSans
  8038. Center1.Text = "Moscow Safezone"
  8039. Center1.TextColor3 = Color3.new(0, 0, 0)
  8040. Center1.TextSize = 14
  8041. Center1.MouseButton1Down:connect(function()
  8042. -- Moscow Script by Drip_y
  8043. -- Version: 1.0
  8044. -- Instances:
  8045. local Moscow = Instance.new("ScreenGui")
  8046. local Main = Instance.new("Frame")
  8047. local BeautyA = Instance.new("Frame")
  8048. local Name = Instance.new("TextLabel")
  8049. local BeautyB = Instance.new("Frame")
  8050. local Credit = Instance.new("TextLabel")
  8051. local MP40 = Instance.new("TextButton")
  8052. local M1Garand = Instance.new("TextButton")
  8053. local AimbotESP = Instance.new("TextButton")
  8054. local Makarov = Instance.new("TextButton")
  8055. local TommyGun = Instance.new("TextButton")
  8056. local HideName = Instance.new("TextButton")
  8057. local UFOR6 = Instance.new("TextButton")
  8058. local EnableBackpack = Instance.new("TextButton")
  8059. local Money = Instance.new("TextButton")
  8060. local Close = Instance.new("TextButton")
  8061. local OpenFrame = Instance.new("Frame")
  8062. local Open = Instance.new("TextButton")
  8063. --Properties:
  8064. Moscow.Name = "Moscow"
  8065. Moscow.Parent = game.CoreGui
  8066. Moscow.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8067.  
  8068. Main.Name = "Main"
  8069. Main.Parent = Moscow
  8070. Main.Active = true
  8071. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8072. Main.BorderSizePixel = 0
  8073. Main.Position = UDim2.new(0.25, 0, 0.281326801, 0)
  8074. Main.Size = UDim2.new(0, 618, 0, 362)
  8075. Main.Visible = false
  8076. Main.Draggable = true
  8077.  
  8078.  
  8079. BeautyA.Name = "BeautyA"
  8080. BeautyA.Parent = Main
  8081. BeautyA.BackgroundColor3 = Color3.new(1, 1, 1)
  8082. BeautyA.BorderColor3 = Color3.new(1, 1, 1)
  8083. BeautyA.BorderSizePixel = 0
  8084. BeautyA.Size = UDim2.new(0, 618, 0, 32)
  8085.  
  8086. Name.Name = "Name"
  8087. Name.Parent = BeautyA
  8088. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  8089. Name.BorderSizePixel = 0
  8090. Name.Position = UDim2.new(0.372168273, 0, 0, 0)
  8091. Name.Size = UDim2.new(0, 157, 0, 26)
  8092. Name.Font = Enum.Font.Gotham
  8093. Name.Text = "Project Moscow V1.1"
  8094. Name.TextColor3 = Color3.new(0, 0, 0)
  8095. Name.TextSize = 20
  8096.  
  8097. BeautyB.Name = "BeautyB"
  8098. BeautyB.Parent = Main
  8099. BeautyB.BackgroundColor3 = Color3.new(1, 1, 1)
  8100. BeautyB.BorderSizePixel = 0
  8101. BeautyB.Position = UDim2.new(0, 0, 0.911602199, 0)
  8102. BeautyB.Size = UDim2.new(0, 618, 0, 32)
  8103.  
  8104. Credit.Name = "Credit"
  8105. Credit.Parent = BeautyB
  8106. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  8107. Credit.BorderSizePixel = 0
  8108. Credit.Position = UDim2.new(0.372168273, 0, 0.1875, 0)
  8109. Credit.Size = UDim2.new(0, 157, 0, 26)
  8110. Credit.Font = Enum.Font.Gotham
  8111. Credit.Text = "GUI By: Drip_y"
  8112. Credit.TextColor3 = Color3.new(0, 0, 0)
  8113. Credit.TextSize = 12
  8114.  
  8115. MP40.Name = "MP40"
  8116. MP40.Parent = Main
  8117. MP40.BackgroundColor3 = Color3.new(1, 1, 1)
  8118. MP40.Position = UDim2.new(0.705727577, 0, 0.130105734, 0)
  8119. MP40.Size = UDim2.new(0, 166, 0, 28)
  8120. MP40.Font = Enum.Font.SourceSans
  8121. MP40.Text = "MP40"
  8122. MP40.TextColor3 = Color3.new(0, 0, 0)
  8123. MP40.TextSize = 20
  8124. MP40.MouseButton1Down:connect(function()
  8125. game.ReplicatedStorage.GunShop.remote:FireServer("buyWep","MP40")
  8126. end)
  8127.  
  8128. HideName.Name = "Hide Name"
  8129. HideName.Parent = Main
  8130. HideName.BackgroundColor3 = Color3.new(1, 1, 1)
  8131. HideName.Position = UDim2.new(0.705727577, 0, 0.666105734, 0)
  8132. HideName.Size = UDim2.new(0, 166, 0, 28)
  8133. HideName.Font = Enum.Font.SourceSans
  8134. HideName.Text = "Hide Name"
  8135. HideName.TextColor3 = Color3.new(0, 0, 0)
  8136. HideName.TextSize = 20
  8137. HideName.MouseButton1Down:connect(function()
  8138. game.ReplicatedStorage.Hide:FireServer('HideName')
  8139. end)
  8140.  
  8141. M1Garand.Name = "M1 Garand"
  8142. M1Garand.Parent = Main
  8143. M1Garand.BackgroundColor3 = Color3.new(1, 1, 1)
  8144. M1Garand.Position = UDim2.new(0.364886701, 0, 0.13128674, 0)
  8145. M1Garand.Size = UDim2.new(0, 166, 0, 28)
  8146. M1Garand.Font = Enum.Font.SourceSans
  8147. M1Garand.Text = "M1 Garand"
  8148. M1Garand.TextColor3 = Color3.new(0, 0, 0)
  8149. M1Garand.TextSize = 20
  8150. M1Garand.MouseButton1Down:connect(function()
  8151. game.ReplicatedStorage.GunShop.remote:FireServer("buyWep","M1 Garand")
  8152. end)
  8153.  
  8154. AimbotESP.Name = "Aimbot + ESP"
  8155. AimbotESP.Parent = Main
  8156. AimbotESP.BackgroundColor3 = Color3.new(1, 1, 1)
  8157. AimbotESP.Position = UDim2.new(0.0172745287, 0, 0.670666695, 0)
  8158. AimbotESP.Size = UDim2.new(0, 166, 0, 28)
  8159. AimbotESP.Font = Enum.Font.SourceSans
  8160. AimbotESP.Text = "Aimbot + ESP"
  8161. AimbotESP.TextColor3 = Color3.new(0, 0, 0)
  8162. AimbotESP.TextSize = 20
  8163. AimbotESP.MouseButton1Down:connect(function()
  8164. warn([[
  8165. Please stop telling me that your free exploit can't run this script. I've stopped working on it.
  8166. ACE is in development.
  8167. Avexus#1234
  8168. ]])
  8169.  
  8170. local UIS = game:GetService('UserInputService')
  8171. local RS = game:GetService('RunService')
  8172. local Players = game:GetService('Players')
  8173. local StarterGui = game:GetService('StarterGui')
  8174. local Player = Players.LocalPlayer
  8175. local Studio = RS:IsStudio()
  8176. local PlayerGui = RS:IsStudio() and Player:WaitForChild('PlayerGui') or game.CoreGui
  8177. local Mouse = Player:GetMouse()
  8178. local old_icon = Mouse.Icon
  8179. local Camera = workspace.CurrentCamera
  8180. targetpart = 'Head' -- Don't change this.
  8181. -- It can be changed with the targetpart_change hotkey ingame.
  8182. local target
  8183. local target_old
  8184. local alert = false
  8185. local lockedon = false
  8186. local settingkey = false
  8187. local upvals = nil
  8188. local val = 1
  8189. local windows = {}
  8190. local function hb() RS.Heartbeat:wait() end
  8191.  
  8192. local version = 1.25
  8193. local Spawn = nil or game.PlaceId == 292439477 and workspace:WaitForChild('Lobby',2):WaitForChild('Spawn1',2)
  8194. local spawned = false
  8195.  
  8196. script.Name = 'GameSense!'
  8197. Mouse.TargetFilter = Camera
  8198.  
  8199. -- hotkey
  8200. toggle_aim = Enum.UserInputType.MouseButton2
  8201. toggle_aimbot = Enum.KeyCode.LeftAlt
  8202. toggle_trigger = Enum.KeyCode.RightAlt
  8203. toggle_esp = Enum.KeyCode.End
  8204. toggle_gui = Enum.KeyCode.F6
  8205. toggle_bottompos = Enum.KeyCode.F7
  8206. toggle_performance = Enum.KeyCode.F8
  8207. toggle_bones = Enum.KeyCode.Delete
  8208. toggle_chams = Enum.KeyCode.F3
  8209. toggle_tracers = Enum.KeyCode.F2
  8210. toggle_boxes = Enum.KeyCode.F4
  8211. toggle_font = Enum.KeyCode.F1
  8212. ffatoggle = Enum.KeyCode.Home
  8213. targetpart_change = Enum.KeyCode.BackSlash
  8214. priority_toggle = Enum.KeyCode.Insert
  8215. sethotkey = Enum.KeyCode.RightControl
  8216. -- aim fov
  8217. fov_increase = Enum.KeyCode.KeypadPlus
  8218. fov_decrease = Enum.KeyCode.KeypadMinus
  8219. -- aim sens (how smooth your crosshair will move)
  8220. sens_increase = Enum.KeyCode.RightBracket
  8221. sens_decrease = Enum.KeyCode.LeftBracket
  8222.  
  8223. -- parts
  8224. parts = {
  8225.     'Head';
  8226.     'Torso'
  8227. }
  8228.  
  8229. fonts = {
  8230.     Enum.Font.SourceSansBold,
  8231.     Enum.Font.Cartoon,
  8232.     Enum.Font.Arcade,
  8233.     Enum.Font.SciFi,
  8234.     Enum.Font.Fantasy,
  8235.     Enum.Font.Code,
  8236.     Enum.Font.Highway,
  8237.     Enum.Font.Bodoni
  8238. }
  8239.  
  8240. textSet = false
  8241.  
  8242. currentfont = 1
  8243. ffa = false
  8244. hidden = false
  8245. performancemode = false
  8246. -- aim
  8247. fov = 5
  8248. sens = .25
  8249. drop = .45
  8250. aim_toggled = false
  8251. bottompos = true
  8252. aim_priority = 2
  8253. -- [2] FOV or [1] Distance
  8254. aimingcolor = Color3.fromRGB(0,165,255)
  8255. aimbot_toggled = true
  8256. aim_line = true
  8257. locksoundid = 538769304
  8258. mouseiconid =  18671553
  8259.  
  8260. -- trigger
  8261. trigger_toggled = false
  8262. trigger_delay = 1/20
  8263.  
  8264. -- esp
  8265. esp_toggled = true
  8266. esp_bones = false
  8267. esp_chams = true
  8268. esp_tracers = true
  8269. -- item_esp (coming soon)
  8270. linesize = 1
  8271. showdists = true
  8272. textsize = 14
  8273. textoffset = 20
  8274. visiblecolor = Color3.fromRGB(38,255,99)
  8275. hiddencolor = Color3.fromRGB(255,37,40)
  8276. headboxsize = 4
  8277. headboxaimsize = 6
  8278. headboxshape = 'diamond'
  8279. -- rectangle or diamond
  8280.  
  8281. -- box esp
  8282. bounding_box = true
  8283. -- box_pointsize = 0 [UNUSED]
  8284. box_line_size = 1
  8285. -- box_line_size_visible = 2 [UNUSED]
  8286.  
  8287. local GUI = Instance.new('ScreenGui',PlayerGui)
  8288. GUI.Name = 'GameSense '..version
  8289. GUI.ResetOnSpawn = false
  8290.  
  8291. ESP = Instance.new('Folder',GUI)
  8292. ESP.Name = 'ESP'
  8293. local Bottom = Instance.new('Frame',ESP)
  8294. Bottom.Name = 'Bottom'
  8295. Bottom.BackgroundTransparency = 1
  8296. Bottom.Size = UDim2.new(0,1,0,1)
  8297. Bottom.Position = UDim2.new(.5,0,1,1)
  8298.  
  8299. local Status = Instance.new('TextLabel',GUI)
  8300. Status.Name = 'Status'
  8301. Status.BackgroundTransparency = 1
  8302. Status.Size = UDim2.new(0,500,0,50)
  8303. Status.Position = UDim2.new(.5,-250,.85,0)
  8304. Status.TextSize = 24
  8305. Status.Font = Enum.Font.SourceSansBold
  8306. Status.TextColor3 = Color3.new(1,1,1)
  8307. Status.TextStrokeColor3 = Color3.new(0,0,0)
  8308. Status.TextStrokeTransparency = .6
  8309. Status.Text = 'On Standby'
  8310. Status.ZIndex = 50
  8311.  
  8312. local Credits = Status:Clone()
  8313. Credits.Name = 'Credits'
  8314. Credits.Parent = GUI
  8315. Credits.Position = UDim2.new(.5,-250,.85,-20)
  8316. Credits.TextSize = 16
  8317. Credits.Text = 'GameSense '..version..' by Avexus!'
  8318.  
  8319. local FovGui = Instance.new('ImageLabel',GUI)
  8320. FovGui.Name = 'FovGui'
  8321. FovGui.Image = 'rbxassetid://324848180'
  8322. FovGui.Size = UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2)
  8323. FovGui.Position = UDim2.new(0.5,-FovGui.AbsoluteSize.X/2,0.5,-FovGui.AbsoluteSize.Y/2)
  8324. FovGui.BackgroundTransparency = 1
  8325. FovGui.ImageTransparency = .9
  8326. FovGui.ImageColor3 = Color3.new(1,0,0)
  8327.  
  8328. local Indicator = Instance.new('TextLabel',GUI)
  8329. Indicator.Name = 'Indicator'
  8330. Indicator.Font = Enum.Font.SourceSans
  8331. Indicator.TextSize = 14
  8332. Indicator.TextXAlignment = Enum.TextXAlignment.Center
  8333. Indicator.TextYAlignment = Enum.TextYAlignment.Center
  8334. Indicator.TextStrokeTransparency = .75
  8335. Indicator.Text = aim_priority>1 and 'FOV: '..fov or 'Distance'
  8336.  
  8337. local SensAdjust = Instance.new('TextBox',GUI)
  8338. SensAdjust.Name = 'SensAdjust'
  8339. SensAdjust.Font = Enum.Font.SourceSans
  8340. SensAdjust.BackgroundTransparency = .75
  8341. SensAdjust.BackgroundColor3 = Color3.new(0,0,0)
  8342. SensAdjust.BorderColor3 = Color3.new(1,1,1)
  8343. SensAdjust.Size = UDim2.new(0,50,0,20)
  8344. SensAdjust.TextStrokeTransparency = .6
  8345. SensAdjust.TextColor3 = Color3.new(1,1,1)
  8346. SensAdjust.TextSize = 14
  8347. SensAdjust.PlaceholderText = 'Sens'
  8348. SensAdjust.Text = tonumber(sens)
  8349. SensAdjust.Position = Credits.Position + UDim2.new(0,250,0,75)
  8350.  
  8351. local SensLabel = Instance.new('TextLabel',SensAdjust)
  8352. SensLabel.Name = 'SensLabel'
  8353. SensLabel.Font = Enum.Font.SourceSans
  8354. SensLabel.Size = UDim2.new(1,0,1,0)
  8355. SensLabel.BackgroundTransparency = 1
  8356. SensLabel.TextSize = 14
  8357. SensLabel.TextColor3 = Color3.new(1,1,1)
  8358. SensLabel.TextStrokeColor3 = Color3.new(0,0,0)
  8359. SensLabel.TextStrokeTransparency = .6
  8360. SensLabel.Text = 'Sens:'
  8361. SensLabel.Position = UDim2.new(-1,0,0,0)
  8362. SensLabel.TextXAlignment = Enum.TextXAlignment.Left
  8363.  
  8364. local FovAdjust = SensAdjust:Clone()
  8365. FovAdjust.Parent = GUI
  8366. FovAdjust.PlaceholderText = 'FOV'
  8367. FovAdjust.Name = 'FovAdjust'
  8368. FovAdjust.Text = tonumber(fov)
  8369. FovAdjust.Position = SensAdjust.Position + UDim2.new(0,0,0,20)
  8370. FovAdjust.SensLabel.Name = 'FovLabel'
  8371. FovAdjust.FovLabel.Text = 'Fov:'
  8372.  
  8373. local DropAdjust = SensAdjust:Clone()
  8374. DropAdjust.Parent = GUI
  8375. DropAdjust.PlaceholderText = 'Drop'
  8376. DropAdjust.Name = 'DropAdjust'
  8377. DropAdjust.Text = tonumber(drop)
  8378. DropAdjust.Position = SensAdjust.Position + UDim2.new(0,0,0,40)
  8379. DropAdjust.SensLabel.Name = 'DropLabel'
  8380. DropAdjust.DropLabel.Text = 'Drop:'
  8381.  
  8382. local KeysList = Instance.new('TextLabel',GUI)
  8383. KeysList.Name = 'KeysList'
  8384. KeysList.Font = Enum.Font.SourceSans
  8385. KeysList.TextStrokeTransparency = .6
  8386. KeysList.TextSize = 14
  8387. KeysList.TextColor3 = Color3.new(1,1,1)
  8388. KeysList.Size = UDim2.new(0,0,1,0)
  8389. KeysList.Position = UDim2.new(0,5,0,-280)
  8390. KeysList.BackgroundTransparency = 1
  8391. KeysList.Active = false
  8392. KeysList.TextXAlignment = Enum.TextXAlignment.Left
  8393. KeysList.TextYAlignment = Enum.TextYAlignment.Bottom
  8394. KeysList.Text = 'AimBot Toggle: '..toggle_aimbot.Name..'\nAim Toggle: '..toggle_aim.Name..'\nAim Part Toggle: '..targetpart_change.Name..'\nPriority Toggle: '..priority_toggle.Name
  8395. ..'\nESP Toggle: '..toggle_esp.Name..'\nBones Toggle: '..toggle_bones.Name..'\nChams Toggle: '..toggle_chams.Name..'\nBoxes Toggle: '..toggle_boxes.Name..'\nFOV Increase: '..fov_increase.Name..'\nFOV Decrease: '..fov_decrease.Name..'\nSens Increase: '
  8396. ..sens_increase.Name..'\nSens Decrease: '..sens_decrease.Name..'\nTrigger Toggle: '..toggle_trigger.Name..'\nFFA Toggle: '..ffatoggle.Name..'\nHide Cheats: '..toggle_gui.Name
  8397. ..'\nChange ESP Origin: '..toggle_bottompos.Name..'\nPerformance Mode: '..toggle_performance.Name..'\nChange Font: '..toggle_font.Name
  8398.  
  8399. local n = 0
  8400.  
  8401. spawn(function()
  8402.     while Status do
  8403.         Indicator.TextColor3 = Color3.fromHSV(n,.5,1)
  8404.         FovGui.ImageColor3 = Indicator.TextColor3
  8405.         if not textSet then
  8406.         if aim_toggled and target then
  8407.             Status.TextColor3 = aimingcolor
  8408.             Status.Text = ('Aiming at '..target.Name)
  8409.         else
  8410.             Status.TextColor3 = Color3.fromHSV(n,.5,1)
  8411.             Status.Text = 'On Standby'
  8412.         end
  8413.         end
  8414.         n = (n+.005)%1
  8415.         hb()
  8416.     end
  8417. end)
  8418.  
  8419. SensAdjust.InputEnded:Connect(function() if SensAdjust.Text~='' then sens = tonumber(SensAdjust.Text)>0 and tonumber(SensAdjust.Text) or sens end end)
  8420. FovAdjust.InputEnded:Connect(function() if FovAdjust.Text~='' then fov = tonumber(FovAdjust.Text)>0 and tonumber(FovAdjust.Text) or fov
  8421. FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true) end end)
  8422. DropAdjust.InputEnded:Connect(function() if DropAdjust.Text~='' then drop = tonumber(DropAdjust.Text)>=0 and tonumber(DropAdjust.Text) or drop end end)
  8423.  
  8424. local function distfromspawn(x)
  8425.     if Spawn then
  8426.         return x:DistanceFromCharacter(Spawn.Position)
  8427.     else
  8428.         return 201
  8429.     end
  8430. end
  8431.  
  8432. local function setText(text)
  8433.     spawn(function()
  8434.     textSet = true
  8435.     Status.Text = text
  8436.     Status.TextColor3 = Color3.new(1,1,1)
  8437.     wait(#text/4)
  8438.     textSet = false
  8439.     end)
  8440. end
  8441.  
  8442. local function playsound(id)
  8443.     local sound = Instance.new('Sound',Camera)
  8444.     sound.SoundId = 'rbxassetid://'..id
  8445.     sound.Volume = 3
  8446.     sound:Play()
  8447.     game:GetService('Debris'):AddItem(sound,5)
  8448. end
  8449.  
  8450. playsound(1168009121)
  8451. Mouse.Icon = 'rbxassetid://'..mouseiconid
  8452.  
  8453. local function Notification(...)
  8454.     playsound(140910211)
  8455.     StarterGui:SetCore('SendNotification',...)
  8456. end
  8457.  
  8458. local function DrawLine(Folder,P1,P2,Thickness,Color,LineTransparency,BorderThickness,BorderColor)
  8459.     -- Declare variables
  8460.     local Point1,Point2 = P1.Position,P2.Position
  8461.     if Point1 and Point2 then
  8462.     local X,Y = Camera.ViewportSize.X, Camera.ViewportSize.Y
  8463.     local X1,X2 = (X * Point1.X.Scale + Point1.X.Offset + P1.Size.X.Offset/2), (X * Point2.X.Scale + Point2.X.Offset + P2.Size.X.Offset/2)
  8464.     local Y1,Y2 = (Y * Point1.Y.Scale + Point1.Y.Offset + P1.Size.Y.Offset/2), (Y * Point2.Y.Scale + Point2.Y.Offset + P2.Size.Y.Offset/2)
  8465.     local MidX,MidY = (X1+X2)/2, (Y1+Y2)/2
  8466.     -- Set defaults to prevent errors
  8467.     Thickness = Thickness or 1
  8468.     Color = Color or Color3.new(1,1,1)
  8469.     LineTransparency =  LineTransparency or 0
  8470.     BorderThickness = BorderThickness or 0
  8471.     BorderColor = BorderColor or Color3.new(0,0,0)
  8472.     -- Draw the line
  8473.     local Line = Folder:FindFirstChild(P1.Name..'-'..P2.Name) or Instance.new('Frame',Folder)
  8474.     Line.Visible = false
  8475.     Line.BackgroundTransparency = LineTransparency
  8476.     Line.BorderSizePixel = BorderThickness
  8477.     Line.BorderColor3 = BorderColor
  8478.     Line.Size = UDim2.new(0,(Vector2.new(X1,Y1) - Vector2.new(X2,Y2)).magnitude-1,0,Thickness)
  8479.     Line.Position = UDim2.new(0,MidX-Line.AbsoluteSize.X/2,0,MidY-Line.AbsoluteSize.Y)
  8480.     Line.BackgroundColor3 = Color
  8481.     Line.Rotation = math.deg(math.atan2((Y2-Y1),(X2-X1)))
  8482.     Line.Name = P1.Name..'-'..P2.Name
  8483.     Line.Visible = true
  8484.     return Line
  8485.     else
  8486.         return nil
  8487.     end
  8488. end
  8489.  
  8490. local function GetNearest(Mode)
  8491.     local lowest,nearest,gui = math.huge,nil,nil
  8492.     if Mode==1 then
  8493.     for _,plr in next,Players:GetPlayers() do
  8494.         if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
  8495.             local dist = Player:DistanceFromCharacter(plr.Character[targetpart].Position)
  8496.             local ray = Ray.new(Player.Character.Head.Position,(plr.Character[targetpart].Position-Player.Character.Head.Position).unit*5000)
  8497.             local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
  8498.             local Z = Camera:WorldToScreenPoint(plr.Character[targetpart].Position).Z
  8499.             if part and part:IsDescendantOf(plr.Character) and Z>0 and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
  8500.         end
  8501.     end
  8502.     elseif Mode==2 then
  8503.         for _,plr in next,Players:GetPlayers() do
  8504.             if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
  8505.                 local pos = Camera:WorldToScreenPoint(plr.Character[targetpart].Position)
  8506.                 local ray = Ray.new(Player.Character[targetpart].Position,(plr.Character[targetpart].Position-Player.Character[targetpart].Position).unit*2048)
  8507.                 local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
  8508.                 local dist = (Vector2.new(Mouse.X,Mouse.Y)-Vector2.new(pos.X,pos.Y)).magnitude
  8509.                 if part and part:IsDescendantOf(plr.Character) and pos.Z>0 and dist <= Camera.ViewportSize.X/(90/fov) and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
  8510.             end
  8511.         end
  8512.     end
  8513.     return nearest
  8514. end
  8515.    
  8516. Mouse.Move:Connect(function()
  8517.     cursor = ESP:FindFirstChild('Cursor') or Instance.new('Frame',ESP)
  8518.     cursor.Name = 'Cursor'
  8519.     cursor.BackgroundTransparency = 1
  8520.     cursor.Size = UDim2.new(0,1,0,1)
  8521.     cursor.Position = UDim2.new(0,Mouse.X,0,Mouse.Y)
  8522. end)
  8523.  
  8524. UIS.InputBegan:Connect(function(Input)
  8525.     if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  8526.         aim_toggled = true
  8527.         warn('GS: aim toggled',aim_toggled and 'on' or 'off')
  8528.         alert = true
  8529.         while aim_toggled and aimbot_toggled do
  8530.             target = GetNearest(aim_priority)
  8531.             if target then
  8532.                 local dist = Player:DistanceFromCharacter(target[targetpart].Position)
  8533.                 local headpos = Camera:WorldToScreenPoint(target[targetpart].Position+Vector3.new(0,dist/(100/drop),0))
  8534.                 local moveto = Vector2.new((headpos.X-Mouse.X)*sens,(headpos.Y-Mouse.Y)*sens)
  8535.                 aimpos = GUI:FindFirstChild('AimPos') or Instance.new('Frame',GUI)
  8536.                 if not GUI:FindFirstChild('AimPos') then
  8537.                 aimpos.Name = 'AimPos'
  8538.                 aimpos.BorderSizePixel = 1
  8539.                 aimpos.BorderColor3 = Color3.new(0,0,0)
  8540.                 aimpos.BackgroundTransparency = 0
  8541.                 aimpos.BackgroundColor3 = Color3.new(1,1,1)
  8542.                 aimpos.Rotation = 45
  8543.                 aimpos.ZIndex = 4
  8544.                 aimpos.Size = UDim2.new(0,3,0,3)
  8545.                 end
  8546.                 aimpos.Position = UDim2.new(0,headpos.X-aimpos.AbsoluteSize.X/2,0,headpos.Y-aimpos.AbsoluteSize.Y/2)
  8547.                 aimpos.Visible = true
  8548.                 mousemoverel(moveto.X,moveto.Y)
  8549.                 if alert or target~=target_old then
  8550.                     playsound(locksoundid)
  8551.                     print('GS: locked onto',target.Name)
  8552.                     lockedon = true
  8553.                     alert = false
  8554.                 end
  8555.             end
  8556.             RS.Heartbeat:wait()
  8557.             target_old = target
  8558.             if aimpos then
  8559.                 aimpos.Visible = false
  8560.             end
  8561.         end
  8562.         lockedon = false
  8563.     elseif Input.KeyCode == toggle_trigger then
  8564.         trigger_toggled = not trigger_toggled
  8565.         setText('Toggled TriggerBot '..(trigger_toggled and 'On' or 'Off'))
  8566.         Notification({Title='TriggerBot';Text='TriggerBot was toggled '..(trigger_toggled and 'On' or 'Off');Duration=2;})
  8567.         warn('trigger toggled',trigger_toggled and 'on' or 'off')
  8568.         local Box = Instance.new('SelectionBox',PlayerGui)
  8569.         Box.Color3 = Color3.new(1,0,0)
  8570.         Box.LineThickness = .05
  8571.         Box.Adornee = nil
  8572.         if trigger_delay>0 then wait(trigger_delay) end
  8573.         while trigger_toggled do
  8574.         local Target = Mouse.Target
  8575.         local plr = Players:FindFirstChild(Target.Parent.Name)
  8576.         if Target and Target.Parent and plr~=nil and plr~=Player and ffa or plr~=nil and plr.TeamColor~=Player.TeamColor then
  8577.             Box.Adornee = Mouse.Target
  8578.             mouse1press()
  8579.             wait()
  8580.             mouse1release()
  8581.         end
  8582.         RS.Heartbeat:wait()
  8583.         end
  8584.         Box:Destroy()
  8585.     elseif Input.KeyCode == toggle_esp then
  8586.         esp_toggled = not esp_toggled
  8587.         Notification({Title='ESP';Text='ESP was toggled '..(esp_toggled and 'On' or 'Off');Duration=2;})
  8588.         setText('Toggled ESP '..(esp_toggled and 'On' or 'Off'))
  8589.     elseif Input.KeyCode == toggle_aimbot then
  8590.         aimbot_toggled = not aimbot_toggled
  8591.         Notification({Title='AimBot';Text='AimBot was toggled '..(aimbot_toggled and 'On' or 'Off');Duration=2;})
  8592.         setText('Toggled AimBot '..(aimbot_toggled and 'On' or 'Off'))
  8593.     elseif Input.KeyCode == fov_increase then
  8594.         fov = fov + .5
  8595.         FovAdjust.Text = tonumber(fov)
  8596.         if FovGui.Visible then
  8597.             FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  8598.         end
  8599.         setText('Aim FOV: '..fov)
  8600.     elseif Input.KeyCode == fov_decrease and fov>0 then
  8601.         fov = fov - .5
  8602.         FovAdjust.Text = tonumber(fov)
  8603.         if FovGui.Visible then
  8604.             FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  8605.         end
  8606.         setText('Aim FOV: '..fov)
  8607.     elseif Input.KeyCode == sens_increase then
  8608.         sens = sens + .05
  8609.         SensAdjust.Text = tonumber(sens)
  8610.         setText('Sens: '..sens)
  8611.     elseif Input.KeyCode == sens_decrease then
  8612.         sens = sens - .05
  8613.         SensAdjust.Text = tonumber(sens)
  8614.         setText('Sens: '..sens)
  8615.     elseif Input.KeyCode == targetpart_change then
  8616.         val = val+1
  8617.         targetpart = val<=#parts and parts[val] or parts[1]
  8618.         if parts[1]==targetpart then val = 1 end
  8619.         Notification({Title='Target Part';Text='Target part set to '..targetpart;Duration=2;})
  8620.         setText('Target Part: '..targetpart)
  8621.     elseif Input.KeyCode == ffatoggle then
  8622.         ffa = not ffa
  8623.         Notification({Title='FFA Mode';Text='FFA Mode is '..(ffa and 'Enabled' or 'Disabled');Duration=2;})
  8624.         setText('FFA Mode: '..(ffa and 'Enabled' or 'Disabled'))
  8625.     elseif Input.KeyCode == priority_toggle then
  8626.         aim_priority = aim_priority+1>2 and 0 or 1
  8627.         aim_priority = aim_priority+1
  8628.         FovGui.Visible = aim_priority>1
  8629.         Notification({Title='Aim Priority';Text='Aim Priority: '..(aim_priority==1 and 'Distance' or 'FOV');Duration=2;})
  8630.         setText('Aim Priority: '..(aim_priority==1 and 'Distance' or 'FOV'))
  8631.     elseif Input.KeyCode == toggle_bones then
  8632.         esp_bones = not esp_bones
  8633.         if not esp_bones then
  8634.         for _,v in next,ESP:GetDescendants() do
  8635.             if v:IsA('Frame') and v.Name:match('-') then
  8636.                 v:Destroy()
  8637.             end
  8638.         end
  8639.         end
  8640.         Notification({Title='ESP';Text='ESP Bones: '..(esp_bones and 'Enabled' or 'Disabled');Duration=2;})
  8641.         setText('Toggled ESP Bones '..(esp_bones and 'Enabled' or 'Disabled'))
  8642.     elseif Input.KeyCode == toggle_gui then
  8643.         hidden = not hidden
  8644.         for _,gui in next,GUI:GetDescendants() do
  8645.             if gui:IsA('GuiObject') and not hidden and not gui.Visible then
  8646.                 gui.Visible = true
  8647.                 Mouse.Icon = 'rbxassetid://'..mouseiconid
  8648.             elseif gui:IsA('GuiObject') and gui.Visible then
  8649.                 gui.Visible = false
  8650.                 esp_toggled = false
  8651.                 Mouse.Icon = old_icon
  8652.             end
  8653.             end
  8654.         elseif Input.KeyCode == toggle_bottompos then
  8655.             bottompos = not bottompos
  8656.             if bottompos then
  8657.                 Bottom.Position = UDim2.new(.5,0,1,1)
  8658.             end
  8659.         elseif Input.KeyCode == toggle_performance then
  8660.             performancemode = not performancemode
  8661.             setText('Performance Mode '..(performancemode and 'Enabled' or 'Disabled'))
  8662.         elseif Input.KeyCode == toggle_chams then
  8663.             esp_chams = not esp_chams
  8664.             setText('Chams '..(esp_chams and 'Enabled' or 'Disabled'))
  8665.             Notification({Title='ESP';Text='Chams: '..(esp_chams and 'Enabled' or 'Disabled');Duration=2;})
  8666.         elseif Input.KeyCode == toggle_tracers then
  8667.             esp_tracers = not esp_tracers
  8668.             setText('Tracers '..(esp_chams and 'Enabled' or 'Disabled'))
  8669.             Notification({Title='ESP';Text='Tracers: '..(esp_tracers and 'Enabled' or 'Disabled');Duration=2;})
  8670.         elseif Input.KeyCode == toggle_boxes then
  8671.             bounding_box = not bounding_box
  8672.             setText('Bounding Boxes '..(bounding_box and 'Enabled' or 'Disabled'))
  8673.             Notification({Title='ESP';Text='Bounding Boxes: '..(bounding_box and 'Enabled' or 'Disabled');Duration=2;})
  8674.         elseif Input.KeyCode == toggle_font then
  8675.                 currentfont = (currentfont+1)>#fonts and 1 or currentfont+1
  8676.                 for _,v in next,GUI:GetDescendants() do
  8677.                     if v.Name~='KeysList' then
  8678.                     if v:IsA('TextLabel') or v:IsA('TextButton') then
  8679.                         v.Font = fonts[currentfont]
  8680.                     end
  8681.                     end
  8682.                 end
  8683.         end
  8684. end)
  8685.  
  8686. UIS.InputEnded:Connect(function(Input)
  8687.     if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  8688.         aim_toggled = false
  8689.     end
  8690. end)
  8691.  
  8692. local function checkifspawned(x)
  8693.     spawned = false
  8694.     while not spawned and game.PlaceId==292439477 do
  8695.         spawned = distfromspawn(x)>200 and true or false
  8696.         wait(1/5)
  8697.     end
  8698.     spawned = true
  8699. end
  8700.  
  8701. checkifspawned(Player)
  8702. Player.CharacterAdded:Connect(function(c)
  8703.     checkifspawned(Player)
  8704.    
  8705.     for _,v in next,ESP:GetDescendants() do
  8706.         if v:IsA('Frame') and v.Name:match('-') then
  8707.             v:Destroy()
  8708.         end
  8709.     end
  8710. end)
  8711.  
  8712. Notification({Title='GameSense '..version;Text='Cheat loaded successfully.';Icon='rbxassetid://2572157833';Duration=10;})
  8713. wait(.5)
  8714. Notification({Title='Main Coder';Text='AvexusDev';Duration=4;Icon='https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username=AvexusDev'})
  8715. wait(.5)
  8716. Notification({Title='Thank you!';Text='If you like this script, please leave a vouch on my thread!';Duration=4;})
  8717.  
  8718. RS.RenderStepped:Connect(function()
  8719.     if cursor then
  8720.         FovGui.Position = cursor.Position-UDim2.new(0,FovGui.AbsoluteSize.X/2,0,FovGui.AbsoluteSize.Y/2)
  8721.         Indicator.Position = cursor.Position+UDim2.new(0,0,0,40)
  8722.     end
  8723. end)
  8724.  
  8725. Mouse.Button1Down:Connect(function()
  8726.     spawn(function()
  8727.         if FovGui.Visible then
  8728.             FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2.35,0,Camera.ViewportSize.X/(90/fov)*2.35),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  8729.             wait(.1)
  8730.             FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2,0,Camera.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
  8731.         end
  8732.     end)
  8733. end)
  8734.  
  8735. while true do
  8736.     Indicator.Text = (aim_priority>1 and 'FOV: '..fov or 'Distance') ..'\nSens: '..sens..(aim_toggled and '\nAiming' or '')
  8737.     if not bottompos then Bottom.Position = cursor.Position end
  8738.     if esp_toggled then
  8739.     for _,v in next,ESP:children() do
  8740.         if v~=Bottom and not Players:FindFirstChild(v.Name) then
  8741.             v:Destroy()
  8742.         end
  8743.     end
  8744.     for _,v in next,Players:GetPlayers() do
  8745.         local Char = v.Character
  8746.         if Char and spawned and v~=Player and Char:FindFirstChild(targetpart) and distfromspawn(v)>100 then
  8747.             if ffa or v.TeamColor~=Player.TeamColor then
  8748.             local X = Camera:GetPartsObscuringTarget({Camera.CFrame.p,Char[targetpart].CFrame.p},{v.Character,Char,Camera,unpack(windows)})
  8749.             local Dist = Player:DistanceFromCharacter(Char:FindFirstChild(targetpart).Position)
  8750.             local Color = hiddencolor
  8751.             local Folder = ESP:FindFirstChild(v.Name) or Instance.new('Folder',ESP)
  8752.             Folder.Name = v.Name
  8753.             -- ESP
  8754.             local Head = Folder:FindFirstChild('Head') or Instance.new('Frame',Folder)
  8755.             if not Folder:FindFirstChild('Head') then
  8756.             Head.Name = 'Head'
  8757.             Head.BorderSizePixel = 1
  8758.             Head.BorderColor3 = Color3.new(0,0,0)
  8759.             Head.BackgroundTransparency = 0
  8760.             end
  8761.             Head.BackgroundColor3 = #X>0 and hiddencolor or #X==0 and visiblecolor
  8762.             Head.Rotation = headboxshape=='diamond' and 45 or 0
  8763.             Head.ZIndex = 3
  8764.             local HP = Folder:FindFirstChild('HP') or Instance.new('TextLabel',Folder)
  8765.             if not Folder:FindFirstChild('HP') then
  8766.             HP.Name = 'HP'
  8767.             HP.TextTransparency = Head.BackgroundTransparency-.4
  8768.             HP.Font = fonts[currentfont]
  8769.             HP.TextStrokeTransparency = .6
  8770.             HP.BackgroundTransparency = 1
  8771.             HP.TextSize = 14
  8772.             end
  8773.             HP.Text = showdists and Char.Name..'\n'..math.floor(Dist+.5) or Char.Name
  8774.             if aim_toggled and target==Char then
  8775.                 Head.Size = UDim2.new(0,headboxaimsize,0,headboxaimsize)
  8776.                 Head.BackgroundColor3 = aimingcolor
  8777.                 HP.Text = showdists and '['..Char.Name..']'..'\n'..math.floor(Dist+.5) or '['..Char.Name..']'
  8778.                 HP.TextSize = 16
  8779.             else
  8780.                 Head.Size = UDim2.new(0,headboxsize,0,headboxsize)
  8781.             end
  8782.             HP.TextColor3 = Head.BackgroundColor3
  8783.             local toScreen = Camera:WorldToScreenPoint(Char[targetpart].CFrame.p)
  8784.             if #X==0 then Color = visiblecolor end
  8785.             Head.Position = UDim2.new(0,toScreen.X-Head.Size.X.Offset/2,0,toScreen.Y-Head.Size.Y.Offset/2)
  8786.             HP.Position = Head.Position-UDim2.new(0,0,0,textoffset)
  8787.             if esp_tracers then
  8788.             local Line = DrawLine(Folder,ESP.Bottom,Head,linesize,Head.BackgroundColor3,.75,1,Color3.new(0,0,0))
  8789.                 Line.Visible = Head.Visible
  8790.             else
  8791.                 local imtired = Folder:FindFirstChild(ESP.Bottom.Name..'-'..Head.Name)
  8792.                 if imtired then
  8793.                     imtired:Destroy()
  8794.                 end
  8795.             end
  8796.             if toScreen.Z<=0 then Head.Visible = false else Head.Visible = true end
  8797.             HP.Visible = Head.Visible
  8798.             if Char:FindFirstChild('Humanoid') and Char.Humanoid.RigType==Enum.HumanoidRigType.R6 then
  8799.             local Neck = Folder:FindFirstChild('Neck') or Instance.new('Frame',Folder)
  8800.             Neck.Name = 'Neck'
  8801.             Neck.ZIndex = 2
  8802.             if Char['Torso']~=nil then
  8803.             local Pos = (Char.Torso.CFrame*CFrame.new(0,.8,0)).p
  8804.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8805.             Neck.Position = UDim2.new(0,X,0,Y)
  8806.             Neck.BorderSizePixel = 0
  8807.             if Z<=0 then Neck.Visible = false else Neck.Visible = true end
  8808.             else
  8809.                 Neck.Visible = false
  8810.             end
  8811.             --
  8812.             local Pelvis = Folder:FindFirstChild('Pelvis') or Instance.new('Frame',Folder)
  8813.             Pelvis.Name = 'Pelvis'
  8814.             Pelvis.ZIndex = 2
  8815.             Pelvis.BorderSizePixel = 0
  8816.             if Char['Torso']~=nil then
  8817.             local Pos = (Char.Torso.CFrame*CFrame.new(0,-1,0)).p
  8818.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8819.             Pelvis.Position = UDim2.new(0,X,0,Y)
  8820.             if Z<=0 then Pelvis.Visible = false else Pelvis.Visible = true end
  8821.             else
  8822.                 Pelvis.Visible = false
  8823.             end
  8824.             --
  8825.             local RightFoot = Folder:FindFirstChild('Right Foot') or Instance.new('Frame',Folder)
  8826.             RightFoot.Name = 'Right Foot'
  8827.             RightFoot.ZIndex = 2
  8828.             RightFoot.BorderSizePixel = 0
  8829.             if Char['Right Leg']~=nil then
  8830.             local Pos = (Char['Right Leg'].CFrame*CFrame.new(0,-1,0)).p
  8831.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8832.             RightFoot.Position = UDim2.new(0,X,0,Y)
  8833.             if Z<=0 then RightFoot.Visible = false else RightFoot.Visible = true end
  8834.             else
  8835.                 RightFoot.Visible = false
  8836.             end
  8837.             --
  8838.             local LeftFoot = Folder:FindFirstChild('Left Foot') or Instance.new('Frame',Folder)
  8839.             LeftFoot.Name = 'Left Foot'
  8840.             if Char['Left Leg']~=nil then
  8841.             local Pos = (Char['Left Leg'].CFrame*CFrame.new(0,-1,0)).p
  8842.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8843.             LeftFoot.Position = UDim2.new(0,X,0,Y)
  8844.             LeftFoot.BorderSizePixel = 0
  8845.             if Z<=0 then LeftFoot.Visible = false else LeftFoot.Visible = true end
  8846.             else
  8847.                 LeftFoot.Visible = false
  8848.             end
  8849.             --
  8850.             local RightHand = Folder:FindFirstChild('Right Hand') or Instance.new('Frame',Folder)
  8851.             RightHand.Name = 'Right Hand'
  8852.             RightHand.ZIndex = 2
  8853.             RightHand.BorderSizePixel = 0
  8854.             if Char['Right Arm']~=nil then
  8855.             local Pos = (Char['Right Arm'].CFrame*CFrame.new(0,-1,0)).p
  8856.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8857.             RightHand.Position = UDim2.new(0,X,0,Y)
  8858.             if Z<=0 then RightHand.Visible = false else RightHand.Visible = true end
  8859.             else
  8860.                 RightHand.Visible = false
  8861.             end
  8862.             --
  8863.             local LeftHand = Folder:FindFirstChild('Left Hand') or Instance.new('Frame',Folder)
  8864.             LeftHand.Name = 'Left Hand'
  8865.             LeftHand.ZIndex = 2
  8866.             LeftHand.BorderSizePixel = 0
  8867.             if Char['Left Arm']~=nil then
  8868.             local Pos = (Char['Left Arm'].CFrame*CFrame.new(0,-1,0)).p
  8869.             local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
  8870.             LeftHand.Position = UDim2.new(0,X,0,Y)
  8871.             if Z<=0 then LeftHand.Visible = false else LeftHand.Visible = true end
  8872.             else
  8873.                 LeftHand.Visible = false
  8874.             end
  8875.             -- draw joints
  8876.             if esp_bones then
  8877.             if Head.Visible then DrawLine(Folder,Head,Neck,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8878.             if Neck.Visible then DrawLine(Folder,Neck,Pelvis,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8879.             if Neck.Visible then DrawLine(Folder,Neck,RightHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8880.             if Neck.Visible then DrawLine(Folder,Neck,LeftHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8881.             if Pelvis.Visible then DrawLine(Folder,Pelvis,RightFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8882.             if Pelvis.Visible then DrawLine(Folder,Pelvis,LeftFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
  8883.             end
  8884.             end
  8885.            
  8886.             if esp_chams then
  8887.                 for _,Part in next,Char:children() do
  8888.                     if Part:IsA('BasePart') and Part.Name~='HumanoidRootPart' then
  8889.                         local Adornment = Folder:FindFirstChild(Part.Name..'_Cham') or Instance.new('BoxHandleAdornment',Folder)
  8890.                         if not Folder:FindFirstChild(Part.Name..'_Cham') then
  8891.                         Adornment.Name = Part.Name..'_Cham'
  8892.                         Adornment.Adornee = Part
  8893.                         Adornment.AlwaysOnTop = true
  8894.                         Adornment.Size = Part.Name=='Head' and Vector3.new(1,1,1) or Part.Size
  8895.                         Adornment.ZIndex = 1
  8896.                         end
  8897.                         Adornment.Color3 = Head.BackgroundColor3
  8898.                     end
  8899.                 end
  8900.             else
  8901.                 for _,v in next,Folder:GetDescendants() do
  8902.                     if v.Name:match('Cham') then
  8903.                         v:Destroy()
  8904.                     end
  8905.                 end
  8906.             end
  8907.            
  8908.             if bounding_box and Char:FindFirstChild('HumanoidRootPart') then
  8909.                 local Box = Char:FindFirstChild('Box') or Instance.new('BillboardGui',Char)
  8910.                 if not Char:FindFirstChild('Box') then
  8911.                 Box.Name = 'Box'
  8912.                 Box.Adornee = Char:FindFirstChild('HumanoidRootPart')
  8913.                 Box.AlwaysOnTop = true
  8914.                 Box.LightInfluence = 0
  8915.                 Box.StudsOffset = Vector3.new(0,-Box.Adornee.Size.Y/4,0)
  8916.                 Box.Size = UDim2.new(4,1,5,1)
  8917.                 local Top = Instance.new('Frame',Box)
  8918.                 Top.Size = UDim2.new(1,0,0,box_line_size)
  8919.                 Top.BorderSizePixel = 0
  8920.                 local Bot = Top:Clone()
  8921.                 Bot.Position = UDim2.new(0,0,1,-box_line_size)
  8922.                 Bot.Parent = Box
  8923.                 local Left = Top:Clone()
  8924.                 Left.Size = UDim2.new(0,1,1,0)
  8925.                 Left.Parent = Box
  8926.                 local Right = Left:Clone()
  8927.                 Right.Position = UDim2.new(1,-box_line_size,0,0)
  8928.                 Right.Parent = Box
  8929.                 end
  8930.                 for _,v in next,Box:children() do
  8931.                     if v:IsA('Frame') then
  8932.                         v.BackgroundColor3 = Head.BackgroundColor3
  8933.                     end
  8934.                 end
  8935.             else
  8936.                 local Box = Char:FindFirstChild('Box')
  8937.                 if Box then
  8938.                     Box:Destroy()
  8939.                 end
  8940.             end
  8941.            
  8942.             if lockedon and target and aim_line and ESP:FindFirstChild(target.Name) then
  8943.                 DrawLine(ESP,cursor,ESP:FindFirstChild(target.Name).Head,1,Head.BackgroundColor3,.5)
  8944.             end
  8945.            
  8946.         else
  8947.             if ESP:FindFirstChild(v.Name) then
  8948.                 ESP:FindFirstChild(v.Name):Destroy()
  8949.             end
  8950.             end
  8951.         else
  8952.             if ESP:FindFirstChild(v.Name) then
  8953.                 ESP:FindFirstChild(v.Name):Destroy()
  8954.             end
  8955.         end
  8956.         end
  8957.     else
  8958.         for _,v in next,ESP:children() do
  8959.             if v:IsA('Folder') then
  8960.                 v:Destroy()
  8961.             end
  8962.         end
  8963.     end
  8964.     if performancemode then
  8965.         wait(1/(workspace:GetRealPhysicsFPS()*.75))
  8966.     else
  8967.         RS.Stepped:wait()
  8968.     end
  8969. end
  8970.  
  8971. --[[ broken
  8972. spawn(function()
  8973. while script and game.PlaceId == 292439477 and workspace:FindFirstChild('Map') do
  8974.     windows = {}
  8975.     for _,v in next,workspace.Map:GetChildren() do
  8976.         if v.Name=='Window' then
  8977.             table.insert(windows,v)
  8978.         end
  8979.     end
  8980.     wait(2)
  8981. end
  8982. end)
  8983. --]]
  8984. end)
  8985.  
  8986. Makarov.Name = "Makarov"
  8987. Makarov.Parent = Main
  8988. Makarov.BackgroundColor3 = Color3.new(1, 1, 1)
  8989. Makarov.Position = UDim2.new(0.0181418657, 0, 0.396480113, 0)
  8990. Makarov.Size = UDim2.new(0, 166, 0, 28)
  8991. Makarov.Font = Enum.Font.SourceSans
  8992. Makarov.Text = "Makarov"
  8993. Makarov.TextColor3 = Color3.new(0, 0, 0)
  8994. Makarov.TextSize = 20
  8995. Makarov.MouseButton1Down:connect(function()
  8996. game.ReplicatedStorage.GunShop.remote:FireServer("buyWep","Makarov")
  8997. end)
  8998.  
  8999. TommyGun.Name = "Tommy Gun"
  9000. TommyGun.Parent = Main
  9001. TommyGun.BackgroundColor3 = Color3.new(1, 1, 1)
  9002. TommyGun.Position = UDim2.new(0.0187760293, 0, 0.13128674, 0)
  9003. TommyGun.Size = UDim2.new(0, 166, 0, 28)
  9004. TommyGun.Font = Enum.Font.SourceSans
  9005. TommyGun.Text = "Tommy Gun"
  9006. TommyGun.TextColor3 = Color3.new(0, 0, 0)
  9007. TommyGun.TextSize = 20
  9008. TommyGun.MouseButton1Down:connect(function()
  9009. game.ReplicatedStorage.GunShop.remote:FireServer("buyWep","Tommygun")
  9010.  
  9011. end)
  9012.  
  9013. UFOR6.Name = "UFO R6"
  9014. UFOR6.Parent = Main
  9015. UFOR6.BackgroundColor3 = Color3.new(1, 1, 1)
  9016. UFOR6.Position = UDim2.new(0.704226136, 0, 0.398061544, 0)
  9017. UFOR6.Size = UDim2.new(0, 166, 0, 28)
  9018. UFOR6.Font = Enum.Font.SourceSans
  9019. UFOR6.Text = "UFO R6"
  9020. UFOR6.TextColor3 = Color3.new(0, 0, 0)
  9021. UFOR6.TextSize = 20
  9022. UFOR6.MouseButton1Down:connect(function()
  9023. power = 900 -- change this to make it more or less powerful
  9024.  
  9025. game:GetService('RunService').Stepped:connect(function()
  9026. game.Players.LocalPlayer.Character.Head.CanCollide = false
  9027. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  9028. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  9029. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  9030. end)
  9031.  
  9032. wait(.1)
  9033. local bambam = Instance.new("BodyThrust")
  9034. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  9035. bambam.Force = Vector3.new(power,0,power)
  9036. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  9037.  
  9038. -- Enable Backpack in Prison
  9039. game.StarterGui:SetCoreGuiEnabled(2, true)
  9040. end)
  9041.  
  9042. EnableBackpack.Name = "Enable Backpack"
  9043. EnableBackpack.Parent = Main
  9044. EnableBackpack.BackgroundColor3 = Color3.new(1, 1, 1)
  9045. EnableBackpack.Position = UDim2.new(0.364886701, 0, 0.670666695, 0)
  9046. EnableBackpack.Size = UDim2.new(0, 166, 0, 28)
  9047. EnableBackpack.Font = Enum.Font.SourceSans
  9048. EnableBackpack.Text = "Enable Backpack"
  9049. EnableBackpack.TextColor3 = Color3.new(0, 0, 0)
  9050. EnableBackpack.TextSize = 20
  9051. EnableBackpack.MouseButton1Down:connect(function()
  9052. game.StarterGui:SetCoreGuiEnabled(2, true)
  9053. end)
  9054.  
  9055. Money.Name = "Money "
  9056. Money.Parent = Main
  9057. Money.BackgroundColor3 = Color3.new(1, 1, 1)
  9058. Money.Position = UDim2.new(0.364420235, 0, 0.402710855, 0)
  9059. Money.Size = UDim2.new(0, 166, 0, 28)
  9060. Money.Font = Enum.Font.SourceSans
  9061. Money.Text = "Money "
  9062. Money.TextColor3 = Color3.new(0, 0, 0)
  9063. Money.TextSize = 20
  9064. Money.MouseButton1Down:connect(function()
  9065. while wait() do
  9066. local remote = Game["ReplicatedStorage"]["Jobs"]["Done"]
  9067. local args = {
  9068.     [1] = "Doctor"
  9069. }
  9070. remote:FireServer(unpack(args))
  9071. end
  9072.  
  9073. end)
  9074.  
  9075. Close.Name = "Close"
  9076. Close.Parent = Main
  9077. Close.BackgroundColor3 = Color3.new(0.713726, 0, 0.0117647)
  9078. Close.BackgroundTransparency = 0.5
  9079. Close.BorderSizePixel = 0
  9080. Close.Position = UDim2.new(0.944101751, 0, 0.00276243105, 0)
  9081. Close.Size = UDim2.new(0, 34, 0, 31)
  9082. Close.Font = Enum.Font.SourceSans
  9083. Close.Text = "X"
  9084. Close.TextColor3 = Color3.new(0, 0, 0)
  9085. Close.TextSize = 35
  9086. Close.MouseButton1Down:connect(function()
  9087. OpenFrame.Visible = true
  9088. Main.Visible = false
  9089. end)
  9090.  
  9091. OpenFrame.Name = "OpenFrame"
  9092. OpenFrame.Parent = Moscow
  9093. OpenFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9094. OpenFrame.Position = UDim2.new(-2.86388691e-09, 0, 0.495085984, 0)
  9095. OpenFrame.Size = UDim2.new(0, 117, 0, 45)
  9096.  
  9097. Open.Name = "Open"
  9098. Open.Parent = OpenFrame
  9099. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9100. Open.BorderSizePixel = 0
  9101. Open.Position = UDim2.new(-1.43194345e-08, 0, 0.0581217408, 0)
  9102. Open.Size = UDim2.new(0, 117, 0, 39)
  9103. Open.Font = Enum.Font.Gotham
  9104. Open.Text = "Open"
  9105. Open.TextColor3 = Color3.new(1, 1, 1)
  9106. Open.TextSize = 25
  9107. Open.MouseButton1Down:connect(function()
  9108. Main.Visible = true
  9109. OpenFrame.Visible = false
  9110. end)
  9111.  
  9112. -- Scripts:
  9113. end)
  9114.  
  9115. Center3.Name = "Center3"
  9116. Center3.Parent = Main
  9117. Center3.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  9118. Center3.BackgroundTransparency = 0.10000000149012
  9119. Center3.BorderSizePixel = 0
  9120. Center3.Position = UDim2.new(0.370499432, 0, 0.540540516, 0)
  9121. Center3.Size = UDim2.new(0, 238, 0, 50)
  9122. Center3.Font = Enum.Font.SourceSans
  9123. Center3.Text = "Soon"
  9124. Center3.TextColor3 = Color3.new(0, 0, 0)
  9125. Center3.TextSize = 14
  9126.  
  9127. Center4.Name = "Center4"
  9128. Center4.Parent = Main
  9129. Center4.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  9130. Center4.BackgroundTransparency = 0.10000000149012
  9131. Center4.BorderSizePixel = 0
  9132. Center4.Position = UDim2.new(0.370499432, 0, 0.716216207, 0)
  9133. Center4.Size = UDim2.new(0, 238, 0, 50)
  9134. Center4.Font = Enum.Font.SourceSans
  9135. Center4.Text = "Soon"
  9136. Center4.TextColor3 = Color3.new(0, 0, 0)
  9137. Center4.TextSize = 14
  9138.  
  9139. OpenFrame.Name = "OpenFrame"
  9140. OpenFrame.Parent = K_Ware
  9141. OpenFrame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  9142. OpenFrame.BorderSizePixel = 0
  9143. OpenFrame.Position = UDim2.new(0, 0, 0.416461915, 0)
  9144. OpenFrame.Size = UDim2.new(0, 119, 0, 43)
  9145.  
  9146. Open.Name = "Open"
  9147. Open.Parent = OpenFrame
  9148. Open.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  9149. Open.BackgroundTransparency = 0.10000000149012
  9150. Open.Position = UDim2.new(0.0504201688, 0, 0.186046511, 0)
  9151. Open.Size = UDim2.new(0, 105, 0, 28)
  9152. Open.Font = Enum.Font.SourceSans
  9153. Open.Text = "Open"
  9154. Open.TextColor3 = Color3.new(0, 0, 0)
  9155. Open.TextSize = 14
  9156. Open.MouseButton1Down:connect(function()
  9157. Main.Visible = true
  9158. OpenFrame.Visible = false
  9159. end)
  9160. -- Scripts:
Add Comment
Please, Sign In to add comment