Cogs
Not enough ratings
Easy way to get Full Speed Ahead
By LmT
An autohotkey script to get the Full Speed Ahead achievement.
   
Award
Favorite
Favorited
Unfavorite
Details
In order for this to work, you must have autohotkey installed on your computer. http://ahkscript.org/
You must also have Cogs set to Windowed mode and the resolution set to 800.

Right click on your desktop (or wherever you wish to create the script) and select New > AutoHotkey Script. Name it, then right click again and select Edit Script. Copy and paste the code below into the file and then save. To run the script, make sure Cogs is running and the INVENTOR MODE MENU IS OPEN then double click the script and select the Cogs window.
Script
; !!! THIS SCRIPT ONLY WORKS IN WINDOWED MODE WITH THE RESOLUTION SET TO 800 !!! ; This script expects to be started at the menu in Inventor Mode (make sure Gears is at the top) ; Double click the script, then click on the window to run SetDefaultMouseSpeed,0 WinWaitActive Cogs Run() ;Run once Run() { Sleep,500 Click,200,250 Sleep,100 Click,250,520 Sleep,1500 Click,375,200 Sleep,75 Click,565,200 Sleep,75 Click,565,300 Sleep,75 Click,375,300 Sleep,75 Click,375,400 Sleep,75 Click,550,375 }
3 Comments
dkamm65 21 Jun, 2015 @ 9:20am 
Doesn't work. It selects gears, clicks play, and gets into the level, but it only sends 3 or 4 moves before failing.
Camouflage 17 Dec, 2014 @ 1:08pm 
Nice method (programmer style). If anyone wants to do it manually, this is what the above script clicks after opening the Inventor Mode menu as mentioned above.

Click "Gears" from the menu, then click "Play".

The puzzle is a 4 x 4 grid. I'll reference the cells by (row, column) format with the top left being (1, 1) and the bottom right being (4, 4).

Try it once to get the sequence down, then another time for speed. The sequence is as follows.

(1, 1)
(1, 3)
(2, 3)
(2, 1)
(3, 1)
(3, 3)

I was able to get it in 3 seconds on my second try and I'm not too quick.
Carmoniki 3 Oct, 2014 @ 10:30am 
YEAHH nice man, gj! :happymeat: