From 1e9915d2ce9baa31506a8c04929d6e44a29f106b Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 10 Jun 2024 23:19:04 -0500 Subject: Initial Commit --- src/main.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..6e0bc8f --- /dev/null +++ b/src/main.c @@ -0,0 +1,15 @@ +/*** + * SLOTS - Feelin' Lucky? + * + * SLOTS is ransomware that uses (shitty) encryption to "encourage" the reluctant gambler. You get 3 free spins to get a jackpot, further spins "cost" money. + * This malware is meant primarily as a joke, not as something meant to damage someone's system. While it CAN damage someone's computer and lock their files away, it + * also prints out the key required to decrypt affected files if someone isn't too keen on losing their shit + * + * +*/ + +int main() { + + + return 0; +} \ No newline at end of file -- cgit v1.2.3