Advertisement
Guest User

FE Trolling GUI

a guest
Feb 26th, 2020
118,435
2
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 188.15 KB | None | 2 0
  1. --Made By Klutch
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Menu = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextButton = Instance.new("TextButton")
  6. local Speed = Instance.new("TextButton")
  7. local Jump = Instance.new("TextButton")
  8. local Admin = Instance.new("TextButton")
  9. local Fly = Instance.new("TextButton")
  10. local BlockHats = Instance.new("TextButton")
  11. local Fling = Instance.new("TextButton")
  12. local Punch = Instance.new("TextButton")
  13. local Naked = Instance.new("TextButton")
  14. local Tp = Instance.new("TextButton")
  15. local TextButton_2 = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Menu.Name = "Menu"
  23. Menu.Parent = ScreenGui
  24. Menu.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  25. Menu.BorderColor3 = Color3.fromRGB(0, 130, 195)
  26. Menu.BorderSizePixel = 3
  27. Menu.Position = UDim2.new(0.603076994, 0, 0.57002461, 0)
  28. Menu.Size = UDim2.new(0, 455, 0, 279)
  29. Menu.Visible = false
  30.  
  31. TextLabel.Parent = Menu
  32. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. TextLabel.BackgroundTransparency = 1.000
  34. TextLabel.Position = UDim2.new(0.250549436, 0, 0, 0)
  35. TextLabel.Size = UDim2.new(0, 246, 0, 42)
  36. TextLabel.Font = Enum.Font.SourceSansBold
  37. TextLabel.Text = "FE Trolling GUI"
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.TextScaled = true
  40. TextLabel.TextSize = 14.000
  41. TextLabel.TextWrapped = true
  42.  
  43. TextButton.Parent = Menu
  44. TextButton.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  45. TextButton.BorderColor3 = Color3.fromRGB(0, 170, 255)
  46. TextButton.BorderSizePixel = 3
  47. TextButton.Position = UDim2.new(0.89340657, 0, 0.0107527971, 0)
  48. TextButton.Size = UDim2.new(0, 42, 0, 44)
  49. TextButton.Font = Enum.Font.SourceSansBold
  50. TextButton.Text = "X"
  51. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. TextButton.TextScaled = true
  53. TextButton.TextSize = 14.000
  54. TextButton.TextWrapped = true
  55.  
  56. Speed.Name = "Speed"
  57. Speed.Parent = Menu
  58. Speed.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  59. Speed.BorderColor3 = Color3.fromRGB(0, 156, 234)
  60. Speed.BorderSizePixel = 3
  61. Speed.Position = UDim2.new(0.0461538471, 0, 0.211601675, 0)
  62. Speed.Size = UDim2.new(0, 122, 0, 51)
  63. Speed.Font = Enum.Font.SourceSansBold
  64. Speed.Text = "Speed"
  65. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Speed.TextSize = 50.000
  67. Speed.MouseButton1Down:connect(function()
  68. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  69. end)
  70.  
  71. Jump.Name = "Jump"
  72. Jump.Parent = Menu
  73. Jump.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  74. Jump.BorderColor3 = Color3.fromRGB(0, 156, 234)
  75. Jump.BorderSizePixel = 3
  76. Jump.Position = UDim2.new(0.0461538471, 0, 0.444576591, 0)
  77. Jump.Size = UDim2.new(0, 122, 0, 51)
  78. Jump.Font = Enum.Font.SourceSansBold
  79. Jump.Text = "Jump"
  80. Jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Jump.TextSize = 50.000
  82. Jump.MouseButton1Down:connect(function()
  83. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  84. end)
  85.  
  86. Admin.Name = "Admin"
  87. Admin.Parent = Menu
  88. Admin.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  89. Admin.BorderColor3 = Color3.fromRGB(0, 156, 234)
  90. Admin.BorderSizePixel = 3
  91. Admin.Position = UDim2.new(0.0461538471, 0, 0.670383036, 0)
  92. Admin.Size = UDim2.new(0, 122, 0, 51)
  93. Admin.Font = Enum.Font.SourceSansBold
  94. Admin.Text = "Admin"
  95. Admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. Admin.TextScaled = true
  97. Admin.TextSize = 50.000
  98. Admin.TextWrapped = true
  99. Admin.MouseButton1Down:connect(function()
  100. -- Creator: illremember#3799
  101.  
  102. -- Credits to infinite yield, harkinian, dex creators
  103.  
  104. prefix = ";"
  105. wait(0.3)
  106. Commands = {
  107. '[-] cmdbar is shown when ; is pressed.',
  108. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  109. '[2] bring [plr] -- You need a tool! Will bring player to you',
  110. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  111. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  112. '[5] attach [plr] -- You need a tool! Attaches you to player',
  113. '[6] unattach [plr] -- Attempts to unattach you from a player',
  114. '[7] follow [plr] -- Makes you follow behind the player',
  115. '[8] unfollow',
  116. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  117. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  118. '[11] untrail',
  119. '[12] orbit [plr] -- Makes you orbit the player',
  120. '[13] unorbit',
  121. '[14] fling [plr] -- Makes you fling the player',
  122. '[15] unfling',
  123. '[16] fecheck -- Checks if the game is FE or not',
  124. '[17] void [plr] -- Teleports player to the void',
  125. '[18] noclip -- Gives you noclip to walk through walls',
  126. '[19] clip -- Removes noclip',
  127. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  128. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  129. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  130. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  131. '[24] annoy [plr] -- Loop teleports you to the player',
  132. '[25] unannoy',
  133. '[26] headwalk [plr] -- Loop teleports you to the player head',
  134. '[27] unheadwalk',
  135. '[28] nolimbs -- Removes your arms and legs',
  136. '[29] god -- Gives you FE Godmode',
  137. '[30] drophats -- Drops your accessories',
  138. '[31] droptool -- Drops any tool you have equipped',
  139. '[32] loopdhats -- Loop drops your accessories',
  140. '[33] unloopdhats',
  141. '[34] loopdtool -- Loop drops any tools you have equipped',
  142. '[35] unloopdtool',
  143. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  144. '[37] view [plr] -- Changes your camera to the player character',
  145. '[38] unview',
  146. '[39] goto [plr] -- Teleports you to player',
  147. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  148. '[41] unfly',
  149. '[42] chat [msg] -- Makes you chat a message',
  150. '[43] spam [msg] -- Spams a message',
  151. '[44] unspam',
  152. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  153. '[46] pmspam [plr] -- Spams a player in private message',
  154. '[47] unpmspam',
  155. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  156. '[49] uncfreeze [plr]',
  157. '[50] unlockws -- Unlocks the workspace',
  158. '[51] lockws -- Locks the workspace',
  159. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  160. '[53] pstand -- Enables platform stand',
  161. '[54] unpstand -- Disables platform stand',
  162. '[55] blockhead -- Removes your head mesh',
  163. '[56] sit',
  164. '[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',
  165. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  166. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  167. '[60] cmds -- Prints all commands',
  168. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  169. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  170. '[63] spinner -- Makes you spin',
  171. '[64] nospinner',
  172. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  173. '[66] noreach -- Removes reach, must have tool equipped',
  174. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  175. '[68] tp me [plr] -- Alternative to goto',
  176. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  177. '[70] uncbring',
  178. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  179. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  180. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  181. '[74] unglitch -- Unglitches you',
  182. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  183. '[76] explorer -- Loads up DEX',
  184. '[77] reset -- Resets your character.',
  185. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  186. '[79] animgui -- Loads up Energize animations GUI',
  187. '[80] savepos -- Saves your current position',
  188. '[81] loadpos -- Teleports you to your saved position',
  189. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  190. '[83] unbang',
  191. '[84] delcmdbar -- Removes the command bar completely',
  192. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  193. '[86] shutdown -- Uses harkinians script to shutdown server',
  194. '[87] respawn -- If grespawn doesnt work you can use respawn',
  195. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  196. '[89] getplrs -- Prints all players in game',
  197. '[90] deldecal -- Deletes all decals client sided',
  198. '[91] opfinality -- Loads in my FE GUI Opfinality',
  199. '[92] remotes -- Prints all remotes in the game in the console when added',
  200. '[93] noremotes -- Stops printing remotes',
  201. '[94] tpdefault -- Stops all loop teleports to a player',
  202. '[95] stopsit -- Will not allow you to sit',
  203. '[96] gosit -- Allows you to sit',
  204. '[97] clicktp -- Enables click tp',
  205. '[98] noclicktp -- Disables click tp',
  206. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  207. '[100] toolsoff -- Stops ;toolson',
  208. '[101] version -- Gets the admin version',
  209. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  210. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  211. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  212. '[105] clickdel -- Delete any block you press q on, client sided',
  213. '[106] noclickdel -- Stops clickdel',
  214. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  215. '[108] unlooprhats -- Stops loop removing mesh',
  216. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  217. '[110] unlooprtool -- Stops loop removing mesh',
  218. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  219. '[112] age [plr] -- Makes you chat the account age of the player',
  220. '[113] id [plr] -- Makes you chat the account ID of the player',
  221. '[114] .age [plr] -- Privately shows you the account age of the player',
  222. '[115] .id [plr] -- Privately shows you the account ID of the player',
  223. '[116] gameid -- Shows the game ID',
  224. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  225. '[118] removefog -- Removes fog, client sided',
  226. '[119] disable -- Disables your character by removing humanoid',
  227. '[120] enable -- Enables your character by adding humanoid',
  228. '[121] prefix [key] -- Changes the prefix used, default is ;',
  229. '[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.',
  230. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  231. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  232. '[125] uncarpet -- Stops carpet player',
  233. '[126] stare [plr] -- Turns your character to stare at another player',
  234. '[127] unstare -- Stops stare player',
  235. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  236. '[129] unlogchat -- Disables logchat',
  237. '[130] fixcam -- Fixes/resets your camera',
  238. '[131] unstate -- Stops changing state',
  239. }
  240. speedget = 1
  241.  
  242. lplayer = game:GetService("Players").LocalPlayer
  243.  
  244. lplayer.CharacterAdded:Connect(function(character)
  245. spin = false
  246. flying = false
  247. staring = false
  248. banpl = false
  249. end)
  250.  
  251. function change()
  252. prefix = prefix
  253. speedfly = speedfly
  254. end
  255.  
  256. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  257. local Found = {}
  258. local strl = String:lower()
  259. if strl == "all" then
  260. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  261. table.insert(Found,v)
  262. end
  263. elseif strl == "others" then
  264. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  265. if v.Name ~= lplayer.Name then
  266. table.insert(Found,v)
  267. end
  268. end
  269. elseif strl == "me" then
  270. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  271. if v.Name == lplayer.Name then
  272. table.insert(Found,v)
  273. end
  274. end
  275. else
  276. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  277. if v.Name:lower():sub(1, #String) == String:lower() then
  278. table.insert(Found,v)
  279. end
  280. end
  281. end
  282. return Found
  283. end
  284.  
  285. local Mouse = lplayer:GetMouse()
  286.  
  287. spin = false
  288. followed = false
  289. traill = false
  290. noclip = false
  291. annoying = false
  292. hwalk = false
  293. droppinghats = false
  294. droppingtools = false
  295. flying = false
  296. spamdelay = 1
  297. spamming = false
  298. spammingpm = false
  299. cbringing = false
  300. remotes = true
  301. added = true
  302. binds = false
  303. stopsitting = false
  304. clickgoto = false
  305. gettingtools = false
  306. removingmeshhats = false
  307. removingmeshtool = false
  308. clickdel = false
  309. staring = false
  310. chatlogs = false
  311. banpl = false
  312. changingstate = false
  313. statechosen = 0
  314.  
  315. adminversion = "Reviz Admin by illremember, Version 2.0"
  316.  
  317. flying = false
  318. speedfly = 1
  319.  
  320. function plrchat(plr, chat)
  321. print(plr.Name..": "..tick().."\n"..chat)
  322. end
  323.  
  324. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  325. v.Chatted:connect(function(chat)
  326. if chatlogs then
  327. plrchat(v, chat)
  328. end
  329. end)
  330. end
  331. game:GetService("Players").PlayerAdded:connect(function(plr)
  332. plr.Chatted:connect(function(chat)
  333. if chatlogs then
  334. plrchat(plr, chat)
  335. end
  336. end)
  337. end)
  338.  
  339.  
  340. local ScreenGui = Instance.new("ScreenGui")
  341. local Frame = Instance.new("Frame")
  342. local CMDBAR = Instance.new("TextBox")
  343. ScreenGui.Parent = game:GetService("CoreGui")
  344. Frame.Parent = ScreenGui
  345. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  346. Frame.BackgroundTransparency = 0.3
  347. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  348. Frame.Size = UDim2.new(0, 200, 0, 40)
  349. Frame.Active = true
  350. Frame.Draggable = true
  351. CMDBAR.Name = "CMDBAR"
  352. CMDBAR.Parent = Frame
  353. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  354. CMDBAR.BackgroundTransparency = 0.20000000298023
  355. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  356. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  357. CMDBAR.Font = Enum.Font.SourceSansLight
  358. CMDBAR.FontSize = Enum.FontSize.Size14
  359. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  360. CMDBAR.TextScaled = true
  361. CMDBAR.TextSize = 14
  362. CMDBAR.TextWrapped = true
  363. CMDBAR.Text = "Press ; to type, Enter to execute"
  364.  
  365. local CMDS = Instance.new("ScreenGui")
  366. local CMDSFRAME = Instance.new("Frame")
  367. local ScrollingFrame = Instance.new("ScrollingFrame")
  368. local TextLabel = Instance.new("TextLabel")
  369. local closegui = Instance.new("TextButton")
  370. CMDS.Name = "CMDS"
  371. CMDS.Parent = game:GetService("CoreGui")
  372. CMDSFRAME.Name = "CMDSFRAME"
  373. CMDSFRAME.Parent = CMDS
  374. CMDSFRAME.Active = true
  375. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  376. CMDSFRAME.BorderSizePixel = 0
  377. CMDSFRAME.Draggable = true
  378. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  379. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  380. CMDSFRAME.Visible = false
  381. ScrollingFrame.Parent = CMDSFRAME
  382. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  383. ScrollingFrame.BorderSizePixel = 0
  384. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  385. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  386. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  387. TextLabel.Parent = ScrollingFrame
  388. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  389. TextLabel.BackgroundTransparency = 1
  390. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  391. TextLabel.Font = Enum.Font.SourceSans
  392. TextLabel.FontSize = Enum.FontSize.Size18
  393. 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."
  394. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  395. TextLabel.TextSize = 15
  396. TextLabel.TextWrapped = true
  397. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  398. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  399. closegui.Name = "closegui"
  400. closegui.Parent = CMDSFRAME
  401. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  402. closegui.BorderSizePixel = 0
  403. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  404. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  405. closegui.Font = Enum.Font.SourceSansBold
  406. closegui.FontSize = Enum.FontSize.Size24
  407. closegui.Text = "X"
  408. closegui.TextColor3 = Color3.new(1, 1, 1)
  409. closegui.TextSize = 20
  410.  
  411. closegui.MouseButton1Click:connect(function()
  412. CMDSFRAME.Visible = false
  413. end)
  414.  
  415. game:GetService('RunService').Stepped:connect(function()
  416. if spin then
  417. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  418. end
  419. if followed then
  420. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  421. end
  422. if traill then
  423. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  424. end
  425. if annoying then
  426. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  427. end
  428. if hwalk then
  429. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  430. end
  431. if staring then
  432. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  433. end
  434. end)
  435. game:GetService('RunService').Stepped:connect(function()
  436. if noclip then
  437. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  438. lplayer.Character.Head.CanCollide = false
  439. lplayer.Character.Torso.CanCollide = false
  440. lplayer.Character["Left Leg"].CanCollide = false
  441. lplayer.Character["Right Leg"].CanCollide = false
  442. else
  443. lplayer.Character.Humanoid:ChangeState(11)
  444. end
  445. end
  446. if changingstate then
  447. lplayer.Character.Humanoid:ChangeState(statechosen)
  448. end
  449. end)
  450. game:GetService('RunService').Stepped:connect(function()
  451. if droppinghats then
  452. for i,v in pairs(lplayer.Character:GetChildren()) do
  453. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  454. v.Parent = workspace
  455. end
  456. end
  457. end
  458. if droppingtools then
  459. for i,v in pairs(lplayer.Character:GetChildren()) do
  460. if (v:IsA("Tool")) then
  461. v.Parent = workspace
  462. end
  463. end
  464. end
  465. if removingmeshhats then
  466. for i,v in pairs(lplayer.Character:GetChildren()) do
  467. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  468. v.Handle.Mesh:Destroy()
  469. end
  470. end
  471. end
  472. if removingmeshtool then
  473. for i,v in pairs(lplayer.Character:GetChildren()) do
  474. if (v:IsA("Tool")) then
  475. v.Handle.Mesh:Destroy()
  476. end
  477. end
  478. end
  479. end)
  480. game:GetService('RunService').Stepped:connect(function()
  481. if banpl then
  482. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  483. end
  484. end)
  485. game:GetService('RunService').Stepped:connect(function()
  486. if stopsitting then
  487. lplayer.Character.Humanoid.Sit = false
  488. end
  489. end)
  490.  
  491. plr = lplayer
  492. hum = plr.Character.HumanoidRootPart
  493. mouse = plr:GetMouse()
  494. mouse.KeyDown:connect(function(key)
  495. if key == "e" then
  496. if mouse.Target then
  497. if clickgoto then
  498. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  499. elseif clickdel then
  500. mouse.Target:Destroy()
  501. end
  502. end
  503. end
  504. end)
  505.  
  506. game:GetService("Workspace").ChildAdded:connect(function(part)
  507. if gettingtools then
  508. if part:IsA("Tool") then
  509. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  510. end
  511. end
  512. end)
  513.  
  514. lplayer.Chatted:Connect(function(msg)
  515. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  516. if string.sub(msg, 7) == "me" then
  517. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  518. else
  519. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  520. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  521. lplayer.Character.Humanoid.Name = 1
  522. local l = lplayer.Character["1"]:Clone()
  523. l.Parent = lplayer.Character
  524. l.Name = "Humanoid"
  525. wait(0.1)
  526. lplayer.Character["1"]:Destroy()
  527. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  528. lplayer.Character.Animate.Disabled = true
  529. wait(0.1)
  530. lplayer.Character.Animate.Disabled = false
  531. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  532. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  533. lplayer.Character.Humanoid:EquipTool(v)
  534. end
  535. local function tp(player,player2)
  536. local char1,char2=player.Character,player2.Character
  537. if char1 and char2 then
  538. char1:MoveTo(char2.Head.Position)
  539. end
  540. end
  541. wait(0.1)
  542. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  543. wait(0.2)
  544. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  545. wait(0.5)
  546. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  547. wait(0.7)
  548. tp(lplayer,game:GetService("Players")[v.Name])
  549. wait(0.7)
  550. lplayer.Character.HumanoidRootPart.CFrame = NOW
  551. game:GetService("StarterGui"):SetCore("SendNotification", {
  552. Title = "Tools needed!";
  553. Text = "You need a tool in your backpack for this command!";
  554. })
  555. end
  556. end
  557. end
  558. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  559. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  560. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  561. lplayer.Character.Humanoid.Name = 1
  562. local l = lplayer.Character["1"]:Clone()
  563. l.Parent = lplayer.Character
  564. l.Name = "Humanoid"
  565. wait(0.1)
  566. lplayer.Character["1"]:Destroy()
  567. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  568. lplayer.Character.Animate.Disabled = true
  569. wait(0.1)
  570. lplayer.Character.Animate.Disabled = false
  571. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  572. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  573. lplayer.Character.Humanoid:EquipTool(v)
  574. end
  575. local function tp(player,player2)
  576. local char1,char2=player.Character,player2.Character
  577. if char1 and char2 then
  578. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  579. end
  580. end
  581. local function getout(player,player2)
  582. local char1,char2=player.Character,player2.Character
  583. if char1 and char2 then
  584. char1:MoveTo(char2.Head.Position)
  585. end
  586. end
  587. tp(game:GetService("Players")[v.Name], lplayer)
  588. wait(0.2)
  589. tp(game:GetService("Players")[v.Name], lplayer)
  590. wait(0.5)
  591. lplayer.Character.HumanoidRootPart.CFrame = NOW
  592. wait(0.5)
  593. getout(lplayer, game:GetService("Players")[v.Name])
  594. wait(0.3)
  595. lplayer.Character.HumanoidRootPart.CFrame = NOW
  596. game:GetService("StarterGui"):SetCore("SendNotification", {
  597. Title = "Tools needed!";
  598. Text = "You need a tool in your backpack for this command!";
  599. })
  600. end
  601. end
  602. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  603. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  604. lplayer.Character.Humanoid.Name = 1
  605. local l = lplayer.Character["1"]:Clone()
  606. l.Parent = lplayer.Character
  607. l.Name = "Humanoid"
  608. wait(0.1)
  609. lplayer.Character["1"]:Destroy()
  610. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  611. lplayer.Character.Animate.Disabled = true
  612. wait(0.1)
  613. lplayer.Character.Animate.Disabled = false
  614. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  615. lplayer.Character.Animate.Disabled = false
  616. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  617. lplayer.Character.Humanoid:EquipTool(v)
  618. end
  619. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  620. spinplr = v
  621. wait(0.5)
  622. spin = true
  623. game:GetService("StarterGui"):SetCore("SendNotification", {
  624. Title = "Tools needed!";
  625. Text = "You need a tool in your backpack for this command!";
  626. })
  627. end
  628. end
  629. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  630. spin = false
  631. end
  632. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  633. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  634. lplayer.Character.Humanoid.Name = 1
  635. local l = lplayer.Character["1"]:Clone()
  636. l.Parent = lplayer.Character
  637. l.Name = "Humanoid"
  638. wait(0.1)
  639. lplayer.Character["1"]:Destroy()
  640. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  641. lplayer.Character.Animate.Disabled = true
  642. wait(0.1)
  643. lplayer.Character.Animate.Disabled = false
  644. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  645. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  646. lplayer.Character.Humanoid:EquipTool(v)
  647. end
  648. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  649. wait(0.3)
  650. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  651. attplr = v
  652. game:GetService("StarterGui"):SetCore("SendNotification", {
  653. Title = "Tools needed!";
  654. Text = "You need a tool in your backpack for this command!";
  655. })
  656. end
  657. end
  658. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  659. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  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. getout(lplayer, game:GetService("Players")[v.Name])
  667. end
  668. end
  669. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  670. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  671. followed = true
  672. flwplr = v
  673. end
  674. end
  675. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  676. followed = false
  677. end
  678. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  679. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  680. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  681. lplayer.Character.Humanoid.Name = 1
  682. local l = lplayer.Character["1"]:Clone()
  683. l.Parent = lplayer.Character
  684. l.Name = "Humanoid"
  685. wait(0.1)
  686. lplayer.Character["1"]:Destroy()
  687. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  688. lplayer.Character.Animate.Disabled = true
  689. wait(0.1)
  690. lplayer.Character.Animate.Disabled = false
  691. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  692. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  693. lplayer.Character.Humanoid:EquipTool(v)
  694. end
  695. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  696. wait(0.2)
  697. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  698. wait(0.6)
  699. lplayer.Character.HumanoidRootPart.CFrame = NOW
  700. wait(0.6)
  701. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  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.."trail ") then
  709. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  710. traill = true
  711. trlplr = v
  712. end
  713. end
  714. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  715. traill = false
  716. end
  717. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  718. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  719. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  720. else
  721. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  722. local o = Instance.new("RocketPropulsion")
  723. o.Parent = lplayer.Character.HumanoidRootPart
  724. o.Name = "Orbit"
  725. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  726. o:Fire()
  727. noclip = true
  728. end
  729. end
  730. end
  731. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  732. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  733. noclip = false
  734. end
  735. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  736. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  737. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  738. else
  739. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  740. local y = Instance.new("RocketPropulsion")
  741. y.Parent = lplayer.Character.HumanoidRootPart
  742. y.CartoonFactor = 1
  743. y.MaxThrust = 800000
  744. y.MaxSpeed = 1000
  745. y.ThrustP = 200000
  746. y.Name = "Fling"
  747. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  748. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  749. y:Fire()
  750. noclip = true
  751. end
  752. end
  753. end
  754. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  755. noclip = false
  756. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  757. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  758. wait(0.4)
  759. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  760. end
  761. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  762. if game:GetService("Workspace").FilteringEnabled == true then
  763. warn("FE is Enabled (Filtering Enabled)")
  764. game:GetService("StarterGui"):SetCore("SendNotification", {
  765. Title = "FE is Enabled";
  766. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  767. })
  768. else
  769. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  770. game:GetService("StarterGui"):SetCore("SendNotification", {
  771. Title = "FE is Disabled";
  772. Text = "Filtering Disabled. Consider using a different admin script.";
  773. })
  774. end
  775. end
  776. if string.sub(msg, 1, 6) == (prefix.."void ") then
  777. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  778. lplayer.Character.Humanoid.Name = 1
  779. local l = lplayer.Character["1"]:Clone()
  780. l.Parent = lplayer.Character
  781. l.Name = "Humanoid"
  782. wait(0.1)
  783. lplayer.Character["1"]:Destroy()
  784. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  785. lplayer.Character.Animate.Disabled = true
  786. wait(0.1)
  787. lplayer.Character.Animate.Disabled = false
  788. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  789. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  790. lplayer.Character.Humanoid:EquipTool(v)
  791. end
  792. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  793. wait(0.2)
  794. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  795. wait(0.6)
  796. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  797. game:GetService("StarterGui"):SetCore("SendNotification", {
  798. Title = "Tools needed!";
  799. Text = "You need a tool in your backpack for this command!";
  800. })
  801. end
  802. end
  803. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  804. noclip = true
  805. game:GetService("StarterGui"):SetCore("SendNotification", {
  806. Title = "Noclip enabled";
  807. Text = "Type ;clip to disable";
  808. })
  809. end
  810. if string.sub(msg, 1, 5) == (prefix.."clip") then
  811. noclip = false
  812. game:GetService("StarterGui"):SetCore("SendNotification", {
  813. Title = "Noclip disabled";
  814. Text = "Type ;noclip to enable";
  815. })
  816. end
  817. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  818. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  819. end
  820. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  821. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  822. end
  823. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  824. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  825. end
  826. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  827. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  828. end
  829. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  830. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  831. end
  832. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  833. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  834. end
  835. if string.sub(msg, 1, 8) == (prefix.."default") then
  836. lplayer.Character.Humanoid.JumpPower = 50
  837. lplayer.Character.Humanoid.WalkSpeed = 16
  838. lplayer.Character.Humanoid.HipHeight = 0
  839. end
  840. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  841. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  842. annoying = true
  843. annplr = v
  844. end
  845. end
  846. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  847. annoying = false
  848. end
  849. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  850. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  851. hwalk = true
  852. hdwplr = v
  853. end
  854. end
  855. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  856. hwalk = false
  857. end
  858. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  859. lplayer.Character["Left Leg"]:Destroy()
  860. lplayer.Character["Left Arm"]:Destroy()
  861. lplayer.Character["Right Leg"]:Destroy()
  862. lplayer.Character["Right Arm"]:Destroy()
  863. end
  864. if string.sub(msg, 1, 4) == (prefix.."god") then
  865. lplayer.Character.Humanoid.Name = 1
  866. local l = lplayer.Character["1"]:Clone()
  867. l.Parent = lplayer.Character
  868. l.Name = "Humanoid"
  869. wait(0.1)
  870. lplayer.Character["1"]:Destroy()
  871. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  872. lplayer.Character.Animate.Disabled = true
  873. wait(0.1)
  874. lplayer.Character.Animate.Disabled = false
  875. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  876. game:GetService("StarterGui"):SetCore("SendNotification", {
  877. Title = "FE Godmode enabled";
  878. Text = "Use ;grespawn or ;respawn to remove";
  879. })
  880. end
  881. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  882. for i,v in pairs(lplayer.Character:GetChildren()) do
  883. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  884. v.Parent = workspace
  885. end
  886. end
  887. end
  888. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  889. for i,v in pairs(lplayer.Character:GetChildren()) do
  890. if (v:IsA("Tool")) then
  891. v.Parent = workspace
  892. end
  893. end
  894. end
  895. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  896. droppinghats = true
  897. game:GetService("StarterGui"):SetCore("SendNotification", {
  898. Title = "Loop Drop Enabled";
  899. Text = "Type ;unloopdhats to disable";
  900. })
  901. end
  902. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  903. droppinghats = false
  904. game:GetService("StarterGui"):SetCore("SendNotification", {
  905. Title = "Loop Drop Disabled";
  906. Text = "Type ;loopdhats to enable.";
  907. })
  908. end
  909. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  910. droppingtools = true
  911. game:GetService("StarterGui"):SetCore("SendNotification", {
  912. Title = "Loop Drop Enabled";
  913. Text = "Type ;unloopdtool to disable";
  914. })
  915. end
  916. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  917. droppingtools = false
  918. game:GetService("StarterGui"):SetCore("SendNotification", {
  919. Title = "Loop Drop Disabled";
  920. Text = "Type ;loopdtool to enable.";
  921. })
  922. end
  923. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  924. Local = game:GetService('Players').LocalPlayer
  925. Char = Local.Character
  926. touched,tpdback = false, false
  927. box = Instance.new('Part',workspace)
  928. box.Anchored = true
  929. box.CanCollide = true
  930. box.Size = Vector3.new(10,1,10)
  931. box.Position = Vector3.new(0,10000,0)
  932. box.Touched:connect(function(part)
  933. if (part.Parent.Name == Local.Name) then
  934. if touched == false then
  935. touched = true
  936. function apply()
  937. if script.Disabled ~= true then
  938. no = Char.HumanoidRootPart:Clone()
  939. wait(.25)
  940. Char.HumanoidRootPart:Destroy()
  941. no.Parent = Char
  942. Char:MoveTo(loc)
  943. touched = false
  944. end end
  945. if Char then
  946. apply()
  947. end
  948. end
  949. end
  950. end)
  951. repeat wait() until Char
  952. loc = Char.HumanoidRootPart.Position
  953. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  954. game:GetService("StarterGui"):SetCore("SendNotification", {
  955. Title = "Invisibility enabled!";
  956. Text = "Reset or use ;respawn to remove.";
  957. })
  958. end
  959. if string.sub(msg, 1, 6) == (prefix.."view ") then
  960. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  961. if game:GetService("Players")[v.Name].Character.Humanoid then
  962. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  963. else
  964. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  965. end
  966. end
  967. end
  968. if string.sub(msg, 1, 7) == (prefix.."unview") then
  969. if lplayer.Character.Humanoid then
  970. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  971. else
  972. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  973. end
  974. end
  975. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  976. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  977. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  978. end
  979. end
  980. if string.sub(msg, 1, 4) == (prefix.."fly") then
  981. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  982. repeat wait() until Mouse
  983.  
  984. local T = lplayer.Character.HumanoidRootPart
  985. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  986. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  987. local SPEED = speedget
  988.  
  989. local function fly()
  990. flying = true
  991. local BG = Instance.new('BodyGyro', T)
  992. local BV = Instance.new('BodyVelocity', T)
  993. BG.P = 9e4
  994. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  995. BG.cframe = T.CFrame
  996. BV.velocity = Vector3.new(0, 0.1, 0)
  997. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  998. spawn(function()
  999. repeat wait()
  1000. lplayer.Character.Humanoid.PlatformStand = true
  1001. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1002. SPEED = 50
  1003. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1004. SPEED = 0
  1005. end
  1006. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1007. 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
  1008. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1009. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1010. 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
  1011. else
  1012. BV.velocity = Vector3.new(0, 0.1, 0)
  1013. end
  1014. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1015. until not flying
  1016. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1017. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1018. SPEED = 0
  1019. BG:destroy()
  1020. BV:destroy()
  1021. lplayer.Character.Humanoid.PlatformStand = false
  1022. end)
  1023. end
  1024. Mouse.KeyDown:connect(function(KEY)
  1025. if KEY:lower() == 'w' then
  1026. CONTROL.F = speedfly
  1027. elseif KEY:lower() == 's' then
  1028. CONTROL.B = -speedfly
  1029. elseif KEY:lower() == 'a' then
  1030. CONTROL.L = -speedfly
  1031. elseif KEY:lower() == 'd' then
  1032. CONTROL.R = speedfly
  1033. end
  1034. end)
  1035. Mouse.KeyUp:connect(function(KEY)
  1036. if KEY:lower() == 'w' then
  1037. CONTROL.F = 0
  1038. elseif KEY:lower() == 's' then
  1039. CONTROL.B = 0
  1040. elseif KEY:lower() == 'a' then
  1041. CONTROL.L = 0
  1042. elseif KEY:lower() == 'd' then
  1043. CONTROL.R = 0
  1044. end
  1045. end)
  1046. fly()
  1047. end
  1048. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1049. flying = false
  1050. lplayer.Character.Humanoid.PlatformStand = false
  1051. end
  1052. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1053. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1054. end
  1055. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1056. spamtext = (string.sub(msg, 7))
  1057. spamming = true
  1058. end
  1059. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1060. spamming = false
  1061. end
  1062. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1063. spamdelay = (string.sub(msg, 11))
  1064. end
  1065. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1066. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1067. pmspammed = v.Name
  1068. spammingpm = true
  1069. end
  1070. end
  1071. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1072. spammingpm = false
  1073. end
  1074. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1075. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1076. v.Character["Left Leg"].Anchored = true
  1077. v.Character["Left Arm"].Anchored = true
  1078. v.Character["Right Leg"].Anchored = true
  1079. v.Character["Right Arm"].Anchored = true
  1080. v.Character.Torso.Anchored = true
  1081. v.Character.Head.Anchored = true
  1082. end
  1083. end
  1084. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1085. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1086. v.Character["Left Leg"].Anchored = false
  1087. v.Character["Left Arm"].Anchored = false
  1088. v.Character["Right Leg"].Anchored = false
  1089. v.Character["Right Arm"].Anchored = false
  1090. v.Character.Torso.Anchored = false
  1091. v.Character.Head.Anchored = false
  1092. end
  1093. end
  1094. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1095. local a = game:GetService("Workspace"):getChildren()
  1096. for i = 1, #a do
  1097. if a[i].className == "Part" then
  1098. a[i].Locked = false
  1099. elseif a[i].className == "Model" then
  1100. local r = a[i]:getChildren()
  1101. for i = 1, #r do
  1102. if r[i].className == "Part" then
  1103. r[i].Locked = false
  1104. end
  1105. end
  1106. end
  1107. end
  1108. game:GetService("StarterGui"):SetCore("SendNotification", {
  1109. Title = "Success!";
  1110. Text = "Workspace unlocked. Use ;lockws to lock.";
  1111. })
  1112. end
  1113. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1114. local a = game:GetService("Workspace"):getChildren()
  1115. for i = 1, #a do
  1116. if a[i].className == "Part" then
  1117. a[i].Locked = true
  1118. elseif a[i].className == "Model" then
  1119. local r = a[i]:getChildren()
  1120. for i = 1, #r do
  1121. if r[i].className == "Part" then
  1122. r[i].Locked = true
  1123. end
  1124. end
  1125. end
  1126. end
  1127. end
  1128. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1129. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1130. Clone_T.BinType = "Clone"
  1131. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1132. Destruct.BinType = "Hammer"
  1133. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1134. Hold_T.BinType = "Grab"
  1135. end
  1136. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1137. lplayer.Character.Humanoid.PlatformStand = true
  1138. end
  1139. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1140. lplayer.Character.Humanoid.PlatformStand = false
  1141. end
  1142. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1143. lplayer.Character.Head.Mesh:Destroy()
  1144. end
  1145. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1146. lplayer.Character.Humanoid.Sit = true
  1147. end
  1148. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1149. local function bringobjw()
  1150. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1151. if obj.Name == (string.sub(msg, 11)) then
  1152. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1153. obj.CanCollide = false
  1154. obj.Transparency = 0.7
  1155. wait()
  1156. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1157. wait()
  1158. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1159. wait()
  1160. obj.CFrame = lplayer.Character["Head"].CFrame
  1161. end
  1162. end
  1163. end
  1164. while wait() do
  1165. bringobjw()
  1166. end
  1167. game:GetService("StarterGui"):SetCore("SendNotification", {
  1168. Title = "BringObj";
  1169. Text = "BringObj enabled.";
  1170. })
  1171. end
  1172. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1173. vis = (string.sub(msg, 8))
  1174. local a = game:GetService("Workspace"):GetDescendants()
  1175. for i = 1, #a do
  1176. if a[i].className == "Part" then
  1177. a[i].Transparency = vis
  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].Transparency = vis
  1183. end
  1184. end
  1185. end
  1186. end
  1187. end
  1188. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1189. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1190. game:GetService("StarterGui"):SetCore("SendNotification", {
  1191. Title = "Success!";
  1192. Text = "HyperTotal GUI Loaded!";
  1193. })
  1194. end
  1195. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1196. CMDSFRAME.Visible = true
  1197. end
  1198. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1199. for i,v in pairs(lplayer.Character:GetChildren()) do
  1200. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1201. v.Handle.Mesh:Destroy()
  1202. end
  1203. end
  1204. end
  1205. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1206. for i,v in pairs(lplayer.Character:GetChildren()) do
  1207. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1208. v.Handle.Mesh:Destroy()
  1209. end
  1210. end
  1211. end
  1212. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1213. for i,v in pairs(lplayer.Character:GetChildren()) do
  1214. if (v:IsA("Tool")) then
  1215. v.Handle.Mesh:Destroy()
  1216. end
  1217. end
  1218. end
  1219. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1220. for i,v in pairs(lplayer.Character:GetChildren()) do
  1221. if (v:IsA("Tool")) then
  1222. v.Handle.Mesh:Destroy()
  1223. end
  1224. end
  1225. end
  1226. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1227. local p = Instance.new("RocketPropulsion")
  1228. p.Parent = lplayer.Character.HumanoidRootPart
  1229. p.Name = "Spinner"
  1230. p.Target = lplayer.Character["Left Arm"]
  1231. p:Fire()
  1232. game:GetService("StarterGui"):SetCore("SendNotification", {
  1233. Title = "Spinner enabled";
  1234. Text = "Type ;nospinner to disable.";
  1235. })
  1236. end
  1237. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1238. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1239. end
  1240. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1241. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1242. if v:isA("Tool") then
  1243. local a = Instance.new("SelectionBox",v.Handle)
  1244. a.Adornee = v.Handle
  1245. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1246. v.GripPos = Vector3.new(0,0,0)
  1247. lplayer.Character.Humanoid:UnequipTools()
  1248. end
  1249. end
  1250. game:GetService("StarterGui"):SetCore("SendNotification", {
  1251. Title = "Reach applied!";
  1252. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1253. })
  1254. end
  1255. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1256. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1257. if v:isA("Tool") then
  1258. handleSize = v.Handle.Size
  1259. wait()
  1260. local a = Instance.new("SelectionBox",v.Handle)
  1261. a.Name = "a"
  1262. a.Adornee = v.Handle
  1263. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1264. v.GripPos = Vector3.new(0,0,0)
  1265. lplayer.Character.Humanoid:UnequipTools()
  1266. end
  1267. end
  1268. game:GetService("StarterGui"):SetCore("SendNotification", {
  1269. Title = "Reach applied!";
  1270. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1271. })
  1272. end
  1273. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1274. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1275. if v:isA("Tool") then
  1276. v.Handle.a:Destroy()
  1277. v.Handle.Size = handleSize
  1278. end
  1279. end
  1280. game:GetService("StarterGui"):SetCore("SendNotification", {
  1281. Title = "Reach removed!";
  1282. Text = "Removed reach from equipped sword.";
  1283. })
  1284. end
  1285. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1286. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1287. lplayer.Character.Humanoid.Name = 1
  1288. local l = lplayer.Character["1"]:Clone()
  1289. l.Parent = lplayer.Character
  1290. l.Name = "Humanoid"
  1291. wait(0.1)
  1292. lplayer.Character["1"]:Destroy()
  1293. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1294. lplayer.Character.Animate.Disabled = true
  1295. wait(0.1)
  1296. lplayer.Character.Animate.Disabled = false
  1297. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1298. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1299. lplayer.Character.Humanoid:EquipTool(v)
  1300. end
  1301. wait(0.1)
  1302. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1303. wait(0.2)
  1304. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1305. wait(0.5)
  1306. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1307. game:GetService("StarterGui"):SetCore("SendNotification", {
  1308. Title = "Tools needed!";
  1309. Text = "You need a tool in your backpack for this command!";
  1310. })
  1311. end
  1312. end
  1313. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1314. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1315. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1316. end
  1317. end
  1318. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1319. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1320. cbringall = true
  1321. else
  1322. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1323. brplr = v.Name
  1324. end
  1325. end
  1326. cbring = true
  1327. end
  1328. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1329. cbring = false
  1330. cbringall = false
  1331. end
  1332. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1333. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1334. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1335. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1336. lplayer.Character.Humanoid.Name = 1
  1337. local l = lplayer.Character["1"]:Clone()
  1338. l.Parent = lplayer.Character
  1339. l.Name = "Humanoid"
  1340. wait(0.1)
  1341. lplayer.Character["1"]:Destroy()
  1342. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1343. lplayer.Character.Animate.Disabled = true
  1344. wait(0.1)
  1345. lplayer.Character.Animate.Disabled = false
  1346. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1347. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1348. lplayer.Character.Humanoid:EquipTool(v)
  1349. end
  1350. local function tp(player,player2)
  1351. local char1,char2=player.Character,player2.Character
  1352. if char1 and char2 then
  1353. char1:MoveTo(char2.Head.Position)
  1354. end
  1355. end
  1356. wait(0.1)
  1357. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1358. wait(0.2)
  1359. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1360. wait(0.5)
  1361. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1362. wait(0.6)
  1363. tp(lplayer, game:GetService("Players")[v.Name])
  1364. wait(0.4)
  1365. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1366. game:GetService("StarterGui"):SetCore("SendNotification", {
  1367. Title = "Tools needed!";
  1368. Text = "You need a tool in your backpack for this command!";
  1369. })
  1370. end
  1371. end
  1372. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1373. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1374. lplayer.Character.Humanoid.Name = 1
  1375. local l = lplayer.Character["1"]:Clone()
  1376. l.Parent = lplayer.Character
  1377. l.Name = "Humanoid"
  1378. wait(0.1)
  1379. lplayer.Character["1"]:Destroy()
  1380. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1381. lplayer.Character.Animate.Disabled = true
  1382. wait(0.1)
  1383. lplayer.Character.Animate.Disabled = false
  1384. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1385. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1386. lplayer.Character.Humanoid:EquipTool(v)
  1387. end
  1388. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1389. wait(0.3)
  1390. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1391. wait(0.4)
  1392. b = Instance.new("BodyForce")
  1393. b.Parent = lplayer.Character.HumanoidRootPart
  1394. b.Name = "Glitch"
  1395. b.Force = Vector3.new(100000000,5000,0)
  1396. game:GetService("StarterGui"):SetCore("SendNotification", {
  1397. Title = "Tools needed!";
  1398. Text = "You need a tool in your backpack for this command!";
  1399. })
  1400. end
  1401. end
  1402. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1403. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1404. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1405. b = Instance.new("BodyForce")
  1406. b.Parent = lplayer.Character.HumanoidRootPart
  1407. b.Name = "unGlitch"
  1408. b.Force = Vector3.new(0,-5000000,0)
  1409. wait(2)
  1410. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1411. end
  1412. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1413. lplayer.Character.Humanoid.Health = 0
  1414. wait(1)
  1415. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1416. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1417. end
  1418. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1419. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1420. game:GetService("StarterGui"):SetCore("SendNotification", {
  1421. Title = "Success!";
  1422. Text = "DEX Explorer has loaded.";
  1423. })
  1424. end
  1425. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1426. local Anim = Instance.new("Animation")
  1427. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1428. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1429. track:Play(.1, 1, 1)
  1430. end
  1431. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1432. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1433. game:GetService("StarterGui"):SetCore("SendNotification", {
  1434. Title = "Success!";
  1435. Text = "Energize Animations GUI has loaded.";
  1436. })
  1437. end
  1438. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1439. saved = lplayer.Character.HumanoidRootPart.CFrame
  1440. game:GetService("StarterGui"):SetCore("SendNotification", {
  1441. Title = "Position Saved";
  1442. Text = "Use ;loadpos to return to saved position.";
  1443. })
  1444. end
  1445. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1446. lplayer.Character.HumanoidRootPart.CFrame = saved
  1447. end
  1448. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1449. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1450. local Anim2 = Instance.new("Animation")
  1451. Anim2.AnimationId = "rbxassetid://148840371"
  1452. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1453. track2:Play(.1, 1, 1)
  1454. bplrr = v.Name
  1455. banpl = true
  1456. end
  1457. end
  1458. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1459. banpl = false
  1460. end
  1461. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1462. local function bringmodw()
  1463. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1464. if obj.Name == (string.sub(msg, 11)) then
  1465. for i,ch in pairs(obj:GetDescendants()) do
  1466. if (ch:IsA("BasePart")) then
  1467. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1468. ch.CanCollide = false
  1469. ch.Transparency = 0.7
  1470. wait()
  1471. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1472. wait()
  1473. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1474. wait()
  1475. ch.CFrame = lplayer.Character["Head"].CFrame
  1476. end
  1477. end
  1478. end
  1479. end
  1480. end
  1481. while wait() do
  1482. bringmodw()
  1483. end
  1484. game:GetService("StarterGui"):SetCore("SendNotification", {
  1485. Title = "BringMod";
  1486. Text = "BringMod enabled.";
  1487. })
  1488. end
  1489. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1490. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1491. local hum = Instance.new('Humanoid', mod)
  1492. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1493. lplayer.Character = mod
  1494. end
  1495. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1496. game:GetService'RunService'.Stepped:Connect(function()
  1497. pcall(function()
  1498. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1499. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1500. for _,x in pairs(v.Character.Head:GetChildren()) do
  1501. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1502. end
  1503. end
  1504. end
  1505. end)
  1506. end)
  1507. game:GetService("StarterGui"):SetCore("SendNotification", {
  1508. Title = "Attempting Shutdown";
  1509. Text = "Shutdown Attempt has begun.";
  1510. })
  1511. end
  1512. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1513. objtodel = (string.sub(msg, 9))
  1514. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1515. if v.Name == objtodel then
  1516. v:Destroy()
  1517. end
  1518. end
  1519. end
  1520. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1521. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1522. print(v)
  1523. end
  1524. game:GetService("StarterGui"):SetCore("SendNotification", {
  1525. Title = "Printed";
  1526. Text = "Players have been printed to console. (F9)";
  1527. })
  1528. end
  1529. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1530. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1531. if (v:IsA("Decal")) then
  1532. v:Destroy()
  1533. end
  1534. end
  1535. end
  1536. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1537. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1538. game:GetService("StarterGui"):SetCore("SendNotification", {
  1539. Title = "Success!";
  1540. Text = "OpFinality GUI has loaded.";
  1541. })
  1542. end
  1543. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1544. remotes = true
  1545. added = true
  1546. game.DescendantAdded:connect(function(rmt)
  1547. if added == true then
  1548. if remotes == true then
  1549. if rmt:IsA("RemoteEvent") then
  1550. print("A RemoteEvent was added!")
  1551. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1552. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1553. end end end
  1554. end)
  1555. game.DescendantAdded:connect(function(rmtfnctn)
  1556. if added == true then
  1557. if remotes == true then
  1558. if rmtfnctn:IsA("RemoteFunction") then
  1559. warn("A RemoteFunction was added!")
  1560. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1561. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1562. end end end
  1563. end)
  1564.  
  1565. game.DescendantAdded:connect(function(bndfnctn)
  1566. if added == true then
  1567. if binds == true then
  1568. if bndfnctn:IsA("BindableFunction") then
  1569. print("A BindableFunction was added!")
  1570. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1571. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1572. end end end
  1573. end)
  1574.  
  1575. game.DescendantAdded:connect(function(bnd)
  1576. if added == true then
  1577. if binds == true then
  1578. if bnd:IsA("BindableEvent") then
  1579. warn("A BindableEvent was added!")
  1580. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1581. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1582. end end end
  1583. end)
  1584.  
  1585.  
  1586. if binds == true then
  1587. for i,v in pairs(game:GetDescendants()) do
  1588. if v:IsA("BindableFunction") then
  1589. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1590. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1591. end end
  1592. for i,v in pairs(game:GetDescendants()) do
  1593. if v:IsA("BindableEvent") then
  1594. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1595. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1596. end end
  1597. else
  1598. print("Off")
  1599. end
  1600. if remotes == true then
  1601. for i,v in pairs(game:GetDescendants()) do
  1602. if v:IsA("RemoteFunction") then
  1603. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1604. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1605. end end
  1606. wait()
  1607. for i,v in pairs(game:GetDescendants()) do
  1608. if v:IsA("RemoteEvent") then
  1609. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1610. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1611. end end
  1612. else
  1613. print("Off")
  1614. end
  1615. game:GetService("StarterGui"):SetCore("SendNotification", {
  1616. Title = "Printing Remotes";
  1617. Text = "Type ;noremotes to disable.";
  1618. })
  1619. end
  1620. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1621. remotes = false
  1622. added = false
  1623. game:GetService("StarterGui"):SetCore("SendNotification", {
  1624. Title = "Printing Remotes Disabled";
  1625. Text = "Type ;remotes to enable.";
  1626. })
  1627. end
  1628. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1629. spin = false
  1630. followed = false
  1631. traill = false
  1632. noclip = false
  1633. annoying = false
  1634. hwalk = false
  1635. cbringing = false
  1636. end
  1637. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1638. stopsitting = true
  1639. end
  1640. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1641. stopsitting = false
  1642. end
  1643. if string.sub(msg, 1, 8) == (prefix.."version") then
  1644. print(adminversion)
  1645. game:GetService("StarterGui"):SetCore("SendNotification", {
  1646. Title = "Version";
  1647. Text = adminversion;
  1648. })
  1649. end
  1650. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1651. clickgoto = true
  1652. game:GetService("StarterGui"):SetCore("SendNotification", {
  1653. Title = "Click TP";
  1654. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1655. })
  1656. end
  1657. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1658. clickdel = true
  1659. game:GetService("StarterGui"):SetCore("SendNotification", {
  1660. Title = "Click Delete";
  1661. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1662. })
  1663. end
  1664. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1665. clickdel = false
  1666. game:GetService("StarterGui"):SetCore("SendNotification", {
  1667. Title = "Click Delete";
  1668. Text = "Click delete has been disabled.";
  1669. })
  1670. end
  1671. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1672. clickgoto = false
  1673. game:GetService("StarterGui"):SetCore("SendNotification", {
  1674. Title = "Click TP";
  1675. Text = "Click TP has been disabled.";
  1676. })
  1677. end
  1678. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1679. gettingtools = true
  1680. game:GetService("StarterGui"):SetCore("SendNotification", {
  1681. Title = "Tools Enabled";
  1682. Text = "Automatically colleting tools dropped.";
  1683. })
  1684. end
  1685. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1686. gettingtools = false
  1687. game:GetService("StarterGui"):SetCore("SendNotification", {
  1688. Title = "Tools Disabled";
  1689. Text = "Click TP has been disabled.";
  1690. })
  1691. end
  1692. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1693. ScreenGui:Destroy()
  1694. end
  1695. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1696. lplayer.Character.Head:Destroy()
  1697. end
  1698. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1699. statechosen = string.sub(msg, 8)
  1700. changingstate = true
  1701. end
  1702. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1703. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1704. end
  1705. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1706. removingmeshhats = true
  1707. end
  1708. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1709. removingmeshhats = false
  1710. end
  1711. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1712. removingmeshtool = true
  1713. end
  1714. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1715. removingmeshtool = false
  1716. end
  1717. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1718. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1719. if v:IsA("Tool") then
  1720. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1721. v.Parent = player.Character
  1722. end
  1723. end
  1724. end
  1725. end
  1726. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1727. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1728. if v:IsA("Tool") then
  1729. v.Parent = lplayer.Character
  1730. wait()
  1731. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1732. v.Parent = player.Character
  1733. end
  1734. end
  1735. end
  1736. end
  1737. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1738. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1739. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1740. end
  1741. end
  1742. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1743. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1744. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1745. end
  1746. end
  1747. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1748. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1749. game:GetService("StarterGui"):SetCore("SendNotification", {
  1750. Title = player.AccountAge.." Days";
  1751. Text = "Account age of "..player.Name;
  1752. })
  1753. end
  1754. end
  1755. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1756. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1757. game:GetService("StarterGui"):SetCore("SendNotification", {
  1758. Title = player.UserId.." ID";
  1759. Text = "Account ID of "..player.Name;
  1760. })
  1761. end
  1762. end
  1763. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1764. game:GetService("StarterGui"):SetCore("SendNotification", {
  1765. Title = "Game ID";
  1766. Text = "Game ID: ".. game.GameId;
  1767. })
  1768. end
  1769. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1770. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1771. if pgscheck == true then
  1772. game:GetService("StarterGui"):SetCore("SendNotification", {
  1773. Title = "PGSPhysicsSolverEnabled";
  1774. Text = "PGS is Enabled!";
  1775. })
  1776. else
  1777. game:GetService("StarterGui"):SetCore("SendNotification", {
  1778. Title = "PGSPhysicsSolverEnabled";
  1779. Text = "PGS is Disabled!";
  1780. })
  1781. end
  1782. end
  1783. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1784. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1785. if v:IsA("Part") then
  1786. if v.Transparency == 1 then
  1787. if v.Name ~= "HumanoidRootPart" then
  1788. v:Destroy()
  1789. end
  1790. end
  1791. end
  1792. end
  1793. end
  1794. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1795. game:GetService("Lighting").FogStart = 0
  1796. game:GetService("Lighting").FogEnd = 9999999999999
  1797. end
  1798. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1799. lplayer.Character.Humanoid.Parent = lplayer
  1800. end
  1801. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1802. lplayer.Humanoid.Parent = lplayer.Character
  1803. end
  1804. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1805. prefix = (string.sub(msg, 9, 9))
  1806. wait(0.1)
  1807. change()
  1808. wait(0.1)
  1809. game:GetService("StarterGui"):SetCore("SendNotification", {
  1810. Title = "Prefix changed!";
  1811. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1812. })
  1813. end
  1814. if string.sub(msg, 1, 12) == (";resetprefix") then
  1815. prefix = ";"
  1816. wait(0.1)
  1817. change()
  1818. wait(0.1)
  1819. game:GetService("StarterGui"):SetCore("SendNotification", {
  1820. Title = "Prefix changed!";
  1821. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1822. })
  1823. end
  1824. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1825. speedfly = string.sub(msg, 11)
  1826. wait()
  1827. change()
  1828. end
  1829. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1830. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1831. local Anim3 = Instance.new("Animation")
  1832. Anim3.AnimationId = "rbxassetid://282574440"
  1833. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1834. track3:Play(.1, 1, 1)
  1835. bplrr = v.Name
  1836. banpl = true
  1837. end
  1838. end
  1839. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1840. banpl = false
  1841. end
  1842. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1843. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1844. staring = true
  1845. stareplr = v
  1846. end
  1847. end
  1848. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1849. staring = false
  1850. end
  1851. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1852. chatlogs = true
  1853. game:GetService("StarterGui"):SetCore("SendNotification", {
  1854. Title = "LogChat enabled";
  1855. Text = "Now logging all player chat.";
  1856. })
  1857. end
  1858. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1859. chatlogs = false
  1860. game:GetService("StarterGui"):SetCore("SendNotification", {
  1861. Title = "LogChat disabled";
  1862. Text = "Stopped logging all player chat.";
  1863. })
  1864. end
  1865. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1866. game:GetService("Workspace").CurrentCamera:Destroy()
  1867. wait(0.1)
  1868. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1869. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1870. lplayer.CameraMinZoomDistance = 0.5
  1871. lplayer.CameraMaxZoomDistance = 400
  1872. lplayer.CameraMode = "Classic"
  1873. end
  1874. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1875. changingstate = false
  1876. end
  1877. end)
  1878.  
  1879. local function tp()
  1880. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1881. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1882. if player.Name == brplr then
  1883. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1884. end
  1885. end
  1886. end
  1887. end
  1888. local function tpall()
  1889. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1890. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1891. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1892. end
  1893. end
  1894. end
  1895. spawn(function()
  1896. while wait(spamdelay) do
  1897. if spamming == true then
  1898. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1899. end
  1900. end
  1901. end)
  1902. spawn(function()
  1903. while wait(spamdelay) do
  1904. if spammingpm == true then
  1905. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1906. end
  1907. end
  1908. end)
  1909. spawn(function()
  1910. while wait() do
  1911. if cbring == true then
  1912. tp()
  1913. end
  1914. end
  1915. end)
  1916. spawn(function()
  1917. while wait() do
  1918. if cbringall == true then
  1919. tpall()
  1920. end
  1921. end
  1922. end)
  1923.  
  1924. Mouse.KeyDown:connect(function(Key)
  1925. if Key == prefix then
  1926. CMDBAR:CaptureFocus()
  1927. end
  1928. end)
  1929.  
  1930. CMDBAR.FocusLost:connect(function(enterPressed)
  1931. if enterPressed then
  1932. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1933. if string.sub(CMDBAR.Text, 6) == "me" then
  1934. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1935. else
  1936. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1937. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1938. lplayer.Character.Humanoid.Name = 1
  1939. local l = lplayer.Character["1"]:Clone()
  1940. l.Parent = lplayer.Character
  1941. l.Name = "Humanoid"
  1942. wait(0.1)
  1943. lplayer.Character["1"]:Destroy()
  1944. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1945. lplayer.Character.Animate.Disabled = true
  1946. wait(0.1)
  1947. lplayer.Character.Animate.Disabled = false
  1948. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1949. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1950. lplayer.Character.Humanoid:EquipTool(v)
  1951. end
  1952. local function tp(player,player2)
  1953. local char1,char2=player.Character,player2.Character
  1954. if char1 and char2 then
  1955. char1:MoveTo(char2.Head.Position)
  1956. end
  1957. end
  1958. wait(0.1)
  1959. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1960. wait(0.2)
  1961. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1962. wait(0.5)
  1963. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1964. wait(0.7)
  1965. tp(lplayer,game:GetService("Players")[v.Name])
  1966. wait(0.7)
  1967. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1968. game:GetService("StarterGui"):SetCore("SendNotification", {
  1969. Title = "Tools needed!";
  1970. Text = "You need a tool in your backpack for this command!";
  1971. })
  1972. end
  1973. end
  1974. end
  1975. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1976. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1977. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1978. lplayer.Character.Humanoid.Name = 1
  1979. local l = lplayer.Character["1"]:Clone()
  1980. l.Parent = lplayer.Character
  1981. l.Name = "Humanoid"
  1982. wait(0.1)
  1983. lplayer.Character["1"]:Destroy()
  1984. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1985. lplayer.Character.Animate.Disabled = true
  1986. wait(0.1)
  1987. lplayer.Character.Animate.Disabled = false
  1988. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1989. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1990. lplayer.Character.Humanoid:EquipTool(v)
  1991. end
  1992. local function tp(player,player2)
  1993. local char1,char2=player.Character,player2.Character
  1994. if char1 and char2 then
  1995. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1996. end
  1997. end
  1998. local function getout(player,player2)
  1999. local char1,char2=player.Character,player2.Character
  2000. if char1 and char2 then
  2001. char1:MoveTo(char2.Head.Position)
  2002. end
  2003. end
  2004. tp(game:GetService("Players")[v.Name], lplayer)
  2005. wait(0.2)
  2006. tp(game:GetService("Players")[v.Name], lplayer)
  2007. wait(0.5)
  2008. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2009. wait(0.5)
  2010. getout(lplayer, game:GetService("Players")[v.Name])
  2011. wait(0.3)
  2012. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2013. game:GetService("StarterGui"):SetCore("SendNotification", {
  2014. Title = "Tools needed!";
  2015. Text = "You need a tool in your backpack for this command!";
  2016. })
  2017. end
  2018. end
  2019. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2020. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2021. lplayer.Character.Humanoid.Name = 1
  2022. local l = lplayer.Character["1"]:Clone()
  2023. l.Parent = lplayer.Character
  2024. l.Name = "Humanoid"
  2025. wait(0.1)
  2026. lplayer.Character["1"]:Destroy()
  2027. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2028. lplayer.Character.Animate.Disabled = true
  2029. wait(0.1)
  2030. lplayer.Character.Animate.Disabled = false
  2031. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2032. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2033. lplayer.Character.Humanoid:EquipTool(v)
  2034. end
  2035. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2036. spinplr = v
  2037. wait(0.5)
  2038. spin = true
  2039. game:GetService("StarterGui"):SetCore("SendNotification", {
  2040. Title = "Tools needed!";
  2041. Text = "You need a tool in your backpack for this command!";
  2042. })
  2043. end
  2044. end
  2045. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2046. spin = false
  2047. end
  2048. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2049. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2050. lplayer.Character.Humanoid.Name = 1
  2051. local l = lplayer.Character["1"]:Clone()
  2052. l.Parent = lplayer.Character
  2053. l.Name = "Humanoid"
  2054. wait(0.1)
  2055. lplayer.Character["1"]:Destroy()
  2056. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2057. lplayer.Character.Animate.Disabled = true
  2058. wait(0.1)
  2059. lplayer.Character.Animate.Disabled = false
  2060. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2061. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2062. lplayer.Character.Humanoid:EquipTool(v)
  2063. end
  2064. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2065. wait(0.3)
  2066. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2067. attplr = v
  2068. game:GetService("StarterGui"):SetCore("SendNotification", {
  2069. Title = "Tools needed!";
  2070. Text = "You need a tool in your backpack for this command!";
  2071. })
  2072. end
  2073. end
  2074. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2075. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2076. local function getout(player,player2)
  2077. local char1,char2=player.Character,player2.Character
  2078. if char1 and char2 then
  2079. char1:MoveTo(char2.Head.Position)
  2080. end
  2081. end
  2082. getout(lplayer, game:GetService("Players")[v.Name])
  2083. end
  2084. end
  2085. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2086. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2087. followed = true
  2088. flwplr = v
  2089. end
  2090. end
  2091. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2092. followed = false
  2093. end
  2094. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2095. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2096. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2097. lplayer.Character.Humanoid.Name = 1
  2098. local l = lplayer.Character["1"]:Clone()
  2099. l.Parent = lplayer.Character
  2100. l.Name = "Humanoid"
  2101. wait(0.1)
  2102. lplayer.Character["1"]:Destroy()
  2103. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2104. lplayer.Character.Animate.Disabled = true
  2105. wait(0.1)
  2106. lplayer.Character.Animate.Disabled = false
  2107. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2108. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2109. lplayer.Character.Humanoid:EquipTool(v)
  2110. end
  2111. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2112. wait(0.2)
  2113. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2114. wait(0.6)
  2115. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2116. wait(0.6)
  2117. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  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) == ("trail ") then
  2125. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2126. traill = true
  2127. trlplr = v
  2128. end
  2129. end
  2130. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2131. traill = false
  2132. end
  2133. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2134. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2135. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2136. else
  2137. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2138. local o = Instance.new("RocketPropulsion")
  2139. o.Parent = lplayer.Character.HumanoidRootPart
  2140. o.Name = "Orbit"
  2141. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2142. o:Fire()
  2143. noclip = true
  2144. end
  2145. end
  2146. end
  2147. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2148. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2149. noclip = false
  2150. end
  2151. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2152. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2153. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2154. else
  2155. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2156. local y = Instance.new("RocketPropulsion")
  2157. y.Parent = lplayer.Character.HumanoidRootPart
  2158. y.CartoonFactor = 1
  2159. y.MaxThrust = 800000
  2160. y.MaxSpeed = 1000
  2161. y.ThrustP = 200000
  2162. y.Name = "Fling"
  2163. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2164. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2165. y:Fire()
  2166. noclip = true
  2167. end
  2168. end
  2169. end
  2170. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2171. noclip = false
  2172. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2173. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2174. wait(0.4)
  2175. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2176. end
  2177. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2178. if game:GetService("Workspace").FilteringEnabled == true then
  2179. warn("FE is Enabled (Filtering Enabled)")
  2180. game:GetService("StarterGui"):SetCore("SendNotification", {
  2181. Title = "FE is Enabled";
  2182. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2183. })
  2184. else
  2185. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2186. game:GetService("StarterGui"):SetCore("SendNotification", {
  2187. Title = "FE is Disabled";
  2188. Text = "Filtering Disabled. Consider using a different admin script.";
  2189. })
  2190. end
  2191. end
  2192. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2193. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2194. lplayer.Character.Humanoid.Name = 1
  2195. local l = lplayer.Character["1"]:Clone()
  2196. l.Parent = lplayer.Character
  2197. l.Name = "Humanoid"
  2198. wait(0.1)
  2199. lplayer.Character["1"]:Destroy()
  2200. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2201. lplayer.Character.Animate.Disabled = true
  2202. wait(0.1)
  2203. lplayer.Character.Animate.Disabled = false
  2204. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2205. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2206. lplayer.Character.Humanoid:EquipTool(v)
  2207. end
  2208. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2209. wait(0.2)
  2210. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2211. wait(0.6)
  2212. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2213. game:GetService("StarterGui"):SetCore("SendNotification", {
  2214. Title = "Tools needed!";
  2215. Text = "You need a tool in your backpack for this command!";
  2216. })
  2217. end
  2218. end
  2219. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2220. noclip = true
  2221. game:GetService("StarterGui"):SetCore("SendNotification", {
  2222. Title = "Noclip enabled";
  2223. Text = "Type ;clip to disable";
  2224. })
  2225. end
  2226. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2227. noclip = false
  2228. game:GetService("StarterGui"):SetCore("SendNotification", {
  2229. Title = "Noclip disabled";
  2230. Text = "Type ;noclip to enable";
  2231. })
  2232. end
  2233. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2234. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2235. end
  2236. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2237. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2238. end
  2239. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2240. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2241. end
  2242. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2243. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2244. end
  2245. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2246. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2247. end
  2248. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2249. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2250. end
  2251. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2252. lplayer.Character.Humanoid.JumpPower = 50
  2253. lplayer.Character.Humanoid.WalkSpeed = 16
  2254. lplayer.Character.Humanoid.HipHeight = 0
  2255. end
  2256. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2257. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2258. annoying = true
  2259. annplr = v
  2260. end
  2261. end
  2262. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2263. annoying = false
  2264. end
  2265. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2266. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2267. hwalk = true
  2268. hdwplr = v
  2269. end
  2270. end
  2271. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2272. hwalk = false
  2273. end
  2274. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2275. lplayer.Character["Left Leg"]:Destroy()
  2276. lplayer.Character["Left Arm"]:Destroy()
  2277. lplayer.Character["Right Leg"]:Destroy()
  2278. lplayer.Character["Right Arm"]:Destroy()
  2279. end
  2280. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2281. lplayer.Character.Humanoid.Name = 1
  2282. local l = lplayer.Character["1"]:Clone()
  2283. l.Parent = lplayer.Character
  2284. l.Name = "Humanoid"
  2285. wait(0.1)
  2286. lplayer.Character["1"]:Destroy()
  2287. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2288. lplayer.Character.Animate.Disabled = true
  2289. wait(0.1)
  2290. lplayer.Character.Animate.Disabled = false
  2291. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2292. game:GetService("StarterGui"):SetCore("SendNotification", {
  2293. Title = "FE Godmode enabled";
  2294. Text = "Use ;grespawn or ;respawn to remove.";
  2295. })
  2296. end
  2297. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2298. for i,v in pairs(lplayer.Character:GetChildren()) do
  2299. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2300. v.Parent = workspace
  2301. end
  2302. end
  2303. end
  2304. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2305. for i,v in pairs(lplayer.Character:GetChildren()) do
  2306. if (v:IsA("Tool")) then
  2307. v.Parent = workspace
  2308. end
  2309. end
  2310. end
  2311. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2312. droppinghats = true
  2313. game:GetService("StarterGui"):SetCore("SendNotification", {
  2314. Title = "Loop Drop Enabled";
  2315. Text = "Type ;unloopdhats to disable";
  2316. })
  2317. end
  2318. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2319. droppinghats = false
  2320. game:GetService("StarterGui"):SetCore("SendNotification", {
  2321. Title = "Loop Drop Disabled";
  2322. Text = "Type ;loopdhats to enable.";
  2323. })
  2324. end
  2325. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2326. droppingtools = true
  2327. game:GetService("StarterGui"):SetCore("SendNotification", {
  2328. Title = "Loop Drop Enabled";
  2329. Text = "Type ;unloopdtool to disable";
  2330. })
  2331. end
  2332. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2333. droppingtools = false
  2334. game:GetService("StarterGui"):SetCore("SendNotification", {
  2335. Title = "Loop Drop Disabled";
  2336. Text = "Type ;loopdtool to enable.";
  2337. })
  2338. end
  2339. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2340. Local = game:GetService('Players').LocalPlayer
  2341. Char = Local.Character
  2342. touched,tpdback = false, false
  2343. box = Instance.new('Part',workspace)
  2344. box.Anchored = true
  2345. box.CanCollide = true
  2346. box.Size = Vector3.new(10,1,10)
  2347. box.Position = Vector3.new(0,10000,0)
  2348. box.Touched:connect(function(part)
  2349. if (part.Parent.Name == Local.Name) then
  2350. if touched == false then
  2351. touched = true
  2352. function apply()
  2353. if script.Disabled ~= true then
  2354. no = Char.HumanoidRootPart:Clone()
  2355. wait(.25)
  2356. Char.HumanoidRootPart:Destroy()
  2357. no.Parent = Char
  2358. Char:MoveTo(loc)
  2359. touched = false
  2360. end end
  2361. if Char then
  2362. apply()
  2363. end
  2364. end
  2365. end
  2366. end)
  2367. repeat wait() until Char
  2368. loc = Char.HumanoidRootPart.Position
  2369. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2370. game:GetService("StarterGui"):SetCore("SendNotification", {
  2371. Title = "Invisibility enabled!";
  2372. Text = "Reset or use ;respawn to remove.";
  2373. })
  2374. end
  2375. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2376. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2377. if game:GetService("Players")[v.Name].Character.Humanoid then
  2378. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2379. else
  2380. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2381. end
  2382. end
  2383. end
  2384. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2385. if lplayer.Character.Humanoid then
  2386. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2387. else
  2388. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2389. end
  2390. end
  2391. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2392. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2393. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2394. end
  2395. end
  2396. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2397. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2398. repeat wait() until Mouse
  2399.  
  2400. local T = lplayer.Character.HumanoidRootPart
  2401. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2402. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2403. local SPEED = speedget
  2404.  
  2405. local function fly()
  2406. flying = true
  2407. local BG = Instance.new('BodyGyro', T)
  2408. local BV = Instance.new('BodyVelocity', T)
  2409. BG.P = 9e4
  2410. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2411. BG.cframe = T.CFrame
  2412. BV.velocity = Vector3.new(0, 0.1, 0)
  2413. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2414. spawn(function()
  2415. repeat wait()
  2416. lplayer.Character.Humanoid.PlatformStand = true
  2417. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2418. SPEED = 50
  2419. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2420. SPEED = 0
  2421. end
  2422. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2423. 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
  2424. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2425. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2426. 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
  2427. else
  2428. BV.velocity = Vector3.new(0, 0.1, 0)
  2429. end
  2430. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2431. until not flying
  2432. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2433. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2434. SPEED = 0
  2435. BG:destroy()
  2436. BV:destroy()
  2437. lplayer.Character.Humanoid.PlatformStand = false
  2438. end)
  2439. end
  2440. Mouse.KeyDown:connect(function(KEY)
  2441. if KEY:lower() == 'w' then
  2442. CONTROL.F = speedfly
  2443. elseif KEY:lower() == 's' then
  2444. CONTROL.B = -speedfly
  2445. elseif KEY:lower() == 'a' then
  2446. CONTROL.L = -speedfly
  2447. elseif KEY:lower() == 'd' then
  2448. CONTROL.R = speedfly
  2449. end
  2450. end)
  2451. Mouse.KeyUp:connect(function(KEY)
  2452. if KEY:lower() == 'w' then
  2453. CONTROL.F = 0
  2454. elseif KEY:lower() == 's' then
  2455. CONTROL.B = 0
  2456. elseif KEY:lower() == 'a' then
  2457. CONTROL.L = 0
  2458. elseif KEY:lower() == 'd' then
  2459. CONTROL.R = 0
  2460. end
  2461. end)
  2462. fly()
  2463. end
  2464. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2465. flying = false
  2466. lplayer.Character.Humanoid.PlatformStand = false
  2467. end
  2468. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2469. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2470. end
  2471. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2472. spamtext = (string.sub(CMDBAR.Text, 6))
  2473. spamming = true
  2474. end
  2475. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2476. spamming = false
  2477. end
  2478. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2479. spamdelay = (string.sub(CMDBAR.Text, 10))
  2480. end
  2481. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2482. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2483. pmspammed = v.Name
  2484. spammingpm = true
  2485. end
  2486. end
  2487. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2488. spammingpm = false
  2489. end
  2490. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2491. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2492. v.Character["Left Leg"].Anchored = true
  2493. v.Character["Left Arm"].Anchored = true
  2494. v.Character["Right Leg"].Anchored = true
  2495. v.Character["Right Arm"].Anchored = true
  2496. v.Character.Torso.Anchored = true
  2497. v.Character.Head.Anchored = true
  2498. end
  2499. end
  2500. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2501. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2502. v.Character["Left Leg"].Anchored = false
  2503. v.Character["Left Arm"].Anchored = false
  2504. v.Character["Right Leg"].Anchored = false
  2505. v.Character["Right Arm"].Anchored = false
  2506. v.Character.Torso.Anchored = false
  2507. v.Character.Head.Anchored = false
  2508. end
  2509. end
  2510. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2511. local a = game:GetService("Workspace"):getChildren()
  2512. for i = 1, #a do
  2513. if a[i].className == "Part" then
  2514. a[i].Locked = false
  2515. elseif a[i].className == "Model" then
  2516. local r = a[i]:getChildren()
  2517. for i = 1, #r do
  2518. if r[i].className == "Part" then
  2519. r[i].Locked = false
  2520. end
  2521. end
  2522. end
  2523. end
  2524. game:GetService("StarterGui"):SetCore("SendNotification", {
  2525. Title = "Success!";
  2526. Text = "Workspace unlocked. Use ;lockws to lock.";
  2527. })
  2528. end
  2529. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2530. local a = game:GetService("Workspace"):getChildren()
  2531. for i = 1, #a do
  2532. if a[i].className == "Part" then
  2533. a[i].Locked = true
  2534. elseif a[i].className == "Model" then
  2535. local r = a[i]:getChildren()
  2536. for i = 1, #r do
  2537. if r[i].className == "Part" then
  2538. r[i].Locked = true
  2539. end
  2540. end
  2541. end
  2542. end
  2543. end
  2544. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2545. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2546. Clone_T.BinType = "Clone"
  2547. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2548. Destruct.BinType = "Hammer"
  2549. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2550. Hold_T.BinType = "Grab"
  2551. end
  2552. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2553. lplayer.Character.Humanoid.PlatformStand = true
  2554. end
  2555. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2556. lplayer.Character.Humanoid.PlatformStand = false
  2557. end
  2558. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2559. lplayer.Character.Head.Mesh:Destroy()
  2560. end
  2561. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2562. lplayer.Character.Humanoid.Sit = true
  2563. end
  2564. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2565. local function bringobjw()
  2566. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2567. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2568. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2569. obj.CanCollide = false
  2570. obj.Transparency = 0.7
  2571. wait()
  2572. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2573. wait()
  2574. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2575. wait()
  2576. obj.CFrame = lplayer.Character["Head"].CFrame
  2577. end
  2578. end
  2579. end
  2580. while wait() do
  2581. bringobjw()
  2582. end
  2583. game:GetService("StarterGui"):SetCore("SendNotification", {
  2584. Title = "BringObj";
  2585. Text = "BringObj enabled.";
  2586. })
  2587. end
  2588. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2589. vis = (string.sub(CMDBAR.Text, 7))
  2590. local a = game:GetService("Workspace"):GetDescendants()
  2591. for i = 1, #a do
  2592. if a[i].className == "Part" then
  2593. a[i].Transparency = vis
  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].Transparency = vis
  2599. end
  2600. end
  2601. end
  2602. end
  2603. end
  2604. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2605. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2606. game:GetService("StarterGui"):SetCore("SendNotification", {
  2607. Title = "Success!";
  2608. Text = "HyperTotal GUI Loaded!";
  2609. })
  2610. end
  2611. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2612. CMDSFRAME.Visible = true
  2613. end
  2614. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2615. for i,v in pairs(lplayer.Character:GetChildren()) do
  2616. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2617. v.Handle.Mesh:Destroy()
  2618. end
  2619. end
  2620. end
  2621. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2622. for i,v in pairs(lplayer.Character:GetChildren()) do
  2623. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2624. v.Handle.Mesh:Destroy()
  2625. end
  2626. end
  2627. end
  2628. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2629. for i,v in pairs(lplayer.Character:GetChildren()) do
  2630. if (v:IsA("Tool")) then
  2631. v.Handle.Mesh:Destroy()
  2632. end
  2633. end
  2634. end
  2635. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2636. for i,v in pairs(lplayer.Character:GetChildren()) do
  2637. if (v:IsA("Tool")) then
  2638. v.Handle.Mesh:Destroy()
  2639. end
  2640. end
  2641. end
  2642. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2643. local p = Instance.new("RocketPropulsion")
  2644. p.Parent = lplayer.Character.HumanoidRootPart
  2645. p.Name = "Spinner"
  2646. p.Target = lplayer.Character["Left Arm"]
  2647. p:Fire()
  2648. game:GetService("StarterGui"):SetCore("SendNotification", {
  2649. Title = "Spinner enabled";
  2650. Text = "Type ;nospinner to disable.";
  2651. })
  2652. end
  2653. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2654. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2655. end
  2656. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2657. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2658. if v:isA("Tool") then
  2659. local a = Instance.new("SelectionBox",v.Handle)
  2660. a.Adornee = v.Handle
  2661. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2662. v.GripPos = Vector3.new(0,0,0)
  2663. lplayer.Character.Humanoid:UnequipTools()
  2664. end
  2665. end
  2666. game:GetService("StarterGui"):SetCore("SendNotification", {
  2667. Title = "Reach applied!";
  2668. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2669. })
  2670. end
  2671. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2672. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2673. if v:isA("Tool") then
  2674. local a = Instance.new("SelectionBox",v.Handle)
  2675. a.Name = "Reach"
  2676. a.Adornee = v.Handle
  2677. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2678. v.GripPos = Vector3.new(0,0,0)
  2679. lplayer.Character.Humanoid:UnequipTools()
  2680. end
  2681. end
  2682. game:GetService("StarterGui"):SetCore("SendNotification", {
  2683. Title = "Reach applied!";
  2684. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2685. })
  2686. end
  2687. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2688. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2689. if v:isA("Tool") then
  2690. v.Handle.Reach:Destroy()
  2691. end
  2692. end
  2693. game:GetService("StarterGui"):SetCore("SendNotification", {
  2694. Title = "Reach removed!";
  2695. Text = "Removed reach from equipped sword.";
  2696. })
  2697. end
  2698. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2699. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2700. lplayer.Character.Humanoid.Name = 1
  2701. local l = lplayer.Character["1"]:Clone()
  2702. l.Parent = lplayer.Character
  2703. l.Name = "Humanoid"
  2704. wait(0.1)
  2705. lplayer.Character["1"]:Destroy()
  2706. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2707. lplayer.Character.Animate.Disabled = true
  2708. wait(0.1)
  2709. lplayer.Character.Animate.Disabled = false
  2710. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2711. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2712. lplayer.Character.Humanoid:EquipTool(v)
  2713. end
  2714. wait(0.1)
  2715. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2716. wait(0.2)
  2717. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2718. wait(0.5)
  2719. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2720. game:GetService("StarterGui"):SetCore("SendNotification", {
  2721. Title = "Tools needed!";
  2722. Text = "You need a tool in your backpack for this command!";
  2723. })
  2724. end
  2725. end
  2726. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2727. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2728. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2729. end
  2730. end
  2731. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2732. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2733. cbringall = true
  2734. else
  2735. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2736. brplr = v.Name
  2737. end
  2738. end
  2739. cbring = true
  2740. end
  2741. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2742. cbring = false
  2743. cbringall = false
  2744. end
  2745. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2746. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2747. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2748. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2749. lplayer.Character.Humanoid.Name = 1
  2750. local l = lplayer.Character["1"]:Clone()
  2751. l.Parent = lplayer.Character
  2752. l.Name = "Humanoid"
  2753. wait(0.1)
  2754. lplayer.Character["1"]:Destroy()
  2755. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2756. lplayer.Character.Animate.Disabled = true
  2757. wait(0.1)
  2758. lplayer.Character.Animate.Disabled = false
  2759. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2760. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2761. lplayer.Character.Humanoid:EquipTool(v)
  2762. end
  2763. local function tp(player,player2)
  2764. local char1,char2=player.Character,player2.Character
  2765. if char1 and char2 then
  2766. char1:MoveTo(char2.Head.Position)
  2767. end
  2768. end
  2769. wait(0.1)
  2770. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2771. wait(0.2)
  2772. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2773. wait(0.5)
  2774. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2775. wait(0.6)
  2776. tp(lplayer, game:GetService("Players")[v.Name])
  2777. wait(0.4)
  2778. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2779. game:GetService("StarterGui"):SetCore("SendNotification", {
  2780. Title = "Tools needed!";
  2781. Text = "You need a tool in your backpack for this command!";
  2782. })
  2783. end
  2784. end
  2785. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2786. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2787. lplayer.Character.Humanoid.Name = 1
  2788. local l = lplayer.Character["1"]:Clone()
  2789. l.Parent = lplayer.Character
  2790. l.Name = "Humanoid"
  2791. wait(0.1)
  2792. lplayer.Character["1"]:Destroy()
  2793. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2794. lplayer.Character.Animate.Disabled = true
  2795. wait(0.1)
  2796. lplayer.Character.Animate.Disabled = false
  2797. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2798. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2799. lplayer.Character.Humanoid:EquipTool(v)
  2800. end
  2801. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2802. wait(0.3)
  2803. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2804. wait(0.4)
  2805. b = Instance.new("BodyForce")
  2806. b.Parent = lplayer.Character.HumanoidRootPart
  2807. b.Name = "Glitch"
  2808. b.Force = Vector3.new(100000000,5000,0)
  2809. game:GetService("StarterGui"):SetCore("SendNotification", {
  2810. Title = "Tools needed!";
  2811. Text = "You need a tool in your backpack for this command!";
  2812. })
  2813. end
  2814. end
  2815. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2816. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2817. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2818. b = Instance.new("BodyForce")
  2819. b.Parent = lplayer.Character.HumanoidRootPart
  2820. b.Name = "unGlitch"
  2821. b.Force = Vector3.new(0,-5000000,0)
  2822. wait(2)
  2823. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2824. end
  2825. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2826. lplayer.Character.Humanoid.Health = 0
  2827. wait(1)
  2828. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2829. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2830. end
  2831. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2832. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2833. game:GetService("StarterGui"):SetCore("SendNotification", {
  2834. Title = "Success!";
  2835. Text = "DEX Explorer has loaded.";
  2836. })
  2837. end
  2838. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2839. local Anim = Instance.new("Animation")
  2840. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2841. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2842. track:Play(.1, 1, 1)
  2843. end
  2844. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2845. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2846. game:GetService("StarterGui"):SetCore("SendNotification", {
  2847. Title = "Success!";
  2848. Text = "Energize Animations GUI has loaded.";
  2849. })
  2850. end
  2851. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2852. saved = lplayer.Character.HumanoidRootPart.CFrame
  2853. game:GetService("StarterGui"):SetCore("SendNotification", {
  2854. Title = "Position Saved";
  2855. Text = "Use ;loadpos to return to saved position.";
  2856. })
  2857. end
  2858. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2859. lplayer.Character.HumanoidRootPart.CFrame = saved
  2860. end
  2861. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2862. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2863. local Anim2 = Instance.new("Animation")
  2864. Anim2.AnimationId = "rbxassetid://148840371"
  2865. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2866. track2:Play(.1, 1, 1)
  2867. bplrr = v.Name
  2868. banpl = true
  2869. end
  2870. end
  2871. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2872. banpl = false
  2873. end
  2874. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2875. local function bringmodw()
  2876. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2877. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2878. for i,ch in pairs(obj:GetDescendants()) do
  2879. if (ch:IsA("BasePart")) then
  2880. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2881. ch.CanCollide = false
  2882. ch.Transparency = 0.7
  2883. wait()
  2884. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2885. wait()
  2886. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2887. wait()
  2888. ch.CFrame = lplayer.Character["Head"].CFrame
  2889. end
  2890. end
  2891. end
  2892. end
  2893. end
  2894. while wait() do
  2895. bringmodw()
  2896. end
  2897. game:GetService("StarterGui"):SetCore("SendNotification", {
  2898. Title = "BringMod";
  2899. Text = "BringMod enabled.";
  2900. })
  2901. end
  2902. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2903. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2904. local hum = Instance.new('Humanoid', mod)
  2905. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2906. lplayer.Character = mod
  2907. end
  2908. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2909. game:GetService'RunService'.Stepped:Connect(function()
  2910. pcall(function()
  2911. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2912. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2913. for _,x in pairs(v.Character.Head:GetChildren()) do
  2914. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2915. end
  2916. end
  2917. end
  2918. end)
  2919. end)
  2920. game:GetService("StarterGui"):SetCore("SendNotification", {
  2921. Title = "Attempting Shutdown";
  2922. Text = "Shutdown Attempt has begun.";
  2923. })
  2924. end
  2925. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2926. objtodel = (string.sub(CMDBAR.Text, 8))
  2927. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2928. if v.Name == objtodel then
  2929. v:Destroy()
  2930. end
  2931. end
  2932. end
  2933. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2934. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2935. print(v)
  2936. end
  2937. game:GetService("StarterGui"):SetCore("SendNotification", {
  2938. Title = "Printed";
  2939. Text = "Players have been printed to console. (F9)";
  2940. })
  2941. end
  2942. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2943. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2944. if (v:IsA("Decal")) then
  2945. v:Destroy()
  2946. end
  2947. end
  2948. end
  2949. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2950. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2951. game:GetService("StarterGui"):SetCore("SendNotification", {
  2952. Title = "Success!";
  2953. Text = "OpFinality GUI has loaded.";
  2954. })
  2955. end
  2956. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2957. remotes = true
  2958. added = true
  2959. game.DescendantAdded:connect(function(rmt)
  2960. if added == true then
  2961. if remotes == true then
  2962. if rmt:IsA("RemoteEvent") then
  2963. print("A RemoteEvent was added!")
  2964. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2965. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2966. end end end
  2967. end)
  2968. game.DescendantAdded:connect(function(rmtfnctn)
  2969. if added == true then
  2970. if remotes == true then
  2971. if rmtfnctn:IsA("RemoteFunction") then
  2972. warn("A RemoteFunction was added!")
  2973. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2974. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2975. end end end
  2976. end)
  2977.  
  2978. game.DescendantAdded:connect(function(bndfnctn)
  2979. if added == true then
  2980. if binds == true then
  2981. if bndfnctn:IsA("BindableFunction") then
  2982. print("A BindableFunction was added!")
  2983. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2984. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2985. end end end
  2986. end)
  2987.  
  2988. game.DescendantAdded:connect(function(bnd)
  2989. if added == true then
  2990. if binds == true then
  2991. if bnd:IsA("BindableEvent") then
  2992. warn("A BindableEvent was added!")
  2993. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2994. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2995. end end end
  2996. end)
  2997.  
  2998.  
  2999. if binds == true then
  3000. for i,v in pairs(game:GetDescendants()) do
  3001. if v:IsA("BindableFunction") then
  3002. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3003. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3004. end end
  3005. for i,v in pairs(game:GetDescendants()) do
  3006. if v:IsA("BindableEvent") then
  3007. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3008. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3009. end end
  3010. else
  3011. print("Off")
  3012. end
  3013. if remotes == true then
  3014. for i,v in pairs(game:GetDescendants()) do
  3015. if v:IsA("RemoteFunction") then
  3016. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3017. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3018. end end
  3019. wait()
  3020. for i,v in pairs(game:GetDescendants()) do
  3021. if v:IsA("RemoteEvent") then
  3022. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3023. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3024. end end
  3025. else
  3026. print("Off")
  3027. end
  3028. game:GetService("StarterGui"):SetCore("SendNotification", {
  3029. Title = "Printing Remotes";
  3030. Text = "Type ;noremotes to disable.";
  3031. })
  3032. end
  3033. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3034. remotes = false
  3035. added = false
  3036. game:GetService("StarterGui"):SetCore("SendNotification", {
  3037. Title = "Printing Remotes Disabled";
  3038. Text = "Type ;remotes to enable.";
  3039. })
  3040. end
  3041. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3042. spin = false
  3043. followed = false
  3044. traill = false
  3045. noclip = false
  3046. annoying = false
  3047. hwalk = false
  3048. cbringing = false
  3049. end
  3050. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3051. stopsitting = true
  3052. end
  3053. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3054. stopsitting = false
  3055. end
  3056. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3057. print(adminversion)
  3058. game:GetService("StarterGui"):SetCore("SendNotification", {
  3059. Title = "Version";
  3060. Text = adminversion;
  3061. })
  3062. end
  3063. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3064. clickgoto = true
  3065. game:GetService("StarterGui"):SetCore("SendNotification", {
  3066. Title = "Click TP";
  3067. Text = "Press E to teleport to mouse position";
  3068. })
  3069. end
  3070. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3071. clickgoto = false
  3072. game:GetService("StarterGui"):SetCore("SendNotification", {
  3073. Title = "Click TP";
  3074. Text = "Click TP has been disabled.";
  3075. })
  3076. end
  3077. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3078. gettingtools = true
  3079. game:GetService("StarterGui"):SetCore("SendNotification", {
  3080. Title = "Tools Enabled";
  3081. Text = "Automatically colleting tools dropped.";
  3082. })
  3083. end
  3084. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3085. gettingtools = false
  3086. game:GetService("StarterGui"):SetCore("SendNotification", {
  3087. Title = "Tools Disabled";
  3088. Text = "Click TP has been disabled.";
  3089. })
  3090. end
  3091. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3092. ScreenGui:Destroy()
  3093. end
  3094. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3095. lplayer.Character.Head:Destroy()
  3096. end
  3097. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3098. statechosen = string.sub(CMDBAR.Text, 7)
  3099. changingstate = true
  3100. end
  3101. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3102. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3103. end
  3104. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3105. removingmeshhats = true
  3106. end
  3107. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3108. removingmeshhats = false
  3109. end
  3110. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3111. removingmeshtool = true
  3112. end
  3113. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3114. removingmeshtool = false
  3115. end
  3116. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3117. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3118. if v:IsA("Tool") then
  3119. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3120. v.Parent = player.Character
  3121. end
  3122. end
  3123. end
  3124. end
  3125. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3126. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3127. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3128. end
  3129. end
  3130. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3131. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3132. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3133. end
  3134. end
  3135. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3136. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3137. game:GetService("StarterGui"):SetCore("SendNotification", {
  3138. Title = player.AccountAge.." Days";
  3139. Text = "Account age of "..player.Name;
  3140. })
  3141. end
  3142. end
  3143. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3144. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3145. game:GetService("StarterGui"):SetCore("SendNotification", {
  3146. Title = player.UserId.." ID";
  3147. Text = "Account ID of "..player.Name;
  3148. })
  3149. end
  3150. end
  3151. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3152. game:GetService("StarterGui"):SetCore("SendNotification", {
  3153. Title = "Game ID";
  3154. Text = "Game ID: ".. game.GameId;
  3155. })
  3156. end
  3157. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3158. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3159. if pgscheck == true then
  3160. game:GetService("StarterGui"):SetCore("SendNotification", {
  3161. Title = "PGSPhysicsSolverEnabled";
  3162. Text = "PGS is Enabled!";
  3163. })
  3164. else
  3165. game:GetService("StarterGui"):SetCore("SendNotification", {
  3166. Title = "PGSPhysicsSolverEnabled";
  3167. Text = "PGS is Disabled!";
  3168. })
  3169. end
  3170. end
  3171. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3172. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3173. if v:IsA("Part") then
  3174. if v.Transparency == 1 then
  3175. if v.Name ~= "HumanoidRootPart" then
  3176. v:Destroy()
  3177. end
  3178. end
  3179. end
  3180. end
  3181. end
  3182. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3183. game:GetService("Lighting").FogStart = 0
  3184. game:GetService("Lighting").FogEnd = 9999999999999
  3185. end
  3186. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3187. lplayer.Character.Humanoid.Parent = lplayer
  3188. end
  3189. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3190. lplayer.Humanoid.Parent = lplayer.Character
  3191. end
  3192. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3193. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3194. if v:IsA("Tool") then
  3195. v.Parent = lplayer.Character
  3196. wait()
  3197. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3198. v.Parent = player.Character
  3199. end
  3200. end
  3201. end
  3202. end
  3203. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3204. speedfly = string.sub(CMDBAR.Text, 10)
  3205. wait()
  3206. change()
  3207. end
  3208. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3209. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3210. local Anim3 = Instance.new("Animation")
  3211. Anim3.AnimationId = "rbxassetid://282574440"
  3212. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3213. track3:Play(.1, 1, 1)
  3214. bplrr = v.Name
  3215. banpl = true
  3216. end
  3217. end
  3218. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3219. banpl = false
  3220. end
  3221. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3222. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3223. staring = true
  3224. stareplr = v
  3225. end
  3226. end
  3227. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3228. staring = false
  3229. end
  3230. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3231. chatlogs = true
  3232. game:GetService("StarterGui"):SetCore("SendNotification", {
  3233. Title = "LogChat enabled";
  3234. Text = "Now logging all player chat.";
  3235. })
  3236. end
  3237. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3238. chatlogs = false
  3239. game:GetService("StarterGui"):SetCore("SendNotification", {
  3240. Title = "LogChat disabled";
  3241. Text = "Stopped logging all player chat.";
  3242. })
  3243. end
  3244. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3245. game:GetService("Workspace").CurrentCamera:Destroy()
  3246. wait(0.1)
  3247. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3248. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3249. lplayer.CameraMinZoomDistance = 0.5
  3250. lplayer.CameraMaxZoomDistance = 400
  3251. lplayer.CameraMode = "Classic"
  3252. end
  3253. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3254. changingstate = false
  3255. end
  3256. CMDBAR.Text = ""
  3257. end
  3258. end)
  3259.  
  3260. wait(0.3)
  3261. game:GetService("StarterGui"):SetCore("SendNotification", {
  3262. Title = "Loaded successfully!";
  3263. Text = "Reviz Admin V2 by illremember";
  3264. })
  3265. wait(0.1)
  3266. print("Reviz Admin V2 loaded!")
  3267. if game:GetService("Workspace").FilteringEnabled == true then
  3268. warn("FE is Enabled (Filtering Enabled)")
  3269. game:GetService("StarterGui"):SetCore("SendNotification", {
  3270. Title = "FE is Enabled";
  3271. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3272. })
  3273. else
  3274. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3275. game:GetService("StarterGui"):SetCore("SendNotification", {
  3276. Title = "FE is Disabled";
  3277. Text = "Filtering Disabled. Consider using a different admin script.";
  3278. })
  3279. end
  3280.  
  3281. local intro = Instance.new("ScreenGui")
  3282. local Frame = Instance.new("Frame")
  3283. local ImageLabel = Instance.new("ImageLabel")
  3284. intro.Parent = game:GetService("CoreGui")
  3285. Frame.Parent = intro
  3286. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3287. Frame.BackgroundTransparency = 1
  3288. Frame.Size = UDim2.new(1, 0, 0, 300)
  3289. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3290. ImageLabel.Parent = Frame
  3291. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3292. ImageLabel.BackgroundTransparency = 1
  3293. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3294. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3295. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3296. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3297. wait(3.01)
  3298. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3299. wait(5.01)
  3300. intro:Destroy()
  3301. end)
  3302.  
  3303. Fly.Name = "Fly"
  3304. Fly.Parent = Menu
  3305. Fly.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  3306. Fly.BorderColor3 = Color3.fromRGB(0, 156, 234)
  3307. Fly.BorderSizePixel = 3
  3308. Fly.Position = UDim2.new(0.364835173, 0, 0.211601675, 0)
  3309. Fly.Size = UDim2.new(0, 122, 0, 51)
  3310. Fly.Font = Enum.Font.SourceSansBold
  3311. Fly.Text = "Fly [e]"
  3312. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  3313. Fly.TextScaled = true
  3314. Fly.TextSize = 50.000
  3315. Fly.TextWrapped = true
  3316. Fly.MouseButton1Down:connect(function()
  3317. repeat wait()
  3318. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3319. local mouse = game.Players.LocalPlayer:GetMouse()
  3320. repeat wait() until mouse
  3321. local plr = game.Players.LocalPlayer
  3322. local torso = plr.Character.Torso
  3323. local flying = true
  3324. local deb = true
  3325. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3326. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3327. local maxspeed = 50
  3328. local speed = 0
  3329.  
  3330. function Fly()
  3331. local bg = Instance.new("BodyGyro", torso)
  3332. bg.P = 9e4
  3333. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3334. bg.cframe = torso.CFrame
  3335. local bv = Instance.new("BodyVelocity", torso)
  3336. bv.velocity = Vector3.new(0,0.1,0)
  3337. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3338. repeat wait()
  3339. plr.Character.Humanoid.PlatformStand = true
  3340. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3341. speed = speed+.5+(speed/maxspeed)
  3342. if speed > maxspeed then
  3343. speed = maxspeed
  3344. end
  3345. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3346. speed = speed-1
  3347. if speed < 0 then
  3348. speed = 0
  3349. end
  3350. end
  3351. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3352. 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
  3353. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3354. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3355. 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
  3356. else
  3357. bv.velocity = Vector3.new(0,0.1,0)
  3358. end
  3359. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3360. until not flying
  3361. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3362. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3363. speed = 0
  3364. bg:Destroy()
  3365. bv:Destroy()
  3366. plr.Character.Humanoid.PlatformStand = false
  3367. end
  3368. mouse.KeyDown:connect(function(key)
  3369. if key:lower() == "e" then
  3370. if flying then flying = false
  3371. else
  3372. flying = true
  3373. Fly()
  3374. end
  3375. elseif key:lower() == "w" then
  3376. ctrl.f = 1
  3377. elseif key:lower() == "s" then
  3378. ctrl.b = -1
  3379. elseif key:lower() == "a" then
  3380. ctrl.l = -1
  3381. elseif key:lower() == "d" then
  3382. ctrl.r = 1
  3383. end
  3384. end)
  3385. mouse.KeyUp:connect(function(key)
  3386. if key:lower() == "w" then
  3387. ctrl.f = 0
  3388. elseif key:lower() == "s" then
  3389. ctrl.b = 0
  3390. elseif key:lower() == "a" then
  3391. ctrl.l = 0
  3392. elseif key:lower() == "d" then
  3393. ctrl.r = 0
  3394. end
  3395. end)
  3396. Fly()
  3397. end)
  3398.  
  3399. BlockHats.Name = "Block Hats"
  3400. BlockHats.Parent = Menu
  3401. BlockHats.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  3402. BlockHats.BorderColor3 = Color3.fromRGB(0, 156, 234)
  3403. BlockHats.BorderSizePixel = 3
  3404. BlockHats.Position = UDim2.new(0.364835173, 0, 0.444576591, 0)
  3405. BlockHats.Size = UDim2.new(0, 122, 0, 51)
  3406. BlockHats.Font = Enum.Font.SourceSansBold
  3407. BlockHats.Text = "Block Hats"
  3408. BlockHats.TextColor3 = Color3.fromRGB(255, 255, 255)
  3409. BlockHats.TextScaled = true
  3410. BlockHats.TextSize = 50.000
  3411. BlockHats.TextWrapped = true
  3412. BlockHats.MouseButton1Down:connect(function()
  3413. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3414. if (v:IsA("Accessory")) then
  3415. v.Handle.Mesh:remove()
  3416. end
  3417. end
  3418. end)
  3419.  
  3420. Fling.Name = "Fling"
  3421. Fling.Parent = Menu
  3422. Fling.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  3423. Fling.BorderColor3 = Color3.fromRGB(0, 156, 234)
  3424. Fling.BorderSizePixel = 3
  3425. Fling.Position = UDim2.new(0.364835173, 0, 0.670383036, 0)
  3426. Fling.Size = UDim2.new(0, 122, 0, 51)
  3427. Fling.Font = Enum.Font.SourceSansBold
  3428. Fling.Text = "Fling"
  3429. Fling.TextColor3 = Color3.fromRGB(255, 255, 255)
  3430. Fling.TextScaled = true
  3431. Fling.TextSize = 50.000
  3432. Fling.TextWrapped = true
  3433. Fling.MouseButton1Down:connect(function()
  3434. power = 1500 -- change this to make it more or less powerful
  3435.  
  3436. game:GetService('RunService').Stepped:connect(function()
  3437. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3438. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3439. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3440. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3441. end)
  3442.  
  3443. wait(.1)
  3444. local bambam = Instance.new("BodyThrust")
  3445. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3446. bambam.Force = Vector3.new(power,0,power)
  3447. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3448.  
  3449. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  3450. end)
  3451.  
  3452. Punch.Name = "Punch"
  3453. Punch.Parent = Menu
  3454. Punch.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  3455. Punch.BorderColor3 = Color3.fromRGB(0, 156, 234)
  3456. Punch.BorderSizePixel = 3
  3457. Punch.Position = UDim2.new(0.679120898, 0, 0.211601675, 0)
  3458. Punch.Size = UDim2.new(0, 122, 0, 51)
  3459. Punch.Font = Enum.Font.SourceSansBold
  3460. Punch.Text = "Anim Gui"
  3461. Punch.TextColor3 = Color3.fromRGB(255, 255, 255)
  3462. Punch.TextScaled = true
  3463. Punch.TextSize = 50.000
  3464. Punch.TextWrapped = true
  3465. Punch.MouseButton1Down:connect(function()
  3466. -- Energize by illremember, fe animations
  3467. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  3468. -- Thank you, and enjoy.
  3469.  
  3470. -- Objects
  3471.  
  3472. local Energize = Instance.new("ScreenGui") -- The actual GUI
  3473. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  3474. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  3475. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  3476. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  3477. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  3478. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  3479. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  3480. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  3481. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  3482.  
  3483. local CrazySlash = Instance.new("TextButton")--COMPLETE
  3484. local Open = Instance.new("TextButton")--COMPLETE
  3485. local R15Spinner = Instance.new("TextButton")--COMPLETE
  3486. local ArmsOut = Instance.new("TextButton")--COMPLETE
  3487. local FloatSlash = Instance.new("TextButton")--COMPLETE
  3488. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  3489. local DownSlash = Instance.new("TextButton")--COMPLETE
  3490. local Pull = Instance.new("TextButton")--COMPLETE
  3491. local CircleArm = Instance.new("TextButton")--COMPLETE
  3492. local Bend = Instance.new("TextButton")--COMPLETE
  3493. local RotateSlash = Instance.new("TextButton")--COMPLETE
  3494. local FlingArms = Instance.new("TextButton")--COMPLETE
  3495.  
  3496. local FullSwing = Instance.new("TextButton")--COMPLETE
  3497. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  3498. local MoonDance = Instance.new("TextButton")--COMPLETE
  3499. local FullPunch = Instance.new("TextButton")--COMPLETE
  3500. local Crouch = Instance.new("TextButton")--COMPLETE
  3501. local SpinDance = Instance.new("TextButton")--COMPLETE
  3502. local FloorFaint = Instance.new("TextButton")--COMPLETE
  3503. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  3504. local Spinner = Instance.new("TextButton")--COMPLETE
  3505. local MegaInsane = Instance.new("TextButton")--COMPLETE
  3506. local ArmDetach = Instance.new("TextButton")--COMPLETE
  3507. local WeirdMove = Instance.new("TextButton")--COMPLETE
  3508. local Faint = Instance.new("TextButton")--COMPLETE
  3509. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  3510. local Levitate = Instance.new("TextButton")--COMPLETE
  3511. local DinoWalk = Instance.new("TextButton")--COMPLETE
  3512. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  3513. local SwordSlam = Instance.new("TextButton")--COMPLETE
  3514. local LoopHead = Instance.new("TextButton")--COMPLETE
  3515. local HeroJump = Instance.new("TextButton")--COMPLETE
  3516. local Insane = Instance.new("TextButton")--COMPLETE
  3517. local FloatingHead = Instance.new("TextButton")--COMPLETE
  3518. local HeadThrow = Instance.new("TextButton")--COMPLETE
  3519. local MovingDance = Instance.new("TextButton")--COMPLETE
  3520. local SuperPunch = Instance.new("TextButton")--COMPLETE
  3521. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  3522. local Dab = Instance.new("TextButton")--COMPLETE
  3523. local FloatSit = Instance.new("TextButton")--COMPLETE
  3524. local SuperFaint = Instance.new("TextButton")--COMPLETE
  3525. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  3526. local Scared = Instance.new("TextButton")--COMPLETE
  3527. local InsaneArms = Instance.new("TextButton")--COMPLETE
  3528. local SwordSlice = Instance.new("TextButton")--COMPLETE
  3529. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  3530. local BowDown = Instance.new("TextButton")--COMPLETE
  3531. local LoopSlam = Instance.new("TextButton")--COMPLETE
  3532.  
  3533. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  3534. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  3535. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  3536.  
  3537. -- Properties
  3538.  
  3539. Energize.Name = "Energize"
  3540. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  3541.  
  3542. SideFrame.Name = "SideFrame"
  3543. SideFrame.Parent = Energize
  3544. SideFrame.Active = true
  3545. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  3546. SideFrame.Draggable = true
  3547. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  3548. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  3549. SideFrame.Visible = false
  3550.  
  3551. OpenGUI.Name = "OpenGUI"
  3552. OpenGUI.Parent = SideFrame
  3553. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3554. OpenGUI.BackgroundTransparency = 1
  3555. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  3556. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  3557. OpenGUI.Font = Enum.Font.SourceSans
  3558. OpenGUI.FontSize = Enum.FontSize.Size48
  3559. OpenGUI.Text = "X"
  3560. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  3561. OpenGUI.TextSize = 40
  3562. OpenGUI.TextWrapped = true
  3563.  
  3564. SideFrameTitle.Name = "SideFrameTitle"
  3565. SideFrameTitle.Parent = SideFrame
  3566. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3567. SideFrameTitle.BackgroundTransparency = 1
  3568. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  3569. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  3570. SideFrameTitle.Font = Enum.Font.Arial
  3571. SideFrameTitle.FontSize = Enum.FontSize.Size24
  3572. SideFrameTitle.Text = "-Energize-"
  3573. SideFrameTitle.TextSize = 21
  3574. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  3575. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  3576.  
  3577. MainFrame.Name = "MainFrame"
  3578. MainFrame.Parent = Energize
  3579. MainFrame.Active = true
  3580. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3581. MainFrame.BackgroundTransparency = 1
  3582. MainFrame.Draggable = true
  3583. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  3584. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  3585.  
  3586. GuiBottomFrame.Name = "Gui BottomFrame"
  3587. GuiBottomFrame.Parent = MainFrame
  3588. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  3589. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  3590. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  3591. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  3592.  
  3593. Credits.Name = "Credits"
  3594. Credits.Parent = GuiBottomFrame
  3595. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  3596. Credits.BackgroundTransparency = 1
  3597. Credits.Size = UDim2.new(0, 460, 0, 32)
  3598. Credits.FontSize = Enum.FontSize.Size14
  3599. Credits.Text = "By illremember -FE Animations Gui"
  3600. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  3601. Credits.TextSize = 14
  3602. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  3603. Credits.TextStrokeTransparency = 0.69999998807907
  3604. Credits.TextWrapped = true
  3605.  
  3606. ScrollingFrame.Parent = MainFrame
  3607. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  3608. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  3609. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  3610. ScrollingFrame.ScrollBarThickness = 13
  3611.  
  3612. FullSwing.Name = "FullSwing"
  3613. FullSwing.Parent = ScrollingFrame
  3614. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3615. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3616. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  3617. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  3618. FullSwing.Font = Enum.Font.Highway
  3619. FullSwing.FontSize = Enum.FontSize.Size24
  3620. FullSwing.Text = "Full Swing"
  3621. FullSwing.TextSize = 20
  3622. FullSwing.TextWrapped = true
  3623.  
  3624. GlitchLevitate.Name = "GlitchLevitate"
  3625. GlitchLevitate.Parent = ScrollingFrame
  3626. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3627. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3628. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  3629. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  3630. GlitchLevitate.Font = Enum.Font.Highway
  3631. GlitchLevitate.FontSize = Enum.FontSize.Size24
  3632. GlitchLevitate.Text = "Glitch Levitate"
  3633. GlitchLevitate.TextSize = 20
  3634. GlitchLevitate.TextWrapped = true
  3635.  
  3636. MoonDance.Name = "MoonDance"
  3637. MoonDance.Parent = ScrollingFrame
  3638. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3639. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3640. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  3641. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  3642. MoonDance.Font = Enum.Font.Highway
  3643. MoonDance.FontSize = Enum.FontSize.Size24
  3644. MoonDance.Text = "Moon Dance"
  3645. MoonDance.TextSize = 20
  3646. MoonDance.TextWrapped = true
  3647.  
  3648. FullPunch.Name = "FullPunch"
  3649. FullPunch.Parent = ScrollingFrame
  3650. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3651. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3652. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  3653. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  3654. FullPunch.Font = Enum.Font.Highway
  3655. FullPunch.FontSize = Enum.FontSize.Size24
  3656. FullPunch.Text = "Full Punch"
  3657. FullPunch.TextSize = 20
  3658. FullPunch.TextWrapped = true
  3659.  
  3660. Crouch.Name = "Crouch"
  3661. Crouch.Parent = ScrollingFrame
  3662. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3663. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3664. Crouch.Position = UDim2.new(0, 168, 0, 280)
  3665. Crouch.Size = UDim2.new(0, 119, 0, 34)
  3666. Crouch.Font = Enum.Font.Highway
  3667. Crouch.FontSize = Enum.FontSize.Size24
  3668. Crouch.Text = "Crouch"
  3669. Crouch.TextSize = 20
  3670. Crouch.TextWrapped = true
  3671.  
  3672. SpinDance.Name = "SpinDance"
  3673. SpinDance.Parent = ScrollingFrame
  3674. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3675. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3676. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  3677. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  3678. SpinDance.Font = Enum.Font.Highway
  3679. SpinDance.FontSize = Enum.FontSize.Size24
  3680. SpinDance.Text = "Spin Dance"
  3681. SpinDance.TextSize = 20
  3682. SpinDance.TextWrapped = true
  3683.  
  3684. FloorFaint.Name = "FloorFaint"
  3685. FloorFaint.Parent = ScrollingFrame
  3686. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3687. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3688. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  3689. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  3690. FloorFaint.Font = Enum.Font.Highway
  3691. FloorFaint.FontSize = Enum.FontSize.Size24
  3692. FloorFaint.Text = "Floor Faint"
  3693. FloorFaint.TextSize = 20
  3694. FloorFaint.TextWrapped = true
  3695.  
  3696. JumpingJacks.Name = "JumpingJacks"
  3697. JumpingJacks.Parent = ScrollingFrame
  3698. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3699. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3700. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  3701. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  3702. JumpingJacks.Font = Enum.Font.Highway
  3703. JumpingJacks.FontSize = Enum.FontSize.Size24
  3704. JumpingJacks.Text = "Jumping Jacks"
  3705. JumpingJacks.TextSize = 20
  3706. JumpingJacks.TextWrapped = true
  3707.  
  3708. Spinner.Name = "Spinner"
  3709. Spinner.Parent = ScrollingFrame
  3710. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3711. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3712. Spinner.Position = UDim2.new(0, 17, 0, 192)
  3713. Spinner.Size = UDim2.new(0, 119, 0, 34)
  3714. Spinner.Font = Enum.Font.Highway
  3715. Spinner.FontSize = Enum.FontSize.Size24
  3716. Spinner.Text = "Spinner"
  3717. Spinner.TextSize = 20
  3718. Spinner.TextWrapped = true
  3719.  
  3720. MegaInsane.Name = "MegaInsane"
  3721. MegaInsane.Parent = ScrollingFrame
  3722. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3723. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3724. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  3725. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  3726. MegaInsane.Font = Enum.Font.Highway
  3727. MegaInsane.FontSize = Enum.FontSize.Size24
  3728. MegaInsane.Text = "Mega Insane"
  3729. MegaInsane.TextSize = 20
  3730. MegaInsane.TextWrapped = true
  3731.  
  3732. ArmDetach.Name = "ArmDetach"
  3733. ArmDetach.Parent = ScrollingFrame
  3734. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3735. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3736. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  3737. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  3738. ArmDetach.Font = Enum.Font.Highway
  3739. ArmDetach.FontSize = Enum.FontSize.Size24
  3740. ArmDetach.Text = "Arm Detach"
  3741. ArmDetach.TextSize = 20
  3742. ArmDetach.TextWrapped = true
  3743.  
  3744. WeirdMove.Name = "WeirdMove"
  3745. WeirdMove.Parent = ScrollingFrame
  3746. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3747. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3748. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  3749. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  3750. WeirdMove.Font = Enum.Font.Highway
  3751. WeirdMove.FontSize = Enum.FontSize.Size24
  3752. WeirdMove.Text = "Weird Move"
  3753. WeirdMove.TextSize = 20
  3754. WeirdMove.TextWrapped = true
  3755.  
  3756. Faint.Name = "Faint"
  3757. Faint.Parent = ScrollingFrame
  3758. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3759. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3760. Faint.Position = UDim2.new(0, 17, 0, 148)
  3761. Faint.Size = UDim2.new(0, 119, 0, 34)
  3762. Faint.Font = Enum.Font.Highway
  3763. Faint.FontSize = Enum.FontSize.Size24
  3764. Faint.Text = "Faint"
  3765. Faint.TextSize = 20
  3766. Faint.TextWrapped = true
  3767.  
  3768. CloneIllusion.Name = "CloneIllusion"
  3769. CloneIllusion.Parent = ScrollingFrame
  3770. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3771. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3772. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  3773. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  3774. CloneIllusion.Font = Enum.Font.Highway
  3775. CloneIllusion.FontSize = Enum.FontSize.Size24
  3776. CloneIllusion.Text = "Clone Illusion"
  3777. CloneIllusion.TextSize = 20
  3778. CloneIllusion.TextWrapped = true
  3779.  
  3780. Levitate.Name = "Levitate"
  3781. Levitate.Parent = ScrollingFrame
  3782. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3783. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3784. Levitate.Position = UDim2.new(0, 17, 0, 104)
  3785. Levitate.Size = UDim2.new(0, 119, 0, 34)
  3786. Levitate.Font = Enum.Font.Highway
  3787. Levitate.FontSize = Enum.FontSize.Size24
  3788. Levitate.Text = "Levitate"
  3789. Levitate.TextSize = 20
  3790. Levitate.TextWrapped = true
  3791.  
  3792. DinoWalk.Name = "DinoWalk"
  3793. DinoWalk.Parent = ScrollingFrame
  3794. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3795. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3796. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  3797. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  3798. DinoWalk.Font = Enum.Font.Highway
  3799. DinoWalk.FontSize = Enum.FontSize.Size24
  3800. DinoWalk.Text = "Dino Walk"
  3801. DinoWalk.TextSize = 20
  3802. DinoWalk.TextWrapped = true
  3803.  
  3804. FloorCrawl.Name = "FloorCrawl"
  3805. FloorCrawl.Parent = ScrollingFrame
  3806. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3807. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3808. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  3809. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  3810. FloorCrawl.Font = Enum.Font.Highway
  3811. FloorCrawl.FontSize = Enum.FontSize.Size24
  3812. FloorCrawl.Text = "Floor Crawl"
  3813. FloorCrawl.TextSize = 20
  3814. FloorCrawl.TextWrapped = true
  3815.  
  3816. SwordSlam.Name = "SwordSlam"
  3817. SwordSlam.Parent = ScrollingFrame
  3818. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3819. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3820. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  3821. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  3822. SwordSlam.Font = Enum.Font.Highway
  3823. SwordSlam.FontSize = Enum.FontSize.Size24
  3824. SwordSlam.Text = "Sword Slam"
  3825. SwordSlam.TextSize = 20
  3826. SwordSlam.TextWrapped = true
  3827.  
  3828. LoopHead.Name = "LoopHead"
  3829. LoopHead.Parent = ScrollingFrame
  3830. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3831. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3832. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  3833. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  3834. LoopHead.Font = Enum.Font.Highway
  3835. LoopHead.FontSize = Enum.FontSize.Size24
  3836. LoopHead.Text = "Loop Head"
  3837. LoopHead.TextSize = 20
  3838. LoopHead.TextWrapped = true
  3839.  
  3840. HeroJump.Name = "HeroJump"
  3841. HeroJump.Parent = ScrollingFrame
  3842. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3843. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3844. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  3845. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  3846. HeroJump.Font = Enum.Font.Highway
  3847. HeroJump.FontSize = Enum.FontSize.Size24
  3848. HeroJump.Text = "Hero Jump"
  3849. HeroJump.TextSize = 20
  3850. HeroJump.TextWrapped = true
  3851.  
  3852. Insane.Name = "Insane"
  3853. Insane.Parent = ScrollingFrame
  3854. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3855. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3856. Insane.Position = UDim2.new(0, 319, 0, 16)
  3857. Insane.Size = UDim2.new(0, 119, 0, 34)
  3858. Insane.Font = Enum.Font.Highway
  3859. Insane.FontSize = Enum.FontSize.Size24
  3860. Insane.Text = "Insane"
  3861. Insane.TextSize = 20
  3862. Insane.TextWrapped = true
  3863.  
  3864. FloatingHead.Name = "FloatingHead"
  3865. FloatingHead.Parent = ScrollingFrame
  3866. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3867. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3868. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  3869. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  3870. FloatingHead.Font = Enum.Font.Highway
  3871. FloatingHead.FontSize = Enum.FontSize.Size24
  3872. FloatingHead.Text = "Floating Head"
  3873. FloatingHead.TextSize = 20
  3874. FloatingHead.TextWrapped = true
  3875.  
  3876. HeadThrow.Name = "HeadThrow"
  3877. HeadThrow.Parent = ScrollingFrame
  3878. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3879. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3880. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  3881. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  3882. HeadThrow.Font = Enum.Font.Highway
  3883. HeadThrow.FontSize = Enum.FontSize.Size24
  3884. HeadThrow.Text = "Head Throw"
  3885. HeadThrow.TextSize = 20
  3886. HeadThrow.TextWrapped = true
  3887.  
  3888. MovingDance.Name = "MovingDance"
  3889. MovingDance.Parent = ScrollingFrame
  3890. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3891. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3892. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  3893. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  3894. MovingDance.Font = Enum.Font.Highway
  3895. MovingDance.FontSize = Enum.FontSize.Size24
  3896. MovingDance.Text = "Moving Dance"
  3897. MovingDance.TextSize = 20
  3898. MovingDance.TextWrapped = true
  3899.  
  3900. SuperPunch.Name = "SuperPunch"
  3901. SuperPunch.Parent = ScrollingFrame
  3902. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3903. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3904. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  3905. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  3906. SuperPunch.Font = Enum.Font.Highway
  3907. SuperPunch.FontSize = Enum.FontSize.Size24
  3908. SuperPunch.Text = "Super Punch"
  3909. SuperPunch.TextSize = 20
  3910. SuperPunch.TextWrapped = true
  3911.  
  3912. ArmTurbine.Name = "ArmTurbine"
  3913. ArmTurbine.Parent = ScrollingFrame
  3914. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3915. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3916. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  3917. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  3918. ArmTurbine.Font = Enum.Font.Highway
  3919. ArmTurbine.FontSize = Enum.FontSize.Size24
  3920. ArmTurbine.Text = "Arm Turbine"
  3921. ArmTurbine.TextSize = 20
  3922. ArmTurbine.TextWrapped = true
  3923.  
  3924. Dab.Name = "Dab"
  3925. Dab.Parent = ScrollingFrame
  3926. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3927. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3928. Dab.Position = UDim2.new(0, 17, 0, 366)
  3929. Dab.Size = UDim2.new(0, 119, 0, 34)
  3930. Dab.Font = Enum.Font.Highway
  3931. Dab.FontSize = Enum.FontSize.Size24
  3932. Dab.Text = "Dab"
  3933. Dab.TextSize = 20
  3934. Dab.TextWrapped = true
  3935.  
  3936. FloatSit.Name = "FloatSit"
  3937. FloatSit.Parent = ScrollingFrame
  3938. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3939. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3940. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  3941. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  3942. FloatSit.Font = Enum.Font.Highway
  3943. FloatSit.FontSize = Enum.FontSize.Size24
  3944. FloatSit.Text = "Float Sit"
  3945. FloatSit.TextSize = 20
  3946. FloatSit.TextWrapped = true
  3947.  
  3948. SuperFaint.Name = "SuperFaint"
  3949. SuperFaint.Parent = ScrollingFrame
  3950. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3951. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3952. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  3953. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  3954. SuperFaint.Font = Enum.Font.Highway
  3955. SuperFaint.FontSize = Enum.FontSize.Size24
  3956. SuperFaint.Text = "Super Faint"
  3957. SuperFaint.TextSize = 20
  3958. SuperFaint.TextWrapped = true
  3959.  
  3960. BarrelRoll.Name = "BarrelRoll"
  3961. BarrelRoll.Parent = ScrollingFrame
  3962. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3963. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3964. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  3965. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  3966. BarrelRoll.Font = Enum.Font.Highway
  3967. BarrelRoll.FontSize = Enum.FontSize.Size24
  3968. BarrelRoll.Text = "Barrel Roll"
  3969. BarrelRoll.TextSize = 20
  3970. BarrelRoll.TextWrapped = true
  3971.  
  3972. Scared.Name = "Scared"
  3973. Scared.Parent = ScrollingFrame
  3974. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3975. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3976. Scared.Position = UDim2.new(0, 319, 0, 454)
  3977. Scared.Size = UDim2.new(0, 119, 0, 34)
  3978. Scared.Font = Enum.Font.Highway
  3979. Scared.FontSize = Enum.FontSize.Size24
  3980. Scared.Text = "Scared"
  3981. Scared.TextSize = 20
  3982. Scared.TextWrapped = true
  3983.  
  3984. InsaneArms.Name = "InsaneArms"
  3985. InsaneArms.Parent = ScrollingFrame
  3986. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3987. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  3988. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  3989. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  3990. InsaneArms.Font = Enum.Font.Highway
  3991. InsaneArms.FontSize = Enum.FontSize.Size24
  3992. InsaneArms.Text = "Insane Arms"
  3993. InsaneArms.TextSize = 20
  3994. InsaneArms.TextWrapped = true
  3995.  
  3996. SwordSlice.Name = "SwordSlice"
  3997. SwordSlice.Parent = ScrollingFrame
  3998. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  3999. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4000. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  4001. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  4002. SwordSlice.Font = Enum.Font.Highway
  4003. SwordSlice.FontSize = Enum.FontSize.Size24
  4004. SwordSlice.Text = "Sword Slice"
  4005. SwordSlice.TextSize = 20
  4006. SwordSlice.TextWrapped = true
  4007.  
  4008. SpinDance2.Name = "SpinDance2"
  4009. SpinDance2.Parent = ScrollingFrame
  4010. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  4011. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4012. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  4013. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  4014. SpinDance2.Font = Enum.Font.Highway
  4015. SpinDance2.FontSize = Enum.FontSize.Size24
  4016. SpinDance2.Text = "Spin Dance 2"
  4017. SpinDance2.TextSize = 20
  4018. SpinDance2.TextWrapped = true
  4019.  
  4020. BowDown.Name = "BowDown"
  4021. BowDown.Parent = ScrollingFrame
  4022. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  4023. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4024. BowDown.Position = UDim2.new(0, 319, 0, 498)
  4025. BowDown.Size = UDim2.new(0, 119, 0, 34)
  4026. BowDown.Font = Enum.Font.Highway
  4027. BowDown.FontSize = Enum.FontSize.Size24
  4028. BowDown.Text = "Bow Down"
  4029. BowDown.TextSize = 20
  4030. BowDown.TextWrapped = true
  4031.  
  4032. LoopSlam.Name = "LoopSlam"
  4033. LoopSlam.Parent = ScrollingFrame
  4034. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  4035. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4036. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  4037. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  4038. LoopSlam.Font = Enum.Font.Highway
  4039. LoopSlam.FontSize = Enum.FontSize.Size24
  4040. LoopSlam.Text = "Loop Slam"
  4041. LoopSlam.TextSize = 20
  4042. LoopSlam.TextWrapped = true
  4043.  
  4044. GuiTopFrame.Name = "Gui TopFrame"
  4045. GuiTopFrame.Parent = MainFrame
  4046. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  4047. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  4048. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  4049.  
  4050. CloseGUI.Name = "CloseGUI"
  4051. CloseGUI.Parent = GuiTopFrame
  4052. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  4053. CloseGUI.BackgroundTransparency = 1
  4054. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  4055. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  4056. CloseGUI.Font = Enum.Font.SourceSans
  4057. CloseGUI.FontSize = Enum.FontSize.Size48
  4058. CloseGUI.Text = "X"
  4059. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  4060. CloseGUI.TextSize = 40
  4061. CloseGUI.TextWrapped = true
  4062.  
  4063. Title.Name = "Title"
  4064. Title.Parent = GuiTopFrame
  4065. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  4066. Title.BackgroundTransparency = 1
  4067. Title.Size = UDim2.new(0, 460, 0, 32)
  4068. Title.FontSize = Enum.FontSize.Size14
  4069. Title.Text = "-Energize-"
  4070. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  4071. Title.TextSize = 14
  4072. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  4073. Title.TextStrokeTransparency = 0.69999998807907
  4074. Title.TextWrapped = true
  4075.  
  4076. CheckR.Name = "CheckR"
  4077. CheckR.Parent = GuiTopFrame
  4078. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  4079. CheckR.BackgroundTransparency = 1
  4080. CheckR.Size = UDim2.new(0, 171, 0, 32)
  4081. CheckR.Font = Enum.Font.SourceSansBold
  4082. CheckR.FontSize = Enum.FontSize.Size14
  4083. CheckR.Text = "Text"
  4084. CheckR.TextScaled = true
  4085. CheckR.TextSize = 14
  4086. CheckR.TextWrapped = true
  4087.  
  4088. ScrollingFrameR15.Name = "ScrollingFrameR15"
  4089. ScrollingFrameR15.Parent = MainFrame
  4090. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  4091. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  4092. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  4093. ScrollingFrameR15.Visible = false
  4094. ScrollingFrameR15.ScrollBarThickness = 13
  4095.  
  4096. CrazySlash.Name = "CrazySlash"
  4097. CrazySlash.Parent = ScrollingFrameR15
  4098. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4099. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4100. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  4101. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  4102. CrazySlash.Font = Enum.Font.Highway
  4103. CrazySlash.FontSize = Enum.FontSize.Size24
  4104. CrazySlash.Text = "CrazySlash"
  4105. CrazySlash.TextSize = 20
  4106. CrazySlash.TextWrapped = true
  4107.  
  4108. Open.Name = "Open"
  4109. Open.Parent = ScrollingFrameR15
  4110. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4111. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4112. Open.Position = UDim2.new(0, 168, 0, 16)
  4113. Open.Size = UDim2.new(0, 119, 0, 34)
  4114. Open.Font = Enum.Font.Highway
  4115. Open.FontSize = Enum.FontSize.Size24
  4116. Open.Text = "Open"
  4117. Open.TextSize = 20
  4118. Open.TextWrapped = true
  4119.  
  4120. R15Spinner.Name = "R15Spinner"
  4121. R15Spinner.Parent = ScrollingFrameR15
  4122. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4123. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4124. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  4125. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  4126. R15Spinner.Font = Enum.Font.Highway
  4127. R15Spinner.FontSize = Enum.FontSize.Size24
  4128. R15Spinner.Text = "Spinner"
  4129. R15Spinner.TextSize = 20
  4130. R15Spinner.TextWrapped = true
  4131.  
  4132. ArmsOut.Name = "ArmsOut"
  4133. ArmsOut.Parent = ScrollingFrameR15
  4134. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4135. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4136. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  4137. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  4138. ArmsOut.Font = Enum.Font.Highway
  4139. ArmsOut.FontSize = Enum.FontSize.Size24
  4140. ArmsOut.Text = "ArmsOut"
  4141. ArmsOut.TextSize = 20
  4142. ArmsOut.TextWrapped = true
  4143.  
  4144. FloatSlash.Name = "FloatSlash"
  4145. FloatSlash.Parent = ScrollingFrameR15
  4146. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4147. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4148. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  4149. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  4150. FloatSlash.Font = Enum.Font.Highway
  4151. FloatSlash.FontSize = Enum.FontSize.Size24
  4152. FloatSlash.Text = "FloatSlash"
  4153. FloatSlash.TextSize = 20
  4154. FloatSlash.TextWrapped = true
  4155.  
  4156. WeirdZombie.Name = "WeirdZombie"
  4157. WeirdZombie.Parent = ScrollingFrameR15
  4158. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4159. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4160. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  4161. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  4162. WeirdZombie.Font = Enum.Font.Highway
  4163. WeirdZombie.FontSize = Enum.FontSize.Size24
  4164. WeirdZombie.Text = "WeirdZombie"
  4165. WeirdZombie.TextSize = 20
  4166. WeirdZombie.TextWrapped = true
  4167.  
  4168. DownSlash.Name = "DownSlash"
  4169. DownSlash.Parent = ScrollingFrameR15
  4170. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4171. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4172. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  4173. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  4174. DownSlash.Font = Enum.Font.Highway
  4175. DownSlash.FontSize = Enum.FontSize.Size24
  4176. DownSlash.Text = "DownSlash"
  4177. DownSlash.TextSize = 20
  4178. DownSlash.TextWrapped = true
  4179.  
  4180. Pull.Name = "Pull"
  4181. Pull.Parent = ScrollingFrameR15
  4182. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4183. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4184. Pull.Position = UDim2.new(0, 17, 0, 104)
  4185. Pull.Size = UDim2.new(0, 119, 0, 34)
  4186. Pull.Font = Enum.Font.Highway
  4187. Pull.FontSize = Enum.FontSize.Size24
  4188. Pull.Text = "Pull"
  4189. Pull.TextSize = 20
  4190. Pull.TextWrapped = true
  4191.  
  4192. CircleArm.Name = "CircleArm"
  4193. CircleArm.Parent = ScrollingFrameR15
  4194. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4195. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4196. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  4197. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  4198. CircleArm.Font = Enum.Font.Highway
  4199. CircleArm.FontSize = Enum.FontSize.Size24
  4200. CircleArm.Text = "CircleArm"
  4201. CircleArm.TextSize = 20
  4202. CircleArm.TextWrapped = true
  4203.  
  4204. Bend.Name = "Bend"
  4205. Bend.Parent = ScrollingFrameR15
  4206. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4207. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4208. Bend.Position = UDim2.new(0, 319, 0, 104)
  4209. Bend.Size = UDim2.new(0, 119, 0, 34)
  4210. Bend.Font = Enum.Font.Highway
  4211. Bend.FontSize = Enum.FontSize.Size24
  4212. Bend.Text = "Bend"
  4213. Bend.TextSize = 20
  4214. Bend.TextWrapped = true
  4215.  
  4216. RotateSlash.Name = "RotateSlash"
  4217. RotateSlash.Parent = ScrollingFrameR15
  4218. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4219. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4220. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  4221. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  4222. RotateSlash.Font = Enum.Font.Highway
  4223. RotateSlash.FontSize = Enum.FontSize.Size24
  4224. RotateSlash.Text = "RotateSlash"
  4225. RotateSlash.TextSize = 20
  4226. RotateSlash.TextWrapped = true
  4227.  
  4228. FlingArms.Name = "FlingArms"
  4229. FlingArms.Parent = ScrollingFrameR15
  4230. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  4231. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  4232. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  4233. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  4234. FlingArms.Font = Enum.Font.Highway
  4235. FlingArms.FontSize = Enum.FontSize.Size24
  4236. FlingArms.Text = "FlingArms"
  4237. FlingArms.TextSize = 20
  4238. FlingArms.TextWrapped = true
  4239.  
  4240. -- Buttons
  4241. col = Color3.new(0.886275, 0.776471, 0.368627)
  4242. loc = Color3.new(1, 0.906471, 0.568627)
  4243. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  4244. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  4245.  
  4246. CloseGUI.MouseButton1Click:connect(function()
  4247. MainFrame.Visible = false
  4248. SideFrame.Visible = true
  4249. SideFrame.Position = MainFrame.Position
  4250. end)
  4251.  
  4252. OpenGUI.MouseButton1Click:connect(function()
  4253. MainFrame.Visible = true
  4254. SideFrame.Visible = false
  4255. MainFrame.Position = SideFrame.Position
  4256. end)
  4257.  
  4258. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  4259. ScrollingFrame.Visible = false
  4260. ScrollingFrameR15.Visible = true
  4261. CheckR.Text = "Showing R15 Animations"
  4262. else
  4263. ScrollingFrame.Visible = true
  4264. ScrollingFrameR15.Visible = false
  4265. CheckR.Text = "Showing R6 Animations"
  4266. end
  4267.  
  4268. local Anim = Instance.new("Animation")
  4269. Anim.AnimationId = "rbxassetid://35154961"
  4270. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4271. local HeadThrowACTIVE = false
  4272. HeadThrow.MouseButton1Click:connect(function()
  4273. HeadThrowACTIVE = not HeadThrowACTIVE
  4274. if HeadThrowACTIVE then
  4275. HeadThrow.BackgroundColor3 = loc
  4276. while wait() do
  4277. if track.IsPlaying == false then
  4278. if HeadThrowACTIVE then
  4279. track:Play(.1, 1, 1)
  4280. end
  4281. end
  4282. end
  4283. else
  4284. track:Stop()
  4285. HeadThrow.BackgroundColor3 = col
  4286. end
  4287. end)
  4288.  
  4289. local Anim = Instance.new("Animation")
  4290. Anim.AnimationId = "rbxassetid://121572214"
  4291. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4292. local FloatingHeadACTIVE = false
  4293. FloatingHead.MouseButton1Click:connect(function()
  4294. FloatingHeadACTIVE = not FloatingHeadACTIVE
  4295. if FloatingHeadACTIVE then
  4296. track:Play(.1, 1, 1)
  4297. FloatingHead.BackgroundColor3 = loc
  4298. else
  4299. track:Stop()
  4300. FloatingHead.BackgroundColor3 = col
  4301. end
  4302. end)
  4303.  
  4304. local Anim = Instance.new("Animation")
  4305. Anim.AnimationId = "rbxassetid://182724289"
  4306. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4307. local CrouchACTIVE = false
  4308. Crouch.MouseButton1Click:connect(function()
  4309. CrouchACTIVE = not CrouchACTIVE
  4310. if CrouchACTIVE then
  4311. track:Play(.1, 1, 1)
  4312. Crouch.BackgroundColor3 = loc
  4313. else
  4314. track:Stop()
  4315. Crouch.BackgroundColor3 = col
  4316. end
  4317. end)
  4318.  
  4319. local Anim = Instance.new("Animation")
  4320. Anim.AnimationId = "rbxassetid://282574440"
  4321. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4322. local FloorCrawlACTIVE = false
  4323. FloorCrawl.MouseButton1Click:connect(function()
  4324. FloorCrawlACTIVE = not FloorCrawlACTIVE
  4325. if FloorCrawlACTIVE then
  4326. track:Play(.1, 1, 1)
  4327. FloorCrawl.BackgroundColor3 = loc
  4328. else
  4329. track:Stop()
  4330. FloorCrawl.BackgroundColor3 = col
  4331. end
  4332. end)
  4333.  
  4334. local Anim = Instance.new("Animation")
  4335. Anim.AnimationId = "rbxassetid://204328711"
  4336. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4337. local DinoWalkACTIVE = false
  4338. DinoWalk.MouseButton1Click:connect(function()
  4339. DinoWalkACTIVE = not DinoWalkACTIVE
  4340. if DinoWalkACTIVE then
  4341. track:Play(.1, 1, 1)
  4342. DinoWalk.BackgroundColor3 = loc
  4343. else
  4344. track:Stop()
  4345. DinoWalk.BackgroundColor3 = col
  4346. end
  4347. end)
  4348.  
  4349. local Anim = Instance.new("Animation")
  4350. Anim.AnimationId = "rbxassetid://429681631"
  4351. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4352. local JumpingJacksACTIVE = false
  4353. JumpingJacks.MouseButton1Click:connect(function()
  4354. JumpingJacksACTIVE = not JumpingJacksACTIVE
  4355. if JumpingJacksACTIVE then
  4356. track:Play(.1, 1, 1)
  4357. JumpingJacks.BackgroundColor3 = loc
  4358. else
  4359. track:Stop()
  4360. JumpingJacks.BackgroundColor3 = col
  4361. end
  4362. end)
  4363.  
  4364. local Anim = Instance.new("Animation")
  4365. Anim.AnimationId = "rbxassetid://35154961"
  4366. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4367. local LoopHeadACTIVE = false
  4368. LoopHead.MouseButton1Click:connect(function()
  4369. LoopHeadACTIVE = not LoopHeadACTIVE
  4370. if LoopHeadACTIVE then
  4371. LoopHead.BackgroundColor3 = loc
  4372. while wait() do
  4373. if track.IsPlaying == false then
  4374. if LoopHeadACTIVE then
  4375. track:Play(.5, 1, 1e6)
  4376. end
  4377. end
  4378. end
  4379. else
  4380. track:Stop()
  4381. LoopHead.BackgroundColor3 = col
  4382. end
  4383. end)
  4384.  
  4385. local Anim = Instance.new("Animation")
  4386. Anim.AnimationId = "rbxassetid://184574340"
  4387. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4388. local HeroJumpACTIVE = false
  4389. HeroJump.MouseButton1Click:connect(function()
  4390. HeroJumpACTIVE = not HeroJumpACTIVE
  4391. if HeroJumpACTIVE then
  4392. HeroJump.BackgroundColor3 = loc
  4393. while wait() do
  4394. if track.IsPlaying == false then
  4395. if HeroJumpACTIVE then
  4396. track:Play(.1, 1, 1)
  4397. end
  4398. end
  4399. end
  4400. else
  4401. track:Stop()
  4402. HeroJump.BackgroundColor3 = col
  4403. end
  4404. end)
  4405.  
  4406. local Anim = Instance.new("Animation")
  4407. Anim.AnimationId = "rbxassetid://181526230"
  4408. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4409. local FaintACTIVE = false
  4410. Faint.MouseButton1Click:connect(function()
  4411. FaintACTIVE = not FaintACTIVE
  4412. if FaintACTIVE then
  4413. track:Play(.1, 1, 1)
  4414. Faint.BackgroundColor3 = loc
  4415. else
  4416. track:Stop()
  4417. Faint.BackgroundColor3 = col
  4418. end
  4419. end)
  4420.  
  4421. local Anim = Instance.new("Animation")
  4422. Anim.AnimationId = "rbxassetid://181525546"
  4423. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4424. local FloorFaintACTIVE = false
  4425. FloorFaint.MouseButton1Click:connect(function()
  4426. FloorFaintACTIVE = not FloorFaintACTIVE
  4427. if FloorFaintACTIVE then
  4428. FloorFaint.BackgroundColor3 = loc
  4429. while wait() do
  4430. if track.IsPlaying == false then
  4431. if FloorFaintACTIVE then
  4432. track:Play(.1, 1, 2)
  4433. end
  4434. end
  4435. end
  4436. else
  4437. track:Stop()
  4438. FloorFaint.BackgroundColor3 = col
  4439. end
  4440. end)
  4441.  
  4442. local Anim = Instance.new("Animation")
  4443. Anim.AnimationId = "rbxassetid://181525546"
  4444. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4445. local SuperFaintACTIVE = false
  4446. SuperFaint.MouseButton1Click:connect(function()
  4447. SuperFaintACTIVE = not SuperFaintACTIVE
  4448. if SuperFaintACTIVE then
  4449. SuperFaint.BackgroundColor3 = loc
  4450. while wait() do
  4451. if track.IsPlaying == false then
  4452. if SuperFaintACTIVE then
  4453. track:Play(.1, 0.5, 40)
  4454. end
  4455. end
  4456. end
  4457. else
  4458. track:Stop()
  4459. SuperFaint.BackgroundColor3 = col
  4460. end
  4461. end)
  4462.  
  4463. local Anim = Instance.new("Animation")
  4464. Anim.AnimationId = "rbxassetid://313762630"
  4465. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4466. local LevitateACTIVE = false
  4467. Levitate.MouseButton1Click:connect(function()
  4468. LevitateACTIVE = not LevitateACTIVE
  4469. if LevitateACTIVE then
  4470. track:Play(.1, 1, 1)
  4471. Levitate.BackgroundColor3 = loc
  4472. else
  4473. track:Stop()
  4474. Levitate.BackgroundColor3 = col
  4475. end
  4476. end)
  4477.  
  4478. local Anim = Instance.new("Animation")
  4479. Anim.AnimationId = "rbxassetid://183412246"
  4480. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4481. local DabACTIVE = false
  4482. Dab.MouseButton1Click:connect(function()
  4483. DabACTIVE = not DabACTIVE
  4484. if DabACTIVE then
  4485. Dab.BackgroundColor3 = loc
  4486. while wait() do
  4487. if track.IsPlaying == false then
  4488. if DabACTIVE then
  4489. track:Play(.1, 1, 1)
  4490. end
  4491. end
  4492. end
  4493. else
  4494. track:Stop()
  4495. Dab.BackgroundColor3 = col
  4496. end
  4497. end)
  4498.  
  4499. local Anim = Instance.new("Animation")
  4500. Anim.AnimationId = "rbxassetid://188632011"
  4501. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4502. local SpinACTIVE = false
  4503. Spinner.MouseButton1Click:connect(function()
  4504. SpinACTIVE = not SpinACTIVE
  4505. if SpinACTIVE then
  4506. Spinner.BackgroundColor3 = loc
  4507. while wait() do
  4508. if track.IsPlaying == false then
  4509. if SpinACTIVE then
  4510. track:Play(.1, 1, 2)
  4511. end
  4512. end
  4513. end
  4514. else
  4515. track:Stop()
  4516. Spinner.BackgroundColor3 = col
  4517. end
  4518. end)
  4519.  
  4520. local Anim = Instance.new("Animation")
  4521. Anim.AnimationId = "rbxassetid://179224234"
  4522. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4523. local FloatSitACTIVE = false
  4524. FloatSit.MouseButton1Click:connect(function()
  4525. FloatSitACTIVE = not FloatSitACTIVE
  4526. if FloatSitACTIVE then
  4527. track:Play(.1, 1, 1)
  4528. FloatSit.BackgroundColor3 = loc
  4529. else
  4530. track:Stop()
  4531. FloatSit.BackgroundColor3 = col
  4532. end
  4533. end)
  4534.  
  4535. local Anim = Instance.new("Animation")
  4536. Anim.AnimationId = "rbxassetid://429703734"
  4537. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4538. local MovingDanceACTIVE = false
  4539. MovingDance.MouseButton1Click:connect(function()
  4540. MovingDanceACTIVE = not MovingDanceACTIVE
  4541. if MovingDanceACTIVE then
  4542. MovingDance.BackgroundColor3 = loc
  4543. while wait() do
  4544. if track.IsPlaying == false then
  4545. if MovingDanceACTIVE then
  4546. track:Play(.1, 1, 1)
  4547. end
  4548. end
  4549. end
  4550. else
  4551. track:Stop()
  4552. MovingDance.BackgroundColor3 = col
  4553. end
  4554. end)
  4555.  
  4556. local Anim = Instance.new("Animation")
  4557. Anim.AnimationId = "rbxassetid://215384594"
  4558. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4559. local WeirdMoveACTIVE = false
  4560. WeirdMove.MouseButton1Click:connect(function()
  4561. WeirdMoveACTIVE = not WeirdMoveACTIVE
  4562. if WeirdMoveACTIVE then
  4563. track:Play(.1, 1, 1)
  4564. WeirdMove.BackgroundColor3 = loc
  4565. else
  4566. track:Stop()
  4567. WeirdMove.BackgroundColor3 = col
  4568. end
  4569. end)
  4570.  
  4571. local Anim = Instance.new("Animation")
  4572. Anim.AnimationId = "rbxassetid://215384594"
  4573. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4574. local CloneIllusionACTIVE = false
  4575. CloneIllusion.MouseButton1Click:connect(function()
  4576. CloneIllusionACTIVE = not CloneIllusionACTIVE
  4577. if CloneIllusionACTIVE then
  4578. track:Play(.5, 1, 1e7)
  4579. CloneIllusion.BackgroundColor3 = loc
  4580. else
  4581. track:Stop()
  4582. CloneIllusion.BackgroundColor3 = col
  4583. end
  4584. end)
  4585.  
  4586. local Anim = Instance.new("Animation")
  4587. Anim.AnimationId = "rbxassetid://313762630"
  4588. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4589. local GlitchLevitateACTIVE = false
  4590. GlitchLevitate.MouseButton1Click:connect(function()
  4591. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  4592. if GlitchLevitateACTIVE then
  4593. track:Play(.5, 1, 1e7)
  4594. GlitchLevitate.BackgroundColor3 = loc
  4595. else
  4596. track:Stop()
  4597. GlitchLevitate.BackgroundColor3 = col
  4598. end
  4599. end)
  4600.  
  4601. local Anim = Instance.new("Animation")
  4602. Anim.AnimationId = "rbxassetid://429730430"
  4603. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4604. local SpinDanceACTIVE = false
  4605. SpinDance.MouseButton1Click:connect(function()
  4606. SpinDanceACTIVE = not SpinDanceACTIVE
  4607. if SpinDanceACTIVE then
  4608. SpinDance.BackgroundColor3 = loc
  4609. while wait() do
  4610. if track.IsPlaying == false then
  4611. if SpinDanceACTIVE then
  4612. track:Play(.1, 1, 1)
  4613. end
  4614. end
  4615. end
  4616. else
  4617. track:Stop()
  4618. SpinDance.BackgroundColor3 = col
  4619. end
  4620. end)
  4621.  
  4622. local Anim = Instance.new("Animation")
  4623. Anim.AnimationId = "rbxassetid://45834924"
  4624. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4625. local MoonDanceACTIVE = false
  4626. MoonDance.MouseButton1Click:connect(function()
  4627. MoonDanceACTIVE = not MoonDanceACTIVE
  4628. if MoonDanceACTIVE then
  4629. MoonDance.BackgroundColor3 = loc
  4630. while wait() do
  4631. if track.IsPlaying == false then
  4632. if MoonDanceACTIVE then
  4633. track:Play(.1, 1, 1)
  4634. end
  4635. end
  4636. end
  4637. else
  4638. track:Stop()
  4639. MoonDance.BackgroundColor3 = col
  4640. end
  4641. end)
  4642.  
  4643. local Anim = Instance.new("Animation")
  4644. Anim.AnimationId = "rbxassetid://204062532"
  4645. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4646. local FullPunchACTIVE = false
  4647. FullPunch.MouseButton1Click:connect(function()
  4648. FullPunchACTIVE = not FullPunchACTIVE
  4649. if FullPunchACTIVE then
  4650. FullPunch.BackgroundColor3 = loc
  4651. while wait() do
  4652. if track.IsPlaying == false then
  4653. if FullPunchACTIVE then
  4654. track:Play(.1, 1, 1)
  4655. end
  4656. end
  4657. end
  4658. else
  4659. track:Stop()
  4660. FullPunch.BackgroundColor3 = col
  4661. end
  4662. end)
  4663.  
  4664. local Anim = Instance.new("Animation")
  4665. Anim.AnimationId = "rbxassetid://186934910"
  4666. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4667. local SpinDance2ACTIVE = false
  4668. SpinDance2.MouseButton1Click:connect(function()
  4669. SpinDance2ACTIVE = not SpinDance2ACTIVE
  4670. if SpinDance2ACTIVE then
  4671. SpinDance2.BackgroundColor3 = loc
  4672. while wait() do
  4673. if track.IsPlaying == false then
  4674. if SpinDance2ACTIVE then
  4675. track:Play(.1, 1, 1)
  4676. end
  4677. end
  4678. end
  4679. else
  4680. track:Stop()
  4681. SpinDance2.BackgroundColor3 = col
  4682. end
  4683. end)
  4684.  
  4685. local Anim = Instance.new("Animation")
  4686. Anim.AnimationId = "rbxassetid://204292303"
  4687. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4688. local BowDownACTIVE = false
  4689. BowDown.MouseButton1Click:connect(function()
  4690. BowDownACTIVE = not BowDownACTIVE
  4691. if BowDownACTIVE then
  4692. BowDown.BackgroundColor3 = loc
  4693. while wait() do
  4694. if track.IsPlaying == false then
  4695. if BowDownACTIVE then
  4696. track:Play(.1, 1, 3)
  4697. end
  4698. end
  4699. end
  4700. else
  4701. track:Stop()
  4702. BowDown.BackgroundColor3 = col
  4703. end
  4704. end)
  4705.  
  4706. local Anim = Instance.new("Animation")
  4707. Anim.AnimationId = "rbxassetid://204295235"
  4708. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4709. local SwordSlamACTIVE = false
  4710. SwordSlam.MouseButton1Click:connect(function()
  4711. SwordSlamACTIVE = not SwordSlamACTIVE
  4712. if SwordSlamACTIVE then
  4713. SwordSlam.BackgroundColor3 = loc
  4714. while wait() do
  4715. if track.IsPlaying == false then
  4716. if SwordSlamACTIVE then
  4717. track:Play(.1, 1, 1)
  4718. end
  4719. end
  4720. end
  4721. else
  4722. track:Stop()
  4723. SwordSlam.BackgroundColor3 = col
  4724. end
  4725. end)
  4726.  
  4727. local Anim = Instance.new("Animation")
  4728. Anim.AnimationId = "rbxassetid://204295235"
  4729. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4730. local LoopSlamACTIVE = false
  4731. LoopSlam.MouseButton1Click:connect(function()
  4732. LoopSlamACTIVE = not LoopSlamACTIVE
  4733. if LoopSlamACTIVE then
  4734. LoopSlam.BackgroundColor3 = loc
  4735. while wait() do
  4736. if track.IsPlaying == false then
  4737. if LoopSlamACTIVE then
  4738. track:Play(.1, 1, 1e4)
  4739. end
  4740. end
  4741. end
  4742. else
  4743. track:Stop()
  4744. LoopSlam.BackgroundColor3 = col
  4745. end
  4746. end)
  4747.  
  4748. local Anim = Instance.new("Animation")
  4749. Anim.AnimationId = "rbxassetid://184574340"
  4750. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4751. local MegaInsaneACTIVE = false
  4752. MegaInsane.MouseButton1Click:connect(function()
  4753. MegaInsaneACTIVE = not MegaInsaneACTIVE
  4754. if MegaInsaneACTIVE then
  4755. MegaInsane.BackgroundColor3 = loc
  4756. while wait() do
  4757. if track.IsPlaying == false then
  4758. if MegaInsaneACTIVE then
  4759. track:Play(.1, 0.5, 40)
  4760. end
  4761. end
  4762. end
  4763. else
  4764. track:Stop()
  4765. MegaInsane.BackgroundColor3 = col
  4766. end
  4767. end)
  4768.  
  4769. local Anim = Instance.new("Animation")
  4770. Anim.AnimationId = "rbxassetid://126753849"
  4771. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4772. local SuperPunchACTIVE = false
  4773. SuperPunch.MouseButton1Click:connect(function()
  4774. SuperPunchACTIVE = not SuperPunchACTIVE
  4775. if SuperPunchACTIVE then
  4776. SuperPunch.BackgroundColor3 = loc
  4777. while wait() do
  4778. if track.IsPlaying == false then
  4779. if SuperPunchACTIVE then
  4780. track:Play(.1, 1, 3)
  4781. end
  4782. end
  4783. end
  4784. else
  4785. track:Stop()
  4786. SuperPunch.BackgroundColor3 = col
  4787. end
  4788. end)
  4789.  
  4790. local Anim = Instance.new("Animation")
  4791. Anim.AnimationId = "rbxassetid://218504594"
  4792. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4793. local FullSwingACTIVE = false
  4794. FullSwing.MouseButton1Click:connect(function()
  4795. FullSwingACTIVE = not FullSwingACTIVE
  4796. if FullSwingACTIVE then
  4797. FullSwing.BackgroundColor3 = loc
  4798. while wait() do
  4799. if track.IsPlaying == false then
  4800. if FullSwingACTIVE then
  4801. track:Play(.1, 1, 1)
  4802. end
  4803. end
  4804. end
  4805. else
  4806. track:Stop()
  4807. FullSwing.BackgroundColor3 = col
  4808. end
  4809. end)
  4810.  
  4811. local Anim = Instance.new("Animation")
  4812. Anim.AnimationId = "rbxassetid://259438880"
  4813. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4814. local ArmTurbineACTIVE = false
  4815. ArmTurbine.MouseButton1Click:connect(function()
  4816. ArmTurbineACTIVE = not ArmTurbineACTIVE
  4817. if ArmTurbineACTIVE then
  4818. track:Play(.1, 1, 1e3)
  4819. ArmTurbine.BackgroundColor3 = loc
  4820. else
  4821. track:Stop()
  4822. ArmTurbine.BackgroundColor3 = col
  4823. end
  4824. end)
  4825.  
  4826. local Anim = Instance.new("Animation")
  4827. Anim.AnimationId = "rbxassetid://136801964"
  4828. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4829. local BarrelRollACTIVE = false
  4830. BarrelRoll.MouseButton1Click:connect(function()
  4831. BarrelRollACTIVE = not BarrelRollACTIVE
  4832. if BarrelRollACTIVE then
  4833. BarrelRoll.BackgroundColor3 = loc
  4834. while wait() do
  4835. if track.IsPlaying == false then
  4836. if BarrelRollACTIVE then
  4837. track:Play(.1, 1, 1)
  4838. end
  4839. end
  4840. end
  4841. else
  4842. track:Stop()
  4843. BarrelRoll.BackgroundColor3 = col
  4844. end
  4845. end)
  4846.  
  4847. local Anim = Instance.new("Animation")
  4848. Anim.AnimationId = "rbxassetid://180612465"
  4849. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4850. local ScaredACTIVE = false
  4851. Scared.MouseButton1Click:connect(function()
  4852. ScaredACTIVE = not ScaredACTIVE
  4853. if ScaredACTIVE then
  4854. Scared.BackgroundColor3 = loc
  4855. while wait() do
  4856. if track.IsPlaying == false then
  4857. if ScaredACTIVE then
  4858. track:Play(.1, 1, 1)
  4859. end
  4860. end
  4861. end
  4862. else
  4863. track:Stop()
  4864. Scared.BackgroundColor3 = col
  4865. end
  4866. end)
  4867.  
  4868. local Anim = Instance.new("Animation")
  4869. Anim.AnimationId = "rbxassetid://33796059"
  4870. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4871. local InsaneACTIVE = false
  4872. Insane.MouseButton1Click:connect(function()
  4873. InsaneACTIVE = not InsaneACTIVE
  4874. if InsaneACTIVE then
  4875. track:Play(.1, 1, 1e8)
  4876. Insane.BackgroundColor3 = loc
  4877. else
  4878. track:Stop()
  4879. Insane.BackgroundColor3 = col
  4880. end
  4881. end)
  4882.  
  4883. local Anim = Instance.new("Animation")
  4884. Anim.AnimationId = "rbxassetid://33169583"
  4885. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4886. local ArmDetachACTIVE = false
  4887. ArmDetach.MouseButton1Click:connect(function()
  4888. ArmDetachACTIVE = not ArmDetachACTIVE
  4889. if ArmDetachACTIVE then
  4890. ArmDetach.BackgroundColor3 = loc
  4891. while wait() do
  4892. if track.IsPlaying == false then
  4893. if ArmDetachACTIVE then
  4894. track:Play(.1, 1, 1e6)
  4895. end
  4896. end
  4897. end
  4898. else
  4899. track:Stop()
  4900. ArmDetach.BackgroundColor3 = col
  4901. end
  4902. end)
  4903.  
  4904. local Anim = Instance.new("Animation")
  4905. Anim.AnimationId = "rbxassetid://35978879"
  4906. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4907. local SwordSliceACTIVE = false
  4908. SwordSlice.MouseButton1Click:connect(function()
  4909. SwordSliceACTIVE = not SwordSliceACTIVE
  4910. if SwordSliceACTIVE then
  4911. track:Play(.1, 1, 1)
  4912. SwordSlice.BackgroundColor3 = loc
  4913. else
  4914. track:Stop()
  4915. SwordSlice.BackgroundColor3 = col
  4916. end
  4917. end)
  4918.  
  4919. local Anim = Instance.new("Animation")
  4920. Anim.AnimationId = "rbxassetid://27432691"
  4921. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4922. local InsaneArmsACTIVE = false
  4923. InsaneArms.MouseButton1Click:connect(function()
  4924. InsaneArmsACTIVE = not InsaneArmsACTIVE
  4925. if InsaneArmsACTIVE then
  4926. InsaneArms.BackgroundColor3 = loc
  4927. while wait() do
  4928. if track.IsPlaying == false then
  4929. if InsaneArmsACTIVE then
  4930. track:Play(.1, 1, 1e4)
  4931. end
  4932. end
  4933. end
  4934. else
  4935. track:Stop()
  4936. InsaneArms.BackgroundColor3 = col
  4937. end
  4938. end)
  4939. -- R15
  4940. local Anim = Instance.new("Animation")
  4941. Anim.AnimationId = "rbxassetid://674871189"
  4942. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4943. local CrazySlashACTIVE = false
  4944. CrazySlash.MouseButton1Click:connect(function()
  4945. CrazySlashACTIVE = not CrazySlashACTIVE
  4946. if CrazySlashACTIVE then
  4947. CrazySlash.BackgroundColor3 = rloc
  4948. while wait() do
  4949. if track.IsPlaying == false then
  4950. if CrazySlashACTIVE then
  4951. track:Play(.1, 1, 1)
  4952. end
  4953. end
  4954. end
  4955. else
  4956. track:Stop()
  4957. CrazySlash.BackgroundColor3 = rcol
  4958. end
  4959. end)
  4960.  
  4961. local Anim = Instance.new("Animation")
  4962. Anim.AnimationId = "rbxassetid://582855105"
  4963. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4964. local OpenACTIVE = false
  4965. Open.MouseButton1Click:connect(function()
  4966. OpenACTIVE = not OpenACTIVE
  4967. if OpenACTIVE then
  4968. Open.BackgroundColor3 = rloc
  4969. while wait() do
  4970. if track.IsPlaying == false then
  4971. if OpenACTIVE then
  4972. track:Play(.1, 1, 1)
  4973. end
  4974. end
  4975. end
  4976. else
  4977. track:Stop()
  4978. Open.BackgroundColor3 = rcol
  4979. end
  4980. end)
  4981.  
  4982. local Anim = Instance.new("Animation")
  4983. Anim.AnimationId = "rbxassetid://754658275"
  4984. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4985. local R15SpinnerACTIVE = false
  4986. R15Spinner.MouseButton1Click:connect(function()
  4987. R15SpinnerACTIVE = not R15SpinnerACTIVE
  4988. if R15SpinnerACTIVE then
  4989. R15Spinner.BackgroundColor3 = rloc
  4990. while wait() do
  4991. if track.IsPlaying == false then
  4992. if R15SpinnerACTIVE then
  4993. track:Play(.1, 1, 1)
  4994. end
  4995. end
  4996. end
  4997. else
  4998. track:Stop()
  4999. R15Spinner.BackgroundColor3 = rcol
  5000. end
  5001. end)
  5002.  
  5003. local Anim = Instance.new("Animation")
  5004. Anim.AnimationId = "rbxassetid://582384156"
  5005. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5006. local ArmsOutACTIVE = false
  5007. ArmsOut.MouseButton1Click:connect(function()
  5008. ArmsOutACTIVE = not ArmsOutACTIVE
  5009. if ArmsOutACTIVE then
  5010. ArmsOut.BackgroundColor3 = rloc
  5011. while wait() do
  5012. if track.IsPlaying == false then
  5013. if ArmsOutACTIVE then
  5014. track:Play(.1, 1, 1)
  5015. end
  5016. end
  5017. end
  5018. else
  5019. track:Stop()
  5020. ArmsOut.BackgroundColor3 = rcol
  5021. end
  5022. end)
  5023.  
  5024. local Anim = Instance.new("Animation")
  5025. Anim.AnimationId = "rbxassetid://717879555"
  5026. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5027. local FloatSlashACTIVE = false
  5028. FloatSlash.MouseButton1Click:connect(function()
  5029. FloatSlashACTIVE = not FloatSlashACTIVE
  5030. if FloatSlashACTIVE then
  5031. FloatSlash.BackgroundColor3 = rloc
  5032. while wait() do
  5033. if track.IsPlaying == false then
  5034. if FloatSlashACTIVE then
  5035. track:Play(.1, 1, 1)
  5036. end
  5037. end
  5038. end
  5039. else
  5040. track:Stop()
  5041. FloatSlash.BackgroundColor3 = rcol
  5042. end
  5043. end)
  5044.  
  5045. local Anim = Instance.new("Animation")
  5046. Anim.AnimationId = "rbxassetid://708553116"
  5047. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5048. WeirdZombieACTIVE = false
  5049. WeirdZombie.MouseButton1Click:connect(function()
  5050. WeirdZombieACTIVE = not WeirdZombieACTIVE
  5051. if WeirdZombieACTIVE then
  5052. WeirdZombie.BackgroundColor3 = rloc
  5053. while wait() do
  5054. if track.IsPlaying == false then
  5055. if WeirdZombieACTIVE then
  5056. track:Play(.1, 1, 1)
  5057. end
  5058. end
  5059. end
  5060. else
  5061. track:Stop()
  5062. WeirdZombie.BackgroundColor3 = rcol
  5063. end
  5064. end)
  5065.  
  5066. local Anim = Instance.new("Animation")
  5067. Anim.AnimationId = "rbxassetid://746398327"
  5068. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5069. DownSlashACTIVE = false
  5070. DownSlash.MouseButton1Click:connect(function()
  5071. DownSlashACTIVE = not DownSlashACTIVE
  5072. if DownSlashACTIVE then
  5073. DownSlash.BackgroundColor3 = rloc
  5074. while wait() do
  5075. if track.IsPlaying == false then
  5076. if DownSlashACTIVE then
  5077. track:Play(.1, 1, 1)
  5078. end
  5079. end
  5080. end
  5081. else
  5082. track:Stop()
  5083. DownSlash.BackgroundColor3 = rcol
  5084. end
  5085. end)
  5086.  
  5087. local Anim = Instance.new("Animation")
  5088. Anim.AnimationId = "rbxassetid://675025795"
  5089. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5090. PullACTIVE = false
  5091. Pull.MouseButton1Click:connect(function()
  5092. PullACTIVE = not PullACTIVE
  5093. if PullACTIVE then
  5094. Pull.BackgroundColor3 = rloc
  5095. while wait() do
  5096. if track.IsPlaying == false then
  5097. if PullACTIVE then
  5098. track:Play(.1, 1, 1)
  5099. end
  5100. end
  5101. end
  5102. else
  5103. track:Stop()
  5104. Pull.BackgroundColor3 = rcol
  5105. end
  5106. end)
  5107.  
  5108. local Anim = Instance.new("Animation")
  5109. Anim.AnimationId = "rbxassetid://698251653"
  5110. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5111. CircleArmACTIVE = false
  5112. CircleArm.MouseButton1Click:connect(function()
  5113. CircleArmACTIVE = not CircleArmACTIVE
  5114. if CircleArmACTIVE then
  5115. CircleArm.BackgroundColor3 = rloc
  5116. while wait() do
  5117. if track.IsPlaying == false then
  5118. if CircleArmACTIVE then
  5119. track:Play(.1, 1, 1)
  5120. end
  5121. end
  5122. end
  5123. else
  5124. track:Stop()
  5125. CircleArm.BackgroundColor3 = rcol
  5126. end
  5127. end)
  5128.  
  5129. local Anim = Instance.new("Animation")
  5130. Anim.AnimationId = "rbxassetid://696096087"
  5131. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5132. BendACTIVE = false
  5133. Bend.MouseButton1Click:connect(function()
  5134. BendACTIVE = not BendACTIVE
  5135. if BendACTIVE then
  5136. Bend.BackgroundColor3 = rloc
  5137. while wait() do
  5138. if track.IsPlaying == false then
  5139. if BendACTIVE then
  5140. track:Play(.1, 1, 1)
  5141. end
  5142. end
  5143. end
  5144. else
  5145. track:Stop()
  5146. Bend.BackgroundColor3 = rcol
  5147. end
  5148. end)
  5149.  
  5150. local Anim = Instance.new("Animation")
  5151. Anim.AnimationId = "rbxassetid://675025570"
  5152. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5153. RotateSlashACTIVE = false
  5154. RotateSlash.MouseButton1Click:connect(function()
  5155. RotateSlashACTIVE = not RotateSlashACTIVE
  5156. if RotateSlashACTIVE then
  5157. RotateSlash.BackgroundColor3 = rloc
  5158. while wait() do
  5159. if track.IsPlaying == false then
  5160. if RotateSlashACTIVE then
  5161. track:Play(.1, 1, 1)
  5162. end
  5163. end
  5164. end
  5165. else
  5166. track:Stop()
  5167. RotateSlash.BackgroundColor3 = rcol
  5168. end
  5169. end)
  5170.  
  5171. local Anim = Instance.new("Animation")
  5172. Anim.AnimationId = "rbxassetid://754656200"
  5173. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5174. FlingArmsACTIVE = false
  5175. FlingArms.MouseButton1Click:connect(function()
  5176. FlingArmsACTIVE = not FlingArmsACTIVE
  5177. if FlingArmsACTIVE then
  5178. FlingArms.BackgroundColor3 = rloc
  5179. while wait() do
  5180. if track.IsPlaying == false then
  5181. if FlingArmsACTIVE then
  5182. track:Play(.1, 1, 10)
  5183. end
  5184. end
  5185. end
  5186. else
  5187. track:Stop()
  5188. FlingArms.BackgroundColor3 = rcol
  5189. end
  5190. end)
  5191.  
  5192. -- Finished update!
  5193. end)
  5194.  
  5195. Naked.Name = "Naked"
  5196. Naked.Parent = Menu
  5197. Naked.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  5198. Naked.BorderColor3 = Color3.fromRGB(0, 156, 234)
  5199. Naked.BorderSizePixel = 3
  5200. Naked.Position = UDim2.new(0.679120898, 0, 0.444576591, 0)
  5201. Naked.Size = UDim2.new(0, 122, 0, 51)
  5202. Naked.Font = Enum.Font.SourceSansBold
  5203. Naked.Text = "Naked"
  5204. Naked.TextColor3 = Color3.fromRGB(255, 255, 255)
  5205. Naked.TextScaled = true
  5206. Naked.TextSize = 50.000
  5207. Naked.TextWrapped = true
  5208. Naked.MouseButton1Down:connect(function()
  5209. game.Players.LocalPlayer.Character.Shirt:Remove()
  5210. game.Players.LocalPlayer.Character.Pants:Remove()
  5211. end)
  5212.  
  5213. Tp.Name = "Tp"
  5214. Tp.Parent = Menu
  5215. Tp.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  5216. Tp.BorderColor3 = Color3.fromRGB(0, 156, 234)
  5217. Tp.BorderSizePixel = 3
  5218. Tp.Position = UDim2.new(0.679120898, 0, 0.670383036, 0)
  5219. Tp.Size = UDim2.new(0, 122, 0, 51)
  5220. Tp.Font = Enum.Font.SourceSansBold
  5221. Tp.Text = "Click Tp"
  5222. Tp.TextColor3 = Color3.fromRGB(255, 255, 255)
  5223. Tp.TextScaled = true
  5224. Tp.TextSize = 50.000
  5225. Tp.TextWrapped = true
  5226. Tp.MouseButton1Down:connect(function()
  5227. mouse = game.Players.LocalPlayer:GetMouse()
  5228. tool = Instance.new("Tool")
  5229. tool.RequiresHandle = false
  5230. tool.Name = "Click Teleport"
  5231. tool.Activated:connect(function()
  5232. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  5233. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  5234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  5235. end)
  5236. tool.Parent = game.Players.LocalPlayer.Backpack
  5237. end)
  5238.  
  5239. TextButton_2.Parent = ScreenGui
  5240. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  5241. TextButton_2.BorderColor3 = Color3.fromRGB(0, 130, 195)
  5242. TextButton_2.BorderSizePixel = 3
  5243. TextButton_2.Position = UDim2.new(0, 0, 0.57002461, 0)
  5244. TextButton_2.Size = UDim2.new(0, 122, 0, 51)
  5245. TextButton_2.Font = Enum.Font.SourceSansBold
  5246. TextButton_2.Text = "Open"
  5247. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  5248. TextButton_2.TextSize = 50.000
  5249.  
  5250. -- Scripts:
  5251.  
  5252. local function KETXOX_fake_script() -- TextButton.LocalScript
  5253. local script = Instance.new('LocalScript', TextButton)
  5254.  
  5255. script.Parent.MouseButton1Click:Connect(function()
  5256. script.Parent.Parent.Visible = false
  5257. end)
  5258. end
  5259. coroutine.wrap(KETXOX_fake_script)()
  5260. local function DUVVKU_fake_script() -- Menu.LocalScript
  5261. local script = Instance.new('LocalScript', Menu)
  5262.  
  5263. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  5264.  
  5265. local function update(input)
  5266. local delta = input.Position - dragStart
  5267. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  5268. end
  5269.  
  5270. gui.InputBegan:Connect(function(input)
  5271. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  5272. dragging = true
  5273. dragStart = input.Position
  5274. startPos = gui.Position
  5275.  
  5276. input.Changed:Connect(function()
  5277. if input.UserInputState == Enum.UserInputState.End then
  5278. dragging = false
  5279. end
  5280. end)
  5281. end
  5282. end)
  5283.  
  5284. gui.InputChanged:Connect(function(input)
  5285. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  5286. dragInput = input
  5287. end
  5288. end)
  5289.  
  5290. UserInputService.InputChanged:Connect(function(input)
  5291. if input == dragInput and dragging then
  5292. update(input)
  5293. end
  5294. end)
  5295. end
  5296. coroutine.wrap(DUVVKU_fake_script)()
  5297. local function SHUNS_fake_script() -- TextButton_2.LocalScript
  5298. local script = Instance.new('LocalScript', TextButton_2)
  5299.  
  5300. local frame = script.Parent.Parent.Menu
  5301. local open = false
  5302.  
  5303.  
  5304. script.Parent.MouseButton1Click:Connect(function()
  5305. if frame.Visible == false then
  5306. frame.Visible = true
  5307. else
  5308. frame.Visible = false
  5309. end
  5310. end)
  5311. end
  5312. coroutine.wrap(SHUNS_fake_script)()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement