Layanor Posted September 25, 2017 Posted September 25, 2017 Hello! For some reason, this code will not type the letter C for me all the time. WinActivate("GAME") $select = PixelSearch (951, 191, 952, 192, 0x6701FF,1) if not(@error) Then Send("c") EndIf It will only sometimes type C. However if my cursor is not in the GAME window, it will type C. When am I doing wrong?
KickStarter15 Posted September 25, 2017 Posted September 25, 2017 Ooops! missed this Forum Rules. Programming is "To make it so simple that there are obviously no deficiencies" or "To make it so complicated that there are no obvious deficiencies" by C.A.R. Hoare.
Layanor Posted September 25, 2017 Author Posted September 25, 2017 I dont understand. What part of the rules do you mean?
Recommended Posts