gui529 Posted April 8, 2009 Posted April 8, 2009 (edited) Hey I have been working on a script for a while but for some reason the key f10 does not send to the game..i tried wth all other keys and they work...what f10 does is set the camera view t aereo video..it does if i manually press it in game...here is the script... every other f key sends to game but f10 doesnt....but if i change the hotkey in game of aereo view to F[x] that key wont send....anyone know how i can get tru that? While 1 ControlSend("Archlord", "", "", "{F10}") Sleep(2500) WEnd Edited April 8, 2009 by gui529
Marlo Posted April 8, 2009 Posted April 8, 2009 Try using WinActivate("Archlord") Followed by a normal Send("{f10}") function. This seems to work for me. (or if the game is fullscreen you do not need to specify the window.) Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
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