#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.

 

; #Warn  ; Enable warnings to assist with detecting common errors.

 

SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

 

SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

 

slideAttackActive := false

 

#IfWinActive WARFRAME


WheelUp::

 

Loop {

 Click

}


return


`::

 

 toggle:=!toggle

 

 While toggle{

 

  Send, {w Down}

 

  Sleep, 20

 

  Send, {q Down}

 

  Sleep, 10

 

  Send, e

 

  Sleep, 430

 

  Send, {q Up}

 

 }

 

Return

 

 

 

~RButton::reload

 

return


 

END::

 

exitapp

 

return



오토핫키. 


휠업하면 마우스 좌클릭 존나연타해줌.


`키누르면 자동 회베따리


우클릭누르면 실행하던거 정지.


END키 누르면 그냥 오토핫키 자체를 종료.


회베코드는 다른갤럼거 갖다쓴건데 아크자가라 쓰다보니 손구락으로 연사력을 못따라감. 그래서 여기저기 뒤져서 만들었다. 만들고나니 코드는 존나간단하네


잘써라