Advertisement
Guest User

Xenon Trial v2

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