Jump to content

Recommended Posts

Posted

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)

Posted

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

Posted

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().

  • 4 months later...

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
  • Recently Browsing   0 members

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