Advertisement
uor

drago all

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