Working AutoKey Code
Aggiornato LiteralGrill
di Want to push the space bar at breakneck speeds to get the fastest times in Muppet Treasure Island? Here's how to make it happen!
-
Download and Install AutoKey here.
-
Right click on the desktop, go to new, and click AutoHotkey Script
-
Edit said script in the program, paste in the following code, and click save!
#NoEnv
#SingleInstance Force
#MaxThreads 2
#MaxThreadsPerHotkey 2
F9::
BreakLoop = 0
Toggle := !Toggle
If Toggle = 1
{
Loop
{
If BreakLoop = 1
Exit
Send, {Space}
}
}
If Toggle = 0
BreakLoop = 1
Return
Now, whenever you hit the F9 button, your computer will spam the space bar faster than any Muppet! Click it again to stop the code. If you install AutoKey V. 1.1 in a Virtual Machine running Windows XP, this code will work there! If playing on SkummVM, the code works there also! You can also change the key from F9 to whatever you wish if you want to learn more about how the program works. That's it! Go fast Hawkins!
Giocate recenti
Moderatori