Advertisement
Guest User

Paper Thin 1.0

a guest
Jan 17th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.70 KB | None | 0 0
  1. -- Instances:
  2. local PaperThin = Instance.new("ScreenGui")
  3. local Login = Instance.new("ImageLabel")
  4. local TopText = Instance.new("TextLabel")
  5. local LoginInfo = Instance.new("Frame")
  6. local Username = Instance.new("TextLabel")
  7. local Password = Instance.new("TextBox")
  8. local LoginButton = Instance.new("TextButton")
  9. local Open = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local Scripts = Instance.new("TextLabel")
  13. local ScrollingFrame = Instance.new("ScrollingFrame")
  14. local UIListLayout = Instance.new("UIListLayout")
  15. local RevisAdmin = Instance.new("TextLabel")
  16. local Games = Instance.new("TextLabel")
  17. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  18. local UIListLayout_2 = Instance.new("UIListLayout")
  19. local Developers = Instance.new("TextLabel")
  20. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  21. local UIListLayout_3 = Instance.new("UIListLayout")
  22. local _1 = Instance.new("TextLabel")
  23. local _2 = Instance.new("TextLabel")
  24. local _3 = Instance.new("TextLabel")
  25. --Properties:
  26. PaperThin.Name = "PaperThin"
  27. PaperThin.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. PaperThin.ResetOnSpawn = false
  29.  
  30. Login.Name = "Login"
  31. Login.Parent = PaperThin
  32. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Login.BackgroundTransparency = 1
  34. Login.BorderColor3 = Color3.new(1, 0, 0)
  35. Login.Position = UDim2.new(0.5, -150, 0.5, -200)
  36. Login.Size = UDim2.new(0, 300, 0, 400)
  37. Login.Image = "rbxassetid://2260429633"
  38. Login.ImageColor3 = Color3.new(0, 0, 0)
  39. Login.ScaleType = Enum.ScaleType.Slice
  40. Login.SliceCenter = Rect.new(12, 12, 13, 13)
  41.  
  42. TopText.Name = "TopText"
  43. TopText.Parent = Login
  44. TopText.BackgroundColor3 = Color3.new(0, 0, 0)
  45. TopText.BorderColor3 = Color3.new(1, 0, 0)
  46. TopText.Position = UDim2.new(0.139999881, 0, 0.0400000028, 0)
  47. TopText.Size = UDim2.new(0, 200, 0, 50)
  48. TopText.Font = Enum.Font.SourceSans
  49. TopText.Text = "Paper Thin 1.0"
  50. TopText.TextColor3 = Color3.new(1, 1, 1)
  51. TopText.TextScaled = true
  52. TopText.TextSize = 14
  53. TopText.TextWrapped = true
  54.  
  55. LoginInfo.Name = "LoginInfo"
  56. LoginInfo.Parent = Login
  57. LoginInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  58. LoginInfo.BorderColor3 = Color3.new(1, 0, 0)
  59. LoginInfo.Position = UDim2.new(0.0230423994, 0, 0.207878798, 0)
  60. LoginInfo.Size = UDim2.new(0, 286, 0, 286)
  61.  
  62. Username.Name = "Username"
  63. Username.Parent = LoginInfo
  64. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Username.BorderColor3 = Color3.new(1, 0, 0)
  66. Username.Position = UDim2.new(0.245908931, 0, 0.128942534, 0)
  67. Username.Size = UDim2.new(0, 148, 0, 53)
  68. Username.Font = Enum.Font.SourceSans
  69. Username.Text = "TestRun"
  70. Username.TextColor3 = Color3.new(1, 1, 1)
  71. Username.TextScaled = true
  72. Username.TextSize = 14
  73. Username.TextWrapped = true
  74.  
  75. Password.Name = "Password"
  76. Password.Parent = LoginInfo
  77. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Password.BorderColor3 = Color3.new(1, 0, 0)
  79. Password.Position = UDim2.new(0.245908931, 0, 0.405611783, 0)
  80. Password.Size = UDim2.new(0, 148, 0, 53)
  81. Password.Font = Enum.Font.SourceSans
  82. Password.PlaceholderText = "Enter Password"
  83. Password.Text = ""
  84. Password.TextColor3 = Color3.new(1, 1, 1)
  85. Password.TextScaled = true
  86. Password.TextSize = 14
  87. Password.TextWrapped = true
  88.  
  89. LoginButton.Name = "LoginButton"
  90. LoginButton.Parent = Login
  91. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  92. LoginButton.BorderColor3 = Color3.new(1, 0, 0)
  93. LoginButton.Position = UDim2.new(0.312616795, 0, 0.798452079, 0)
  94. LoginButton.Size = UDim2.new(0, 112, 0, 40)
  95. LoginButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  96. LoginButton.Font = Enum.Font.SourceSans
  97. LoginButton.Text = "Login"
  98. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  99. LoginButton.TextSize = 20
  100. LoginButton.TextWrapped = true
  101.  
  102. Open.Name = "Open"
  103. Open.Parent = PaperThin
  104. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Open.Position = UDim2.new(-0.0136005729, 0, 0.451530606, 0)
  106. Open.Size = UDim2.new(0, 150, 0, 75)
  107. Open.Visible = false
  108. Open.Style = Enum.ButtonStyle.RobloxButton
  109. Open.Font = Enum.Font.SourceSans
  110. Open.Text = "Open"
  111. Open.TextColor3 = Color3.new(1, 1, 1)
  112. Open.TextSize = 40
  113. Open.TextWrapped = true
  114.  
  115. Main.Name = "Main"
  116. Main.Parent = PaperThin
  117. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Main.Position = UDim2.new(0.5, -400, 0.5, -200)
  119. Main.Size = UDim2.new(0, 800, 0, 400)
  120. Main.Visible = false
  121. Main.Style = Enum.FrameStyle.RobloxRound
  122.  
  123. Title.Name = "Title"
  124. Title.Parent = Main
  125. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  126. Title.BackgroundTransparency = 0.69999998807907
  127. Title.BorderSizePixel = 0
  128. Title.Position = UDim2.new(-0.00999999978, 0, 0.0580854826, 0)
  129. Title.Size = UDim2.new(0, 800, 0, 37)
  130. Title.Font = Enum.Font.GothamBold
  131. Title.Text = "Welcome, Player"
  132. Title.TextColor3 = Color3.new(1, 1, 1)
  133. Title.TextScaled = true
  134. Title.TextSize = 14
  135. Title.TextWrapped = true
  136.  
  137. Scripts.Name = "Scripts"
  138. Scripts.Parent = Main
  139. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  140. Scripts.BackgroundTransparency = 0.69999998807907
  141. Scripts.BorderSizePixel = 0
  142. Scripts.Position = UDim2.new(0.00520004239, 0, 0.179462045, 0)
  143. Scripts.Size = UDim2.new(0, 254, 0, 37)
  144. Scripts.Font = Enum.Font.GothamBold
  145. Scripts.Text = "Scripts"
  146. Scripts.TextColor3 = Color3.new(1, 1, 1)
  147. Scripts.TextScaled = true
  148. Scripts.TextSize = 14
  149. Scripts.TextWrapped = true
  150.  
  151. ScrollingFrame.Parent = Scripts
  152. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  153. ScrollingFrame.BackgroundTransparency = 0.69999998807907
  154. ScrollingFrame.BorderSizePixel = 0
  155. ScrollingFrame.Position = UDim2.new(0, 0, 1, 0)
  156. ScrollingFrame.Size = UDim2.new(0, 254, 0, 258)
  157.  
  158. UIListLayout.Parent = ScrollingFrame
  159. UIListLayout.Padding = UDim.new(0.00999999978, 0)
  160.  
  161. RevisAdmin.Name = "Revis Admin"
  162. RevisAdmin.Parent = ScrollingFrame
  163. RevisAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  164. RevisAdmin.BackgroundTransparency = 0.69999998807907
  165. RevisAdmin.Size = UDim2.new(0, 254, 0, 50)
  166. RevisAdmin.Font = Enum.Font.SourceSans
  167. RevisAdmin.Text = "Revis Admin"
  168. RevisAdmin.TextColor3 = Color3.new(1, 1, 1)
  169. RevisAdmin.TextSize = 30
  170.  
  171. Games.Name = "Games"
  172. Games.Parent = Main
  173. Games.BackgroundColor3 = Color3.new(0, 0, 0)
  174. Games.BackgroundTransparency = 0.69999998807907
  175. Games.BorderSizePixel = 0
  176. Games.Position = UDim2.new(0.33645007, 0, 0.179462045, 0)
  177. Games.Size = UDim2.new(0, 254, 0, 37)
  178. Games.Font = Enum.Font.GothamBold
  179. Games.Text = "Games"
  180. Games.TextColor3 = Color3.new(1, 1, 1)
  181. Games.TextScaled = true
  182. Games.TextSize = 14
  183. Games.TextWrapped = true
  184.  
  185. ScrollingFrame_2.Parent = Games
  186. ScrollingFrame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  187. ScrollingFrame_2.BackgroundTransparency = 0.69999998807907
  188. ScrollingFrame_2.BorderSizePixel = 0
  189. ScrollingFrame_2.Position = UDim2.new(0, 0, 1, 0)
  190. ScrollingFrame_2.Size = UDim2.new(0, 254, 0, 258)
  191.  
  192. UIListLayout_2.Parent = ScrollingFrame_2
  193. UIListLayout_2.Padding = UDim.new(0.00999999978, 0)
  194.  
  195. Developers.Name = "Developers"
  196. Developers.Parent = Main
  197. Developers.BackgroundColor3 = Color3.new(0, 0, 0)
  198. Developers.BackgroundTransparency = 0.69999998807907
  199. Developers.BorderSizePixel = 0
  200. Developers.Position = UDim2.new(0.668950021, 0, 0.179462045, 0)
  201. Developers.Size = UDim2.new(0, 254, 0, 37)
  202. Developers.Font = Enum.Font.GothamBold
  203. Developers.Text = "Developers"
  204. Developers.TextColor3 = Color3.new(1, 1, 1)
  205. Developers.TextScaled = true
  206. Developers.TextSize = 14
  207. Developers.TextWrapped = true
  208.  
  209. ScrollingFrame_3.Parent = Developers
  210. ScrollingFrame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  211. ScrollingFrame_3.BackgroundTransparency = 0.69999998807907
  212. ScrollingFrame_3.BorderSizePixel = 0
  213. ScrollingFrame_3.Position = UDim2.new(0, 0, 1, 0)
  214. ScrollingFrame_3.Size = UDim2.new(0, 254, 0, 258)
  215.  
  216. UIListLayout_3.Parent = ScrollingFrame_3
  217. UIListLayout_3.Padding = UDim.new(0.00999999978, 0)
  218.  
  219. _1.Name = "1"
  220. _1.Parent = ScrollingFrame_3
  221. _1.BackgroundColor3 = Color3.new(0, 0, 0)
  222. _1.BackgroundTransparency = 1
  223. _1.BorderColor3 = Color3.new(0, 0, 0)
  224. _1.BorderSizePixel = 0
  225. _1.Size = UDim2.new(0, 254, 0, 50)
  226. _1.Font = Enum.Font.SourceSans
  227. _1.Text = "Solixo"
  228. _1.TextColor3 = Color3.new(1, 1, 1)
  229. _1.TextSize = 30
  230. _1.TextWrapped = true
  231.  
  232. _2.Name = "2"
  233. _2.Parent = ScrollingFrame_3
  234. _2.BackgroundColor3 = Color3.new(0, 0, 0)
  235. _2.BackgroundTransparency = 1
  236. _2.BorderColor3 = Color3.new(0, 0, 0)
  237. _2.BorderSizePixel = 0
  238. _2.Size = UDim2.new(0, 254, 0, 50)
  239. _2.Font = Enum.Font.SourceSans
  240. _2.Text = "ggdevo"
  241. _2.TextColor3 = Color3.new(1, 1, 1)
  242. _2.TextSize = 30
  243. _2.TextWrapped = true
  244.  
  245. _3.Name = "3"
  246. _3.Parent = ScrollingFrame_3
  247. _3.BackgroundColor3 = Color3.new(0, 0, 0)
  248. _3.BackgroundTransparency = 1
  249. _3.BorderColor3 = Color3.new(0, 0, 0)
  250. _3.BorderSizePixel = 0
  251. _3.Size = UDim2.new(0, 254, 0, 50)
  252. _3.Font = Enum.Font.SourceSans
  253. _3.Text = "bluehunter77"
  254. _3.TextColor3 = Color3.new(1, 1, 1)
  255. _3.TextSize = 30
  256. _3.TextWrapped = true
  257. -- Scripts:
  258. function SCRIPT_YHXH74_FAKESCRIPT() -- Login.LocalScript
  259. local script = Instance.new('LocalScript')
  260. script.Parent = Login
  261. local LoginInfo = script.Parent.LoginInfo
  262. local Password = LoginInfo.Password
  263. local Username = LoginInfo.Username
  264. local LoginButton = script.Parent.LoginButton
  265. local Login = script.Parent
  266.  
  267. LoginButton.MouseButton1Click:Connect(function()
  268. if Password.Text == "Password123" then
  269. script.Parent.Parent.Open.Visible = true
  270. Login:Destroy()
  271. else
  272. Password.Text = ""
  273. Password.PlaceHolderText = "Error Check Pass"
  274. wait(2)
  275. Password.PlaceHolderText = "Enter Password"
  276. end
  277. end)
  278.  
  279. end
  280. coroutine.resume(coroutine.create(SCRIPT_YHXH74_FAKESCRIPT))
  281. function SCRIPT_GFDU78_FAKESCRIPT() -- Open.LocalScript
  282. local script = Instance.new('LocalScript')
  283. script.Parent = Open
  284. script.Parent.MouseButton1Click:Connect(function()
  285. if script.Parent.Text == "Open" then
  286. script.Parent.Text = "Close"
  287. script.Parent.Parent.Main.Visible = true
  288. script.Parent.Text = false
  289. else
  290. script.Parent.Text = "Open"
  291. script.Parent.Parent.Main.Visible = false
  292. script.Parent.Text = true
  293. end
  294. end)
  295.  
  296. end
  297. coroutine.resume(coroutine.create(SCRIPT_GFDU78_FAKESCRIPT))
  298. function SCRIPT_MZTD73_FAKESCRIPT() -- Title.LocalScript
  299. local script = Instance.new('LocalScript')
  300. script.Parent = Title
  301. script.Parent.Text = "Welcome, ".. game.Players.LocalPlayer.Name
  302.  
  303. end
  304. coroutine.resume(coroutine.create(SCRIPT_MZTD73_FAKESCRIPT))
  305. function SCRIPT_RKIF88_FAKESCRIPT() -- RevisAdmin.LocalScript
  306. local script = Instance.new('LocalScript')
  307. script.Parent = RevisAdmin
  308. script.Parent.MouseButton1:Connect(function()
  309.  
  310. prefix = ";"
  311. wait(0.3)
  312. local Commands = {
  313. '[-] cmdbar is shown when ; is pressed.',
  314. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  315. '[2] bring [plr] -- You need a tool! Will bring player to you',
  316. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  317. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  318. '[5] attach [plr] -- You need a tool! Attaches you to player',
  319. '[6] unattach [plr] -- Attempts to unattach you from a player',
  320. '[7] follow [plr] -- Makes you follow behind the player',
  321. '[8] unfollow',
  322. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  323. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  324. '[11] untrail',
  325. '[12] orbit [plr] -- Makes you orbit the player',
  326. '[13] unorbit',
  327. '[14] fling [plr] -- Makes you fling the player',
  328. '[15] unfling',
  329. '[16] fecheck -- Checks if the game is FE or not',
  330. '[17] void [plr] -- Teleports player to the void',
  331. '[18] noclip -- Gives you noclip to walk through walls',
  332. '[19] clip -- Removes noclip',
  333. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  334. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  335. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  336. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  337. '[24] annoy [plr] -- Loop teleports you to the player',
  338. '[25] unannoy',
  339. '[26] headwalk [plr] -- Loop teleports you to the player head',
  340. '[27] unheadwalk',
  341. '[28] nolimbs -- Removes your arms and legs',
  342. '[29] god -- Gives you FE Godmode',
  343. '[30] drophats -- Drops your accessories',
  344. '[31] droptool -- Drops any tool you have equipped',
  345. '[32] loopdhats -- Loop drops your accessories',
  346. '[33] unloopdhats',
  347. '[34] loopdtool -- Loop drops any tools you have equipped',
  348. '[35] unloopdtool',
  349. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  350. '[37] view [plr] -- Changes your camera to the player character',
  351. '[38] unview',
  352. '[39] goto [plr] -- Teleports you to player',
  353. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  354. '[41] unfly',
  355. '[42] chat [msg] -- Makes you chat a message',
  356. '[43] spam [msg] -- Spams a message',
  357. '[44] unspam',
  358. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  359. '[46] pmspam [plr] -- Spams a player in private message',
  360. '[47] unpmspam',
  361. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  362. '[49] uncfreeze [plr]',
  363. '[50] unlockws -- Unlocks the workspace',
  364. '[51] lockws -- Locks the workspace',
  365. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  366. '[53] pstand -- Enables platform stand',
  367. '[54] unpstand -- Disables platform stand',
  368. '[55] blockhead -- Removes your head mesh',
  369. '[56] sit',
  370. '[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',
  371. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  372. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  373. '[60] cmds -- Prints all commands',
  374. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  375. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  376. '[63] spinner -- Makes you spin',
  377. '[64] nospinner',
  378. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  379. '[66] noreach -- Removes reach, must have tool equipped',
  380. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  381. '[68] tp me [plr] -- Alternative to goto',
  382. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  383. '[70] uncbring',
  384. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  385. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  386. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  387. '[74] unglitch -- Unglitches you',
  388. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  389. '[76] explorer -- Loads up DEX',
  390. '[77] reset -- Resets your character.',
  391. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  392. '[79] animgui -- Loads up Energize animations GUI',
  393. '[80] savepos -- Saves your current position',
  394. '[81] loadpos -- Teleports you to your saved position',
  395. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  396. '[83] unbang',
  397. '[84] delcmdbar -- Removes the command bar completely',
  398. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  399. '[86] shutdown -- Uses harkinians script to shutdown server',
  400. '[87] respawn -- If grespawn doesnt work you can use respawn',
  401. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  402. '[89] getplrs -- Prints all players in game',
  403. '[90] deldecal -- Deletes all decals client sided',
  404. '[91] opfinality -- Loads in my FE GUI Opfinality',
  405. '[92] remotes -- Prints all remotes in the game in the console when added',
  406. '[93] noremotes -- Stops printing remotes',
  407. '[94] tpdefault -- Stops all loop teleports to a player',
  408. '[95] stopsit -- Will not allow you to sit',
  409. '[96] gosit -- Allows you to sit',
  410. '[97] clicktp -- Enables click tp',
  411. '[98] noclicktp -- Disables click tp',
  412. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  413. '[100] toolsoff -- Stops ;toolson',
  414. '[101] version -- Gets the admin version',
  415. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  416. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  417. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  418. '[105] clickdel -- Delete any block you press q on, client sided',
  419. '[106] noclickdel -- Stops clickdel',
  420. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  421. '[108] unlooprhats -- Stops loop removing mesh',
  422. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  423. '[110] unlooprtool -- Stops loop removing mesh',
  424. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  425. '[112] age [plr] -- Makes you chat the account age of the player',
  426. '[113] id [plr] -- Makes you chat the account ID of the player',
  427. '[114] .age [plr] -- Privately shows you the account age of the player',
  428. '[115] .id [plr] -- Privately shows you the account ID of the player',
  429. '[116] gameid -- Shows the game ID',
  430. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  431. '[118] removefog -- Removes fog, client sided',
  432. '[119] disable -- Disables your character by removing humanoid',
  433. '[120] enable -- Enables your character by adding humanoid',
  434. '[121] prefix [key] -- Changes the prefix used, default is ;',
  435. '[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.',
  436. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  437. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  438. '[125] uncarpet -- Stops carpet player',
  439. '[126] stare [plr] -- Turns your character to stare at another player',
  440. '[127] unstare -- Stops stare player',
  441. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  442. '[129] unlogchat -- Disables logchat',
  443. '[130] fixcam -- Fixes/resets your camera',
  444. '[131] unstate -- Stops changing state',
  445. }
  446. speedget = 1
  447.  
  448. lplayer = game:GetService("Players").LocalPlayer
  449.  
  450. lplayer.CharacterAdded:Connect(function(character)
  451. spin = false
  452. flying = false
  453. staring = false
  454. banpl = false
  455. end)
  456.  
  457. function change()
  458. prefix = prefix
  459. speedfly = speedfly
  460. end
  461.  
  462. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  463. local Found = {}
  464. local strl = String:lower()
  465. if strl == "all" then
  466. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  467. table.insert(Found,v)
  468. end
  469. elseif strl == "others" then
  470. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  471. if v.Name ~= lplayer.Name then
  472. table.insert(Found,v)
  473. end
  474. end
  475. elseif strl == "me" then
  476. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  477. if v.Name == lplayer.Name then
  478. table.insert(Found,v)
  479. end
  480. end
  481. else
  482. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  483. if v.Name:lower():sub(1, #String) == String:lower() then
  484. table.insert(Found,v)
  485. end
  486. end
  487. end
  488. return Found
  489. end
  490.  
  491. local Mouse = lplayer:GetMouse()
  492.  
  493. spin = false
  494. followed = false
  495. traill = false
  496. noclip = false
  497. annoying = false
  498. hwalk = false
  499. droppinghats = false
  500. droppingtools = false
  501. flying = false
  502. spamdelay = 1
  503. spamming = false
  504. spammingpm = false
  505. cbringing = false
  506. remotes = true
  507. added = true
  508. binds = false
  509. stopsitting = false
  510. clickgoto = false
  511. gettingtools = false
  512. removingmeshhats = false
  513. removingmeshtool = false
  514. clickdel = false
  515. staring = false
  516. chatlogs = false
  517. banpl = false
  518. changingstate = false
  519. statechosen = 0
  520.  
  521. adminversion = "Reviz Admin by illremember, Version 2.0"
  522.  
  523. flying = false
  524. speedfly = 1
  525.  
  526. function plrchat(plr, chat)
  527. print(plr.Name..": "..tick().."\n"..chat)
  528. end
  529.  
  530. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  531. v.Chatted:connect(function(chat)
  532. if chatlogs then
  533. plrchat(v, chat)
  534. end
  535. end)
  536. end
  537. game:GetService("Players").PlayerAdded:connect(function(plr)
  538. plr.Chatted:connect(function(chat)
  539. if chatlogs then
  540. plrchat(plr, chat)
  541. end
  542. end)
  543. end)
  544.  
  545.  
  546. local ScreenGui = Instance.new("ScreenGui")
  547. local Frame = Instance.new("Frame")
  548. local CMDBAR = Instance.new("TextBox")
  549. ScreenGui.Parent = game:GetService("CoreGui")
  550. Frame.Parent = ScreenGui
  551. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  552. Frame.BackgroundTransparency = 0.3
  553. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  554. Frame.Size = UDim2.new(0, 200, 0, 40)
  555. Frame.Active = true
  556. Frame.Draggable = true
  557. CMDBAR.Name = "CMDBAR"
  558. CMDBAR.Parent = Frame
  559. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  560. CMDBAR.BackgroundTransparency = 0.20000000298023
  561. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  562. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  563. CMDBAR.Font = Enum.Font.SourceSansLight
  564. CMDBAR.FontSize = Enum.FontSize.Size14
  565. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  566. CMDBAR.TextScaled = true
  567. CMDBAR.TextSize = 14
  568. CMDBAR.TextWrapped = true
  569. CMDBAR.Text = "Press ; to type, Enter to execute"
  570.  
  571. local CMDS = Instance.new("ScreenGui")
  572. local CMDSFRAME = Instance.new("Frame")
  573. local ScrollingFrame = Instance.new("ScrollingFrame")
  574. local TextLabel = Instance.new("TextLabel")
  575. local closegui = Instance.new("TextButton")
  576. CMDS.Name = "CMDS"
  577. CMDS.Parent = game:GetService("CoreGui")
  578. CMDSFRAME.Name = "CMDSFRAME"
  579. CMDSFRAME.Parent = CMDS
  580. CMDSFRAME.Active = true
  581. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  582. CMDSFRAME.BorderSizePixel = 0
  583. CMDSFRAME.Draggable = true
  584. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  585. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  586. CMDSFRAME.Visible = false
  587. ScrollingFrame.Parent = CMDSFRAME
  588. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  589. ScrollingFrame.BorderSizePixel = 0
  590. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  591. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  592. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  593. TextLabel.Parent = ScrollingFrame
  594. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  595. TextLabel.BackgroundTransparency = 1
  596. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  597. TextLabel.Font = Enum.Font.SourceSans
  598. TextLabel.FontSize = Enum.FontSize.Size18
  599. 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."
  600. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  601. TextLabel.TextSize = 15
  602. TextLabel.TextWrapped = true
  603. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  604. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  605. closegui.Name = "closegui"
  606. closegui.Parent = CMDSFRAME
  607. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  608. closegui.BorderSizePixel = 0
  609. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  610. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  611. closegui.Font = Enum.Font.SourceSansBold
  612. closegui.FontSize = Enum.FontSize.Size24
  613. closegui.Text = "X"
  614. closegui.TextColor3 = Color3.new(1, 1, 1)
  615. closegui.TextSize = 20
  616.  
  617. closegui.MouseButton1Click:connect(function()
  618. CMDSFRAME.Visible = false
  619. end)
  620.  
  621. game:GetService('RunService').Stepped:connect(function()
  622. if spin then
  623. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  624. end
  625. if followed then
  626. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  627. end
  628. if traill then
  629. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  630. end
  631. if annoying then
  632. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  633. end
  634. if hwalk then
  635. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  636. end
  637. if staring then
  638. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  639. end
  640. end)
  641. game:GetService('RunService').Stepped:connect(function()
  642. if noclip then
  643. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  644. lplayer.Character.Head.CanCollide = false
  645. lplayer.Character.Torso.CanCollide = false
  646. lplayer.Character["Left Leg"].CanCollide = false
  647. lplayer.Character["Right Leg"].CanCollide = false
  648. else
  649. lplayer.Character.Humanoid:ChangeState(11)
  650. end
  651. end
  652. if changingstate then
  653. lplayer.Character.Humanoid:ChangeState(statechosen)
  654. end
  655. end)
  656. game:GetService('RunService').Stepped:connect(function()
  657. if droppinghats then
  658. for i,v in pairs(lplayer.Character:GetChildren()) do
  659. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  660. v.Parent = workspace
  661. end
  662. end
  663. end
  664. if droppingtools then
  665. for i,v in pairs(lplayer.Character:GetChildren()) do
  666. if (v:IsA("Tool")) then
  667. v.Parent = workspace
  668. end
  669. end
  670. end
  671. if removingmeshhats then
  672. for i,v in pairs(lplayer.Character:GetChildren()) do
  673. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  674. v.Handle.Mesh:Destroy()
  675. end
  676. end
  677. end
  678. if removingmeshtool then
  679. for i,v in pairs(lplayer.Character:GetChildren()) do
  680. if (v:IsA("Tool")) then
  681. v.Handle.Mesh:Destroy()
  682. end
  683. end
  684. end
  685. end)
  686. game:GetService('RunService').Stepped:connect(function()
  687. if banpl then
  688. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  689. end
  690. end)
  691. game:GetService('RunService').Stepped:connect(function()
  692. if stopsitting then
  693. lplayer.Character.Humanoid.Sit = false
  694. end
  695. end)
  696.  
  697. plr = lplayer
  698. hum = plr.Character.HumanoidRootPart
  699. mouse = plr:GetMouse()
  700. mouse.KeyDown:connect(function(key)
  701. if key == "e" then
  702. if mouse.Target then
  703. if clickgoto then
  704. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  705. elseif clickdel then
  706. mouse.Target:Destroy()
  707. end
  708. end
  709. end
  710. end)
  711.  
  712. game:GetService("Workspace").ChildAdded:connect(function(part)
  713. if gettingtools then
  714. if part:IsA("Tool") then
  715. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  716. end
  717. end
  718. end)
  719.  
  720. lplayer.Chatted:Connect(function(msg)
  721. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  722. if string.sub(msg, 7) == "me" then
  723. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  724. else
  725. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  726. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  727. lplayer.Character.Humanoid.Name = 1
  728. local l = lplayer.Character["1"]:Clone()
  729. l.Parent = lplayer.Character
  730. l.Name = "Humanoid"
  731. wait(0.1)
  732. lplayer.Character["1"]:Destroy()
  733. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  734. lplayer.Character.Animate.Disabled = true
  735. wait(0.1)
  736. lplayer.Character.Animate.Disabled = false
  737. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  738. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  739. lplayer.Character.Humanoid:EquipTool(v)
  740. end
  741. local function tp(player,player2)
  742. local char1,char2=player.Character,player2.Character
  743. if char1 and char2 then
  744. char1:MoveTo(char2.Head.Position)
  745. end
  746. end
  747. wait(0.1)
  748. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  749. wait(0.2)
  750. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  751. wait(0.5)
  752. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  753. wait(0.7)
  754. tp(lplayer,game:GetService("Players")[v.Name])
  755. wait(0.7)
  756. lplayer.Character.HumanoidRootPart.CFrame = NOW
  757. game:GetService("StarterGui"):SetCore("SendNotification", {
  758. Title = "Tools needed!";
  759. Text = "You need a tool in your backpack for this command!";
  760. })
  761. end
  762. end
  763. end
  764. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  765. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  766. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  767. lplayer.Character.Humanoid.Name = 1
  768. local l = lplayer.Character["1"]:Clone()
  769. l.Parent = lplayer.Character
  770. l.Name = "Humanoid"
  771. wait(0.1)
  772. lplayer.Character["1"]:Destroy()
  773. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  774. lplayer.Character.Animate.Disabled = true
  775. wait(0.1)
  776. lplayer.Character.Animate.Disabled = false
  777. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  778. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  779. lplayer.Character.Humanoid:EquipTool(v)
  780. end
  781. local function tp(player,player2)
  782. local char1,char2=player.Character,player2.Character
  783. if char1 and char2 then
  784. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  785. end
  786. end
  787. local function getout(player,player2)
  788. local char1,char2=player.Character,player2.Character
  789. if char1 and char2 then
  790. char1:MoveTo(char2.Head.Position)
  791. end
  792. end
  793. tp(game:GetService("Players")[v.Name], lplayer)
  794. wait(0.2)
  795. tp(game:GetService("Players")[v.Name], lplayer)
  796. wait(0.5)
  797. lplayer.Character.HumanoidRootPart.CFrame = NOW
  798. wait(0.5)
  799. getout(lplayer, game:GetService("Players")[v.Name])
  800. wait(0.3)
  801. lplayer.Character.HumanoidRootPart.CFrame = NOW
  802. game:GetService("StarterGui"):SetCore("SendNotification", {
  803. Title = "Tools needed!";
  804. Text = "You need a tool in your backpack for this command!";
  805. })
  806. end
  807. end
  808. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  809. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  810. lplayer.Character.Humanoid.Name = 1
  811. local l = lplayer.Character["1"]:Clone()
  812. l.Parent = lplayer.Character
  813. l.Name = "Humanoid"
  814. wait(0.1)
  815. lplayer.Character["1"]:Destroy()
  816. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  817. lplayer.Character.Animate.Disabled = true
  818. wait(0.1)
  819. lplayer.Character.Animate.Disabled = false
  820. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  821. lplayer.Character.Animate.Disabled = false
  822. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  823. lplayer.Character.Humanoid:EquipTool(v)
  824. end
  825. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  826. spinplr = v
  827. wait(0.5)
  828. spin = true
  829. game:GetService("StarterGui"):SetCore("SendNotification", {
  830. Title = "Tools needed!";
  831. Text = "You need a tool in your backpack for this command!";
  832. })
  833. end
  834. end
  835. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  836. spin = false
  837. end
  838. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  839. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  840. lplayer.Character.Humanoid.Name = 1
  841. local l = lplayer.Character["1"]:Clone()
  842. l.Parent = lplayer.Character
  843. l.Name = "Humanoid"
  844. wait(0.1)
  845. lplayer.Character["1"]:Destroy()
  846. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  847. lplayer.Character.Animate.Disabled = true
  848. wait(0.1)
  849. lplayer.Character.Animate.Disabled = false
  850. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  851. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  852. lplayer.Character.Humanoid:EquipTool(v)
  853. end
  854. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  855. wait(0.3)
  856. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  857. attplr = v
  858. game:GetService("StarterGui"):SetCore("SendNotification", {
  859. Title = "Tools needed!";
  860. Text = "You need a tool in your backpack for this command!";
  861. })
  862. end
  863. end
  864. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  865. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  866. local function getout(player,player2)
  867. local char1,char2=player.Character,player2.Character
  868. if char1 and char2 then
  869. char1:MoveTo(char2.Head.Position)
  870. end
  871. end
  872. getout(lplayer, game:GetService("Players")[v.Name])
  873. end
  874. end
  875. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  876. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  877. followed = true
  878. flwplr = v
  879. end
  880. end
  881. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  882. followed = false
  883. end
  884. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  885. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  886. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  887. lplayer.Character.Humanoid.Name = 1
  888. local l = lplayer.Character["1"]:Clone()
  889. l.Parent = lplayer.Character
  890. l.Name = "Humanoid"
  891. wait(0.1)
  892. lplayer.Character["1"]:Destroy()
  893. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  894. lplayer.Character.Animate.Disabled = true
  895. wait(0.1)
  896. lplayer.Character.Animate.Disabled = false
  897. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  898. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  899. lplayer.Character.Humanoid:EquipTool(v)
  900. end
  901. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  902. wait(0.2)
  903. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  904. wait(0.6)
  905. lplayer.Character.HumanoidRootPart.CFrame = NOW
  906. wait(0.6)
  907. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  908. game:GetService("StarterGui"):SetCore("SendNotification", {
  909. Title = "Tools needed!";
  910. Text = "You need a tool in your backpack for this command!";
  911. })
  912. end
  913. end
  914. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  915. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  916. traill = true
  917. trlplr = v
  918. end
  919. end
  920. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  921. traill = false
  922. end
  923. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  924. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  925. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  926. else
  927. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  928. local o = Instance.new("RocketPropulsion")
  929. o.Parent = lplayer.Character.HumanoidRootPart
  930. o.Name = "Orbit"
  931. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  932. o:Fire()
  933. noclip = true
  934. end
  935. end
  936. end
  937. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  938. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  939. noclip = false
  940. end
  941. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  942. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  943. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  944. else
  945. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  946. local y = Instance.new("RocketPropulsion")
  947. y.Parent = lplayer.Character.HumanoidRootPart
  948. y.CartoonFactor = 1
  949. y.MaxThrust = 800000
  950. y.MaxSpeed = 1000
  951. y.ThrustP = 200000
  952. y.Name = "Fling"
  953. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  954. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  955. y:Fire()
  956. noclip = true
  957. end
  958. end
  959. end
  960. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  961. noclip = false
  962. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  963. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  964. wait(0.4)
  965. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  966. end
  967. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  968. if game:GetService("Workspace").FilteringEnabled == true then
  969. warn("FE is Enabled (Filtering Enabled)")
  970. game:GetService("StarterGui"):SetCore("SendNotification", {
  971. Title = "FE is Enabled";
  972. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  973. })
  974. else
  975. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  976. game:GetService("StarterGui"):SetCore("SendNotification", {
  977. Title = "FE is Disabled";
  978. Text = "Filtering Disabled. Consider using a different admin script.";
  979. })
  980. end
  981. end
  982. if string.sub(msg, 1, 6) == (prefix.."void ") then
  983. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  984. lplayer.Character.Humanoid.Name = 1
  985. local l = lplayer.Character["1"]:Clone()
  986. l.Parent = lplayer.Character
  987. l.Name = "Humanoid"
  988. wait(0.1)
  989. lplayer.Character["1"]:Destroy()
  990. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  991. lplayer.Character.Animate.Disabled = true
  992. wait(0.1)
  993. lplayer.Character.Animate.Disabled = false
  994. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  995. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  996. lplayer.Character.Humanoid:EquipTool(v)
  997. end
  998. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  999. wait(0.2)
  1000. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1001. wait(0.6)
  1002. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1003. game:GetService("StarterGui"):SetCore("SendNotification", {
  1004. Title = "Tools needed!";
  1005. Text = "You need a tool in your backpack for this command!";
  1006. })
  1007. end
  1008. end
  1009. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1010. noclip = true
  1011. game:GetService("StarterGui"):SetCore("SendNotification", {
  1012. Title = "Noclip enabled";
  1013. Text = "Type ;clip to disable";
  1014. })
  1015. end
  1016. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1017. noclip = false
  1018. game:GetService("StarterGui"):SetCore("SendNotification", {
  1019. Title = "Noclip disabled";
  1020. Text = "Type ;noclip to enable";
  1021. })
  1022. end
  1023. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1024. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1025. end
  1026. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1027. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1028. end
  1029. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1030. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1031. end
  1032. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1033. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1034. end
  1035. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1036. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1037. end
  1038. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1039. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1040. end
  1041. if string.sub(msg, 1, 8) == (prefix.."default") then
  1042. lplayer.Character.Humanoid.JumpPower = 50
  1043. lplayer.Character.Humanoid.WalkSpeed = 16
  1044. lplayer.Character.Humanoid.HipHeight = 0
  1045. end
  1046. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1047. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1048. annoying = true
  1049. annplr = v
  1050. end
  1051. end
  1052. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1053. annoying = false
  1054. end
  1055. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1056. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1057. hwalk = true
  1058. hdwplr = v
  1059. end
  1060. end
  1061. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1062. hwalk = false
  1063. end
  1064. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1065. lplayer.Character["Left Leg"]:Destroy()
  1066. lplayer.Character["Left Arm"]:Destroy()
  1067. lplayer.Character["Right Leg"]:Destroy()
  1068. lplayer.Character["Right Arm"]:Destroy()
  1069. end
  1070. if string.sub(msg, 1, 4) == (prefix.."god") then
  1071. lplayer.Character.Humanoid.Name = 1
  1072. local l = lplayer.Character["1"]:Clone()
  1073. l.Parent = lplayer.Character
  1074. l.Name = "Humanoid"
  1075. wait(0.1)
  1076. lplayer.Character["1"]:Destroy()
  1077. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1078. lplayer.Character.Animate.Disabled = true
  1079. wait(0.1)
  1080. lplayer.Character.Animate.Disabled = false
  1081. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1082. game:GetService("StarterGui"):SetCore("SendNotification", {
  1083. Title = "FE Godmode enabled";
  1084. Text = "Use ;grespawn or ;respawn to remove";
  1085. })
  1086. end
  1087. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1088. for i,v in pairs(lplayer.Character:GetChildren()) do
  1089. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1090. v.Parent = workspace
  1091. end
  1092. end
  1093. end
  1094. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1095. for i,v in pairs(lplayer.Character:GetChildren()) do
  1096. if (v:IsA("Tool")) then
  1097. v.Parent = workspace
  1098. end
  1099. end
  1100. end
  1101. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1102. droppinghats = true
  1103. game:GetService("StarterGui"):SetCore("SendNotification", {
  1104. Title = "Loop Drop Enabled";
  1105. Text = "Type ;unloopdhats to disable";
  1106. })
  1107. end
  1108. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1109. droppinghats = false
  1110. game:GetService("StarterGui"):SetCore("SendNotification", {
  1111. Title = "Loop Drop Disabled";
  1112. Text = "Type ;loopdhats to enable.";
  1113. })
  1114. end
  1115. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1116. droppingtools = true
  1117. game:GetService("StarterGui"):SetCore("SendNotification", {
  1118. Title = "Loop Drop Enabled";
  1119. Text = "Type ;unloopdtool to disable";
  1120. })
  1121. end
  1122. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1123. droppingtools = false
  1124. game:GetService("StarterGui"):SetCore("SendNotification", {
  1125. Title = "Loop Drop Disabled";
  1126. Text = "Type ;loopdtool to enable.";
  1127. })
  1128. end
  1129. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1130. Local = game:GetService('Players').LocalPlayer
  1131. Char = Local.Character
  1132. touched,tpdback = false, false
  1133. box = Instance.new('Part',workspace)
  1134. box.Anchored = true
  1135. box.CanCollide = true
  1136. box.Size = Vector3.new(10,1,10)
  1137. box.Position = Vector3.new(0,10000,0)
  1138. box.Touched:connect(function(part)
  1139. if (part.Parent.Name == Local.Name) then
  1140. if touched == false then
  1141. touched = true
  1142. function apply()
  1143. if script.Disabled ~= true then
  1144. no = Char.HumanoidRootPart:Clone()
  1145. wait(.25)
  1146. Char.HumanoidRootPart:Destroy()
  1147. no.Parent = Char
  1148. Char:MoveTo(loc)
  1149. touched = false
  1150. end end
  1151. if Char then
  1152. apply()
  1153. end
  1154. end
  1155. end
  1156. end)
  1157. repeat wait() until Char
  1158. loc = Char.HumanoidRootPart.Position
  1159. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1160. game:GetService("StarterGui"):SetCore("SendNotification", {
  1161. Title = "Invisibility enabled!";
  1162. Text = "Reset or use ;respawn to remove.";
  1163. })
  1164. end
  1165. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1166. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1167. if game:GetService("Players")[v.Name].Character.Humanoid then
  1168. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1169. else
  1170. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1171. end
  1172. end
  1173. end
  1174. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1175. if lplayer.Character.Humanoid then
  1176. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1177. else
  1178. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1179. end
  1180. end
  1181. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1182. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1183. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1184. end
  1185. end
  1186. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1187. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1188. repeat wait() until Mouse
  1189.  
  1190. local T = lplayer.Character.HumanoidRootPart
  1191. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1192. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1193. local SPEED = speedget
  1194.  
  1195. local function fly()
  1196. flying = true
  1197. local BG = Instance.new('BodyGyro', T)
  1198. local BV = Instance.new('BodyVelocity', T)
  1199. BG.P = 9e4
  1200. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1201. BG.cframe = T.CFrame
  1202. BV.velocity = Vector3.new(0, 0.1, 0)
  1203. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1204. spawn(function()
  1205. repeat wait()
  1206. lplayer.Character.Humanoid.PlatformStand = true
  1207. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1208. SPEED = 50
  1209. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1210. SPEED = 0
  1211. end
  1212. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1213. 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
  1214. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1215. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1216. 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
  1217. else
  1218. BV.velocity = Vector3.new(0, 0.1, 0)
  1219. end
  1220. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1221. until not flying
  1222. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1223. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1224. SPEED = 0
  1225. BG:destroy()
  1226. BV:destroy()
  1227. lplayer.Character.Humanoid.PlatformStand = false
  1228. end)
  1229. end
  1230. Mouse.KeyDown:connect(function(KEY)
  1231. if KEY:lower() == 'w' then
  1232. CONTROL.F = speedfly
  1233. elseif KEY:lower() == 's' then
  1234. CONTROL.B = -speedfly
  1235. elseif KEY:lower() == 'a' then
  1236. CONTROL.L = -speedfly
  1237. elseif KEY:lower() == 'd' then
  1238. CONTROL.R = speedfly
  1239. end
  1240. end)
  1241. Mouse.KeyUp:connect(function(KEY)
  1242. if KEY:lower() == 'w' then
  1243. CONTROL.F = 0
  1244. elseif KEY:lower() == 's' then
  1245. CONTROL.B = 0
  1246. elseif KEY:lower() == 'a' then
  1247. CONTROL.L = 0
  1248. elseif KEY:lower() == 'd' then
  1249. CONTROL.R = 0
  1250. end
  1251. end)
  1252. fly()
  1253. end
  1254. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1255. flying = false
  1256. lplayer.Character.Humanoid.PlatformStand = false
  1257. end
  1258. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1259. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1260. end
  1261. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1262. spamtext = (string.sub(msg, 7))
  1263. spamming = true
  1264. end
  1265. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1266. spamming = false
  1267. end
  1268. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1269. spamdelay = (string.sub(msg, 11))
  1270. end
  1271. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1272. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1273. pmspammed = v.Name
  1274. spammingpm = true
  1275. end
  1276. end
  1277. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1278. spammingpm = false
  1279. end
  1280. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1281. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1282. v.Character["Left Leg"].Anchored = true
  1283. v.Character["Left Arm"].Anchored = true
  1284. v.Character["Right Leg"].Anchored = true
  1285. v.Character["Right Arm"].Anchored = true
  1286. v.Character.Torso.Anchored = true
  1287. v.Character.Head.Anchored = true
  1288. end
  1289. end
  1290. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1291. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1292. v.Character["Left Leg"].Anchored = false
  1293. v.Character["Left Arm"].Anchored = false
  1294. v.Character["Right Leg"].Anchored = false
  1295. v.Character["Right Arm"].Anchored = false
  1296. v.Character.Torso.Anchored = false
  1297. v.Character.Head.Anchored = false
  1298. end
  1299. end
  1300. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1301. local a = game:GetService("Workspace"):getChildren()
  1302. for i = 1, #a do
  1303. if a[i].className == "Part" then
  1304. a[i].Locked = false
  1305. elseif a[i].className == "Model" then
  1306. local r = a[i]:getChildren()
  1307. for i = 1, #r do
  1308. if r[i].className == "Part" then
  1309. r[i].Locked = false
  1310. end
  1311. end
  1312. end
  1313. end
  1314. game:GetService("StarterGui"):SetCore("SendNotification", {
  1315. Title = "Success!";
  1316. Text = "Workspace unlocked. Use ;lockws to lock.";
  1317. })
  1318. end
  1319. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1320. local a = game:GetService("Workspace"):getChildren()
  1321. for i = 1, #a do
  1322. if a[i].className == "Part" then
  1323. a[i].Locked = true
  1324. elseif a[i].className == "Model" then
  1325. local r = a[i]:getChildren()
  1326. for i = 1, #r do
  1327. if r[i].className == "Part" then
  1328. r[i].Locked = true
  1329. end
  1330. end
  1331. end
  1332. end
  1333. end
  1334. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1335. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1336. Clone_T.BinType = "Clone"
  1337. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1338. Destruct.BinType = "Hammer"
  1339. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1340. Hold_T.BinType = "Grab"
  1341. end
  1342. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1343. lplayer.Character.Humanoid.PlatformStand = true
  1344. end
  1345. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1346. lplayer.Character.Humanoid.PlatformStand = false
  1347. end
  1348. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1349. lplayer.Character.Head.Mesh:Destroy()
  1350. end
  1351. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1352. lplayer.Character.Humanoid.Sit = true
  1353. end
  1354. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1355. local function bringobjw()
  1356. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1357. if obj.Name == (string.sub(msg, 11)) then
  1358. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1359. obj.CanCollide = false
  1360. obj.Transparency = 0.7
  1361. wait()
  1362. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1363. wait()
  1364. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1365. wait()
  1366. obj.CFrame = lplayer.Character["Head"].CFrame
  1367. end
  1368. end
  1369. end
  1370. while wait() do
  1371. bringobjw()
  1372. end
  1373. game:GetService("StarterGui"):SetCore("SendNotification", {
  1374. Title = "BringObj";
  1375. Text = "BringObj enabled.";
  1376. })
  1377. end
  1378. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1379. vis = (string.sub(msg, 8))
  1380. local a = game:GetService("Workspace"):GetDescendants()
  1381. for i = 1, #a do
  1382. if a[i].className == "Part" then
  1383. a[i].Transparency = vis
  1384. elseif a[i].className == "Model" then
  1385. local r = a[i]:getChildren()
  1386. for i = 1, #r do
  1387. if r[i].className == "Part" then
  1388. r[i].Transparency = vis
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end
  1394. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1395. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1396. game:GetService("StarterGui"):SetCore("SendNotification", {
  1397. Title = "Success!";
  1398. Text = "HyperTotal GUI Loaded!";
  1399. })
  1400. end
  1401. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1402. CMDSFRAME.Visible = true
  1403. end
  1404. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1405. for i,v in pairs(lplayer.Character:GetChildren()) do
  1406. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1407. v.Handle.Mesh:Destroy()
  1408. end
  1409. end
  1410. end
  1411. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1412. for i,v in pairs(lplayer.Character:GetChildren()) do
  1413. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1414. v.Handle.Mesh:Destroy()
  1415. end
  1416. end
  1417. end
  1418. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1419. for i,v in pairs(lplayer.Character:GetChildren()) do
  1420. if (v:IsA("Tool")) then
  1421. v.Handle.Mesh:Destroy()
  1422. end
  1423. end
  1424. end
  1425. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1426. for i,v in pairs(lplayer.Character:GetChildren()) do
  1427. if (v:IsA("Tool")) then
  1428. v.Handle.Mesh:Destroy()
  1429. end
  1430. end
  1431. end
  1432. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1433. local p = Instance.new("RocketPropulsion")
  1434. p.Parent = lplayer.Character.HumanoidRootPart
  1435. p.Name = "Spinner"
  1436. p.Target = lplayer.Character["Left Arm"]
  1437. p:Fire()
  1438. game:GetService("StarterGui"):SetCore("SendNotification", {
  1439. Title = "Spinner enabled";
  1440. Text = "Type ;nospinner to disable.";
  1441. })
  1442. end
  1443. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1444. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1445. end
  1446. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1447. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1448. if v:isA("Tool") then
  1449. local a = Instance.new("SelectionBox",v.Handle)
  1450. a.Adornee = v.Handle
  1451. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1452. v.GripPos = Vector3.new(0,0,0)
  1453. lplayer.Character.Humanoid:UnequipTools()
  1454. end
  1455. end
  1456. game:GetService("StarterGui"):SetCore("SendNotification", {
  1457. Title = "Reach applied!";
  1458. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1459. })
  1460. end
  1461. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1462. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1463. if v:isA("Tool") then
  1464. handleSize = v.Handle.Size
  1465. wait()
  1466. local a = Instance.new("SelectionBox",v.Handle)
  1467. a.Name = "a"
  1468. a.Adornee = v.Handle
  1469. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1470. v.GripPos = Vector3.new(0,0,0)
  1471. lplayer.Character.Humanoid:UnequipTools()
  1472. end
  1473. end
  1474. game:GetService("StarterGui"):SetCore("SendNotification", {
  1475. Title = "Reach applied!";
  1476. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1477. })
  1478. end
  1479. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1480. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1481. if v:isA("Tool") then
  1482. v.Handle.a:Destroy()
  1483. v.Handle.Size = handleSize
  1484. end
  1485. end
  1486. game:GetService("StarterGui"):SetCore("SendNotification", {
  1487. Title = "Reach removed!";
  1488. Text = "Removed reach from equipped sword.";
  1489. })
  1490. end
  1491. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1492. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1493. lplayer.Character.Humanoid.Name = 1
  1494. local l = lplayer.Character["1"]:Clone()
  1495. l.Parent = lplayer.Character
  1496. l.Name = "Humanoid"
  1497. wait(0.1)
  1498. lplayer.Character["1"]:Destroy()
  1499. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1500. lplayer.Character.Animate.Disabled = true
  1501. wait(0.1)
  1502. lplayer.Character.Animate.Disabled = false
  1503. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1504. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1505. lplayer.Character.Humanoid:EquipTool(v)
  1506. end
  1507. wait(0.1)
  1508. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1509. wait(0.2)
  1510. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1511. wait(0.5)
  1512. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1513. game:GetService("StarterGui"):SetCore("SendNotification", {
  1514. Title = "Tools needed!";
  1515. Text = "You need a tool in your backpack for this command!";
  1516. })
  1517. end
  1518. end
  1519. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1520. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1521. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1522. end
  1523. end
  1524. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1525. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1526. cbringall = true
  1527. else
  1528. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1529. brplr = v.Name
  1530. end
  1531. end
  1532. cbring = true
  1533. end
  1534. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1535. cbring = false
  1536. cbringall = false
  1537. end
  1538. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1539. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1540. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1541. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1542. lplayer.Character.Humanoid.Name = 1
  1543. local l = lplayer.Character["1"]:Clone()
  1544. l.Parent = lplayer.Character
  1545. l.Name = "Humanoid"
  1546. wait(0.1)
  1547. lplayer.Character["1"]:Destroy()
  1548. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1549. lplayer.Character.Animate.Disabled = true
  1550. wait(0.1)
  1551. lplayer.Character.Animate.Disabled = false
  1552. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1553. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1554. lplayer.Character.Humanoid:EquipTool(v)
  1555. end
  1556. local function tp(player,player2)
  1557. local char1,char2=player.Character,player2.Character
  1558. if char1 and char2 then
  1559. char1:MoveTo(char2.Head.Position)
  1560. end
  1561. end
  1562. wait(0.1)
  1563. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1564. wait(0.2)
  1565. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1566. wait(0.5)
  1567. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1568. wait(0.6)
  1569. tp(lplayer, game:GetService("Players")[v.Name])
  1570. wait(0.4)
  1571. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1572. game:GetService("StarterGui"):SetCore("SendNotification", {
  1573. Title = "Tools needed!";
  1574. Text = "You need a tool in your backpack for this command!";
  1575. })
  1576. end
  1577. end
  1578. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1579. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1580. lplayer.Character.Humanoid.Name = 1
  1581. local l = lplayer.Character["1"]:Clone()
  1582. l.Parent = lplayer.Character
  1583. l.Name = "Humanoid"
  1584. wait(0.1)
  1585. lplayer.Character["1"]:Destroy()
  1586. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1587. lplayer.Character.Animate.Disabled = true
  1588. wait(0.1)
  1589. lplayer.Character.Animate.Disabled = false
  1590. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1591. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1592. lplayer.Character.Humanoid:EquipTool(v)
  1593. end
  1594. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1595. wait(0.3)
  1596. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1597. wait(0.4)
  1598. b = Instance.new("BodyForce")
  1599. b.Parent = lplayer.Character.HumanoidRootPart
  1600. b.Name = "Glitch"
  1601. b.Force = Vector3.new(100000000,5000,0)
  1602. game:GetService("StarterGui"):SetCore("SendNotification", {
  1603. Title = "Tools needed!";
  1604. Text = "You need a tool in your backpack for this command!";
  1605. })
  1606. end
  1607. end
  1608. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1609. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1610. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1611. b = Instance.new("BodyForce")
  1612. b.Parent = lplayer.Character.HumanoidRootPart
  1613. b.Name = "unGlitch"
  1614. b.Force = Vector3.new(0,-5000000,0)
  1615. wait(2)
  1616. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1617. end
  1618. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1619. lplayer.Character.Humanoid.Health = 0
  1620. wait(1)
  1621. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1622. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1623. end
  1624. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1625. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1626. game:GetService("StarterGui"):SetCore("SendNotification", {
  1627. Title = "Success!";
  1628. Text = "DEX Explorer has loaded.";
  1629. })
  1630. end
  1631. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1632. local Anim = Instance.new("Animation")
  1633. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1634. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1635. track:Play(.1, 1, 1)
  1636. end
  1637. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1638. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1639. game:GetService("StarterGui"):SetCore("SendNotification", {
  1640. Title = "Success!";
  1641. Text = "Energize Animations GUI has loaded.";
  1642. })
  1643. end
  1644. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1645. saved = lplayer.Character.HumanoidRootPart.CFrame
  1646. game:GetService("StarterGui"):SetCore("SendNotification", {
  1647. Title = "Position Saved";
  1648. Text = "Use ;loadpos to return to saved position.";
  1649. })
  1650. end
  1651. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1652. lplayer.Character.HumanoidRootPart.CFrame = saved
  1653. end
  1654. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1655. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1656. local Anim2 = Instance.new("Animation")
  1657. Anim2.AnimationId = "rbxassetid://148840371"
  1658. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1659. track2:Play(.1, 1, 1)
  1660. bplrr = v.Name
  1661. banpl = true
  1662. end
  1663. end
  1664. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1665. banpl = false
  1666. end
  1667. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1668. local function bringmodw()
  1669. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1670. if obj.Name == (string.sub(msg, 11)) then
  1671. for i,ch in pairs(obj:GetDescendants()) do
  1672. if (ch:IsA("BasePart")) then
  1673. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1674. ch.CanCollide = false
  1675. ch.Transparency = 0.7
  1676. wait()
  1677. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1678. wait()
  1679. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1680. wait()
  1681. ch.CFrame = lplayer.Character["Head"].CFrame
  1682. end
  1683. end
  1684. end
  1685. end
  1686. end
  1687. while wait() do
  1688. bringmodw()
  1689. end
  1690. game:GetService("StarterGui"):SetCore("SendNotification", {
  1691. Title = "BringMod";
  1692. Text = "BringMod enabled.";
  1693. })
  1694. end
  1695. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1696. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1697. local hum = Instance.new('Humanoid', mod)
  1698. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1699. lplayer.Character = mod
  1700. end
  1701. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1702. game:GetService'RunService'.Stepped:Connect(function()
  1703. pcall(function()
  1704. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1705. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1706. for _,x in pairs(v.Character.Head:GetChildren()) do
  1707. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1708. end
  1709. end
  1710. end
  1711. end)
  1712. end)
  1713. game:GetService("StarterGui"):SetCore("SendNotification", {
  1714. Title = "Attempting Shutdown";
  1715. Text = "Shutdown Attempt has begun.";
  1716. })
  1717. end
  1718. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1719. objtodel = (string.sub(msg, 9))
  1720. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1721. if v.Name == objtodel then
  1722. v:Destroy()
  1723. end
  1724. end
  1725. end
  1726. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1727. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1728. print(v)
  1729. end
  1730. game:GetService("StarterGui"):SetCore("SendNotification", {
  1731. Title = "Printed";
  1732. Text = "Players have been printed to console. (F9)";
  1733. })
  1734. end
  1735. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1736. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1737. if (v:IsA("Decal")) then
  1738. v:Destroy()
  1739. end
  1740. end
  1741. end
  1742. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1743. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1744. game:GetService("StarterGui"):SetCore("SendNotification", {
  1745. Title = "Success!";
  1746. Text = "OpFinality GUI has loaded.";
  1747. })
  1748. end
  1749. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1750. remotes = true
  1751. added = true
  1752. game.DescendantAdded:connect(function(rmt)
  1753. if added == true then
  1754. if remotes == true then
  1755. if rmt:IsA("RemoteEvent") then
  1756. print("A RemoteEvent was added!")
  1757. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1758. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1759. end end end
  1760. end)
  1761. game.DescendantAdded:connect(function(rmtfnctn)
  1762. if added == true then
  1763. if remotes == true then
  1764. if rmtfnctn:IsA("RemoteFunction") then
  1765. warn("A RemoteFunction was added!")
  1766. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1767. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1768. end end end
  1769. end)
  1770.  
  1771. game.DescendantAdded:connect(function(bndfnctn)
  1772. if added == true then
  1773. if binds == true then
  1774. if bndfnctn:IsA("BindableFunction") then
  1775. print("A BindableFunction was added!")
  1776. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1777. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1778. end end end
  1779. end)
  1780.  
  1781. game.DescendantAdded:connect(function(bnd)
  1782. if added == true then
  1783. if binds == true then
  1784. if bnd:IsA("BindableEvent") then
  1785. warn("A BindableEvent was added!")
  1786. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1787. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1788. end end end
  1789. end)
  1790.  
  1791.  
  1792. if binds == true then
  1793. for i,v in pairs(game:GetDescendants()) do
  1794. if v:IsA("BindableFunction") then
  1795. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1796. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1797. end end
  1798. for i,v in pairs(game:GetDescendants()) do
  1799. if v:IsA("BindableEvent") then
  1800. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1801. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1802. end end
  1803. else
  1804. print("Off")
  1805. end
  1806. if remotes == true then
  1807. for i,v in pairs(game:GetDescendants()) do
  1808. if v:IsA("RemoteFunction") then
  1809. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1810. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1811. end end
  1812. wait()
  1813. for i,v in pairs(game:GetDescendants()) do
  1814. if v:IsA("RemoteEvent") then
  1815. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1816. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1817. end end
  1818. else
  1819. print("Off")
  1820. end
  1821. game:GetService("StarterGui"):SetCore("SendNotification", {
  1822. Title = "Printing Remotes";
  1823. Text = "Type ;noremotes to disable.";
  1824. })
  1825. end
  1826. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1827. remotes = false
  1828. added = false
  1829. game:GetService("StarterGui"):SetCore("SendNotification", {
  1830. Title = "Printing Remotes Disabled";
  1831. Text = "Type ;remotes to enable.";
  1832. })
  1833. end
  1834. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1835. spin = false
  1836. followed = false
  1837. traill = false
  1838. noclip = false
  1839. annoying = false
  1840. hwalk = false
  1841. cbringing = false
  1842. end
  1843. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1844. stopsitting = true
  1845. end
  1846. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1847. stopsitting = false
  1848. end
  1849. if string.sub(msg, 1, 8) == (prefix.."version") then
  1850. print(adminversion)
  1851. game:GetService("StarterGui"):SetCore("SendNotification", {
  1852. Title = "Version";
  1853. Text = adminversion;
  1854. })
  1855. end
  1856. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1857. clickgoto = true
  1858. game:GetService("StarterGui"):SetCore("SendNotification", {
  1859. Title = "Click TP";
  1860. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1861. })
  1862. end
  1863. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1864. clickdel = true
  1865. game:GetService("StarterGui"):SetCore("SendNotification", {
  1866. Title = "Click Delete";
  1867. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1868. })
  1869. end
  1870. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1871. clickdel = false
  1872. game:GetService("StarterGui"):SetCore("SendNotification", {
  1873. Title = "Click Delete";
  1874. Text = "Click delete has been disabled.";
  1875. })
  1876. end
  1877. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1878. clickgoto = false
  1879. game:GetService("StarterGui"):SetCore("SendNotification", {
  1880. Title = "Click TP";
  1881. Text = "Click TP has been disabled.";
  1882. })
  1883. end
  1884. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1885. gettingtools = true
  1886. game:GetService("StarterGui"):SetCore("SendNotification", {
  1887. Title = "Tools Enabled";
  1888. Text = "Automatically colleting tools dropped.";
  1889. })
  1890. end
  1891. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1892. gettingtools = false
  1893. game:GetService("StarterGui"):SetCore("SendNotification", {
  1894. Title = "Tools Disabled";
  1895. Text = "Click TP has been disabled.";
  1896. })
  1897. end
  1898. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1899. ScreenGui:Destroy()
  1900. end
  1901. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1902. lplayer.Character.Head:Destroy()
  1903. end
  1904. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1905. statechosen = string.sub(msg, 8)
  1906. changingstate = true
  1907. end
  1908. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1909. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1910. end
  1911. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1912. removingmeshhats = true
  1913. end
  1914. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1915. removingmeshhats = false
  1916. end
  1917. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1918. removingmeshtool = true
  1919. end
  1920. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1921. removingmeshtool = false
  1922. end
  1923. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1924. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1925. if v:IsA("Tool") then
  1926. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1927. v.Parent = player.Character
  1928. end
  1929. end
  1930. end
  1931. end
  1932. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1933. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1934. if v:IsA("Tool") then
  1935. v.Parent = lplayer.Character
  1936. wait()
  1937. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1938. v.Parent = player.Character
  1939. end
  1940. end
  1941. end
  1942. end
  1943. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1944. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1945. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1946. end
  1947. end
  1948. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1949. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1950. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1951. end
  1952. end
  1953. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1954. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1955. game:GetService("StarterGui"):SetCore("SendNotification", {
  1956. Title = player.AccountAge.." Days";
  1957. Text = "Account age of "..player.Name;
  1958. })
  1959. end
  1960. end
  1961. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1962. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1963. game:GetService("StarterGui"):SetCore("SendNotification", {
  1964. Title = player.UserId.." ID";
  1965. Text = "Account ID of "..player.Name;
  1966. })
  1967. end
  1968. end
  1969. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1970. game:GetService("StarterGui"):SetCore("SendNotification", {
  1971. Title = "Game ID";
  1972. Text = "Game ID: ".. game.GameId;
  1973. })
  1974. end
  1975. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1976. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1977. if pgscheck == true then
  1978. game:GetService("StarterGui"):SetCore("SendNotification", {
  1979. Title = "PGSPhysicsSolverEnabled";
  1980. Text = "PGS is Enabled!";
  1981. })
  1982. else
  1983. game:GetService("StarterGui"):SetCore("SendNotification", {
  1984. Title = "PGSPhysicsSolverEnabled";
  1985. Text = "PGS is Disabled!";
  1986. })
  1987. end
  1988. end
  1989. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1990. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1991. if v:IsA("Part") then
  1992. if v.Transparency == 1 then
  1993. if v.Name ~= "HumanoidRootPart" then
  1994. v:Destroy()
  1995. end
  1996. end
  1997. end
  1998. end
  1999. end
  2000. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2001. game:GetService("Lighting").FogStart = 0
  2002. game:GetService("Lighting").FogEnd = 9999999999999
  2003. end
  2004. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2005. lplayer.Character.Humanoid.Parent = lplayer
  2006. end
  2007. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2008. lplayer.Humanoid.Parent = lplayer.Character
  2009. end
  2010. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2011. prefix = (string.sub(msg, 9, 9))
  2012. wait(0.1)
  2013. change()
  2014. wait(0.1)
  2015. game:GetService("StarterGui"):SetCore("SendNotification", {
  2016. Title = "Prefix changed!";
  2017. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2018. })
  2019. end
  2020. if string.sub(msg, 1, 12) == (";resetprefix") then
  2021. prefix = ";"
  2022. wait(0.1)
  2023. change()
  2024. wait(0.1)
  2025. game:GetService("StarterGui"):SetCore("SendNotification", {
  2026. Title = "Prefix changed!";
  2027. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2028. })
  2029. end
  2030. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2031. speedfly = string.sub(msg, 11)
  2032. wait()
  2033. change()
  2034. end
  2035. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2036. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2037. local Anim3 = Instance.new("Animation")
  2038. Anim3.AnimationId = "rbxassetid://282574440"
  2039. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2040. track3:Play(.1, 1, 1)
  2041. bplrr = v.Name
  2042. banpl = true
  2043. end
  2044. end
  2045. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2046. banpl = false
  2047. end
  2048. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2049. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2050. staring = true
  2051. stareplr = v
  2052. end
  2053. end
  2054. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2055. staring = false
  2056. end
  2057. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2058. chatlogs = true
  2059. game:GetService("StarterGui"):SetCore("SendNotification", {
  2060. Title = "LogChat enabled";
  2061. Text = "Now logging all player chat.";
  2062. })
  2063. end
  2064. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2065. chatlogs = false
  2066. game:GetService("StarterGui"):SetCore("SendNotification", {
  2067. Title = "LogChat disabled";
  2068. Text = "Stopped logging all player chat.";
  2069. })
  2070. end
  2071. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2072. game:GetService("Workspace").CurrentCamera:Destroy()
  2073. wait(0.1)
  2074. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2075. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2076. lplayer.CameraMinZoomDistance = 0.5
  2077. lplayer.CameraMaxZoomDistance = 400
  2078. lplayer.CameraMode = "Classic"
  2079. end
  2080. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2081. changingstate = false
  2082. end
  2083. end)
  2084.  
  2085. local function tp()
  2086. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2087. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2088. if player.Name == brplr then
  2089. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2090. end
  2091. end
  2092. end
  2093. end
  2094. local function tpall()
  2095. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2096. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2097. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2098. end
  2099. end
  2100. end
  2101. spawn(function()
  2102. while wait(spamdelay) do
  2103. if spamming == true then
  2104. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2105. end
  2106. end
  2107. end)
  2108. spawn(function()
  2109. while wait(spamdelay) do
  2110. if spammingpm == true then
  2111. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2112. end
  2113. end
  2114. end)
  2115. spawn(function()
  2116. while wait() do
  2117. if cbring == true then
  2118. tp()
  2119. end
  2120. end
  2121. end)
  2122. spawn(function()
  2123. while wait() do
  2124. if cbringall == true then
  2125. tpall()
  2126. end
  2127. end
  2128. end)
  2129.  
  2130. Mouse.KeyDown:connect(function(Key)
  2131. if Key == prefix then
  2132. CMDBAR:CaptureFocus()
  2133. end
  2134. end)
  2135.  
  2136. CMDBAR.FocusLost:connect(function(enterPressed)
  2137. if enterPressed then
  2138. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2139. if string.sub(CMDBAR.Text, 6) == "me" then
  2140. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2141. else
  2142. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2143. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2144. lplayer.Character.Humanoid.Name = 1
  2145. local l = lplayer.Character["1"]:Clone()
  2146. l.Parent = lplayer.Character
  2147. l.Name = "Humanoid"
  2148. wait(0.1)
  2149. lplayer.Character["1"]:Destroy()
  2150. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2151. lplayer.Character.Animate.Disabled = true
  2152. wait(0.1)
  2153. lplayer.Character.Animate.Disabled = false
  2154. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2155. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2156. lplayer.Character.Humanoid:EquipTool(v)
  2157. end
  2158. local function tp(player,player2)
  2159. local char1,char2=player.Character,player2.Character
  2160. if char1 and char2 then
  2161. char1:MoveTo(char2.Head.Position)
  2162. end
  2163. end
  2164. wait(0.1)
  2165. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2166. wait(0.2)
  2167. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2168. wait(0.5)
  2169. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2170. wait(0.7)
  2171. tp(lplayer,game:GetService("Players")[v.Name])
  2172. wait(0.7)
  2173. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2174. game:GetService("StarterGui"):SetCore("SendNotification", {
  2175. Title = "Tools needed!";
  2176. Text = "You need a tool in your backpack for this command!";
  2177. })
  2178. end
  2179. end
  2180. end
  2181. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2182. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2183. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2184. lplayer.Character.Humanoid.Name = 1
  2185. local l = lplayer.Character["1"]:Clone()
  2186. l.Parent = lplayer.Character
  2187. l.Name = "Humanoid"
  2188. wait(0.1)
  2189. lplayer.Character["1"]:Destroy()
  2190. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2191. lplayer.Character.Animate.Disabled = true
  2192. wait(0.1)
  2193. lplayer.Character.Animate.Disabled = false
  2194. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2195. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2196. lplayer.Character.Humanoid:EquipTool(v)
  2197. end
  2198. local function tp(player,player2)
  2199. local char1,char2=player.Character,player2.Character
  2200. if char1 and char2 then
  2201. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2202. end
  2203. end
  2204. local function getout(player,player2)
  2205. local char1,char2=player.Character,player2.Character
  2206. if char1 and char2 then
  2207. char1:MoveTo(char2.Head.Position)
  2208. end
  2209. end
  2210. tp(game:GetService("Players")[v.Name], lplayer)
  2211. wait(0.2)
  2212. tp(game:GetService("Players")[v.Name], lplayer)
  2213. wait(0.5)
  2214. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2215. wait(0.5)
  2216. getout(lplayer, game:GetService("Players")[v.Name])
  2217. wait(0.3)
  2218. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2219. game:GetService("StarterGui"):SetCore("SendNotification", {
  2220. Title = "Tools needed!";
  2221. Text = "You need a tool in your backpack for this command!";
  2222. })
  2223. end
  2224. end
  2225. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2226. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2227. lplayer.Character.Humanoid.Name = 1
  2228. local l = lplayer.Character["1"]:Clone()
  2229. l.Parent = lplayer.Character
  2230. l.Name = "Humanoid"
  2231. wait(0.1)
  2232. lplayer.Character["1"]:Destroy()
  2233. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2234. lplayer.Character.Animate.Disabled = true
  2235. wait(0.1)
  2236. lplayer.Character.Animate.Disabled = false
  2237. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2238. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2239. lplayer.Character.Humanoid:EquipTool(v)
  2240. end
  2241. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2242. spinplr = v
  2243. wait(0.5)
  2244. spin = true
  2245. game:GetService("StarterGui"):SetCore("SendNotification", {
  2246. Title = "Tools needed!";
  2247. Text = "You need a tool in your backpack for this command!";
  2248. })
  2249. end
  2250. end
  2251. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2252. spin = false
  2253. end
  2254. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2255. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2256. lplayer.Character.Humanoid.Name = 1
  2257. local l = lplayer.Character["1"]:Clone()
  2258. l.Parent = lplayer.Character
  2259. l.Name = "Humanoid"
  2260. wait(0.1)
  2261. lplayer.Character["1"]:Destroy()
  2262. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2263. lplayer.Character.Animate.Disabled = true
  2264. wait(0.1)
  2265. lplayer.Character.Animate.Disabled = false
  2266. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2267. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2268. lplayer.Character.Humanoid:EquipTool(v)
  2269. end
  2270. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2271. wait(0.3)
  2272. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2273. attplr = v
  2274. game:GetService("StarterGui"):SetCore("SendNotification", {
  2275. Title = "Tools needed!";
  2276. Text = "You need a tool in your backpack for this command!";
  2277. })
  2278. end
  2279. end
  2280. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2281. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2282. local function getout(player,player2)
  2283. local char1,char2=player.Character,player2.Character
  2284. if char1 and char2 then
  2285. char1:MoveTo(char2.Head.Position)
  2286. end
  2287. end
  2288. getout(lplayer, game:GetService("Players")[v.Name])
  2289. end
  2290. end
  2291. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2292. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2293. followed = true
  2294. flwplr = v
  2295. end
  2296. end
  2297. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2298. followed = false
  2299. end
  2300. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2301. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2302. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2303. lplayer.Character.Humanoid.Name = 1
  2304. local l = lplayer.Character["1"]:Clone()
  2305. l.Parent = lplayer.Character
  2306. l.Name = "Humanoid"
  2307. wait(0.1)
  2308. lplayer.Character["1"]:Destroy()
  2309. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2310. lplayer.Character.Animate.Disabled = true
  2311. wait(0.1)
  2312. lplayer.Character.Animate.Disabled = false
  2313. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2314. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2315. lplayer.Character.Humanoid:EquipTool(v)
  2316. end
  2317. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2318. wait(0.2)
  2319. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2320. wait(0.6)
  2321. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2322. wait(0.6)
  2323. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2324. game:GetService("StarterGui"):SetCore("SendNotification", {
  2325. Title = "Tools needed!";
  2326. Text = "You need a tool in your backpack for this command!";
  2327. })
  2328. end
  2329. end
  2330. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2331. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2332. traill = true
  2333. trlplr = v
  2334. end
  2335. end
  2336. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2337. traill = false
  2338. end
  2339. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2340. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2341. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2342. else
  2343. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2344. local o = Instance.new("RocketPropulsion")
  2345. o.Parent = lplayer.Character.HumanoidRootPart
  2346. o.Name = "Orbit"
  2347. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2348. o:Fire()
  2349. noclip = true
  2350. end
  2351. end
  2352. end
  2353. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2354. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2355. noclip = false
  2356. end
  2357. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2358. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2359. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2360. else
  2361. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2362. local y = Instance.new("RocketPropulsion")
  2363. y.Parent = lplayer.Character.HumanoidRootPart
  2364. y.CartoonFactor = 1
  2365. y.MaxThrust = 800000
  2366. y.MaxSpeed = 1000
  2367. y.ThrustP = 200000
  2368. y.Name = "Fling"
  2369. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2370. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2371. y:Fire()
  2372. noclip = true
  2373. end
  2374. end
  2375. end
  2376. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2377. noclip = false
  2378. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2379. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2380. wait(0.4)
  2381. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2382. end
  2383. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2384. if game:GetService("Workspace").FilteringEnabled == true then
  2385. warn("FE is Enabled (Filtering Enabled)")
  2386. game:GetService("StarterGui"):SetCore("SendNotification", {
  2387. Title = "FE is Enabled";
  2388. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2389. })
  2390. else
  2391. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2392. game:GetService("StarterGui"):SetCore("SendNotification", {
  2393. Title = "FE is Disabled";
  2394. Text = "Filtering Disabled. Consider using a different admin script.";
  2395. })
  2396. end
  2397. end
  2398. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2399. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2400. lplayer.Character.Humanoid.Name = 1
  2401. local l = lplayer.Character["1"]:Clone()
  2402. l.Parent = lplayer.Character
  2403. l.Name = "Humanoid"
  2404. wait(0.1)
  2405. lplayer.Character["1"]:Destroy()
  2406. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2407. lplayer.Character.Animate.Disabled = true
  2408. wait(0.1)
  2409. lplayer.Character.Animate.Disabled = false
  2410. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2411. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2412. lplayer.Character.Humanoid:EquipTool(v)
  2413. end
  2414. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2415. wait(0.2)
  2416. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2417. wait(0.6)
  2418. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2419. game:GetService("StarterGui"):SetCore("SendNotification", {
  2420. Title = "Tools needed!";
  2421. Text = "You need a tool in your backpack for this command!";
  2422. })
  2423. end
  2424. end
  2425. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2426. noclip = true
  2427. game:GetService("StarterGui"):SetCore("SendNotification", {
  2428. Title = "Noclip enabled";
  2429. Text = "Type ;clip to disable";
  2430. })
  2431. end
  2432. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2433. noclip = false
  2434. game:GetService("StarterGui"):SetCore("SendNotification", {
  2435. Title = "Noclip disabled";
  2436. Text = "Type ;noclip to enable";
  2437. })
  2438. end
  2439. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2440. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2441. end
  2442. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2443. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2444. end
  2445. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2446. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2447. end
  2448. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2449. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2450. end
  2451. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2452. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2453. end
  2454. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2455. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2456. end
  2457. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2458. lplayer.Character.Humanoid.JumpPower = 50
  2459. lplayer.Character.Humanoid.WalkSpeed = 16
  2460. lplayer.Character.Humanoid.HipHeight = 0
  2461. end
  2462. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2463. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2464. annoying = true
  2465. annplr = v
  2466. end
  2467. end
  2468. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2469. annoying = false
  2470. end
  2471. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2472. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2473. hwalk = true
  2474. hdwplr = v
  2475. end
  2476. end
  2477. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2478. hwalk = false
  2479. end
  2480. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2481. lplayer.Character["Left Leg"]:Destroy()
  2482. lplayer.Character["Left Arm"]:Destroy()
  2483. lplayer.Character["Right Leg"]:Destroy()
  2484. lplayer.Character["Right Arm"]:Destroy()
  2485. end
  2486. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2487. lplayer.Character.Humanoid.Name = 1
  2488. local l = lplayer.Character["1"]:Clone()
  2489. l.Parent = lplayer.Character
  2490. l.Name = "Humanoid"
  2491. wait(0.1)
  2492. lplayer.Character["1"]:Destroy()
  2493. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2494. lplayer.Character.Animate.Disabled = true
  2495. wait(0.1)
  2496. lplayer.Character.Animate.Disabled = false
  2497. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2498. game:GetService("StarterGui"):SetCore("SendNotification", {
  2499. Title = "FE Godmode enabled";
  2500. Text = "Use ;grespawn or ;respawn to remove.";
  2501. })
  2502. end
  2503. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2504. for i,v in pairs(lplayer.Character:GetChildren()) do
  2505. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2506. v.Parent = workspace
  2507. end
  2508. end
  2509. end
  2510. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2511. for i,v in pairs(lplayer.Character:GetChildren()) do
  2512. if (v:IsA("Tool")) then
  2513. v.Parent = workspace
  2514. end
  2515. end
  2516. end
  2517. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2518. droppinghats = true
  2519. game:GetService("StarterGui"):SetCore("SendNotification", {
  2520. Title = "Loop Drop Enabled";
  2521. Text = "Type ;unloopdhats to disable";
  2522. })
  2523. end
  2524. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2525. droppinghats = false
  2526. game:GetService("StarterGui"):SetCore("SendNotification", {
  2527. Title = "Loop Drop Disabled";
  2528. Text = "Type ;loopdhats to enable.";
  2529. })
  2530. end
  2531. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2532. droppingtools = true
  2533. game:GetService("StarterGui"):SetCore("SendNotification", {
  2534. Title = "Loop Drop Enabled";
  2535. Text = "Type ;unloopdtool to disable";
  2536. })
  2537. end
  2538. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2539. droppingtools = false
  2540. game:GetService("StarterGui"):SetCore("SendNotification", {
  2541. Title = "Loop Drop Disabled";
  2542. Text = "Type ;loopdtool to enable.";
  2543. })
  2544. end
  2545. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2546. Local = game:GetService('Players').LocalPlayer
  2547. Char = Local.Character
  2548. touched,tpdback = false, false
  2549. box = Instance.new('Part',workspace)
  2550. box.Anchored = true
  2551. box.CanCollide = true
  2552. box.Size = Vector3.new(10,1,10)
  2553. box.Position = Vector3.new(0,10000,0)
  2554. box.Touched:connect(function(part)
  2555. if (part.Parent.Name == Local.Name) then
  2556. if touched == false then
  2557. touched = true
  2558. function apply()
  2559. if script.Disabled ~= true then
  2560. no = Char.HumanoidRootPart:Clone()
  2561. wait(.25)
  2562. Char.HumanoidRootPart:Destroy()
  2563. no.Parent = Char
  2564. Char:MoveTo(loc)
  2565. touched = false
  2566. end end
  2567. if Char then
  2568. apply()
  2569. end
  2570. end
  2571. end
  2572. end)
  2573. repeat wait() until Char
  2574. loc = Char.HumanoidRootPart.Position
  2575. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2576. game:GetService("StarterGui"):SetCore("SendNotification", {
  2577. Title = "Invisibility enabled!";
  2578. Text = "Reset or use ;respawn to remove.";
  2579. })
  2580. end
  2581. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2582. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2583. if game:GetService("Players")[v.Name].Character.Humanoid then
  2584. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2585. else
  2586. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2587. end
  2588. end
  2589. end
  2590. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2591. if lplayer.Character.Humanoid then
  2592. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2593. else
  2594. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2595. end
  2596. end
  2597. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2598. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2599. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2600. end
  2601. end
  2602. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2603. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2604. repeat wait() until Mouse
  2605.  
  2606. local T = lplayer.Character.HumanoidRootPart
  2607. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2608. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2609. local SPEED = speedget
  2610.  
  2611. local function fly()
  2612. flying = true
  2613. local BG = Instance.new('BodyGyro', T)
  2614. local BV = Instance.new('BodyVelocity', T)
  2615. BG.P = 9e4
  2616. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2617. BG.cframe = T.CFrame
  2618. BV.velocity = Vector3.new(0, 0.1, 0)
  2619. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2620. spawn(function()
  2621. repeat wait()
  2622. lplayer.Character.Humanoid.PlatformStand = true
  2623. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2624. SPEED = 50
  2625. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2626. SPEED = 0
  2627. end
  2628. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2629. 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
  2630. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2631. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2632. 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
  2633. else
  2634. BV.velocity = Vector3.new(0, 0.1, 0)
  2635. end
  2636. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2637. until not flying
  2638. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2639. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2640. SPEED = 0
  2641. BG:destroy()
  2642. BV:destroy()
  2643. lplayer.Character.Humanoid.PlatformStand = false
  2644. end)
  2645. end
  2646. Mouse.KeyDown:connect(function(KEY)
  2647. if KEY:lower() == 'w' then
  2648. CONTROL.F = speedfly
  2649. elseif KEY:lower() == 's' then
  2650. CONTROL.B = -speedfly
  2651. elseif KEY:lower() == 'a' then
  2652. CONTROL.L = -speedfly
  2653. elseif KEY:lower() == 'd' then
  2654. CONTROL.R = speedfly
  2655. end
  2656. end)
  2657. Mouse.KeyUp:connect(function(KEY)
  2658. if KEY:lower() == 'w' then
  2659. CONTROL.F = 0
  2660. elseif KEY:lower() == 's' then
  2661. CONTROL.B = 0
  2662. elseif KEY:lower() == 'a' then
  2663. CONTROL.L = 0
  2664. elseif KEY:lower() == 'd' then
  2665. CONTROL.R = 0
  2666. end
  2667. end)
  2668. fly()
  2669. end
  2670. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2671. flying = false
  2672. lplayer.Character.Humanoid.PlatformStand = false
  2673. end
  2674. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2675. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2676. end
  2677. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2678. spamtext = (string.sub(CMDBAR.Text, 6))
  2679. spamming = true
  2680. end
  2681. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2682. spamming = false
  2683. end
  2684. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2685. spamdelay = (string.sub(CMDBAR.Text, 10))
  2686. end
  2687. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2688. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2689. pmspammed = v.Name
  2690. spammingpm = true
  2691. end
  2692. end
  2693. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2694. spammingpm = false
  2695. end
  2696. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2697. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2698. v.Character["Left Leg"].Anchored = true
  2699. v.Character["Left Arm"].Anchored = true
  2700. v.Character["Right Leg"].Anchored = true
  2701. v.Character["Right Arm"].Anchored = true
  2702. v.Character.Torso.Anchored = true
  2703. v.Character.Head.Anchored = true
  2704. end
  2705. end
  2706. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2707. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2708. v.Character["Left Leg"].Anchored = false
  2709. v.Character["Left Arm"].Anchored = false
  2710. v.Character["Right Leg"].Anchored = false
  2711. v.Character["Right Arm"].Anchored = false
  2712. v.Character.Torso.Anchored = false
  2713. v.Character.Head.Anchored = false
  2714. end
  2715. end
  2716. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2717. local a = game:GetService("Workspace"):getChildren()
  2718. for i = 1, #a do
  2719. if a[i].className == "Part" then
  2720. a[i].Locked = false
  2721. elseif a[i].className == "Model" then
  2722. local r = a[i]:getChildren()
  2723. for i = 1, #r do
  2724. if r[i].className == "Part" then
  2725. r[i].Locked = false
  2726. end
  2727. end
  2728. end
  2729. end
  2730. game:GetService("StarterGui"):SetCore("SendNotification", {
  2731. Title = "Success!";
  2732. Text = "Workspace unlocked. Use ;lockws to lock.";
  2733. })
  2734. end
  2735. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2736. local a = game:GetService("Workspace"):getChildren()
  2737. for i = 1, #a do
  2738. if a[i].className == "Part" then
  2739. a[i].Locked = true
  2740. elseif a[i].className == "Model" then
  2741. local r = a[i]:getChildren()
  2742. for i = 1, #r do
  2743. if r[i].className == "Part" then
  2744. r[i].Locked = true
  2745. end
  2746. end
  2747. end
  2748. end
  2749. end
  2750. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2751. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2752. Clone_T.BinType = "Clone"
  2753. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2754. Destruct.BinType = "Hammer"
  2755. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2756. Hold_T.BinType = "Grab"
  2757. end
  2758. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2759. lplayer.Character.Humanoid.PlatformStand = true
  2760. end
  2761. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2762. lplayer.Character.Humanoid.PlatformStand = false
  2763. end
  2764. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2765. lplayer.Character.Head.Mesh:Destroy()
  2766. end
  2767. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2768. lplayer.Character.Humanoid.Sit = true
  2769. end
  2770. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2771. local function bringobjw()
  2772. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2773. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2774. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2775. obj.CanCollide = false
  2776. obj.Transparency = 0.7
  2777. wait()
  2778. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2779. wait()
  2780. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2781. wait()
  2782. obj.CFrame = lplayer.Character["Head"].CFrame
  2783. end
  2784. end
  2785. end
  2786. while wait() do
  2787. bringobjw()
  2788. end
  2789. game:GetService("StarterGui"):SetCore("SendNotification", {
  2790. Title = "BringObj";
  2791. Text = "BringObj enabled.";
  2792. })
  2793. end
  2794. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2795. vis = (string.sub(CMDBAR.Text, 7))
  2796. local a = game:GetService("Workspace"):GetDescendants()
  2797. for i = 1, #a do
  2798. if a[i].className == "Part" then
  2799. a[i].Transparency = vis
  2800. elseif a[i].className == "Model" then
  2801. local r = a[i]:getChildren()
  2802. for i = 1, #r do
  2803. if r[i].className == "Part" then
  2804. r[i].Transparency = vis
  2805. end
  2806. end
  2807. end
  2808. end
  2809. end
  2810. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2811. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2812. game:GetService("StarterGui"):SetCore("SendNotification", {
  2813. Title = "Success!";
  2814. Text = "HyperTotal GUI Loaded!";
  2815. })
  2816. end
  2817. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2818. CMDSFRAME.Visible = true
  2819. end
  2820. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2821. for i,v in pairs(lplayer.Character:GetChildren()) do
  2822. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2823. v.Handle.Mesh:Destroy()
  2824. end
  2825. end
  2826. end
  2827. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2828. for i,v in pairs(lplayer.Character:GetChildren()) do
  2829. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2830. v.Handle.Mesh:Destroy()
  2831. end
  2832. end
  2833. end
  2834. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2835. for i,v in pairs(lplayer.Character:GetChildren()) do
  2836. if (v:IsA("Tool")) then
  2837. v.Handle.Mesh:Destroy()
  2838. end
  2839. end
  2840. end
  2841. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2842. for i,v in pairs(lplayer.Character:GetChildren()) do
  2843. if (v:IsA("Tool")) then
  2844. v.Handle.Mesh:Destroy()
  2845. end
  2846. end
  2847. end
  2848. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2849. local p = Instance.new("RocketPropulsion")
  2850. p.Parent = lplayer.Character.HumanoidRootPart
  2851. p.Name = "Spinner"
  2852. p.Target = lplayer.Character["Left Arm"]
  2853. p:Fire()
  2854. game:GetService("StarterGui"):SetCore("SendNotification", {
  2855. Title = "Spinner enabled";
  2856. Text = "Type ;nospinner to disable.";
  2857. })
  2858. end
  2859. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2860. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2861. end
  2862. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2863. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2864. if v:isA("Tool") then
  2865. local a = Instance.new("SelectionBox",v.Handle)
  2866. a.Adornee = v.Handle
  2867. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2868. v.GripPos = Vector3.new(0,0,0)
  2869. lplayer.Character.Humanoid:UnequipTools()
  2870. end
  2871. end
  2872. game:GetService("StarterGui"):SetCore("SendNotification", {
  2873. Title = "Reach applied!";
  2874. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2875. })
  2876. end
  2877. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2878. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2879. if v:isA("Tool") then
  2880. local a = Instance.new("SelectionBox",v.Handle)
  2881. a.Name = "Reach"
  2882. a.Adornee = v.Handle
  2883. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2884. v.GripPos = Vector3.new(0,0,0)
  2885. lplayer.Character.Humanoid:UnequipTools()
  2886. end
  2887. end
  2888. game:GetService("StarterGui"):SetCore("SendNotification", {
  2889. Title = "Reach applied!";
  2890. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2891. })
  2892. end
  2893. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2894. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2895. if v:isA("Tool") then
  2896. v.Handle.Reach:Destroy()
  2897. end
  2898. end
  2899. game:GetService("StarterGui"):SetCore("SendNotification", {
  2900. Title = "Reach removed!";
  2901. Text = "Removed reach from equipped sword.";
  2902. })
  2903. end
  2904. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2905. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2906. lplayer.Character.Humanoid.Name = 1
  2907. local l = lplayer.Character["1"]:Clone()
  2908. l.Parent = lplayer.Character
  2909. l.Name = "Humanoid"
  2910. wait(0.1)
  2911. lplayer.Character["1"]:Destroy()
  2912. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2913. lplayer.Character.Animate.Disabled = true
  2914. wait(0.1)
  2915. lplayer.Character.Animate.Disabled = false
  2916. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2917. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2918. lplayer.Character.Humanoid:EquipTool(v)
  2919. end
  2920. wait(0.1)
  2921. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2922. wait(0.2)
  2923. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2924. wait(0.5)
  2925. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2926. game:GetService("StarterGui"):SetCore("SendNotification", {
  2927. Title = "Tools needed!";
  2928. Text = "You need a tool in your backpack for this command!";
  2929. })
  2930. end
  2931. end
  2932. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2933. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2934. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2935. end
  2936. end
  2937. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2938. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2939. cbringall = true
  2940. else
  2941. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2942. brplr = v.Name
  2943. end
  2944. end
  2945. cbring = true
  2946. end
  2947. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2948. cbring = false
  2949. cbringall = false
  2950. end
  2951. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2952. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2953. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2954. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2955. lplayer.Character.Humanoid.Name = 1
  2956. local l = lplayer.Character["1"]:Clone()
  2957. l.Parent = lplayer.Character
  2958. l.Name = "Humanoid"
  2959. wait(0.1)
  2960. lplayer.Character["1"]:Destroy()
  2961. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2962. lplayer.Character.Animate.Disabled = true
  2963. wait(0.1)
  2964. lplayer.Character.Animate.Disabled = false
  2965. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2966. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2967. lplayer.Character.Humanoid:EquipTool(v)
  2968. end
  2969. local function tp(player,player2)
  2970. local char1,char2=player.Character,player2.Character
  2971. if char1 and char2 then
  2972. char1:MoveTo(char2.Head.Position)
  2973. end
  2974. end
  2975. wait(0.1)
  2976. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2977. wait(0.2)
  2978. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2979. wait(0.5)
  2980. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2981. wait(0.6)
  2982. tp(lplayer, game:GetService("Players")[v.Name])
  2983. wait(0.4)
  2984. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2985. game:GetService("StarterGui"):SetCore("SendNotification", {
  2986. Title = "Tools needed!";
  2987. Text = "You need a tool in your backpack for this command!";
  2988. })
  2989. end
  2990. end
  2991. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2992. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2993. lplayer.Character.Humanoid.Name = 1
  2994. local l = lplayer.Character["1"]:Clone()
  2995. l.Parent = lplayer.Character
  2996. l.Name = "Humanoid"
  2997. wait(0.1)
  2998. lplayer.Character["1"]:Destroy()
  2999. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3000. lplayer.Character.Animate.Disabled = true
  3001. wait(0.1)
  3002. lplayer.Character.Animate.Disabled = false
  3003. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3004. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3005. lplayer.Character.Humanoid:EquipTool(v)
  3006. end
  3007. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3008. wait(0.3)
  3009. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3010. wait(0.4)
  3011. b = Instance.new("BodyForce")
  3012. b.Parent = lplayer.Character.HumanoidRootPart
  3013. b.Name = "Glitch"
  3014. b.Force = Vector3.new(100000000,5000,0)
  3015. game:GetService("StarterGui"):SetCore("SendNotification", {
  3016. Title = "Tools needed!";
  3017. Text = "You need a tool in your backpack for this command!";
  3018. })
  3019. end
  3020. end
  3021. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3022. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3023. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3024. b = Instance.new("BodyForce")
  3025. b.Parent = lplayer.Character.HumanoidRootPart
  3026. b.Name = "unGlitch"
  3027. b.Force = Vector3.new(0,-5000000,0)
  3028. wait(2)
  3029. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3030. end
  3031. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3032. lplayer.Character.Humanoid.Health = 0
  3033. wait(1)
  3034. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3035. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3036. end
  3037. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3038. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3039. game:GetService("StarterGui"):SetCore("SendNotification", {
  3040. Title = "Success!";
  3041. Text = "DEX Explorer has loaded.";
  3042. })
  3043. end
  3044. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3045. local Anim = Instance.new("Animation")
  3046. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3047. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3048. track:Play(.1, 1, 1)
  3049. end
  3050. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3051. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3052. game:GetService("StarterGui"):SetCore("SendNotification", {
  3053. Title = "Success!";
  3054. Text = "Energize Animations GUI has loaded.";
  3055. })
  3056. end
  3057. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3058. saved = lplayer.Character.HumanoidRootPart.CFrame
  3059. game:GetService("StarterGui"):SetCore("SendNotification", {
  3060. Title = "Position Saved";
  3061. Text = "Use ;loadpos to return to saved position.";
  3062. })
  3063. end
  3064. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3065. lplayer.Character.HumanoidRootPart.CFrame = saved
  3066. end
  3067. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3068. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3069. local Anim2 = Instance.new("Animation")
  3070. Anim2.AnimationId = "rbxassetid://148840371"
  3071. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3072. track2:Play(.1, 1, 1)
  3073. bplrr = v.Name
  3074. banpl = true
  3075. end
  3076. end
  3077. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3078. banpl = false
  3079. end
  3080. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3081. local function bringmodw()
  3082. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3083. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3084. for i,ch in pairs(obj:GetDescendants()) do
  3085. if (ch:IsA("BasePart")) then
  3086. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3087. ch.CanCollide = false
  3088. ch.Transparency = 0.7
  3089. wait()
  3090. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3091. wait()
  3092. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3093. wait()
  3094. ch.CFrame = lplayer.Character["Head"].CFrame
  3095. end
  3096. end
  3097. end
  3098. end
  3099. end
  3100. while wait() do
  3101. bringmodw()
  3102. end
  3103. game:GetService("StarterGui"):SetCore("SendNotification", {
  3104. Title = "BringMod";
  3105. Text = "BringMod enabled.";
  3106. })
  3107. end
  3108. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3109. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3110. local hum = Instance.new('Humanoid', mod)
  3111. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3112. lplayer.Character = mod
  3113. end
  3114. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3115. game:GetService'RunService'.Stepped:Connect(function()
  3116. pcall(function()
  3117. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3118. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3119. for _,x in pairs(v.Character.Head:GetChildren()) do
  3120. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3121. end
  3122. end
  3123. end
  3124. end)
  3125. end)
  3126. game:GetService("StarterGui"):SetCore("SendNotification", {
  3127. Title = "Attempting Shutdown";
  3128. Text = "Shutdown Attempt has begun.";
  3129. })
  3130. end
  3131. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3132. objtodel = (string.sub(CMDBAR.Text, 8))
  3133. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3134. if v.Name == objtodel then
  3135. v:Destroy()
  3136. end
  3137. end
  3138. end
  3139. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3140. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3141. print(v)
  3142. end
  3143. game:GetService("StarterGui"):SetCore("SendNotification", {
  3144. Title = "Printed";
  3145. Text = "Players have been printed to console. (F9)";
  3146. })
  3147. end
  3148. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3149. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3150. if (v:IsA("Decal")) then
  3151. v:Destroy()
  3152. end
  3153. end
  3154. end
  3155. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3156. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3157. game:GetService("StarterGui"):SetCore("SendNotification", {
  3158. Title = "Success!";
  3159. Text = "OpFinality GUI has loaded.";
  3160. })
  3161. end
  3162. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3163. remotes = true
  3164. added = true
  3165. game.DescendantAdded:connect(function(rmt)
  3166. if added == true then
  3167. if remotes == true then
  3168. if rmt:IsA("RemoteEvent") then
  3169. print("A RemoteEvent was added!")
  3170. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3171. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3172. end end end
  3173. end)
  3174. game.DescendantAdded:connect(function(rmtfnctn)
  3175. if added == true then
  3176. if remotes == true then
  3177. if rmtfnctn:IsA("RemoteFunction") then
  3178. warn("A RemoteFunction was added!")
  3179. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3180. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3181. end end end
  3182. end)
  3183.  
  3184. game.DescendantAdded:connect(function(bndfnctn)
  3185. if added == true then
  3186. if binds == true then
  3187. if bndfnctn:IsA("BindableFunction") then
  3188. print("A BindableFunction was added!")
  3189. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3190. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3191. end end end
  3192. end)
  3193.  
  3194. game.DescendantAdded:connect(function(bnd)
  3195. if added == true then
  3196. if binds == true then
  3197. if bnd:IsA("BindableEvent") then
  3198. warn("A BindableEvent was added!")
  3199. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3200. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3201. end end end
  3202. end)
  3203.  
  3204.  
  3205. if binds == true then
  3206. for i,v in pairs(game:GetDescendants()) do
  3207. if v:IsA("BindableFunction") then
  3208. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3209. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3210. end end
  3211. for i,v in pairs(game:GetDescendants()) do
  3212. if v:IsA("BindableEvent") then
  3213. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3214. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3215. end end
  3216. else
  3217. print("Off")
  3218. end
  3219. if remotes == true then
  3220. for i,v in pairs(game:GetDescendants()) do
  3221. if v:IsA("RemoteFunction") then
  3222. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3223. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3224. end end
  3225. wait()
  3226. for i,v in pairs(game:GetDescendants()) do
  3227. if v:IsA("RemoteEvent") then
  3228. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3229. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3230. end end
  3231. else
  3232. print("Off")
  3233. end
  3234. game:GetService("StarterGui"):SetCore("SendNotification", {
  3235. Title = "Printing Remotes";
  3236. Text = "Type ;noremotes to disable.";
  3237. })
  3238. end
  3239. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3240. remotes = false
  3241. added = false
  3242. game:GetService("StarterGui"):SetCore("SendNotification", {
  3243. Title = "Printing Remotes Disabled";
  3244. Text = "Type ;remotes to enable.";
  3245. })
  3246. end
  3247. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3248. spin = false
  3249. followed = false
  3250. traill = false
  3251. noclip = false
  3252. annoying = false
  3253. hwalk = false
  3254. cbringing = false
  3255. end
  3256. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3257. stopsitting = true
  3258. end
  3259. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3260. stopsitting = false
  3261. end
  3262. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3263. print(adminversion)
  3264. game:GetService("StarterGui"):SetCore("SendNotification", {
  3265. Title = "Version";
  3266. Text = adminversion;
  3267. })
  3268. end
  3269. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3270. clickgoto = true
  3271. game:GetService("StarterGui"):SetCore("SendNotification", {
  3272. Title = "Click TP";
  3273. Text = "Press E to teleport to mouse position";
  3274. })
  3275. end
  3276. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3277. clickgoto = false
  3278. game:GetService("StarterGui"):SetCore("SendNotification", {
  3279. Title = "Click TP";
  3280. Text = "Click TP has been disabled.";
  3281. })
  3282. end
  3283. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3284. gettingtools = true
  3285. game:GetService("StarterGui"):SetCore("SendNotification", {
  3286. Title = "Tools Enabled";
  3287. Text = "Automatically colleting tools dropped.";
  3288. })
  3289. end
  3290. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3291. gettingtools = false
  3292. game:GetService("StarterGui"):SetCore("SendNotification", {
  3293. Title = "Tools Disabled";
  3294. Text = "Click TP has been disabled.";
  3295. })
  3296. end
  3297. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3298. ScreenGui:Destroy()
  3299. end
  3300. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3301. lplayer.Character.Head:Destroy()
  3302. end
  3303. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3304. statechosen = string.sub(CMDBAR.Text, 7)
  3305. changingstate = true
  3306. end
  3307. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3308. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3309. end
  3310. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3311. removingmeshhats = true
  3312. end
  3313. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3314. removingmeshhats = false
  3315. end
  3316. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3317. removingmeshtool = true
  3318. end
  3319. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3320. removingmeshtool = false
  3321. end
  3322. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3323. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3324. if v:IsA("Tool") then
  3325. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3326. v.Parent = player.Character
  3327. end
  3328. end
  3329. end
  3330. end
  3331. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3332. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3333. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3334. end
  3335. end
  3336. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3337. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3338. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3339. end
  3340. end
  3341. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3342. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3343. game:GetService("StarterGui"):SetCore("SendNotification", {
  3344. Title = player.AccountAge.." Days";
  3345. Text = "Account age of "..player.Name;
  3346. })
  3347. end
  3348. end
  3349. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3350. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3351. game:GetService("StarterGui"):SetCore("SendNotification", {
  3352. Title = player.UserId.." ID";
  3353. Text = "Account ID of "..player.Name;
  3354. })
  3355. end
  3356. end
  3357. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3358. game:GetService("StarterGui"):SetCore("SendNotification", {
  3359. Title = "Game ID";
  3360. Text = "Game ID: ".. game.GameId;
  3361. })
  3362. end
  3363. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3364. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3365. if pgscheck == true then
  3366. game:GetService("StarterGui"):SetCore("SendNotification", {
  3367. Title = "PGSPhysicsSolverEnabled";
  3368. Text = "PGS is Enabled!";
  3369. })
  3370. else
  3371. game:GetService("StarterGui"):SetCore("SendNotification", {
  3372. Title = "PGSPhysicsSolverEnabled";
  3373. Text = "PGS is Disabled!";
  3374. })
  3375. end
  3376. end
  3377. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3378. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3379. if v:IsA("Part") then
  3380. if v.Transparency == 1 then
  3381. if v.Name ~= "HumanoidRootPart" then
  3382. v:Destroy()
  3383. end
  3384. end
  3385. end
  3386. end
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3389. game:GetService("Lighting").FogStart = 0
  3390. game:GetService("Lighting").FogEnd = 9999999999999
  3391. end
  3392. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3393. lplayer.Character.Humanoid.Parent = lplayer
  3394. end
  3395. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3396. lplayer.Humanoid.Parent = lplayer.Character
  3397. end
  3398. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3399. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3400. if v:IsA("Tool") then
  3401. v.Parent = lplayer.Character
  3402. wait()
  3403. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3404. v.Parent = player.Character
  3405. end
  3406. end
  3407. end
  3408. end
  3409. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3410. speedfly = string.sub(CMDBAR.Text, 10)
  3411. wait()
  3412. change()
  3413. end
  3414. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3415. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3416. local Anim3 = Instance.new("Animation")
  3417. Anim3.AnimationId = "rbxassetid://282574440"
  3418. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3419. track3:Play(.1, 1, 1)
  3420. bplrr = v.Name
  3421. banpl = true
  3422. end
  3423. end
  3424. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3425. banpl = false
  3426. end
  3427. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3428. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3429. staring = true
  3430. stareplr = v
  3431. end
  3432. end
  3433. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3434. staring = false
  3435. end
  3436. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3437. chatlogs = true
  3438. game:GetService("StarterGui"):SetCore("SendNotification", {
  3439. Title = "LogChat enabled";
  3440. Text = "Now logging all player chat.";
  3441. })
  3442. end
  3443. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3444. chatlogs = false
  3445. game:GetService("StarterGui"):SetCore("SendNotification", {
  3446. Title = "LogChat disabled";
  3447. Text = "Stopped logging all player chat.";
  3448. })
  3449. end
  3450. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3451. game:GetService("Workspace").CurrentCamera:Destroy()
  3452. wait(0.1)
  3453. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3454. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3455. lplayer.CameraMinZoomDistance = 0.5
  3456. lplayer.CameraMaxZoomDistance = 400
  3457. lplayer.CameraMode = "Classic"
  3458. end
  3459. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3460. changingstate = false
  3461. end
  3462. CMDBAR.Text = ""
  3463. end
  3464. end)
  3465.  
  3466. wait(0.3)
  3467. game:GetService("StarterGui"):SetCore("SendNotification", {
  3468. Title = "Loaded successfully!";
  3469. Text = "Reviz Admin V2 by illremember";
  3470. })
  3471. wait(0.1)
  3472. print("Reviz Admin V2 loaded!")
  3473. if game:GetService("Workspace").FilteringEnabled == true then
  3474. warn("FE is Enabled (Filtering Enabled)")
  3475. game:GetService("StarterGui"):SetCore("SendNotification", {
  3476. Title = "FE is Enabled";
  3477. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3478. })
  3479. else
  3480. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3481. game:GetService("StarterGui"):SetCore("SendNotification", {
  3482. Title = "FE is Disabled";
  3483. Text = "Filtering Disabled. Consider using a different admin script.";
  3484. })
  3485. end
  3486.  
  3487. local intro = Instance.new("ScreenGui")
  3488. local Frame = Instance.new("Frame")
  3489. local ImageLabel = Instance.new("ImageLabel")
  3490. intro.Parent = game:GetService("CoreGui")
  3491. Frame.Parent = intro
  3492. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3493. Frame.BackgroundTransparency = 1
  3494. Frame.Size = UDim2.new(1, 0, 0, 300)
  3495. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3496. ImageLabel.Parent = Frame
  3497. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3498. ImageLabel.BackgroundTransparency = 1
  3499. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3500. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3501. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3502. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3503. wait(3.01)
  3504. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3505. wait(5.01)
  3506. intro:Destroy()
  3507. end)
  3508.  
  3509. end
  3510. coroutine.resume(coroutine.create(SCRIPT_RKIF88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement