Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Christoffer077002
- --DONT CHANGE CREDITS
- --MADE IN 10/13/2019
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local script1 = Instance.new("TextButton")
- local script2 = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0, 0, 0)
- main.Position = UDim2.new(0.0325670578, 0, 0.363411635, 0)
- main.Size = UDim2.new(0, 322, 0, 377)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(1, 0, 0)
- title.Size = UDim2.new(0, 322, 0, 31)
- title.Font = Enum.Font.Cartoon
- title.Text = "Chris's GUI"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 20
- title.TextWrapped = true
- script1.Name = "script1"
- script1.Parent = main
- script1.BackgroundColor3 = Color3.new(1, 0, 0)
- script1.Position = UDim2.new(0, 0, 0.143236071, 0)
- script1.Size = UDim2.new(0, 100, 0, 41)
- script1.Font = Enum.Font.Cartoon
- script1.Text = "Oh Yeah Yeah Kick Gun"
- script1.TextColor3 = Color3.new(0, 0, 0)
- script1.TextScaled = true
- script1.TextSize = 14
- script1.TextWrapped = true
- script1.MouseButton1Down:connect(function()
- require(03522932103).load(plr.Name)
- end)
- script2.Name = "script2"
- script2.Parent = main
- script2.BackgroundColor3 = Color3.new(1, 0, 0)
- script2.Position = UDim2.new(0.658385098, 0, 0.143236071, 0)
- script2.Size = UDim2.new(0, 100, 0, 41)
- script2.Font = Enum.Font.Cartoon
- script2.Text = "Crescendiac V2"
- script2.TextColor3 = Color3.new(0, 0, 0)
- script2.TextScaled = true
- script2.TextSize = 14
- script2.TextWrapped = true
- script2.MouseButton1Down:connect(function()
- require(3061839737):executeScript(plr.Name, "lololololololololol0k69fatkids")
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.new(0.568627, 0, 0)
- close.Position = UDim2.new(0.881987572, 0, 0, 0)
- close.Size = UDim2.new(0, 38, 0, 31)
- close.Font = Enum.Font.Cartoon
- close.Text = "X"
- close.TextColor3 = Color3.new(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 50
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(1, 1, 1)
- openmain.Position = UDim2.new(0.0191570874, 0, 0.90482074, 0)
- openmain.Size = UDim2.new(0, 103, 0, 41)
- openmain.Active = true
- openmain.Draggable
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.new(1, 0, 0)
- open.Position = UDim2.new(-0.0291262139, 0, 0, 0)
- open.Size = UDim2.new(0, 109, 0, 41)
- open.Font = Enum.Font.Cartoon
- open.Text = "OPEN"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextScaled = true
- open.TextSize = 50
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible - false
- main.Visible = true
- end)
- --end of the script
- --dont log the gui or your a skid
Add Comment
Please, Sign In to add comment