| Author |
Message |
Forum: Scripts Topic: Multiple mouse / mice cursors |
| mikemon |
|
Posted: June 11th, 2010, 6:46 pm
|
|
Replies: 11 Views: 9059
|
| I think providing separate pointers for each different input (e.g. mouse, numpad, joystick) is the goal. This is another step towards it... It seems possible to achieve the use of two mice on a single computer. I read some other script about handling raw mouse input which can identify which mouse wa... |
|
 |
Forum: Scripts Topic: Multiple mouse / mice cursors |
| mikemon |
|
Posted: June 11th, 2010, 12:02 am
|
|
Replies: 11 Views: 9059
|
| As an extension to the above, the following script uses numpad to control a second mouse cursor. Zip of script with GDIP included: http://m2moo.com/program/ahk.html This script uses a non-mouse input (the numpad-12346789 with numlock on) to actively control a saved pointer location. The mouse pointe... |
|
 |
Forum: Scripts Topic: Multiple mouse / mice cursors |
| mikemon |
|
Posted: December 30th, 2009, 8:16 pm
|
|
Replies: 11 Views: 9059
|
| Virtual mice: http://m2moo.com/program/ahk.html#virtualmice This doesn't follow the above goal of mapping two mice controllers to two mouse cursors. Instead this script maps one mouse controller to multiple cursors. It uses GDIP (additional file required) to graphically show the inactive mouse locat... |
|
 |
Forum: Scripts Topic: Script for Cafe World |
| mikemon |
|
Posted: December 20th, 2009, 8:55 am
|
|
Replies: 4 Views: 5982
|
| After all the clicks, the next time to do clicking is dependent on the recipe. The main loop delay sets when to do clicking again. To change recipe, it is necessary to change the main loop delay. The default, 315 seconds, is a little more than 5 minutes. So for other recipes, just convert the cookin... |
|
 |
Forum: Scripts Topic: Script for Cafe World |
| mikemon |
|
Posted: October 20th, 2009, 11:19 pm
|
|
Replies: 4 Views: 5982
|
| My friend pointed out that there may be more than 9 stoves (previous version did up to 9) So here is a much more generic script that can handle N clicking stoves, and can click in a much wider range of timings (default is tuned for the burgers recipe). alt-1 add a stove coordinate to the list (mouse... |
|
 |
Forum: Scripts Topic: Script for Cafe World |
| mikemon |
|
Posted: October 15th, 2009, 1:38 am
|
|
Replies: 4 Views: 5982
|
| ummm...useful in what way? This script and the few others I made are from reading the documentation and examples on the autohotkey site. |
|
 |
Forum: Scripts Topic: Script for Cafe World |
| mikemon |
|
Posted: October 14th, 2009, 11:52 pm
|
|
Replies: 4 Views: 5982
|
| Made an auto-hotkey for farming games with only nine or fewer target locations (i.e. Cafe World in Facebook). Usage: 0) Important note. Stoves must be in the ready to serve state, with a completed dish on the stove when the script starts. Also, dialogs can get in the way and are not handled by this ... |
|
 |
Forum: Scripts Topic: Facebook Farmville |
| mikemon |
|
Posted: October 5th, 2009, 7:08 pm
|
|
Replies: 141 Views: 62663
|
| I took a more generic approach to clicking in any grid pattern. http://www.m2moo.com/program/ahk.html There is some initial alignment and number of grid divisions necessary. I did alignment by assigning three corners using mouse (to define a rotated coordinate system). The grid divisions are for the... |
|
 |
| Sort by: |