free mouse recorder?

SlaiteR

Regular Member
Joined
Sep 14, 2013
Messages
238
Reaction score
5
i search the web for free and best mouse recorder

but i cant find !!

is there a programe work 100% good and free?
 
I have used Vtask Studio for mouse recordings and much more.
Vtaskstudio com

You can easily build your own click scripts with image recognition, Click pixel, wait for, endless loops and much more commands, and also normal mouse recordings of course.
(I once build a blackjack poker bot for an online maffia browser-based game for example :p)
 
brettt

thanks for share

please do me afiver

i try to made ascript using Vtask unfollow/follow 40 user on tweepi then hit next

i sucess in make folllow/unfollow 40 tweeps but when put a "mouse click" on the next boutton .. it hit to places evey time i run it

can u make it for me ?
 
i use mouse and keyboard recorder from robosoft

just go to a torrent site you will find it

i trid several ones, this one is by far the best
 
@slaiter

• use the open source autohotkey installer → http://autohotkey.com
•search in the autohotkey folder for autoscriptwriter.exe
→click the[START]button
clickS + moves
→click the [Stop] button
finaly [SAVE]


OPTIONS
• add a hotkey as trigger
~F7::
•add an escape function/key
esc::exitAPP

;both @ the beginning, before the recorded lines http://1mm.de/k#eyNames

•add a return line ; @ the end

Code:
[COLOR=#ff0000][B] esc::exitapp[/B][/COLOR]
[COLOR=#ff0000][B]~F7::[/B]  [/COLOR]
;recorded lines 
MouseClick, left,  113,  365
Sleep, 100
Mo.
S.
.
.....
[COLOR=#ff0000]return[/COLOR]

i uploadet a compiled script 1mm.de/100.exe -_- virustotal

trigger:
leftmousekey down + rightmousekey -_- CODE: ~lbutton & rbutton::
escape: Esc key -_- CODE: esc::exitapp
100clicks with 0,5sec delay -_- CODE: MouseClick, left, sleep 500 → browser view 100.ahk
tray icon menu: exit , suspend hotkeys , pause script

NOTE: exactly 101 left key clicks because of ~lbutton

clicktest on a red button 11 or 10 clicks in 5sec
 
Last edited:
Back
Top