본문 바로가기
오류해결 & 편의설정

오토핫키 사용하기[auto hotkey]

by 스근한 2021. 5. 9.
728x90

*서버정책에 따라서 패널티를 받을 수 있습니다. 잘 알아보신 뒤 사용해주세요.

*게임뿐 아니라 일상에서도 유용하게 사용가능합니다.

 

 

 

*다운로드 : www.autohotkey.com/

 

 

 

예시소스임. 수정해서 사용하길 바람 (Edit script 들어가서 복붙)

더보기

SetControlDelay, -1
SetBatchLines, -1

INSERT::suspend
^F10::reload
^F12::exitapp 


F3::
{
sendinput {numpad0}
sendinput {left}
sendinput {enter}
sleep, 30
}
return



`::
{
sendinput {shift down}
sendinput {t}
sendinput {shift up}
sleep, 20
sendinput {shift down}
sendinput {a}
sendinput {shift up}
sleep, 20
sendinput {'}
sleep, 20
sendinput /버그해결
sleep, 20
sendinput {enter}
sleep, 50
sendinput wa
sleep, 20
sendinput wb
sleep, 20
sendinput wc
sleep, 20
sendinput wd
sleep, 20
sendinput we
sleep, 20
sendinput wf
sleep, 20
sendinput wg
sleep, 10
sendinput wh
sleep, 20
}
return

f1::
{
sendinput {shift down}
sendinput {z}
sendinput {shift up}
sendinput {p}
sendinput {home}
sendinput {enter}
sleep, 35
sendinput {1}
}
return


 

 

 

 

*마우스 좌표탐색은 오핫깔면 기본설치되는 window spy.ahk를 이용하고 캡쳐는 윈도우10 기본프로그램 '캡쳐도구'를 이용하셈

*ahk파일 우클릭 - 텍스트로 편집 써서 코드 수정해도 무방함

 

 

gogildong.com/37

 

오토핫키 강좌 9강 - 이미지서치(ImageSearch)

오토핫키 강좌 9강 - 이미지서치(ImageSearch) 오토핫키 이미지서치는 컴퓨터 화면에서 이미지를 찾아주는 명령어입니다. 클릭을 원하는 부분을 캡쳐해서 이미지과 똑같은 부분을 클릭하게 만들 수

gogildong.com

 

 

 

m.blog.naver.com/asoneb/171387013

 

[오토핫키]공격(SetTimer 함수)

[오토핫키]공격(SetTimer 함수) 이번에는 많은 분들이 궁금해하셧던 공격에 관한 메크로를 만들어보겠습...

blog.naver.com

 

 

728x90

댓글