| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Jun 20, 2008 11:50 am Post subject: Lineage II Scrip |
|
|
Hi all.
I have discovered from some day Autohotkey^^
I diceded to use it to create a script what allows to me to use some F button on my mouse lateral button, and use this script on L2.
I did the script but it didn't work, so searching for the forum i read that Gameguard kills Autohotkay, and didn't any solution.
All these topic btw are old, so i decided to post, in the case someone has find a solution.
Plz help me^^ |
|
| Back to top |
|
 |
imapow
Joined: 13 Mar 2008 Posts: 162 Location: Trøndelag, Norway
|
Posted: Fri Jun 20, 2008 12:20 pm Post subject: |
|
|
if u post the script that diddent work maybe we wil be able to help u _________________ -._.-¨¯¨-._.-IM@PΩW-._.-¨¯¨-._.- |
|
| Back to top |
|
 |
Elendariel Guest
|
Posted: Fri Jun 20, 2008 12:54 pm Post subject: |
|
|
#ifWinActive, Lineage II
#UseHook ON
{
XButton1::Send {F6}
XButton2::Send {F1}
}
But i read that GameGuard blocks Autohotkey  |
|
| Back to top |
|
 |
|