*

Author Topic: Descent 3 AHK cheat keystroke script  (Read 2439 times)

Offline Schala

  • Silver
  • **
  • Posts: 7
Descent 3 AHK cheat keystroke script
« on: March 18, 2011, 10:11:50 PM »
Much like my script for D1/D2, here's one for D3. As I said before, this binds cheat entry keystrokes to one command, thus saving time (and the chance of carpel tunnel) so you can get to your 1337 hax gameplay faster. As recommended before, be sure to unbind all your alphabetic key bindings lest the script triggers a few missles to be fired in vain. DO NOT run this simultaneously with the D1/D2 script unless you edited this to use separate bindings!

Default keybinds are:

Alt-Q = BURGERGOD
Alt-W = TESTICUS
Alt-A = DEADOFNIGHT
Alt-S = MORECLANG
Alt-Z = IVEGOTIT
Alt-X = TREESQUID

Copy/paste this into an EMPTY .ahk file. DO NOT put this in your D1/D2 script!:

Code: [Select]
SetKeyDelay, 60, 36

; Invulnerability on/off
!q::
Sleep, 20
Send {b down}{b up}
Send {u down}{u up}
Send {r down}{r up}
Send {g down}{g up}
Send {e down}{e up}
Send {r down}{r up}
Send {g down}{g up}
Send {o down}{o up}
Send {d down}{d up}
return

; Cloak on/off
!w::
Sleep, 20
Send {t down}{t up}
Send {e down}{e up}
Send {s down}{s up}
Send {t down}{t up}
Send {i down}{i up}
Send {c down}{c up}
Send {u down}{u up}
Send {s down}{s up}
return

; Kill all robots
!a::
Sleep, 20
Send {d down}{d up}
Send {e down}{e up}
Send {a down}{a up}
Send {d down}{d up}
Send {o down}{o up}
Send {f down}{f up}
Send {n down}{n up}
Send {i down}{i up}
Send {g down}{g up}
Send {h down}{h up}
Send {t down}{t up}
return

; Level warp
!s::
Sleep, 20
Send {m down}{m up}
Send {o down}{o up}
Send {r down}{r up}
Send {e down}{e up}
Send {c down}{c up}
Send {l down}{l up}
Send {a down}{a up}
Send {n down}{n up}
Send {g down}{g up}
return

; All weapons, and full energy and shield
!z::
Sleep, 20
Send {i down}{i up}
Send {v down}{v up}
Send {e down}{e up}
Send {g down}{g up}
Send {o down}{o up}
Send {t down}{t up}
Send {i down}{i up}
Send {t down}{t up}
return

; Full map
!x::
Sleep, 20
Send {t down}{t up}
Send {r down}{r up}
Send {e down}{e up}
Send {e down}{e up}
Send {s down}{s up}
Send {q down}{q up}
Send {u down}{u up}
Send {i down}{i up}
Send {d down}{d up}
return

 

An Error Has Occurred!

Cannot create references to/from string offsets