you guys think its possible to make a macro that chains combos, for example tarka Ji katana juggle combo with his ultimate, ive tried to make it myself, but it drops it after the third juggle
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Event ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive, Naraka
LCtrl::
DashUppercut()
DashUppercut()
{
Send, {a down}
Send, {LShift down}
Sleep, 200
Send, {c down}
Sleep, 100
Click, Right
Send, {c up}
Sleep, 25
Send, {a up}
Send, {LShift up}
}
Awesome, this is cool. You should share some more if you make more.Quote:
Just press LCtrl each time you want to uppercut. Make sure your mouse is facing them though.Code:#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Event ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #IfWinActive, Naraka LCtrl:: DashUppercut() DashUppercut() { Send, {a down} Send, {LShift down} Sleep, 200 Send, {c down} Sleep, 100 Click, Right Send, {c up} Sleep, 25 Send, {a up} Send, {LShift up} }
how to mouse 5? sr eng badQuote:
Above macro converted over to logitech.
[Only registered and activated users can see links. Click Here To Register...]