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("what's Gui da hood V2", "Sentinel")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main")
- Section:NewToggle("auto drop", "auto drop", function(state)
- if state then
- _G.loop = true
- while _G.loop == true do wait()
- game:GetService("ReplicatedStorage").MainEvent:FireServer("DropMoney","10000")
- end
- else
- _G.loop = false
- while _G.loop == true do wait()
- end
- end
- end)
- Section:NewButton("block", "block", function()
- game:GetService("ReplicatedStorage").MainEvent:FireServer("Block",true)
- end)
- local Tab = Window:NewTab("Scripts")
- local Section = Tab:NewSection("Scripts")
- Section:NewButton("Fly(C)", "Fly", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XaPTcSfb", true))()
- end)
- Section:NewButton("Chatspy", "Chatspy", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/y4884QqX", true))()
- end)
- Section:NewButton("Cash Counter", "Counter", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Crostide/Counter/main/Cash"))()
- end)
- Section:NewButton("godmode V3", "godmode V3", function()
- if not game['Loaded'] or not game:GetService('Players')['LocalPlayer'] then
- game['Loaded']:Wait();
- game:WaitForChild(game:GetService('Players'));
- game:GetService('Players'):WaitForChild(game:GetService('Players').LocalPlayer.Name)
- end
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Linux6699/DaHubRevival/main/godv3.lua'))()
- end)
- local Tab = Window:NewTab("Player")
- local Section = Tab:NewSection("Select Player!")
- Plr = {}
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- table.insert(Plr,v.Name)
- end
- local drop = Section:NewDropdown("Select Player!", "Click To Select", Plr, function(t)
- PlayerTP = t
- end)
- Section:NewButton("Click To TP", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
- end)
- Section:NewToggle("Auto Tp", "", function(t)
- _G.TPPlayer = t
- while _G.TPPlayer do wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
- end
- end)
- Section:NewButton("Refresh Dropdown","Refresh Dropdown", function()
- drop:Refresh(Plr)
- end)
- local Tab = Window:NewTab("Teleport")
- local Section = Tab:NewSection("Teleport")
- Section:NewButton("Bank", "Bank", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-462.6618347167969, 39.04584884643555, -285.1705017089844)
- end)
- Section:NewButton("Admin Lair", "Admin Lair", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-871.1184692382812, -32.651187896728516, -645.2445068359375)
- end)
- Section:NewButton("Safe Zone", "Safe Zone", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(207.48085021972656, 38.24801254272461, 200014.953125)
- end)
- Section:NewButton("UFO", "UFO", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.63536834716797, 138.99803161621094, -694.84130859375)
- end)
- Section:NewButton("Klub", "Klub", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-265.6568603515625, 0.02608633041381836, -422.1231994628906)
- end)
- local Tab = Window:NewTab("ToggleUI")
- local Section = Tab:NewSection("ToggleUI")
- Section:NewKeybind("ToggleUI", "ToggleUI", Enum.KeyCode.V, function()
- Library:ToggleUI()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement