Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui MADE BY JAMES WAYNE
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local button = Instance.new("ImageButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- main.BackgroundTransparency = 1.000
- main.Position = UDim2.new(0, 0, 0.362725496, 0)
- main.Size = UDim2.new(0, 102, 0, 117)
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(-0.00373750576, 0, -0.00714254798, 0)
- title.Size = UDim2.new(0, 102, 0, 24)
- title.Font = Enum.Font.SourceSans
- title.Text = "CLICK ME!"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 23.000
- button.Name = "button"
- button.Parent = main
- button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- button.Position = UDim2.new(0.00980392192, 0, 0.197985664, 0)
- button.Size = UDim2.new(0, 101, 0, 94)
- button.Image = "rbxassetid://6990918541"
- button.ImageTransparency = 0.100
- button.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/6rd91GZx", true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement