Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Consistt/Ui/main/UnLeaked"))()
- library.rank = "Buyer"
- local Wm = library:Watermark("ZeroHub | Z" .. library.version .. " | " .. library:GetUsername() .. " | rank: " .. library.rank)
- local FpsWm = Wm:AddWatermark("fps: " .. library.fps)
- coroutine.wrap(function()
- while wait(.75) do
- FpsWm:Text("fps: " .. library.fps)
- end
- end)()
- local Notif = library:InitNotifications()
- local LoadingXSX = Notif:Notify("Loading Zero Hub, please be patient.", 5, "information")
- library.title = "ZeroHub"
- library:Introduction()
- wait(1)
- local Init = library:Init()
- local Tab1 = Init:NewTab("Main")
- -- Create Fly Button
- local FlyButton = Tab1:NewButton("Fly", function()
- -- Execute the loadstring for flying functionality
- loadstring(game:HttpGet("https://pastebin.com/raw/5bx8f7Fx"))()
- end)
- -- Create Day Button
- local DayButton = Tab1:NewButton("Day", function()
- -- Execute the loadstring for Day functionality
- loadstring(game:HttpGet("https://pastebin.com/raw/PCijEXet"))()
- end)
- -- Create Noclip Button
- local NoClipButton = Tab1:NewButton("Noclip", function()
- -- Execute the loadstring for Noclip functionality
- loadstring(game:HttpGet("https://pastebin.com/raw/j5bVdYUR"))()
- end)
- local Tab1 = Init:NewTab("AutoFarm")
- -- Create AutoFarm Toggle
- local AutofarmToggle = Tab1:NewToggle("Bin Job", false, function(state)
- local autofarmScript = loadstring(game:HttpGet("https://pastebin.com/raw/ahvh2j2q"))() -- Load the script
- if state then
- -- Executes the autofarm when toggled on
- autofarmScript.startAutofarm()
- else
- -- Stops the autofarm when toggled off
- autofarmScript.stopAutofarm()
- end
- end)
- local FinishedLoading = Notif:Notify("Loaded ZeroHub V1", 4, "success")
- -- // FUNCTION DOCS:
- --[[ The rest of your documentation remains unchanged. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement