tW34k Posted November 29, 2007 Posted November 29, 2007 Is this possible? I do realize this question might sound very lame but I cannot find out how. Lets say I want too press both A and D at the same time, how would that go? Send("AD") did not work.
Nihilum Posted November 29, 2007 Posted November 29, 2007 Replying this post because I wanna know if Key Send + MouseClick at exact same time if possible too.
tW34k Posted November 29, 2007 Author Posted November 29, 2007 I guess you're trying too implent something into a game too?
AlmarM Posted November 29, 2007 Posted November 29, 2007 @tW34k Send("{D DOWN}") Send("{A DOWN}") Sleep(100) Send("{D UP}") Send("{A UP}")oÝ÷ ØØ¡[¦jëh×6Send("{KEY DOWN}") MouseClick() Sleep(100) Send("{KEY UP}") Something like that? Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now