LxP Posted August 23, 2005 Posted August 23, 2005 (edited) The problem seems to be that the window contains no standard Microsoft controls (which is no surprise because it's a game). Your best bet would be to change the ControlSend() command back to the original Send() one and introduce some larger delays to the key sending mechanism.Give this script a try and let us know how it goes (Edit: if this doesn't work then try increasing the delay from 50 to 100):opt("sendKeyDownDelay", 50) hotkeySet("{PAUSE}", "halo") func halo() send("text", 1) endFunc while (1) sleep(0x7fffffff) wEnd Edited August 23, 2005 by LxP
rakudave Posted August 23, 2005 Posted August 23, 2005 (edited) i think the problem is halo, not the script. i wrote a "trainer" with autoit, that sends cheatcodes to GTA Vice City, and it worked... Edited August 23, 2005 by rakudave Pangaea Ruler new, UDF: _GUICtrlCreateContainer(), Pangaea Desktops, Pangaea Notepad, SuDoku, UDF: Table
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