Advertisement
uor

Dynasty(fat)

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