; Cast or hook when idle if !GetKeyState("LButton", "P")
#SingleInstance Force F8:: ; Press F8 to start/stop cách auto shake trong fisch trên máy tính
ShakeFish()
static toggle := false toggle := !toggle if toggle SetTimer(ShakeFish, 50) ; Check every 50ms ToolTip("AutoShake ON - Press F8 to stop") else SetTimer(ShakeFish, 0) ToolTip("AutoShake OFF") Sleep(1000) ToolTip("") ; Cast or hook when idle if