Discovery Gaming Community

Full Version: Jump drive coordinates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

Jumpdrive coordinates are a pain in the backside to input - especially when you've been to the pub Wink

Bearing in mind that I have neither a programmable keyboard, nor the money to buy one (all donations gratefully received), does anyone know of any tools which would make this chore a little easier?

The other night, it took me 5 goes to get it right. I could have walked there faster.

Cheers.
https://autohotkey.com/
edit: it needs admin privileges or won't be able to input into the game
AHK script for coords:

^!a:: Send /setcoords C3004D1C-3157A3B7-138A3A7E-76FEAF76-6255A8A3-D7CC216E-6431EE73 ; Leeds, Stokes
^!b:: Send /setcoords C3FF4A3E-7875BBA3-B2B0A0FC-50773D72-8DB4E820-7DFE226E-6431EE73 ; Cortez
^!c:: Send /setcoords 9E004E10-7CC79490-ACE59FF2-EE5870A0-114819C6-3EBA7B6A-3864A727 ; Cali

^ = Strg
! = Alt
a = Any other button
After writing the Script start the AHK compiler and compile the Script. and then
(11-17-2017, 06:58 PM)Hannibal Wrote: [ -> ]edit: it needs admin privileges or won't be able to input into the game
and enjoy.
I sooooo love autohotkey.

Thanks, all.