beast Posted March 15, 2012 Share Posted March 15, 2012 I am currently in the process of writing my first script that will play LoL custom games to level up. The issue I am having is that the occasional person will join my game throwing everything off. What I need to do is to have my script type a password for my custom game. How should I go about putting this into my script. Quote Link to comment Share on other sites More sharing options...
sjesper Posted March 15, 2012 Share Posted March 15, 2012 You can use: - SendKeys - KeyDown (For shift and other thing) - KeyUp (For pressing key up again) Quote Link to comment Share on other sites More sharing options...