Hi, would anyone be willing to modify the standard code (or tell me how) to allow modifiers such as control/shift/alt?
Regarding legality:
First of all, this is absolutely the type of thing that you would never just outright receive a 'no questions asked' ban for, atleast at this point in time where the 'rules' haven't even come close to being defined. Every time someone in this thread has cited a GM response, it has been vague and obviously based on the idea that is is being used to completely automate a number of things.
edit: I figured it out
for example: alt+4
$!4::
Loop
{
if not GetKeyState("4", "P")
break
Send {Alt Down}4{Alt Up}
sleep 1
}
return
notice the ! infront of the initial 4