/* * http://sosal.kr/ * made by so_Sal */ 오토마우스 사용법 글을 참조하셔서 autohotkey를 설치하시고, 간단한 사용법을 익히세요. - MouseClick examples; Example #1: Send, {Control down} MouseClick, left, 55, 233 Send, {Control up}; Example #2: Send, {Shift down} MouseClick, left, 55, 233 Send, {Shift up}- loop examples Loop, 3 { MsgBox, Iteration number is %A_Index%. ; A_Index will be 1, 2, then 3 Sleep, 100 } Loop { if a_index >..