1/1000 (configurable) chance on certain actions to trigger a withered foxy jumpscare.
jumpscare/volume warning (for video and plugin)
1 messages · Page 1 of 1 (latest)
1/1000 (configurable) chance on certain actions to trigger a withered foxy jumpscare.
jumpscare/volume warning (for video and plugin)
my face when I miss the jumpscare and volume warning and play the video: 
peak
this is amazinf
Best plugin
the baron of whenever, somewhat wherever
2 if u have basic reading comprehension skills
pretty sure you need coding knowledge yourself
If you need coding knowledge to follow simple steps, then you have other problems
that was a guess
Then your guess is absolutely incorrect
their guess was incorrect right after i sent those messages i went to the steps and built vencord and installed the plugins in 2 minutes 😭
but uh this plugin is idk the behaviour is weird
when the jumpscare plays it always ends abruptly after like 2 seconds always
SOMETIMES plays the full jumpscare but rarely
:(
getting the same behavior lately. first time i got jumpscared it played the full thing
now more often than not it just ends abruptly after like 1 second
just not the same man :(
video just in case: Desktop 2025.11.22 - 18.01.53.10.mp4
(volume warning)
might've found a possible fix but unsure how reliable it is- so far so good tho
not sure if im allowed to share as i had to ask ai to make the necessary changes to the code
well lets see what it is
updated WitheredFoxy function
old:
return <>
<img
src="https://i.imgur.com/bGGEAtL.gif"
id="foxy-jumpscare"
style={{
position: "absolute",
inset: 0,
width: "100vw",
height: "100vh",
pointerEvents: "none",
zIndex: 1000000
}}
/>
<audio src="https://i.imgur.com/Mbfzdyn.mp4" autoPlay />
</>;
}```
new:
```function WitheredFoxy() {
const audioRef = React.useRef(null);
React.useEffect(() => {
if (audioRef.current) {
audioRef.current.play();
}
}, []);
return <>
<img
src="https://i.imgur.com/bGGEAtL.gif"
id="foxy-jumpscare"
style={{
position: "absolute",
inset: 0,
width: "100vw",
height: "100vh",
pointerEvents: "none",
zIndex: 1000000
}}
/>
<audio ref={audioRef} src="https://i.imgur.com/Mbfzdyn.mp4" />
</>;
}```
if you want to pr that go ahead
would like to put honestly don't know how sorry
^ potential fix if u wanna take a look
hah
no
so uh the sound doesnt work
this scaared me as a fnaf fan
i set it to golden freddy's chancee