Advertisement
Guest User

Arsenal Scripts

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