I was wondering if anyone had the skills readily available to help with an AutoHotKey script?
Basicly I am looking for a way to randomly select a character for a few different fighting games, such as streetfighter 2 & 3, Mortal Kombat, Marvel vs Capcom and others. This could help keep my friends from always picking their best characters and whopping me

and keep us all trying new characters and learning new match-ups. I think that this could be useful to the community also, if we could get something working.
Here is what I was thinking off of the top of my head: If the player one start button, coin button, and up on the joystick were pressed at the same time the AutoHotKey script could randomly send 10 or so inputs of either up,down,left, or right.
If button 1 & 5 & up are pressed
loop 10 times
generate random number between 1 and 4
if 1 input up key
if 2 input down key
if 3 input left key
if 4 input right key
end loop
end if
Any idea if this can be done with AutoHotKey?
It does not have to be through AutoHotKey but I thought that might be the easiest way. If anyone has any other ideas I am open to them.
Any help would be greatly appreciated,
Thanks.