Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local clickfirst = Instance.new("TextButton")
- local bloxburgscript = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- main.Position = UDim2.new(0.0161987059, 0, 0.0478954986, 0)
- main.Size = UDim2.new(0, 399, 0, 199)
- main.Active = true
- main.Draggable = true
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
- label.Size = UDim2.new(0, 398, 0, 50)
- label.Font = Enum.Font.SourceSans
- label.Text = "mad by 24kasad limited 10 ping unbannable"
- label.TextColor3 = Color3.fromRGB(0, 0, 0)
- label.TextSize = 14.000
- clickfirst.Name = "click first"
- clickfirst.Parent = main
- clickfirst.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
- clickfirst.Position = UDim2.new(0, 0, 0.251256287, 0)
- clickfirst.Size = UDim2.new(0, 181, 0, 149)
- clickfirst.Font = Enum.Font.SourceSans
- clickfirst.Text = "click before the button"
- clickfirst.TextColor3 = Color3.fromRGB(0, 0, 0)
- clickfirst.TextSize = 20.000
- clickfirst.MouseButton1Down:connect(function()
- click("first")
- end)
- bloxburgscript.Name = "bloxburg script "
- bloxburgscript.Parent = main
- bloxburgscript.BackgroundColor3 = Color3.fromRGB(108, 108, 108)
- bloxburgscript.Position = UDim2.new(0.546365976, 0, 0.251256287, 0)
- bloxburgscript.Size = UDim2.new(0, 182, 0, 149)
- bloxburgscript.Font = Enum.Font.SourceSans
- bloxburgscript.Text = "bloxburg click"
- bloxburgscript.TextColor3 = Color3.fromRGB(0, 0, 0)
- bloxburgscript.TextSize = 20.000
- bloxburgscript.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/big-balla-script-maka/free-scripts/main/BloxburgPizza.lua'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement