Mouse broadcasting problem

Ask gaming related questions (AHK v1.1 and older)
Princy
Posts: 1
Joined: 27 Jul 2018, 02:33

Mouse broadcasting problem

27 Jul 2018, 10:06

Hello
I recently tried to write a simple script for multiboxing online games and I used as a model a script made to multibox World of Warcraft
It works fine when it's about to broadcast the keyboard (it works perfectly, but it's unable to write in chat) but when it's about to broadcast the mouse it doesn't work.
Specifically, I see the click "broadcasted" on the second window, but the click has no effect on both windows : it's like I'm not clicking.
Then i thought it was a problem of the game, so I tried to use the same script to broadcast keyboard and mouse on two file explorer's windows and the problem is the same: they're two "fake clicks"
that's the script
<Hotkey Ctrl R>
<SendPC local>
<RenameWin "Esplora file" WoW1>
<RenameWin "Esplora file" WoW2>
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<KeyList MyList A-Z, 0-9, Plus, Minus, Period, Oem7, Oem4, Oem6, Oem3, Tab, Comma, Oem1, F1-F12, Backspace, Ctrl, Enter, Esc, Divide, Capslock, Oem2, Numpad0-Numpad9, except W, A, S, D, Q, E>
<Hotkey MyList; Shift MyList, except F1-F12>
<SendLabel w1, w2>
<Key %Trigger%>
<UseKeyAsModifier Delete>
<Hotkey Delete LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>
<RestoreMousePos>

and that's what autokeynet's logs say
From this pc: <CursorInfo -226 151 377 535 961 171 1536 864 961 171><SendWinM WoW1><ClickMouse LBUTTON><RestoreMousePos><SendWinM WoW2><ClickMouse LBUTTON><RestoreMousePos>
<ClickMouse LBUTTON> completed
<RestoreMousePos> completed: mouse cursor restored to 1420, 164.
<CursorInfo -226 151 377 535 961 171 1536 864 961 171> completed
<SendWinM WoW1> completed: Window found. Target set to 0xDF08D2 "WoW1"
<ClickMouse LBUTTON> completed
<RestoreMousePos> completed: mouse cursor restored to 1420, 164.
<SendWinM WoW2> completed: Window found. Target set to 0x1B083C "WoW2"
<ClickMouse LBUTTON> completed
<RestoreMousePos> completed: mouse cursor restored to 1420, 164.
<CursorInfo -226 151 377 535 961 171 1536 864 961 171> completed
<SendWinM WoW1> completed: Window found. Target set to 0xDF08D2 "WoW1"
<ClickMouse LBUTTON> completed
<RestoreMousePos> completed: mouse cursor restored to 1420, 164.
<SendWinM WoW2> completed: Window found. Target set to 0x1B083C "WoW2"
<ClickMouse LBUTTON> completed
<RestoreMousePos> completed: mouse cursor restored to 1420, 164.
I hope to hear from you soon :D :D

PS: Sorry for my english
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: Mouse broadcasting problem

27 Jul 2018, 10:34

Well, I am not sure what this is, but it is not an Autohotkey script...
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: Mouse broadcasting problem

27 Jul 2018, 10:40

It seems, you are using this software: http://www.hotkeynet.com/index.html
But their forum seems down: http://www.hotkeynet.com/phpBB3/index.php

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 84 guests