From TF2 Wiki
AHK
;No-smoke cloak
~ScrollLock & RButton::
{
Send 4-9
}
return
;Generic programmable looping macro (Key activated)
ScrollLock & LShift::
Loop
{
GetKeyState, state, LShift, P
if State = U
break
; Otherwise:
Send {LMOUSE}
Sleep 1
}
return
Future Projects
camera-keys – Numpad 0 (KP_DEL / KP_0) and . (KP_PERIOD) or F# keys.
easy voice-commands and text messages (Running low on Medics, poof the gates at start-up, switch to medic for start-up, etc.)
auto-reload for reload delay weapons (“-ard; wait 500; refill”; alias refill “+reload; wait 3; -reload”
quick disguise (AHK, team-selection-based console disguising, SLOT SELECTION)
faststab “cl_pitchspeed 1000; +lookup; wait 5; -lookup; +attack; +lookdown; wait 5; -lookdown; -attack; cl_pitchspeed 225”
quick cloak (“slot1; slot 3; special”; alias special “+attack2; wait 3; -attack2”)
duck-jump
Fix continuous fire to rapid-fire not initiating when holding left-click from one weapon to a rapid-fire weapon. (-attack; +rfire)
random disguiser (AHK, complex script ((AHK, team-selection-based console disguising, SLOT SELECTION)))
no-smoke when cloak / disguise cancel (AHK, team-selection-based console disguising, SLOT SELECTION)
auto-rocket-jump “cl_pitchspeed 1000; +lookdown; wait 5; +attack; -lookdown; +lookup; -attack; wait 5; -lookup; cl_pitchspeed 225”
Engy script
general adaptable scripts
Record of wait times for things: 700-750 kill/explode, 1000 spray, 300 voice command, 300-350 text,
auto-melee (except balisong)
quick record
http://clancya.org/2007/10/10/guide-tf2-script-quick-dodge-for-the-scout/
http://clancya.org/wp-content/uploads/2007/10/dodge.txt
rcon text console echo filter (Problem: removes all other text. To fix, cause to toggle filter when it needs to echo and remove clutter by placing blank lines.)