Advertisement
Upscalefanatic3

One Piece Millinium OPM Fucker GUI

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