We Need To Go Deeper

We Need To Go Deeper

Ei tarpeeksi arvosteluja
AHK Steering Script with Numpad
Tekijältä Kuromi enjoyer
Requires AHK
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Numpads be like
The Script itself
break := 0 Numpad4:: Send {a} return Numpad6:: Send {d} return Numpad3:: Send {d} Send {w Down} return Numpad3 UP:: Send {w Up} return Numpad1:: Send {a} Send {w Down} return Numpad1 UP:: Send {w Up} return Numpad7:: Send {a} Send {s Down} return Numpad7 UP:: Send {s Up} return Numpad9:: Send {d} Send {s Down} return Numpad9 UP:: Send {s Up} return Numpad8:: Send {s down} Loop { if (break = 1) break Sleep, 500 Send {a} Sleep, 500 Send {d} } Send {s up} break = 0 return Numpad8 UP:: break = 1 return Numpad2:: Send {w down} Loop { if (break = 1) break Sleep, 500 Send {a} Sleep, 500 Send {d} } Send {w up} break = 0 return Numpad2 UP:: break = 1 return
Now copy the code above and save as .ahk extension.

Make sure you have AHK itself installed or the script simply won't run.
Instructions be like
The numpad determines the direction of the vessel.
For example Numpad7 would steer you North-West. Etc...
I do not recommend using Numpad8/2 to steer up or down, default sleep timer is 0.5s, can be adjusted by preference. Or just use normal combinations of 7&9/1&3.
1 kommenttia
Great Blue 5.3.2020 klo 17.31 
Really creative and useful guide, I feel this is top of the page material. :pinkFlowerNKOA: