Jak8222 Posted August 22, 2014 Share Posted August 22, 2014 I am trying to make a bot for Puzzlepirates and it would be really helpful if the bot could press the escape key down. I have tried the KeyDown(27) but gives an error saying its wrong. I also tried KeyDown(VK_Escape) which compiles but gives no output. Any help please? Jack Quote Link to comment Share on other sites More sharing options...
lovromirnik Posted May 26, 2015 Share Posted May 26, 2015 VKeyDown(VK_ESCAPE); And don't forget to use VKeyUp afterwards also Quote Link to comment Share on other sites More sharing options...