Jump to content

Impossible mouse command?


Recommended Posts

Hello,

I have been browsing through the forum and autoit help manual to find out if it's possible for Autoit to click on the left and right mouse button at the same time. So far I have not found a solution and I'm not sure how to proceed.

This is the last thing I tried and it really messed up my desktop among other things.

 

Global $Paused, $Runner

HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{Delete}", "Terminate")
 
 
While 1
    Sleep(100)
MouseClick("left", "right", 2230, 320, 1))
   Sleep(6000)
 
 
 
WEnd
 
 
Func TogglePause()
    $Paused = Not $Paused
    While $Paused
        Sleep(100)
        ToolTip('Script is "Paused"', 0, 0)
    WEnd
    ToolTip("")
 EndFunc
 
 
Func Terminate()
    Exit 0
EndFunc
 

 

Best regards,

Tf

Link to comment
Share on other sites

Wouldn't doing a MouseDown for left and then a MouseDown for right accomplish this?

MCR.jpg?t=1286371579

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Link to comment
Share on other sites

 

No, strangely enough not even X-mouse button control seems to be able to do it properly.

 

https://mega.co.nz/#!nhJ0yQRC!DwF0udtTncoxk3EtyK2KlDtSJPt9tfoIN-riuWbMoMs - Application name is 'Tibia Player' a custom game where automated actions is allowed though not supported. What I'm trying to accopmlish is to simply 'look' at something, anything.

Edit: Grammar (it's 3 am!)

Edit2: I found a setting in the game that does just what I was asking for so anymore help is not needed, though I'm curious to know if my request is possible.

Edited by Tenderfoot
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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