Advertisement
uor

best lightsaber battlegrounds script (updated)

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