Advertisement
Daniel_TV

[ROBLOX] BonziSploit GUI (Original)

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