Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Loading GUI...")
- --[[
- //Desc: A Gui for doing abuse things on
- //Creator: Anonymous
- --]]
- p = game.Players.LocalPlayer
- local sg = Instance.new("ScreenGui", p.PlayerGui)
- -- Create Frame
- local frame = Instance.new("Frame")
- frame.Parent = sg
- frame.Position = UDim2.new(0, 0, 0.315, 0)
- frame.Size = UDim2.new(0, 424, 0, 280)
- --Label
- local TB = Instance.new("TextBox")
- -- Create our first button
- local b1 = Instance.new("TextButton", sg)
- b1.Position = UDim2.new(0, 0, 0.315, 50)
- b1.Size = UDim2.new(0, 150, 0, 50)
- b1.BackgroundColor3 = BrickColor.White().Color
- b1.Text = "Run 0bama Script"
- b1.MouseButton1Down:connect(function()
- b1.Text = ":^)"
- require(260531276)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement