Guest mark24 Posted April 25, 2004 Posted April 25, 2004 I have to use that fuktion: Send("{ENTER}") - dont working in this game I easy can send letters, numbers, etc - no problem Maybe keyboard is remapped, but i send all ASCII code to mu chat in game and was exactly zero ENTER, i saw TAB, left, right, ALT+TAB but i just need send ENTER to my game I tried with NUMPADENTER - dont working too Any help, suggestion? This funktion in game work only with keystroke (ENTER), cant change this in game, cant use mouse Or just have to gave up ?
scriptkitty Posted April 25, 2004 Posted April 25, 2004 you could try: $x=@crlf send($x) or $x=@cr send($x) or $x=@lf send($x) AutoIt3, the MACGYVER Pocket Knife for computers.
Guest mark24 Posted April 25, 2004 Posted April 25, 2004 still not working I think they blocked it :/
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