Skip to content

Instantly share code, notes, and snippets.

@karljakober
Created September 12, 2023 15:37
Show Gist options
  • Save karljakober/da86d1c6ffd27f714738ebaa2aee7d53 to your computer and use it in GitHub Desktop.
Save karljakober/da86d1c6ffd27f714738ebaa2aee7d53 to your computer and use it in GitHub Desktop.
Instantly sell fish on chillquarium. Previously tedious. You will need to change coordinates using WindowSpy included with AHK
#IfWinActive Chillquarium
s::
{
Click
MouseGetPos x, y
MouseMove, 1258, 446, 0
Click
MouseMove %x%, %y%, 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment