Jump to content

Key broadcasting to multiple WoW instances.


Recommended Posts

Hey all Ive gotten my code to work for sending my key presses to one instance of World of Warcraft. But, Im trying to get it to send the same key press to multiple wow windows with controlsend().

The reason behind this is for multi-boxing. It's just to send key presses to each character with one keyboard. I know I could just pay for a $20 pre written program for this, but the nut in me says to write it myself. Ive read a bunch of past posts and the help file but Im stumped on this one.

thanks in advance.

MS

$answer = MsgBox(4, "Hawk Keys", "Start Hawk Keys key broadcaster?")

HotKeySet("{PAUSE}", "Terminate")
HotKeySet("d", "ShowMessage")

If $answer = 7 Then
    MsgBox(0, "Hawk Keys", "Later!")
    Exit
EndIf


While 1
    Sleep(100)
WEnd

Func ShowMessage()

ControlSend( "World of Warcraft", "", "", "d" )
sleep(300)



EndFunc

; Finished!

Func Terminate()
    MsgBox(3, "Hawk Keys", "Do you really want to quite?" )
    Exit
EndFunc
Link to comment
Share on other sites

I thought warden being on made you get banned in WoW for AI?

depends on the extent I would believe. I have heard of people 4 or 5 boxing using voice recognition/command software. those are sorta like keymapping or voice-activated macros, but without relooking at the TOS, unless it completely automates the game (like fishing bots), I don't think it will get u banned.

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