Skip to content

Instantly share code, notes, and snippets.

044a8ae8139044a9e41a124261bab086ba052c979e7ed8e00dbb2c85d1b1c9f353b32e51bf7069c4192512eb3f51c4eecce1bbfe50a256225f9a3e01278b25d25c;tomatopeel
@karljakober
karljakober / chillquarium_sell.ahk
Created September 12, 2023 15:37
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
}