Jump to content

Mouse Loc Finder + auto vote


Crackeraki
 Share

Recommended Posts

Hi guys, i am new here, so dont be angry with me if some1 else make same script before me.

Mouse Location Finder Script:

Mouse Loc Finder.au3

HotKeySet("{ESC}", "Stop") ;script end with key ESC
HotKeySet("{TAB}", "getpos") ;script show mouse location with key TAB
MsgBox(0,"Start", "Press Tab to see location of mouse, Esc to finish program")
while 1
WEnd
Exit
Func Stop()
MsgBox(0,"Finish", "Program End")
Exit
EndFunc
Func getpos()
    $x = MouseGetPos(0)
    $y = MouseGetPos(1)
MsgBox ( 0, "Information", "MousePos: "& $x &", " & $y , 0 )
endfunc

code is simple i think, all can understand it and message after run helps. Hope help you, if some1 have better code or fix on mine it will be honor to see it.

Auto vote at <removed> in app <removed>:

<removed>

small video of what that script do. The code of it is following if some1 is intresting.

<removed>

If you want to make it runs on ur screen you have to:

Find location of point x in this pic

<removed>

Then change Lines:

<removed>

PS1: sorry if i write to much

Edited by Valik
Removed code that violates the forum rules.
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...