Skip to content

Instantly share code, notes, and snippets.

@AdamQuixote
Last active January 2, 2016 01:39
Show Gist options
  • Save AdamQuixote/8231536 to your computer and use it in GitHub Desktop.
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.
#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