--copyright Made By Basictality wait() --ignore this. (if u touch it won't load) adminwew = game.Players.personsadminlol --Put you're name HERE! local admins = {adminwew.Name,adminwew} chatname = '[bOrb]: ' wpadtrans = "0" OrbName = "bOrb" prefix = "-" dis = "7" Speed = "0.1" --The best ones are 0.1 - 0.5 Banned = "BannedPerson" Chat = true ---------------------------------------------------------------------------------------------- print[[version 51.6]] meplyr = adminwew ----------Message----------- function OnChatted(msg) if msg:lower():sub(1,3) == prefix.."m " then for i,v in pairs(game.Players:children()) do mesgui=Instance.new('ScreenGui',v.PlayerGui) mesframe=Instance.new('Frame',mesgui) mesframe.Size = UDim2.new(0,1,0,1) mesframe.BackgroundTransparency=0.6 mesframe.Position = UDim2.new(0,-2000,0,0) mesframe.BackgroundColor3 = Color3.new(0,0,0) mesframe:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", 1.2) mesframe:TweenSize(UDim2.new(0, 1400, 0, 700), "Out", 1.2) mestl=Instance.new('TextLabel',mesframe) mestl.TextScaled = true mestl.Text = 'Message from '..adminwew.Name..':' mestl.BackgroundColor3 = Color3.new(255,255,255) mestl.BackgroundTransparency = 0.4 mestl.TextColor3 = Color3.new(255,255,255) mestl.Size = UDim2.new(0,1400,0,50) mestl1=Instance.new('TextLabel',mesframe) mestl1.TextScaled = true mestl1.Text = msg:sub(4,#msg) mestl1.Position = UDim2.new(0,0,0,300) mestl1.BackgroundTransparency = 0.5 mestl1.TextColor3 = Color3.new(255,255,255) mestl1.Size = UDim2.new(0,1400,0,50) game.Debris:AddItem(mesframe,3) end end end adminwew.Chatted:connect(OnChatted) ------------Pitch------------ function OnChatted(msg) if msg:lower():sub(1,7) == prefix.."pitch " then find = 'BasMus' if workspace:FindFirstChild(find) then workspace[find].Pitch = msg:sub(8,#msg) end end end adminwew.Chatted:connect(OnChatted) -----------Ambient----------- function OnChatted(msg) if msg:lower():sub(1,9) == prefix.."ambient " then game.Lighting.Ambient = Color3.new(msg:sub(10,#msg),msg:sub(10,#msg),msg:sub(10,#msg)) end end adminwew.Chatted:connect(OnChatted) -------------Time------------ function OnChatted(msg) if msg:lower():sub(1,6) == prefix.."time " then game.Lighting.TimeOfDay = msg:sub(7,#msg) end end adminwew.Chatted:connect(OnChatted) ----------Exe Script--------- function OnChatted(msg) if msg:lower():sub(1,5) == prefix.."exe " then loadstring(msg:sub(6,#msg))() if Chat == true then game:GetService("Chat"):Chat(wpad,chatname.."Executed script.",Enum.ChatColor.Blue) end end end adminwew.Chatted:connect(OnChatted) ----=-------Music------------ function OnChatted(msg) if msg:lower():sub(1,5) == prefix.."mus " then find = 'BasMus' if workspace:FindFirstChild(find) then game.Debris:AddItem(workspace[find],0) end msgs=Instance.new('Sound',workspace) msgs.SoundId = "http://www.roblox.com/asset/?id="..msg:sub(6,#msg) msgs.Volume = 5 msgs.Name = 'BasMus' msgs.Pitch = 1 msgs.Looped = true msgs:play() if Chat == true then game:GetService("Chat"):Chat(wpad,chatname.."Playing "..msg:sub(6,#msg)..".",Enum.ChatColor.Blue) end end end adminwew.Chatted:connect(OnChatted) ----------cmds gui----------- for i,v in pairs(game.Players:children()) do function OnChatted(cmds) if cmds:lower():sub(1,7) == prefix.."cmds" then cmdgui=Instance.new('ScreenGui',v.PlayerGui) cmdframe=Instance.new('Frame',cmdgui) cmdframe.Size = UDim2.new(0,500,0,350) cmdframe.Position = UDim2.new(0,430,0,-300) cmdframe:TweenPosition(UDim2.new(0,430,0,200),'Out','Quad',0.35) cmdframe.BackgroundTransparency=0.5 cmdframe.BackgroundColor3 = Color3.new(0,0,0) cmdtl=Instance.new('TextLabel',cmdframe) cmdtl.Text = "Commands [24]" cmdtl:TweenSize(UDim2.new(0,500,0,50),'Out','Quad',0.35) cmdtl.TextScaled = true cmdtl.BackgroundTransparency=1 cmdtl.TextColor3 = Color3.new(255,255,255) cmdtl.TextStrokeTransparency = 0 cmdprefixltl=Instance.new('TextLabel',cmdframe) cmdprefixltl.Text = "Prefix: "..prefix cmdprefixltl:TweenSize(UDim2.new(0,100,0,50),'Out','Quad',0.35) cmdprefixltl.BackgroundTransparency=1 cmdprefixltl.TextColor3 = Color3.new(255,255,255) cmdprefixltl.TextStrokeTransparency = 0 cmdprefixltl.FontSize = "Size14" cmdprefixltl:TweenPosition(UDim2.new(0,-5,0,-15),'Out','Quad',0.35) cmdbutton=Instance.new('TextButton',cmdframe) cmdbutton.TextScaled = true cmdbutton.Text = "X" cmdbutton.BackgroundTransparency = 1 cmdbutton.TextColor3 = Color3.new(1,0,0) cmdbutton.Size = UDim2.new(0,50,0,50) cmdbutton:TweenPosition(UDim2.new(0,450,0,0),'Out','Quad',0.35) function onClick() cmdframe:TweenPosition(UDim2.new(0,430,0,700),'Out','Quad',0.35) game.Debris:AddItem(cmdframe,2) end cmdbutton.MouseButton1Down:connect(onClick) sf=Instance.new('ScrollingFrame',cmdframe) sf:TweenSize(UDim2.new(0,480,0,260),'Out','Quad',0.35) sf:TweenPosition(UDim2.new(0,10,0,50),'Out','Quad',0.35) sf.BackgroundTransparency = 0.5 sf.BackgroundColor3 = Color3.new(0,0,0) fc=Instance.new('TextLabel',sf) fc.TextColor3 = Color3.new(255,255,255) fc.TextScaled = true fc.Text = "Explode " fc.BackgroundColor = BrickColor.new'Dark blue' fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) fc.BackgroundTransparency=0 sc=fc:Clone() sc.Parent = sf sc.Text = "kill " sc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) sc:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35) tc=sc:clone() tc.Parent = sf tc.Text = "UnGod " tc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) tc:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35) fc=sc:clone() fc.Parent = sf fc.Text = "Freeze " fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) fc:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35) fic=sc:clone() fic.Parent = sf fic.Text = "Thaw " fic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) fic:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35) sic=sc:clone() sic.Parent = sf sic.Text = "resp/respawn/res " sic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) sic:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35) sec=sc:clone() sec.Parent = sf sec.Text = "God " sec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) sec:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35) eec=sc:clone() eec.Parent = sf eec.Text = "BSOD/Lag " eec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) eec:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35) nec=sc:clone() nec.Parent = sf nec.Text = "ff/shield/forcefield " nec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) nec:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35) tec=sc:clone() tec.Parent = sf tec.Text = "kick/boot " tec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) tec:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35) elec=sc:clone() elec.Parent = sf elec.Text = "ban/banish " elec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) elec:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35) twec=sc:clone() twec.Parent = sf twec.Text = "unban/unbanish " twec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twec:TweenPosition(UDim2.new(0,0,0,385),'Out','Quad',0.35) thec=sc:clone() thec.Parent = sf thec.Text = "sword " thec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) thec:TweenPosition(UDim2.new(0,0,0,420),'Out','Quad',0.35) foec=sc:clone() foec.Parent = sf foec.Text = "ngrav/nograv/nogravity " foec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) foec:TweenPosition(UDim2.new(0,0,0,455),'Out','Quad',0.35) fiec=sc:clone() fiec.Parent = sf fiec.Text = "grav/gravity " fiec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) fiec:TweenPosition(UDim2.new(0,0,0,490),'Out','Quad',0.35) sixec=sc:clone() sixec.Parent = sf sixec.Text = "unjail/nojail " sixec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) sixec:TweenPosition(UDim2.new(0,0,0,525),'Out','Quad',0.35) sitec=sc:clone() sitec.Parent = sf sitec.Text = "light/plight " sitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) sitec:TweenPosition(UDim2.new(0,0,0,560),'Out','Quad',0.35) enitec=sc:clone() enitec.Parent = sf enitec.Text = "rlight/nolight/unlight " enitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) enitec:TweenPosition(UDim2.new(0,0,0,595),'Out','Quad',0.35) nineteen=sc:clone() nineteen.Parent = sf nineteen.Text = "jail/lockup " nineteen:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) nineteen:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35) twenty=sc:clone() twenty.Parent = sf twenty.Text = "unff/unforcefield/unshield " twenty:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twenty:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35) twenty1=sc:clone() twenty1.Parent = sf twenty1.Text = "jail " twenty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twenty1:TweenPosition(UDim2.new(0,0,0,665),'Out','Quad',0.35) twenty2=sc:clone() twenty2.Parent = sf twenty2.Text = "sit " twenty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twenty2:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',0.35) twenty2.TextTransparency=1 twenty2.BackgroundTransparency=1 twenty3=sc:clone() twenty3.Parent = sf twenty3.Text = "jump " twenty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twenty3:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35) twenty3.TextTransparency=1 twenty3.BackgroundTransparency=1 twenty4=sc:clone() twenty4.Parent = sf twenty4.Text = "Commands/Cmds" twenty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) twenty4:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35) twenty4.TextTransparency=1 twenty4.BackgroundTransparency=1 twenty5=sc:clone() twenty5.Parent = sf twenty5.Text = "exe