gui529 Posted March 14, 2009 Posted March 14, 2009 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
John117 Posted March 14, 2009 Posted March 14, 2009 (edited) Can you just use Send("{F10}") It might like that f to be F -btw. its kinda fickle. Edited March 14, 2009 by Hatcheda
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