Advertisement
ShoccessX

Bloxburg Gui

Jun 18th, 2024 (edited)
7,158
-2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 2
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Bloxburg Gui by Ghane's Gyatt", "DarkTheme")
  3.  
  4. local Main = Window:NewTab("AutoFarm")
  5. local MainSection = Main:NewSection("AutoFarm")
  6.  
  7. MainSection:NewButton("Hairdresser Script", "Automatically does hairdresser job and shows payment", function()
  8. ScriptJob = "Hairdresser" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
  9.  
  10. ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
  11.  
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
  13. end)
  14.  
  15. MainSection:NewButton("FisherMan Script", "Automatically does hairdresser job and shows payment", function()
  16. ScriptJob = "FisherMan" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
  17.  
  18. ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
  19.  
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
  21. end)
  22.  
  23. MainSection:NewButton("PizzaDelivery Script", "Automatically does hairdresser job and shows payment", function()
  24. ScriptJob = "PizzaDelivery" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
  25.  
  26. ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
  27.  
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
  29. end)
  30.  
  31. MainSection:NewLabel("YOU NEED: BED SHOWER TV FRIDGE ON YOUR PLOT")
  32.  
  33. MainSection:NewButton("Alternative Autofarm script (Includes Auto build", "Includes Auto Build and Auto farms FisherMan, Hairdresser, and pizza delivery", function()
  34. loadstring(game:HttpGet("https://vysorbloxburg.vercel.app/free.lua", true))()
  35. end)
  36.  
  37. local FpsTab = Window:NewTab("Fps Unlocker")
  38. local FpsSection = FpsTab:NewSection("FPS Controls")
  39.  
  40. FpsSection:NewButton("15 FPS", "...", function()
  41. local cap = setfpscap or set_fps_cap or fps_cap_set
  42. if cap then cap(15) end
  43. end)
  44.  
  45. FpsSection:NewButton("30 FPS", "...", function()
  46. local cap = setfpscap or set_fps_cap or fps_cap_set
  47. if cap then cap(30) end
  48. end)
  49.  
  50. FpsSection:NewButton("60 FPS", "...", function()
  51. local cap = setfpscap or set_fps_cap or fps_cap_set
  52. if cap then cap(60) end
  53. end)
  54.  
  55. FpsSection:NewButton("120 FPS", "...", function()
  56. local cap = setfpscap or set_fps_cap or fps_cap_set
  57. if cap then cap(120) end
  58. end)
  59.  
  60. FpsSection:NewButton("144 FPS", "...", function()
  61. local cap = setfpscap or set_fps_cap or fps_cap_set
  62. if cap then cap(144) end
  63. end)
  64.  
  65. FpsSection:NewButton("240 FPS", "...", function()
  66. local cap = setfpscap or set_fps_cap or fps_cap_set
  67. if cap then cap(240) end
  68. end)
  69.  
  70. FpsSection:NewButton("360 FPS", "...", function()
  71. local cap = setfpscap or set_fps_cap or fps_cap_set
  72. if cap then cap(360) end
  73. end)
  74.  
  75. FpsSection:NewButton("UNLIMITED FPS", "...", function()
  76. local cap = setfpscap or set_fps_cap or fps_cap_set
  77. if cap then cap(9999) end
  78. end)
  79.  
  80. local AfkTab = Window:NewTab("AntiAfk")
  81. local AfkSection = AfkTab:NewSection("Anti AFK Script")
  82.  
  83. AfkSection:NewButton("Simple Anti-Afk (Only needed if using alternative Script)", "Keeps you from getting kicked out of the game", function()
  84. wait(0.5)
  85. local ba = Instance.new("ScreenGui")
  86. local ca = Instance.new("TextLabel")
  87. local da = Instance.new("Frame")
  88. local _b = Instance.new("TextLabel")
  89. local ab = Instance.new("TextLabel")
  90.  
  91. ba.Parent = game.CoreGui
  92. ba.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  93.  
  94. ca.Parent = ba
  95. ca.Active = true
  96. ca.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
  97. ca.Draggable = true
  98. ca.Position = UDim2.new(0.6986, 0, 0.0981, 0)
  99. ca.Size = UDim2.new(0, 370, 0, 52)
  100. ca.Font = Enum.Font.SourceSansSemibold
  101. ca.Text = "Anti AFK Script"
  102. ca.TextColor3 = Color3.new(0, 1, 1)
  103. ca.TextSize = 22
  104.  
  105. da.Parent = ca
  106. da.BackgroundColor3 = Color3.new(0.196, 0.196, 0.196)
  107. da.Position = UDim2.new(0, 0, 1.0192, 0)
  108. da.Size = UDim2.new(0, 370, 0, 107)
  109.  
  110. _b.Parent = da
  111. _b.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
  112. _b.Position = UDim2.new(0, 0, 0.8005, 0)
  113. _b.Size = UDim2.new(0, 370, 0, 21)
  114. _b.Font = Enum.Font.Arial
  115. _b.Text = "made by ur mom"
  116. _b.TextColor3 = Color3.new(0, 1, 1)
  117. _b.TextSize = 20
  118.  
  119. ab.Parent = da
  120. ab.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
  121. ab.Position = UDim2.new(0, 0, 0.1584, 0)
  122. ab.Size = UDim2.new(0, 370, 0, 44)
  123. ab.Font = Enum.Font.ArialBold
  124. ab.Text = "Status: Active"
  125. ab.TextColor3 = Color3.new(0, 1, 1)
  126. ab.TextSize = 20
  127.  
  128. local bb = game:GetService('VirtualUser')
  129. game:GetService('Players').LocalPlayer.Idled:connect(function()
  130. bb:CaptureController()
  131. bb:ClickButton2(Vector2.new())
  132. ab.Text = "Roblox tried to kick you but I kicked him instead"
  133. wait(2)
  134. ab.Text = "Status : Active"
  135. end)
  136. end)
  137.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement