Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Bloxburg Gui by Ghane's Gyatt", "DarkTheme")
- local Main = Window:NewTab("AutoFarm")
- local MainSection = Main:NewSection("AutoFarm")
- MainSection:NewButton("Hairdresser Script", "Automatically does hairdresser job and shows payment", function()
- ScriptJob = "Hairdresser" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
- ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
- end)
- MainSection:NewButton("FisherMan Script", "Automatically does hairdresser job and shows payment", function()
- ScriptJob = "FisherMan" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
- ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
- end)
- MainSection:NewButton("PizzaDelivery Script", "Automatically does hairdresser job and shows payment", function()
- ScriptJob = "PizzaDelivery" --- THE JOB YOU CAN PICK BETWEEN FisherMan, HairDresser, PizzaDelivery
- ScriptKey = "95a31a8935aca5f92b840d22892124cd" -- THIS IS THE KEY
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SurgeDid/Blockburg/main/loader.lua"))();
- end)
- MainSection:NewLabel("YOU NEED: BED SHOWER TV FRIDGE ON YOUR PLOT")
- MainSection:NewButton("Alternative Autofarm script (Includes Auto build", "Includes Auto Build and Auto farms FisherMan, Hairdresser, and pizza delivery", function()
- loadstring(game:HttpGet("https://vysorbloxburg.vercel.app/free.lua", true))()
- end)
- local FpsTab = Window:NewTab("Fps Unlocker")
- local FpsSection = FpsTab:NewSection("FPS Controls")
- FpsSection:NewButton("15 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(15) end
- end)
- FpsSection:NewButton("30 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(30) end
- end)
- FpsSection:NewButton("60 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(60) end
- end)
- FpsSection:NewButton("120 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(120) end
- end)
- FpsSection:NewButton("144 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(144) end
- end)
- FpsSection:NewButton("240 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(240) end
- end)
- FpsSection:NewButton("360 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(360) end
- end)
- FpsSection:NewButton("UNLIMITED FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- if cap then cap(9999) end
- end)
- local AfkTab = Window:NewTab("AntiAfk")
- local AfkSection = AfkTab:NewSection("Anti AFK Script")
- AfkSection:NewButton("Simple Anti-Afk (Only needed if using alternative Script)", "Keeps you from getting kicked out of the game", function()
- wait(0.5)
- local ba = Instance.new("ScreenGui")
- local ca = Instance.new("TextLabel")
- local da = Instance.new("Frame")
- local _b = Instance.new("TextLabel")
- local ab = Instance.new("TextLabel")
- ba.Parent = game.CoreGui
- ba.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ca.Parent = ba
- ca.Active = true
- ca.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
- ca.Draggable = true
- ca.Position = UDim2.new(0.6986, 0, 0.0981, 0)
- ca.Size = UDim2.new(0, 370, 0, 52)
- ca.Font = Enum.Font.SourceSansSemibold
- ca.Text = "Anti AFK Script"
- ca.TextColor3 = Color3.new(0, 1, 1)
- ca.TextSize = 22
- da.Parent = ca
- da.BackgroundColor3 = Color3.new(0.196, 0.196, 0.196)
- da.Position = UDim2.new(0, 0, 1.0192, 0)
- da.Size = UDim2.new(0, 370, 0, 107)
- _b.Parent = da
- _b.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
- _b.Position = UDim2.new(0, 0, 0.8005, 0)
- _b.Size = UDim2.new(0, 370, 0, 21)
- _b.Font = Enum.Font.Arial
- _b.Text = "made by ur mom"
- _b.TextColor3 = Color3.new(0, 1, 1)
- _b.TextSize = 20
- ab.Parent = da
- ab.BackgroundColor3 = Color3.new(0.176, 0.176, 0.176)
- ab.Position = UDim2.new(0, 0, 0.1584, 0)
- ab.Size = UDim2.new(0, 370, 0, 44)
- ab.Font = Enum.Font.ArialBold
- ab.Text = "Status: Active"
- ab.TextColor3 = Color3.new(0, 1, 1)
- ab.TextSize = 20
- local bb = game:GetService('VirtualUser')
- game:GetService('Players').LocalPlayer.Idled:connect(function()
- bb:CaptureController()
- bb:ClickButton2(Vector2.new())
- ab.Text = "Roblox tried to kick you but I kicked him instead"
- wait(2)
- ab.Text = "Status : Active"
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement