Log in

View Full Version : [AutoHotKey] Mouse Clicks



kaiverrettu
01-31-2011, 03:51 PM
Hey, im relatively now to all this, but im basically looking a code that could broadcast mouse click on my other toons on the exact position of their character(right in the middle of the screen, or similar), for casting the spell Force of Nature.

If anyone has the code, I would greatly appreciate it, if you would post it.

MiRai
01-31-2011, 04:23 PM
Using code to place your mouse cursor at a pre-determined set of coordinates is illegal is World of Warcraft. However, by
using the built in "SetView" feature of the game you can give whichever window(s) you'd like identical camera angles and
then use a mouse broadcasting solution to easily cast your AOE spell.

kaiverrettu
01-31-2011, 05:09 PM
Using code to place your mouse cursor at a pre-determined set of coordinates is illegal is World of Warcraft. However, by
using the built in "SetView" feature of the game you can give whichever window(s) you'd like identical camera angles and
then use a mouse broadcasting solution to easily cast your AOE spell.

Do you know how can I broadcast a mouse click using AutoHotKey? Im using the following script as a basis: http://www.dual-boxing.com/wiki/index.php/AutoHotKey

Also, would it be possible and legal to just make the other windows click where I click?

Ualaa
02-01-2011, 02:48 AM
Hot Key Net, is script based like AHK.
www.hotkeynet.com

Quite a few boxers use HKN, not as many AHK but some do I am sure.
Here is how to accomplish the mouse stuff with HKN: http://www.dual-boxing.com/showpost.php?p=303094&postcount=11

Not sure that that helps you exactly, but it gives a point of reference maybe.

kaiverrettu
02-01-2011, 07:37 AM
Hot Key Net, is script based like AHK.
www.hotkeynet.com (http://www.hotkeynet.com)

Quite a few boxers use HKN, not as many AHK but some do I am sure.
Here is how to accomplish the mouse stuff with HKN: http://www.dual-boxing.com/showpost.php?p=303094&postcount=11

Not sure that that helps you exactly, but it gives a point of reference maybe.
Hmm alright thanks anyways. I'll look into it :)

kaiverrettu
02-05-2011, 01:01 PM
Owell, it's not working, but thanks anyway. I pasted it into that premade macro from HotkeyNet's site, it says 0 errors but it's still not working. I hold down the key wich I have defined to be the one that should initiate the mouseclick, and click, but nothing happens.

Could somoeone just please give me software I can use to simply send left click into all of my WoW windows? Please? I'd be happy to get the force of nature work before the PTR's go down.

Khatovar
02-06-2011, 02:57 AM
What code exactly did you use? The code linked doesn't use a held key, it is based off of screen coordinates.

This is the code you want for a held key
http://www.dual-boxing.com/showpost.php?p=301439&postcount=2

kaiverrettu
02-06-2011, 02:07 PM
What code exactly did you use? The code linked doesn't use a held key, it is based off of screen coordinates.

This is the code you want for a held key
http://www.dual-boxing.com/showpost.php?p=301439&postcount=2

Aight, got it working now. Thanks.