#Requires AutoHotKey v2.0 #SingleInstance Force t:: { x := 917 + Random(-15, 15) y := 540 + Random(-15, 15) MouseMove(935,536,11) Click() return }