SDOWNS Posted December 16, 2007 Posted December 16, 2007 Hey,I was wondering if anyone has run into the problem with the Send() function not working with EQ2. I Tried to run this simple script and nothing happens. This is just an attempt to get any kind of response out of the script. Also, the WinActivate() Function works fine. If anyone can provide help, thanks in advance. WinActivate("EverQuest II (")Sleep(1000)Send('w')Send("w")Send('w', 1)Send("w", 1)ControlSend("EverQuest II (", '' , '', 'w')ControlSend("EverQuest II (", '' , '', "w")ControlSend("EverQuest II (", '' , '', 'w', 1)ControlSend("EverQuest II (", '' , '', "w", 1)
Kiesp Posted December 16, 2007 Posted December 16, 2007 i never tried everquest but my guess is that there's some sort of automation/cheat protection in the game.. like gameguard http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D
SDOWNS Posted December 16, 2007 Author Posted December 16, 2007 I don't think that is the problem. Other macro programs work with it and there have been a few that haven't. Also there are a few posts and samples that use Send().
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