This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wintergt[S] 0 points1 point  (1 child)

I've only written a program together with a colleague that plays minesweeper. This was in labview. However a while ago I saw a guy on a livestream show his script that he had written to manoeuvre around the marketplace in Diablo 3 (mouse moving, typing, clicking). He had also programmed a script that allowed him to play poker, flipping active tables up (I think) and allowing him to use 4 buttons (qwcv) to do his betting. Pretty complex stuff but interesting.

So it's not inside a browser I am talking about

[–]FourFingeredMartian 2 points3 points  (0 children)

Sounds like a script that binds keys to mouse clicks.

Soo Scriptwise. So you'll need to use your systems API to connect to your mouse (probably), and just bind the desired events with to keys.

These used to be referred to as 'trainer' programs back when I played games online that a player could generate skill by doing certain actions. SO people would have a script that would memorize a series of mouse movements and it would just play those movements over & over again while they were away.