π Troll Script
A Linux prank script that creates controlled chaos on your desktop: fake notifications, random volume changes, moving windows, cursor trolling, and even cow invasion π
- Sends constant system notifications: "I'm watching you ποΈ"
- Randomly changes system volume
- Randomly moves your mouse cursor
- Moves the active window around the screen
- Periodically toggles Caps Lock
- Makes the active window jump around the screen
- Runs all effects simultaneously
-
Spawns animated cows with random
fortunemessages -
Appears in random positions on screen
-
π Installation & Usage Bash chmod +x troll.sh ./troll.sh Then choose an option from the menu. π Cow Invasion (Mode 8) When selecting option 8: The script checks for required tools: xcowsay fortune-mod If missing, they will be installed automatically (requires sudo) Then a continuous loop starts: Random cow positions on screen Random cow sizes (small / medium / large) Random fortune messages Infinite spawn until stopped (Ctrl + C) π Safety Warning Do NOT run this on: school computers work machines shared systems Some effects may require restarting your session to fully stop π§ Controls Press Ctrl + C to stop most running modes Some background processes may need manual killing: Bash pkill xdotool pkill xcowsay π Author Made for fun, experimentation, and learning Linux scripting.
Install dependencies before running:
sudo apt install xdotool libnotify-bin pulseaudio-utils fortune-mod xcowsay
Here's the script, put it into the console:
curl -O https://raw.githubusercontent.com/MrVPNru/TrollPC/main/troll.sh && chmod +x troll.sh && ./troll.sh