-
-
Save AdamQuixote/8231536 to your computer and use it in GitHub Desktop.
Autohotkey l33tspeak prank. Pretty simple really. Compile as an executable and run. If you're feeling really evil, make it run on startup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
*A::Send,4 | |
*B::Send,|3 | |
*C::Send,`{ | |
*D::Send,|) | |
*E::Send,3 | |
*F::Send,f | |
*G::Send,6 | |
*H::Send,|-| | |
*I::Send,`! | |
*J::Send,_| | |
*K::Send,|< | |
*L::Send,|_ | |
*M::Send,/\/\ | |
*N::Send,/\/ | |
*O::Send,0 | |
*P::Send,|* | |
*Q::Send,Q | |
*R::Send,|2 | |
*S::Send,$ | |
*T::Send,† | |
*U::Send,µ | |
*V::Send,\/ | |
*W::Send,\/\/ | |
*X::Send,>< | |
*Y::Send,`% | |
*Z::Send,2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment