Advertisement
Guest User

Xenon Trial

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