im using this for another game...The f buttons simply attack the enemy.The script is below...Pressing the f buttons attacks once and then letting go of it attacks again.But if i disable HKN holding down the button allows continuous attack
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "X" "X">
<RenameWin "E" "E">
<Label w1 Local SendWinM "X">
<Label w2 Local SendWinM "E">
<MovementHotkey F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12>
<SendLabel w1, w2>
<Key %Trigger%>
From this pc: <SendWinM "X"><KeyUp F2><SendWinM "E"><KeyUp F2>
<SendWinM X> completed: Window found. Target set to 0x40444 "X"
<KeyUp F2> completed
<SendWinM E> completed: Window found. Target set to 0x250506 "E"
<KeyUp F2> completed
Connect With Us