Advertisement
exploit432

bloxburg script made by 24kasad

Jun 21st, 2022
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local label = Instance.new("TextLabel")
  4. local clickfirst = Instance.new("TextButton")
  5. local bloxburgscript = Instance.new("TextButton")
  6.  
  7. --Properties:
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10.  
  11. main.Name = "main"
  12. main.Parent = ScreenGui
  13. main.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  14. main.Position = UDim2.new(0.0161987059, 0, 0.0478954986, 0)
  15. main.Size = UDim2.new(0, 399, 0, 199)
  16. main.Active = true
  17. main.Draggable = true
  18.  
  19. label.Name = "label"
  20. label.Parent = main
  21. label.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  22. label.Size = UDim2.new(0, 398, 0, 50)
  23. label.Font = Enum.Font.SourceSans
  24. label.Text = "mad by 24kasad limited 10 ping unbannable"
  25. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  26. label.TextSize = 14.000
  27.  
  28. clickfirst.Name = "click first"
  29. clickfirst.Parent = main
  30. clickfirst.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  31. clickfirst.Position = UDim2.new(0, 0, 0.251256287, 0)
  32. clickfirst.Size = UDim2.new(0, 181, 0, 149)
  33. clickfirst.Font = Enum.Font.SourceSans
  34. clickfirst.Text = "click before the button"
  35. clickfirst.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. clickfirst.TextSize = 20.000
  37. clickfirst.MouseButton1Down:connect(function()
  38. click("first")
  39. end)
  40.  
  41. bloxburgscript.Name = "bloxburg script "
  42. bloxburgscript.Parent = main
  43. bloxburgscript.BackgroundColor3 = Color3.fromRGB(108, 108, 108)
  44. bloxburgscript.Position = UDim2.new(0.546365976, 0, 0.251256287, 0)
  45. bloxburgscript.Size = UDim2.new(0, 182, 0, 149)
  46. bloxburgscript.Font = Enum.Font.SourceSans
  47. bloxburgscript.Text = "bloxburg click"
  48. bloxburgscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. bloxburgscript.TextSize = 20.000
  50. bloxburgscript.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet('https://raw.githubusercontent.com/big-balla-script-maka/free-scripts/main/BloxburgPizza.lua'))()
  52. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement