uor

gods legacy

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