Advertisement
uor

sewers

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