Page 1 of 1

HUD interfering with my AHK script

PostPosted: Sun Aug 01, 2010 6:13 pm
by thedrizzle901
i have an AHK script that performs some simple funcitons for me on pokerstars. ESC: highlight bet amount, F1: fold, F2: check/call, F3: bet/raise, F4: sit out

my script runs fine while PT3 is doing auto import on pokerstars. but as soon as i fire up the HUD, my autohotkeys stop working. if i stop the HUD, my autohotkeys start working again. i posted my problem on 2+2 and got this response:


The handful of people that would say 'HM/HUD disrupts my AHK sctipts', were usually solved by simply setting autohotkey.exe to always run as admin on the properties compatibilty tab. Not sure if it will help with PT3 but it is something simple to try.

Re: HUD interfering with my AHK script

PostPosted: Mon Aug 02, 2010 2:31 am
by WhiteRider
I assume that you tried running PT3, your poker site and your script all as Administrator? That really should make it work, although it might depend on how your script interacts with the table window since PT3's HUD is doing that too.
If Run as Admin doesn't help then please attach your script to a Support ticket so that we can investigate further.

Re: HUD interfering with my AHK script

PostPosted: Mon Aug 02, 2010 5:58 pm
by thedrizzle901
problem solved. just run as admin.

Re: HUD interfering with my AHK script

PostPosted: Tue Aug 03, 2010 2:34 am
by WhiteRider
Thanks for the update.