Hi all!
It's been posted here various times, the old trick of putting a ? trough every letter to get "cool" letters. Every method so far just explained that you should use the Euro key on your keyboard bla bla bla. Behave, the "Cool Speak Macro"! If you run it everything you say will be transformed to "Cool Speak", run it again and it stops.
Code:
/run leetspeak2 = not leetspeak2 if leetspeak then return end leetspeak=true print(1) local c=SendChatMessage function SendChatMessage(s,...)c(leetspeak2 and s:upper():gsub("(.)","\1%1") or s,...)end