So I'm looking at these A9s, and my older AHK works fantastic for them, but I'm a bit confused - apparently someone doesn't know their animals very well. spider monkeys are not apes, tasmanian wolves are not coatls, and a few other problems like these..
anyway, if anyone wants the AHK
draw the bounding box
type 0 if there's none, then push enter
type 1 if there's 1, then push enter
type 2 if there's more than 1, then push enter
it defaults at no person face, not plain background, no watermark
pushing 9 toggles the background color to/from plain/blank
pushing 6 toggles the presence of a watermark
pushing 7 toggles that a person's face is in it
pushing 8 instead of a quantity present will say it didn't load.
if you don't have a numberpad, you can remove the word "numpad" in the code, to use the top numberline.
Code:
numpad0::
send {tab}{space}
send {tab}
return
numpad1::
send {tab}{down}{tab}
send {tab}{right}
send {tab}{right}
send {tab}{right}
send {tab}
return
numpad2::
send {tab}{down 2}{tab}
send {tab}{right}
send {tab}{right}
send {tab}{right}
send {tab}
return
numpad8::
send {tab}{up}
send {tab}
return
numpad6::
send {shift down}{tab}{shift up}
send {left}{tab}
return
numpad9::
send {shift down}{tab 2}{shift up}
send {left}{tab 2}
return
numpad7::
send {shift down}{tab 3}{shift up}
send {left}{tab 3}
return