ZalgoText is a Bash script that generates Zalgo text by adding diacritical marks to characters. Zalgo text is a type of distorted, glitched text commonly used in horror and meme culture. This script allows you to control the intensity and color of the effect.
- Download the script
git clone https://github.com/BuriXon-code/ZalgoText cd ZalgoText - Grant execution permissions
chmod +x zalgo.sh
- Run the script
./zalgo.sh Your text here
./zalgo.sh [-c <ANSI 256color|crazy>] [-l <0-100>] [-n] <text>-c <0-255|crazy>→ Sets text color using ANSI 256-color codes. Use"crazy"for random colors.-l <0-100>→ Controls the intensity (default:10). Higher values add more distortion.-n→ Disables automatic newlines.<text>→ The text to be transformed into Zalgo text.
./zalgo.sh "Hello, World!"./zalgo.sh -l 50 "Fear me!"./zalgo.sh -c 196 "Red text"./zalgo.sh -c crazy "Insanity!"./zalgo.sh -n "Inline Zalgo"Note
All parameters MUST be placed before the text! Otherwise, the script will not interpret them correctly.
Warning
Generating extremely high levels of distortion (e.g., -l 100) can cause performance issues or even freeze the terminal.
For any issues, suggestions, or questions, reach out via:
- Email: support@burixon.dev
- Contact form: Click here
- Bug reports: Click here
If you find this script useful, consider supporting my work by making a donation:
Your contributions help in developing new projects and improving existing tools!


