Jump to content

Not Sending Key.


Recommended Posts

This is from a bot im writing for a game called archlord, the controlsend f10 its not working at all.. I am using other control send codes in the game and they work..only this one doesnt, anyone know y?

;===============PAUSE and UNPAUSE=======
Func TogglePause() 
    $UnPaused = NOT $UnPaused 
ControlSend($GameTitle, "", "", "{f10}")       ;===========NOT WORKING
If $UnPaused Then Call ("Prebuff")

    While $UnPaused
call ("Attack")
call("Pickup") 
call ("Rebuff")
wend
endfunc
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...