Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player = game:GetService('advancedev')
- Banlist=true
- Kicklist=true
- Clothes=true
- Part = Instance.new("Part")
- Part.CanCollide = false
- Part.Anchored = true
- Part.Locked = true
- Part.BrickColor = BrickColor.new"black"
- Part.Size = Vector3.new(0, 0, 0)
- Part.Name = "developer tabs"
- Part.Parent = game.Workspace;
- local Clothes = {}
- for _,Item in pairs(game.Players:GetPlayers()) do
- if Item:IsA("CharacterMesh") or Item:IsA("Hat") or Item:IsA("Shirt") or Item:IsA("Pants") then
- table.insert(Item,Clothes:Clone())
- end
- end
- local Banlist = {}
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Player:IsA("Character") then
- v:remove();
- end
- end
- SB = Instance.new("SelectionBox")
- SB.Parent = game.Workspace
- SB.Name = "SelectionBox"
- BBG = Instance.new("BillboardGui")
- BBG.Parent = game.Workspace
- BBG.Name = "BillboardGui"
- PL = Instance.new("PointLight")
- PL.Shadows = 0
- PL.Range = 8
- PL.Name = "PointLight"
- PL.Parent = game.Workspace
- cd = Instance.new("ClickDetector")
- cd.MouseHoverEnter:connect(function(plr)
- if plr ~= nil then
- end
- end)
- Bet = ";"
- Colours={
- BrickColor.Red();
- BrickColor.Black();
- };
- tabmodel = Instance.new("Model", workspace)
- tabmodel.Name="developer Tabs"
- function DestroyTabs()
- tabmodel = {}
- tabmodel:Destroy()
- tabmodel:ClearAllChildren()
- tabmodel:remove()
- end
- function createtab(creating,the,tab)
- local tab = Instance.new("Part")
- tab.FormFactor="Custom"
- if player and player.Character and player.Character.Torso then
- tab.CFrame = player.Character.Torso
- end
- end
- Instance.new("PointLight", tabmodel)
- box = Instance.new("SelectionBox", tabmodel)
- box.Parent=game.Workspace;
- box.Name="SelectionBox";
- bbg = Instance.new("BillboardGui", tabmodel)
- bbg.Size=UDim2.new(255, 255, 255)
- bbg.Name="BillboardGui"
- bbg.Parent=game.Workspace
- text = Instance.new("TextLabel", tabmodel)
- text.BackgroundColor3=Color3.new(255, 255, 255)
- text.BackgroundTransparency=1;
- text.BorderColor3=Color3.new(255, 255, 255)
- text.Parent=game.Workspace
- text.Name="TextLabel"
- cd = Instance.new("ClickDetector")
- cd.MouseHoverEnter:connect(function(plr)
- if plr ~= nil then
- end
- end)
- function ShowCommands()
- for i,v in pairs(game.Players:GetPlayer()) do
- end
- end
- ShowCommands('This is a test . . .')
- ShowCommands('This is a test . .. ')
- ShowCommands('This was created by advancedev')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement