Advertisement
Nutx

delete any

Mar 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("Frame")local e=Instance.new("TextLabel")local f=Instance.new("TextButton")local g=Instance.new("TextButton")a.Name="kaka2"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="OPEN"b.Parent=a;b.BackgroundColor3=Color3.new(0.333333,0.666667,0)b.BorderColor3=Color3.new(0.666667,0,0)b.Position=UDim2.new(0.761426985,0,0,0)b.Size=UDim2.new(0,214,0,61)c.Name="OPEN"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0.0654205605,0,0.0819672123,0)c.Size=UDim2.new(0,200,0,50)c.Font=Enum.Font.SourceSans;c.Text="OPEN"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;c.MouseButton1Down:connect(function()d.Visible=true;b.Visible=false end)d.Name="BY KA"d.Parent=a;d.BackgroundColor3=Color3.new(1,0,0)d.Position=UDim2.new(0.288740247,0,0.192616373,0)d.Size=UDim2.new(0,410,0,306)d.Visible=false;d.Draggable=true;e.Name="kalo"e.Parent=d;e.BackgroundColor3=Color3.new(0,1,1)e.Position=UDim2.new(0.278048784,0,0,0)e.Size=UDim2.new(0,200,0,50)e.Font=Enum.Font.SourceSans;e.Text="BY: NUT X"e.TextColor3=Color3.new(0,0,0)e.TextSize=14;f.Name=" kill"f.Parent=e;f.BackgroundColor3=Color3.new(1,1,1)f.Position=UDim2.new(0,0,1.70000005,0)f.Size=UDim2.new(0,200,0,50)f.Font=Enum.Font.SourceSans;f.Text=" kill"f.TextColor3=Color3.new(0,0,0)f.TextSize=14;f.MouseButton1Down:connect(function()local h=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)h.BinType="Hammer"end)g.Name="Closer"g.Parent=d;g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=1;g.Position=UDim2.new(0.831707299,0,0,0)g.Size=UDim2.new(0,69,0,33)g.Font=Enum.Font.SourceSans;g.Text="X"g.TextColor3=Color3.new(0,0,0)g.TextSize=50;g.MouseButton1Down:connect(function()b.Visible=true;d.Visible=false end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement