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("Eq hub connecting - brookhaven", "BloodTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Heyyyy")
- local Section = Tab:NewSection("before using this make you avatar to 0.5")
- local Section = Tab:NewSection("Need to do because this script i make is issue")
- Section:NewButton("Start script", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-86.3323898, 17.8790073, -129.180466, -0.987687945, -0.0271274671, -0.154069275, 3.72668728e-05, 0.984809637, -0.17363748, 0.156439245, -0.171505332, -0.972683549)
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Eq hub - brookhaven", "BloodTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Kill Player !")
- Plr = {}
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- table.insert(Plr,v.Name)
- end
- local drop = Section:NewDropdown("Select player to kill", "Click To Select", Plr, function(t)
- PlayerTP = t
- end)
- Section:NewButton("Kill (you need to have sofa)", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
- wait(0.6)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-99999999999, -105.695007, 132.14679, 0.829032242, 0.559200764, 3.05976577e-08, 4.23192978e-06, -1.37090683e-05, 1, 0.559200764, -0.829032242, 0)
- end)
- local Section = Tab:NewSection("Equip the Couch")
- local Weaponlist = {}
- local Weapon = nil
- for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
- table.insert(Weaponlist,v.Name)
- end
- Section:NewDropdown("select Couch to kill the player", " ", Weaponlist, function(currentOption)
- Weapon = currentOption
- end)
- Section:NewToggle("Equip", " ", function(a)
- AutoEquiped = a
- end)
- spawn(function()
- while wait() do
- if AutoEquiped then
- pcall(function()
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild(Weapon))
- end)
- end
- end
- end)
- -- FIX BUGS BY KICK PLAYER HUMANOID
- local Section = Tab:NewSection("Go to")
- 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 Section = Tab:NewSection("car")
- Section:NewButton("Make car no clip (is will be noclip and go to the void)", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-99999999999, -105.695007, 132.14679, 0.829032242, 0.559200764, 3.05976577e-08, 4.23192978e-06, -1.37090683e-05, 1, 0.559200764, -0.829032242, 0)
- wait(0.6)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(100.050018, -2.5, -61, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- end)
- local Section = Tab:NewSection("Player")
- Section:NewButton("make people go to void (using couch make people sit first)", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-99999999999, -105.695007, 132.14679, 0.829032242, 0.559200764, 3.05976577e-08, 4.23192978e-06, -1.37090683e-05, 1, 0.559200764, -0.829032242, 0)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9999999, -2.5, -61, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- end)
- 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)
- local Section = Tab:NewSection("Equip the Couch first")
- Section:NewButton("Kill player v2", "", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
- wait(0.4)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-99999999999, -105.695007, 132.14679, 0.829032242, 0.559200764, 3.05976577e-08, 4.23192978e-06, -1.37090683e-05, 1, 0.559200764, -0.829032242, 0)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9999999, -2.5, -61, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- end)
- -----------------------------------------
- local Tab = Window:NewTab("All")
- local Section = Tab:NewSection("ALL")
- Section:NewButton("AHHHH", "", function()
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement