AutoHotKey - Send enter after key is pressed.

c::
PixelGetColor, bankOne, 228, 63 ;
PixelGetColor, bankTwo, 439, 60 ;
PixelGetColor, tabList, 1010, 148 ;
if (GetKeystate("c") == 1 && bankOne="0x213947" && bankTwo="0x1A455A")
{
if(tabList!="0x0C1023"){
MouseMove, 640, 140
Click
}

send, C
send, {enter}
}

Is something like this allowed?

Makes it slightly easier to navigate between stash tabs by sending Enter after I've pressed a key such as C for Currency tab, or E for essence tab etc.
Last edited by shimal#4934 on Mar 17, 2019, 11:34:48 PM
Last bumped on Mar 18, 2019, 12:28:43 PM
well, you are pressing 1 key and doing multiple actions.
That's normaly what people get banned for but write an e-mail to GGG support and ask them. Remember to save that e-mail if they say it's ok so later if you get banned you have proof.
Alright will contact them thanks :)

Report Forum Post

Report Account:

Report Type

Additional Info