Most players on platforms like Reddit warn that even if a script "works" for a day, the automated detection systems will eventually catch up, leading to a ban.
Users on forums like Reddit have reported being banned simply for having AHK active in the background while the game is running, regardless of whether they were actively using a cheat script.
Here's an example script to get you started:
; Check if the event is a mouse down event if (wParam = 0x0002) ; Get the cursor position MouseGetPos, x, y