Guest Sin Fiery Posted June 10, 2004 If you want to make a script where on a game you can repeatly press a? what would that be Share this post Link to post Share on other sites
arsi 0 Posted June 10, 2004 (edited) If you want to make a script where on a game you can repeatly press a? what would that beReally simple: While 1 Send("A") ; Make a delay of 1000 ms Sleep(1000) Wend Edited June 10, 2004 by arsi Share this post Link to post Share on other sites
SlimShady 1 Posted June 10, 2004 (edited) It doesn't have to be a capital "A". Edited June 10, 2004 by SlimShady Share this post Link to post Share on other sites