Atlas Server Stress Test Week 1 - Hazefest's Nightshade Reel
Catch me Live on Twitch: https://www.twitch.tv/hazefest
Want to play on Atlas? Visit https://www.atlasfreeshard.com/
Thank you for watching!
;Atlas Nightshade
RETURN
SetKeyDelay, -1, 1 ; -1 = no delay, 1 = 1ms duration
#UseHook
#IfWinActive, ahk_class DAoCMWC
#MaxThreadsPerHotkey 1
#MaxHotKeysPerInterval 400
#NoEnv
;toggle (pauses and resumes script)
+=::
Suspend,toggle
return
;Thigh Cut{ins} & Backstab 2{home} or Perforate Artery{del}
$3::
{
Send, {Shift down}{f1}{Shift up}
Send, {Ins}
Send, {Home}
Send, {del}
}
return
;Stick+{f1} Hamstring{f2} & Garrote{f3} & Instant DD{PgUp}
$1::
{
Send, {Shift down}{f1}{Shift up}
Send, {f2}
Send, {f3}
Send, {PgUp}
}
return
;Cast DD{PgDn} Solo
$Xbutton1::
{
Send, f{PgDn}
}
return
;Stick+{f1} Hornet Sting{f5} & Wasp Sting{f6} or Pincer{f7}
$2::
{
Send, {Shift down}{f1}{Shift up}
Send, {f5}
Send, {f6}
Send, {f7}
}
return
;Poison Weapon Sets 1, 2, & 3 Lethal{f11} Infection{f8} Str debuff{f9} Con/wep skill{end}
$+q::
{
Send {f11}
Send {end}
Send {Shift down}z{Shift up}
Send {Ctrl down}e{Ctrl up}
Send {f9}
Send {f11}
Send {Shift down}o{Shift up}
Send [
Send {f11}
Send {end}
Send {Shift down}z{Shift up}
Send {Ctrl down}e{Ctrl up}
}
return
;Weapon swap slots 1-2
$6::
{
Send, {Shift down}z{Shift up}
Send, {Ctrl down}e{Ctrl up}
}
return
;Weapon swap slots 3-4
$7::
{
Send, {Shift down}o{Shift up}
Send, [
}
return
;Suspend when typing
~NumpadEnter::
~+Enter::
~Enter::
Suspend, Toggle
ToolTip, % A_IsSuspended ? "Script Suspended" : ""
Return
;Other keys that open chat /commands, console, r reply key
~NumpadDiv::
~/::
~'::
~r::
Suspend, On
ToolTip, Script Suspended
Return
;Escape closes chat window
~esc::
Suspend, Off
ToolTip
Return
;control v windows default paste command
$^v::
Suspend, Permit
if A_IsSuspended
SendInput, % Clipboard
Return
#UseHook off
Other Videos By Hazefest
Other Statistics
Dark Age of Camelot Statistics For Hazefest
At present, Hazefest has 62,335 views spread across 64 videos for Dark Age of Camelot, with his channel uploading 16 hours worth of Dark Age of Camelot videos. This is 6.01% of the total watchable video on Hazefest's YouTube channel.