Ranqers Posted November 11, 2012 Share Posted November 11, 2012 i can't get SCAR to type Characters such as: Chr(13); (ENTER/Return button) it will type letters, TypeText('Welcome'); but it will not use chr. so... i type: [scar]TypeText('Welcome'); //it'll type "Welcome,"[/scar] but when i type...: [scar]TypeText('Welcome'+chr(13)); //it'll type "Welcome," but will not hit ENTER.[/scar] any help? Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 11, 2012 Share Posted November 11, 2012 Try PressVKeyEx(VK_RETURN, 100) Quote Link to comment Share on other sites More sharing options...
Ranqers Posted November 11, 2012 Author Share Posted November 11, 2012 thanks so much Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 11, 2012 Share Posted November 11, 2012 You might want to randomize the interval a bit and maybe make it a bit smaller. Quote Link to comment Share on other sites More sharing options...
Ranqers Posted November 12, 2012 Author Share Posted November 12, 2012 okay thanks;) Quote Link to comment Share on other sites More sharing options...