Skip to content

Instantly share code, notes, and snippets.

@Hans5958
Last active May 22, 2021 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hans5958/93a9d8c29480643f06a08252b7177365 to your computer and use it in GitHub Desktop.
Save Hans5958/93a9d8c29480643f06a08252b7177365 to your computer and use it in GitHub Desktop.
Old AutoHotKey script for blind shoot on Club Penguin Rewritten.
#NoEnv
SendMode Input
Esc::ExitApp
^t::
Loop 1000
{
Random, x, 301, 1156
Random, y, 304, 667
Send, T
Click %x%, %y%
MouseMove, 680, 621
Send, S
}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment