exploit43262

bloxburg script

May 26th, 2022 (edited)
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local lable = Instance.new("TextLabel")
  5. local PrintTextHi = Instance.new("TextButton")
  6. local bloxburgscript = Instance.new("TextButton")
  7.  
  8. --Properties:
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  15. main.Position = UDim2.new(0.330484331, 0, 0.0147058824, 0)
  16. main.Size = UDim2.new(0, 337, 0, 129)
  17. main.Active = true
  18. main.Draggable = true
  19.  
  20.  
  21. lable.Name = "lable"
  22. lable.Parent = main
  23. lable.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  24. lable.Position = UDim2.new(0.178041548, 0, 0, 0)
  25. lable.Size = UDim2.new(0, 200, 0, 50)
  26. lable.Font = Enum.Font.SourceSans
  27. lable.Text = "made by 24kasad :)"
  28. lable.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. lable.TextSize = 14.000
  30.  
  31. PrintTextHi.Name = "Print Text \"Hi\""
  32. PrintTextHi.Parent = main
  33. PrintTextHi.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  34. PrintTextHi.Position = UDim2.new(0, 0, 0.387596905, 0)
  35. PrintTextHi.Size = UDim2.new(0, 128, 0, 79)
  36. PrintTextHi.Font = Enum.Font.SourceSans
  37. PrintTextHi.Text = "print"
  38. PrintTextHi.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. PrintTextHi.TextSize = 14.000
  40. PrintTextHi.MouseButton1Down:connect(function()
  41. print('hi')
  42. end)
  43.  
  44. bloxburgscript.Name = "bloxburg script"
  45. bloxburgscript.Parent = PrintTextHi
  46. bloxburgscript.BackgroundColor3 = Color3.fromRGB(0, 255, 127)
  47. bloxburgscript.Position = UDim2.new(1.6484375, 0, -0.00480815768, 0)
  48. bloxburgscript.Size = UDim2.new(0, 126, 0, 79)
  49. bloxburgscript.Font = Enum.Font.SourceSans
  50. bloxburgscript.Text = "bloxburg main script"
  51. bloxburgscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. bloxburgscript.TextSize = 14.000
  53. PrintTextHi.MouseButton1Down:connect(function()
  54. loadstring(game:HttpGet("https://raw.githubusercontent.com/1201for/littlegui/main/MuscleLegends"))()
Add Comment
Please, Sign In to add comment