좌우 공격 매클
#SingleInstance Force
setworkingdir,%a_scriptdir%
SetBatchLines, -1
SetFormat, float, 0
global process
process=MapleStory Worlds-Mapleland
click(a,b)
{
WinGet, id, ID, %process%
WinGetPos, x, y, h, w, ahk_id %id%
WinActivate, %process%
random,mc1,0,4
random,mc2,0,4
random,mc3,0,4
random,mc4,0,4
random,mc5,1,3
random,mc6,1,4
aa:=a+mc1
bb:=b+mc2
cc:=a+mc3
dd:=b+mc4
N:=AA|BB<<16
N2:=CC|DD<<16
PostMessage, 0x201, 1, %N%,,ahk_id %id%
sleep, %mc5%00
PostMessage, 0x202, 0, %N2%,,ahk_id %id%
sleep, %mc6%00
}
keyclickx(a,b)
{
WinGet, id, ID, %process%
WinGetPos, x, y, h, w, ahk_id %id%
global key:=a
global keysleep:=b
gosub, keycheck
random,mc1,0,3
random,mc2,0,3
random,mc3,0,3
random,mc4,0,3
random,mc5,1,4
random,mc6,1,4
PostMessage, 0x100, %wparam%, %iparam%,,ahk_id %id%
sleep, %keysleep%
PostMessage, 0x101, %wparam%, %iparam%,,ahk_id %id%
sleep, %keysleep%
}
f1::
; 원하는 키 값 넣으면됨.. 키값음 keycheck 을 참고 하면됨.
Loop
{
keyclickx("lct",1000)
keycl
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 13345 | 01-21 | 188 | ||
| 13344 | 01-21 | 352 | ||
| 13343 | 01-21 | 160 | ||
| 13342 | 01-21 | 243 | ||
| 13341 | 01-21 | 194 | ||
| 13340 | 01-21 | 208 | ||
| 13339 | 01-21 | 172 | ||
| 13338 | 메소 팔사람 ?+3 | 01-21 | 308 | |
| 13337 | 01-21 | 626 | ||
| 13336 | 01-21 | 659 | ||
| 13335 | 01-21 | 168 | ||
| 13334 | 01-21 | 1190 | ||
| 13333 | 01-21 | 499 | ||
| 13332 | 01-21 | 1713 | ||
| 13331 | 01-21 | 897 | ||
| 13330 | 01-21 | 1266 | ||
| 13329 | 01-21 | 425 | ||
| 13328 | 01-21 | 262 | ||
| 13327 | 01-21 | 762 | ||
| 13326 | 01-21 | 192 |
댓글3
고마우이
포스트메세지 창활성화 안하면 키입력안되지않음?
이거 어케 쓰노