[LineageM] need help

Ask gaming related questions (AHK v1.1 and older)
freetempo
Posts: 1
Joined: 23 Mar 2018, 12:58

[LineageM] need help

23 Mar 2018, 13:11

Code: Select all

ALT::Suspend

;ShockStun
Q::
    Send {Numpad1 down}
    Sleep, 100
    Send {Numpad1 up}

    Send {Numpad2 down}
    Sleep, 50
    Send {Numpad2 up}

    Send {Numpad2 down}
    Sleep, 50
    Send {Numpad2 up}

    Send {Numpad2 down}
    Sleep, 50
    Send {Numpad2 up}

    Send {Numpad3 down}
    Sleep, 100
    Send {Numpad3 up}

    Send {Numpad4 down}
    Sleep, 200
    Send {Numpad4 up}
Return

;AutomaticallyDrinkWater
$E::
    if (toggle:=!toggle) 
{
    Send, {E Down}
}
    else 
{
    Send, {E Up}
}
Return
I pressed Q first, then pressed E, E did not work.
Can someone help me test or modify a function?

Mod edit: Added code tags.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 74 guests