Skip to content

Instantly share code, notes, and snippets.

View kikoso's full-sized avatar
💭
Learning things.

Enrique López Mañas kikoso

💭
Learning things.
View GitHub Profile
@karladler
karladler / interpol.sh
Created July 29, 2022 10:35
Fun with interpol / europol scam calls
# Playing around a bit with OSX speech synthis API to troll the spam caller.
# had some pretty funny results so far.
osascript -e "set Volume 4"
say -r 160 -v 'veena' "Hello "
osascript -e "set Volume 2"
say -r 190 -v 'veena' "I received a call from interpol about credential abusing."
sleep 1
say -r 210 -v 'veena' "It seems my passport has been stolen."
sleep 1