RoSPLOITkrnl

ROBLOX DA HOOD JUMPSCARE SCRIPT [FE]

Mar 22nd, 2023
1,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. --[[
  2.  
  3. YOU NEED BOOMBOX FOR THE SOUNDS TO WORK
  4. AND YOU NEED GODV3 FOR THE SOUNDS TO BE FE GET IT AT #>godv3 AT DISCORD.GG/NOVAGUI
  5. Controls:
  6. X - Go invis
  7. B - Jumpscare
  8. H - Jumpscare Mouse
  9. C - Play humming sound
  10. V - Play footsteps sound
  11. Z - Play Scary Music
  12. T - Walk Thingy (TURNED OFF ATM WILL UPDATE IN FUTURE)
  13. J - Attacks While In Mimic
  14. Q - Scary Laugh
  15. Do "/e mimic" to wear a mask use mimic anims and go titan mode (must be fat to use titan mode)
  16.  
  17. Give suggestions on what to add at discord.gg/novagui
  18. Made by Icxy#0001
  19.  
  20. ]]
  21.  
  22. -- this picks a random jumpscare sound when u Jumpscare Someone
  23. -- get some jumpscares here: https://www.roblox.com/develop/library?CatalogContext=2&Keyword=jumpscare&SortAggregation=5&LegendExpanded=true&Category=9
  24. getgenv().JumpscareSound = {
  25. "8280196339", -- put audios in like this for a random jumpscare sound
  26. "7588947168" -- make sure to not put a "," on the last id
  27. }
  28.  
  29. getgenv().Settings = {
  30. ['HoverAnims'] = 'On', --[On / Off]
  31. ['DaMimicSpeed'] = '100', -- MUST BE A NUMBER
  32. }
  33.  
  34. loadstring(game:HttpGet("https://icxy.xyz/NovaGui/NovaMimic", true))()
Add Comment
Please, Sign In to add comment