#include <Misc.au3>
Global $hDLL = DllOpen("user32.dll"), $time = 500
Global $keys[8] = ["a", "b", "c", "d", "1", "2", "3", "4"]
While 1
If _IsPressed("02", $hDLL) Then
While _IsPressed("02", $hDLL)
For $i = 0 To UBound($keys) -1
Send($keys[$i])
Sleep($time)
Next
WEnd
EndIf
Sleep(250)
WEnd
DllClose($hDLL)
#include <Misc.au3>
Global $hDLL = DllOpen("user32.dll"), $time = 500
Global $keys[8] = ["a", "b", "c", "d", "1", "2", "3", "4"]
While 1
If _IsPressed("02", $hDLL) Then
While _IsPressed("02", $hDLL)
For $i = 0 To UBound($keys) -1
Send($keys[$i])
Sleep($time)
Next
WEnd
EndIf
Sleep(250)
WEnd
DllClose($hDLL)
Autoit BG macro 09/05/2010 - World of Warcraft - 0 Replies Looking for a new autoit bg join/leave macro the old 1 that i have doesnt work anymore instead of pressing the join bg button now it opens the bags :).
Macro/AutoIT für 40/40 set 07/05/2008 - Guild Wars - 13 Replies Hey,
kann man n script schreiben das der jeweile char vor jedem casten (1-8) Z.B. auf F2 in sein 40/40 set wechselt?wenn das gehen würde könntet ihr bitte sowas erstellen...ich denke für euch is das nich wirklich ein problem...aber ich kenn mich damit halt gar nich aus...
danke im vorraus :)
mfg
macro autoit 06/19/2008 - Cabal Online - 10 Replies Hi. I'm french.Sorry for my bad english. My version of cabal is europea.
I tried to make myself a macro but it is only 2 days that I practice autoit.
I therefore know quite limited. I like to share with you my program. I've tested but has no effect on the game like most other programs of the forum that I tested. I'd like to know why.it's really a simple program you will not hurt to understand?:confused:
$x = 1
$y = 1
WinWaitActive("CABAL") ;activation of the window cabal...