--[[ --Commands-- !NOTE! -- PLEASE GO TO LINE 47 AND REPLACE MY NAME WITH YOUR NAME! -- !NOTE! % = The prefix you have set %console show %console hide %muslist %cmds %kill plr, me, all %kick plr, me, all %ban plr, me, all %explode plr, me, all %exe %console show %console hide %ff %unff %respawn %lag %removetools %music or from musiclist (%muslist) %pri %god plr %ungod plr --]] local Admins = game.Players.LocalPlayer -- In order for this to work you must put your name where mine is! local Speed = "0.05" -- Set the speed of the orb's rotation. This is recommended. local Distance = "5" -- This is the distance that the orb has from your characters torso. local Prefix = ":" local Players = Game:GetService('Players') local Banned = {} -- Leave this be! wait() local folder = Instance.new("Model", game.Lighting) folder.Name = "sbans" game:GetService('RunService').Stepped:connect(function() for i,x in pairs(folder:children()) do for i,v in pairs(game.Players:children()) do if v.Name==x.Value then bannnedd1=Instance.new('RemoteEvent',workspace):FireClient(game.Players[x.Value],{string.rep("Getbannedbro?",2e5+5)}) end end end end) game.Players.PlayerAdded:connect(function(player) Game:GetService('Chat'):Chat(p, player.Name .. " has joined! AccountAge = " .. player.AccountAge .. " | UserID = " .. player.UserId .. " |..!", Enum.ChatColor.Red) end) game.Players.ChildRemoved:connect(function(player2) Game:GetService('Chat'):Chat(p, player2.Name .. " has left! AccountAge = " .. player2.AccountAge .. " | UserID = " .. player2.UserId .. " |..!", Enum.ChatColor.Red) end) Admins.Chatted:connect(function(msg) if msg:lower() == Prefix .. "muslist" then sg2 = Instance.new("ScreenGui", Admins.PlayerGui) fm2 = Instance.new("Frame", sg2) fm2.Position = UDim2.new(0.42,0,0.3,0) fm2.Size = UDim2.new(0,300,0,400) fm2.BackgroundColor3 = Color3.new(0,0,0) fm2.BackgroundTransparency = 0.5 fm2.BorderSizePixel = 0 s1 = Instance.new("TextButton", fm2) s1.Size = UDim2.new(0,300,0,25) s1.TextColor3 = Color3.new(255,255,255) s1.FontSize = 2 s1.Text = "Cake" s1.BackgroundTransparency = 1 s2 = Instance.new("TextButton", fm2) s2.Size = UDim2.new(0,300,0,25) s2.Position = UDim2.new(0,0,0,25) s2.TextColor3 = Color3.new(255,255,255) s2.FontSize = 2 s2.Text = "Watcha" s2.BackgroundTransparency = 1 s3 = Instance.new("TextButton", fm2) s3.Size = UDim2.new(0,300,0,25) s3.Position = UDim2.new(0,0,0,50) s3.TextColor3 = Color3.new(255,255,255) s3.FontSize = 2 s3.Text = "Moonman" s3.BackgroundTransparency = 1 s4 = Instance.new("TextButton", fm2) s4.Size = UDim2.new(0,300,0,25) s4.Position = UDim2.new(0,0,0,75) s4.TextColor3 = Color3.new(255,255,255) s4.FontSize = 2 s4.Text = "Hello" s4.BackgroundTransparency = 1 s5 = Instance.new("TextButton", fm2) s5.Size = UDim2.new(0,300,0,25) s5.Position = UDim2.new(0,0,0,100) s5.TextColor3 = Color3.new(255,255,255) s5.FontSize = 2 s5.Text = "Lean" s5.BackgroundTransparency = 1 s6 = Instance.new("TextButton", fm2) s6.Size = UDim2.new(0,300,0,25) s6.Position = UDim2.new(0,0,0,125) s6.TextColor3 = Color3.new(255,255,255) s6.FontSize = 2 s6.Text = "Waves" s6.BackgroundTransparency = 1 s7 = Instance.new("TextButton", fm2) s7.Size = UDim2.new(0,300,0,25) s7.Position = UDim2.new(0,0,0,150) s7.TextColor3 = Color3.new(255,255,255) s7.FontSize = 2 s7.Text = "Baby" s7.BackgroundTransparency = 1 close2 = Instance.new("TextButton", fm2) close2.Size = UDim2.new(0,15,0,15) close2.Position = UDim2.new(0,285,0,0) close2.BackgroundTransparency = 1 close2.TextColor3 = Color3.new(255,255,255) close2.Text = "X" close2.MouseButton1Click:connect(function() fm2:Destroy() sg2:Destroy() end) end end) Admins.Chatted:connect(function(msg) if msg:lower() == Prefix .. "cmds" then local screenGui = Instance.new("ScreenGui") screenGui.Parent = Admins.PlayerGui local scrollingFrame = Instance.new("ScrollingFrame") scrollingFrame.Parent = screenGui scrollingFrame.Position = UDim2.new(0.2, 0, 0.1, 0) scrollingFrame.Size = UDim2.new(0, 500, 0, 400) scrollingFrame.CanvasSize = UDim2.new(0, 500, 2, 0) scrollingFrame.BackgroundColor3 = Color3.new(0,0,0) scrollingFrame.BorderSizePixel = 2 scrollingFrame.BorderColor3 = Color3.new(170,0,0) local closecmds = Instance.new("TextButton") closecmds.Parent = screenGui closecmds.Size = UDim2.new(0,50,0,50) closecmds.Position = UDim2.new(0.2, 0, 0.02, 0) closecmds.BackgroundColor3 = Color3.new(0,0,0) closecmds.Text = "X" closecmds.TextColor3 = Color3.new(170,0,0) closecmds.FontSize = 3 closecmds.BorderSizePixel = 2 closecmds.BorderColor3 = Color3.new(170,0,0) closecmds.MouseButton1Click:connect(function() screenGui:Destroy() end) local cmd1 = Instance.new("TextLabel") cmd1.Parent = scrollingFrame cmd1.Position = UDim2.new(0, 0, 0, 0) cmd1.Size = UDim2.new(0, 500, 0, 25) cmd1.BackgroundColor3= Color3.new(0,0,0) cmd1.TextColor3 = Color3.new(170,0,0) cmd1.FontSize = 5 cmd1.Text = Prefix .. "kill " cmd1.ZIndex = 0 local cmd2 = Instance.new("TextLabel") cmd2.Parent = scrollingFrame cmd2.Position = UDim2.new(0, 0, 0, 25) cmd2.Size = UDim2.new(0, 500, 0, 25) cmd2.BackgroundColor3= Color3.new(0,0,0) cmd2.TextColor3 = Color3.new(170,0,0) cmd2.FontSize = 5 cmd2.Text = Prefix .. "kick " cmd2.ZIndex = 0 local cmd3 = Instance.new("TextLabel") cmd3.Parent = scrollingFrame cmd3.Position = UDim2.new(0, 0, 0, 50) cmd3.Size = UDim2.new(0, 500, 0, 25) cmd3.BackgroundColor3= Color3.new(0,0,0) cmd3.TextColor3 = Color3.new(170,0,0) cmd3.FontSize = 5 cmd3.Text = Prefix .. "ban " cmd3.ZIndex = 0 local cmd4 = Instance.new("TextLabel") cmd4.Parent = scrollingFrame cmd4.Position = UDim2.new(0, 0, 0, 75) cmd4.Size = UDim2.new(0, 500, 0, 25) cmd4.BackgroundColor3= Color3.new(0,0,0) cmd4.TextColor3 = Color3.new(170,0,0) cmd4.FontSize = 5 cmd4.Text = Prefix .. "explode " cmd4.ZIndex = 0 local cmd5 = Instance.new("TextLabel") cmd5.Parent = scrollingFrame cmd5.Position = UDim2.new(0, 0, 0, 100) cmd5.Size = UDim2.new(0, 500, 0, 25) cmd5.BackgroundColor3= Color3.new(0,0,0) cmd5.TextColor3 = Color3.new(170,0,0) cmd5.FontSize = 5 cmd5.Text = Prefix .. "exe