Quote Originally Posted by Jabberie View Post
Botting is the use of software to control/react in the game without human interaction. This would also include repeater macros, commonly made on keyboard/mouse software.

Unless you're planning on coding Hotkeynet to interact with the game executable and/or memory in some way to create an automation, there is nothing wrong with it.

But then again, you're example is quite limited so hard to tell where you're going with it.

Last edit: You really shouldn't be going into something with this sort of mentality. Normal multiboxing does not even get close to botting and such.
Perhaps I am being a bit too paranoid about basic multiboxing functionality.

My example is a snippet from HotKeyNet script that checks if the mouse is over a character portrait in game. Such that I can click/type a hotkey while the cursor is over a window region and have it trigger a corresponding macro to heal that specific group member on my healer.

Code:
<HotKey ScrollLockOn Button5>
    <If MouseIsOverWindowRect WoW1 28 30 224 57>
        <SendLabel w2>
            <Key Alt 1>
    <Else If MouseIsOverWindowRect WoW1 18 165 136 40>
        <SendLabel w2>
            <Key Alt 2>
    <Else If MouseIsOverWindowRect WoW1 18 240 136 40>
        <SendLabel w2>
            <Key Alt 3>
    <Else If MouseIsOverWindowRect WoW1 18 315 136 40>
        <SendLabel w2>
            <Key Alt 4>
    <Else If MouseIsOverWindowRect WoW1 18 390 136 40>
        <SendLabel w2>
            <Key Alt 5>
    <Else>
        <SendFocusWin>
            <Key %Trigger%>