Print Malware is a playful project that sends friendly cat-themed messages to your printer. It's harmless and designed for fun.
To run the Print Malware program, follow these steps:
-
Clone the repository:
git clone https://github.com/withervt/print-malware.git
-
Navigate to the project directory:
cd print-malware
-
Build and run the program:
dotnet run
More Info
If you want to hide the console window, use the --hide argument:dotnet run -- --hide
-
Enjoy the surprise messages sent to your printer!
Feel free to customize the messages in the vars.cs
file in the PrintMalware
namespace.