Net4Hack Posted March 24, 2014 Share Posted March 24, 2014 I have this; procedure Key_Refresh; begin KeyDown(116); Wait(20 + Random(20)); KeyUp(116); end; I use scar v 3.4 but it doesn't want to work ? What am I doing wrong ? Thx #N4H Quote Link to comment Share on other sites More sharing options...
LordJashin Posted March 24, 2014 Share Posted March 24, 2014 (edited) You might need to increase OR decrease the wait between the keydown and keyup. Also, make sure you do this before attempting that: GetClient.Activate; Check out the tutorials section. Make sure you target the window with the crosshairs. Sadly, it may be whatever you're running the script for, it may not accept the keyboard input. Try VKeyDown too. Also recommend using the latest version of SCAR, if you don't have it already. Edited March 24, 2014 by LordJashin Quote Link to comment Share on other sites More sharing options...