Jump to content

DirectX Problems


Recommended Posts

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 by LxP
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...