Advertisement
uor

blood 2

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