Advertisement
Guest User

r00t3d Roblox Gui

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