Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 01:32

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Drachen Arena Bot [Background & Stealth]

Discussion on Drachen Arena Bot [Background & Stealth] within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old   #1
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
Arrow Drachen Arena Bot [Background & Stealth]

Sooo.. also hier mal der Drachen Arena Abklatsch von meinem RA Bot.. deswegen bitte ich darum den Part mit den Zkeys etc. zu ignorieren und nicht auf den Namen zu achten

Neue Exe ist drin! & Neuer Scan auch!

Einfach Koordinaten von Kampf Betreten in die Settings.ini reinschreiben, und ggf. den Fensternamen ändern.

HotKeys:

Ende/End: Bot Beenden
Pause/Pause: Bot Pausieren
Pfeil Runter: Stealth = 1 (GW verstecken)
Pfeil Hoch: Stealth = 0 (GW hochziehen)


Hier der Code:

PHP Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=data\Zerstörerkern.ico
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#cs ----------------------------------------------------------------------------
    
    
Funktionen Part zum Callen im MainPart
    
#ce-----------------------------------------------------------------------------

#include <Process.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants2.au3>
#include <NomadMemory.au3>
#include-once

HotKeySet("{End}""_End")
HotKeySet("{Pause}""_Pause")
HotKeySet("{Up}""_Show")
HotKeySet("{Down}""_Hide")

Global 
$inifile = @ScriptDir "/data/Settings.ini"
Global $client IniRead($inifile"Misc""Fenstername""Guild Wars")

$hWnd WinGetHandle($client)


Global 
$Paused$runs 0$min$max$next 0

$PID 
WinGetProcess($hWnd)

Global 
$hprocess _MemoryOpen($PID)

Const 
$memx IniRead(@ScriptDir "/data/update.ini""SECTION D""POSX""Not found") ; position x
Const $memy IniRead(@ScriptDir "/data/update.ini""SECTION D""POSY""Not found") ; position y
Const $check_map IniRead(@ScriptDir "/data/update.ini""SECTION D""CHECK_MAP""Not found") ;- (=> Stadt=> Instanz=> Laden)
Const 
$memdeath IniRead(@ScriptDir "/data/update.ini""SECTION 9-A""DEATH""Not found") ;- 1 Wenn Tot 0 Wenn Lebt

$LogFile 
FileOpen(@ScriptDir "/data/Verlauf.log"1)
$x_join IniRead($inifile"XY""x_betreten""Not Found")
$y_join IniRead($inifile"XY""y_betreten""Not Found")

;-
Beendet Bot und Schreibt in Verlauf.log Datei reinwann Bot beendet wurde
Func _End
()
    
FileWrite($LogFile"---" & @CRLF "Beendet:" & @CRLF & @MDAY "/" & @MON "/" & @YEAR & @CRLF & @HOUR ":" & @MIN ":" & @SEC & @CRLF "----------------------------------" & @CRLF & @CRLF)
    
FileClose($LogFile)
    Exit
EndFunc   ;==>_End

;-Schreibt in Verlauf.log Datei reinWann Bot gestartet wurde
Func _Hide
()
    
WinSetState($hWnd"", @SW_HIDE)
EndFunc   ;==>_Hide

Func _Show
()
    
WinSetState($hWnd"", @SW_SHOW)
EndFunc   ;==>_Show

Func _Run
()
    If 
$LogFile = -1 Then
        MsgBox
(0"Not Found""No file called <Verlauf.log> found")
        Exit
    EndIf

    
FileWrite($LogFile"-----Datum & Uhrzeit-----" & @CRLF "Gestartet:" & @CRLF & @MDAY "/" & @MON "/" & @YEAR & @CRLF & @HOUR ":" & @MIN ":" & @SEC & @CRLF)
EndFunc   ;==>_Run

Func RS
($min$max)
    
Sleep(Random($min$max))
EndFunc   ;==>RS

;-Lässt Bot auf AN/AUS Hotkey Pausieren
Func _Pause
()
    
$Paused Not $Paused
    
While $Paused
        Sleep
(100)
        
ToolTip('Script is "Paused"'00)
    
WEnd
    ToolTip
("Script is running")
    If 
Not WinActivate("Guild Wars"Then
        WinActivate
("Guild Wars")
    EndIf
    
Sleep(2000)
EndFunc   ;==>_Pause

Func _VisitUs
()
    
_RunDOS("start http://www.elitepvpers.com/forum/guild-wars/")
EndFunc   ;==>_VisitUs

Func _Hilfe
()
    (@
ScriptDir "Help.txt")
EndFunc   ;==>_Hilfe

Func _Anpassen
()
    
WinMove($hWnd""001440900)
EndFunc   ;==>_Anpassen

Func _Update
()
    
InetGet("http://nbarena.bplaced.net/tools/Tools%20von%20Dunham/update.ini", @ScriptDir "/data/update.ini")

    While @
InetGetActive
        TrayTip
("Downloading""Bytes = " & @InetGetBytesRead1016)
        
Sleep(250)
    
WEnd
    MsgBox
(0"Bytes read", @InetGetBytesRead)
    
MsgBox(0"Update""Update erfolgreich durchgeführt")
EndFunc   ;==>_Update

Func KeySend
($inkey$evt "pressed"$kdown 50)
    
$user32 DllOpen("user32.dll")
    If 
$user32 = -1 Then
        ConsoleWrite
("KeySend: cannot open user32.dll")
        Exit
    EndIf

    
$WM_KEYDOWN 0x100
    $WM_KEYUP 
0x101
    $WM_CHAR 
0x102

    
handling for special keys
    
If StringUpper($inkey) = "RETURN" Then
        $skey 
0x0D
        $ret 
DllCall($user32"int""MapVirtualKey""int"$skey"int"0)
        
$lparam BitShift($ret[0], -16)
        
$lparam BitOR($lparam1)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"$skey"int"$lparam)
        
Sleep($kdown)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"$skey"int"BitOR($lparam0xC0000000))
    ElseIf 
StringUpper($inkey) = "SPACE" Then
        $skey 
0x20
        $ret 
DllCall($user32"int""MapVirtualKey""int"$skey"int"0)
        
$lparam BitShift($ret[0], -16)
        
$lparam BitOR($lparam1)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"$skey"int"$lparam)
        
Sleep($kdown)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"$skey"int"BitOR($lparam0xC0000000))
    ElseIf 
StringUpper($inkey) = "TAB" Then
        $skey 
0x09
        $ret 
DllCall($user32"int""MapVirtualKey""int"$skey"int"0)
        
$lparam BitShift($ret[0], -16)
        
$lparam BitOR($lparam1)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"$skey"int"$lparam)
        
Sleep($kdown)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"$skey"int"BitOR($lparam0xC0000000))
    ElseIf 
StringUpper($inkey) = "@" Then
        $skey 
0x40
        $lparam 
0x00100001
        DllCall
($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"0x71"int"$lparam)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_CHAR"int"$skey"int"$lparam)
        
Sleep(20)
        
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"0x71"int"BitOR($lparam0xC0000000))
    Else ; default 
lower case key handling
        $key 
DllCall($user32"int""VkKeyScan""int"Asc(StringLower($inkey)))
        
$skey $key[0]
        
$ret DllCall($user32"int""MapVirtualKey""int"$skey"int"0)
        
$lparam BitShift($ret[0], -16)
        
$lparam BitOR($lparam1)

        
Select
            
Case $evt "pressed"
                
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"$skey"int"$lparam)
                
Sleep($kdown)
                
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"$skey"int"BitOR($lparam0xC0000000))
            Case 
$evt "down"
                
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYDOWN"int"$skey"int"$lparam)
            Case 
$evt "up"
                
DllCall($user32"int""PostMessage""hwnd"$hWnd"int"$WM_KEYUP"int"$skey"int"BitOR($lparam0xC0000000))
        
EndSelect
    
EndIf

    
DllClose($user32)
EndFunc   ;==>KeySend

Func _Cast
()
    
KeySend("1")
    
RS(24003100)
EndFunc   ;==>_Cast

Func _Rein
()
    
ControlClick($hWnd"""""left"1$x_join$y_join)
EndFunc   ;==>_Rein



#cs-----------------------------------------------------------------------------
    
    
GUI
    
#ce-----------------------------------------------------------------------------

$Form1_1 GUICreate("uLtra raNdom aReNa boT v2.1 by Itami & aLasca Coorp 09"523375320218)
GUISetBkColor(0xA6CAF0)
$Pic1 GUICtrlCreatePic("C:\Dokumente und Einstellungen\Felix\Desktop\_\data\header.jpg"0052192BitOR($SS_NOTIFY$WS_GROUP$WS_CLIPSIBLINGS))
$Ja_Radio GUICtrlCreateRadio("Ja"828811317)
$Nein_Radio GUICtrlCreateRadio("Nein"831211317)
$TauschRadiaLabel GUICtrlCreateLabel("Sollen Balthasar Punkte gegen "824015317)
$Start GUICtrlCreateButton("Ich bin soweit!"176336185330)
$Btn_Update GUICtrlCreateButton("Update!"41696105250)
$Label1 GUICtrlCreateLabel(@IPAddress14563526317)
$Btn_1440x900 GUICtrlCreateButton("Anpassen"416128105250)
$Edit1 GUICtrlCreateEdit(""096169129)
GUICtrlSetData(-1StringFormat("HotKeys:\r\n\r\nEnde/End: Bot Beenden\r\nPause/Pause: Bot Pausieren\r\n\r\nViel Spaß mit dem Bot!\r\n"))
GUICtrlSetState(-1$GUI_DISABLE)
$Label2 GUICtrlCreateLabel("gegen Zaishen Schlüssel getauscht werden?"826421717)
$Btn_Visit_Us GUICtrlCreateButton("Visit Us!!!"416160105250)
GUISetState(@SW_SHOW)

_Run()

While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            _End
()
        Case 
$Btn_Visit_Us
            _VisitUs
()
        Case 
$Btn_1440x900
            _Anpassen
()
        Case 
$Btn_Update
            _Update
()
        Case 
$Start
            
While True
                _Start
()
            
WEnd
    
EndSwitch
WEnd

#cs-----------------------------------------------------------------------------
    
    
Main Part of Bot Hauptteil vom Bot
    
#ce-----------------------------------------------------------------------------



Func _Start()

    
ControlClick($hWnd"""""left"1$x_join$y_join)
    
AdlibEnable("_Rein"10000)

    ;-
Warten bis er in der Arena Drin ist
    
While _memoryread($check_map$hprocess) <> 1
        Sleep
(500)
    
WEnd

    Sleep
(5000)

    
ControlSend($hWnd"""""{w down}")
    
Sleep(2000)
    
ControlSend($hWnd"""""{w up}")

    
Sleep(50000)


    For 
$i 1 To 5
        KeySend
("ä")
        
Sleep(100)
        
KeySend("space")
        
Sleep(3000)
        If 
_memoryread($memdeath$hprocess) <> 0 Then
            MsgBox
(0x40"Error""Button nicht getroffen, Bitte koordinaten richtig angeben!")
            
ExitLoop
        
EndIf
    
Next


    
While _memoryread($check_map$hprocess) <> 2
        KeySend
("c")
        
RS(100300)
        
KeySend("1")
        
RS(10001600)
        
KeySend("3")
        
RS(10001600)
        
KeySend("1")
        
RS(10002000)
    
WEnd

    Sleep
(10000)

    If 
_memoryread($check_map$hprocess) <> Or 1 Then

        AdlibDisable
()

    Else ;-
error
        MsgBox
(0"Error""Disconnected.. Bot_Shutdown...")
        
Sleep(5000)
        Exit
    EndIf

    ;-
Restart

EndFunc   
;==>_Start 
Hier der Scan (Wovon dieser Autorun Mist kommt weiß ich nicht [UPX?!!!] )

Quote:
a-squared 4.0.0.93 2009.01.31 -
AhnLab-V3 5.0.0.2 2009.01.30 -
AntiVir 7.9.0.60 2009.01.30 -
Authentium 5.1.0.4 2009.01.31 -
Avast 4.8.1281.0 2009.01.30 -
AVG 8.0.0.229 2009.01.30 -
BitDefender 7.2 2009.01.31 -
CAT-QuickHeal 10.00 2009.01.31 -
ClamAV 0.94.1 2009.01.31 -
Comodo 954 2009.01.30 -
DrWeb 4.44.0.09170 2009.01.31 -
eSafe 7.0.17.0 2009.01.29 Suspicious File
eTrust-Vet 31.6.6335 2009.01.29 -
F-Prot 4.4.4.56 2009.01.30 -
F-Secure 8.0.14470.0 2009.01.31 -
Fortinet 3.117.0.0 2009.01.31 -
GData 19 2009.01.31 -
Ikarus T3.1.1.45.0 2009.01.31 -
K7AntiVirus 7.10.611 2009.01.30 -
Kaspersky 7.0.0.125 2009.01.31 -
McAfee 5511 2009.01.30 W32/Autorun.worm.zf.gen
McAfee+Artemis 5511 2009.01.30 W32/Autorun.worm.zf.gen
Microsoft 1.4306 2009.01.31 -
NOD32 3815 2009.01.31 -
Norman 6.00.02 2009.01.30 -
nProtect 2009.1.8.0 2009.01.30 -
Panda 9.5.1.2 2009.01.31 -
PCTools 4.4.2.0 2009.01.31 -
Prevx1 V2 2009.01.31 -
Rising 21.13.42.00 2009.01.23 -
SecureWeb-Gateway 6.7.6 2009.01.30 -
Sophos 4.38.0 2009.01.31 -
Sunbelt 3.2.1835.2 2009.01.16 -
Symantec 10 2009.01.31 -
TheHacker 6.3.1.5.241 2009.01.31 -
TrendMicro 8.700.0.1004 2009.01.30 -
VBA32 3.12.8.12 2009.01.30 -
ViRobot 2009.1.31.1583 2009.01.31 -
VirusBuster 4.5.11.0 2009.01.30 -
Attached Files
File Type: rar _.rar (606.7 KB, 177 views)
aLasca is offline  
Thanks
6 Users
Old 01/31/2009, 12:11   #2
 
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
mhh ich weiß net ob der so vertrauenswürdig is der bot
irgentwas kommt mir komisch vor XD
illuminati™ is offline  
Old 01/31/2009, 12:12   #3
 
elite*gold: 0
Join Date: Sep 2008
Posts: 732
Received Thanks: 216
haste lust auch den source zuposten? würd ihn gerne mit mehreren accs laufen lassen.. und könnte mir dann halt erspaaren einen neuen zuschreiben
Dunham is offline  
Old 01/31/2009, 12:15   #4
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
Quote:
Originally Posted by Dunham View Post
haste lust auch den source zuposten? würd ihn gerne mit mehreren accs laufen lassen.. und könnte mir dann halt erspaaren einen neuen zuschreiben
Wenn ihr mir Versprecht nicht zu Flamen
aLasca is offline  
Thanks
1 User
Old 01/31/2009, 12:36   #5
 
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
ich verspreche es XD
illuminati™ is offline  
Old 01/31/2009, 12:37   #6
 
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
ach und entschuldigung wegen meim ersten post
bei mir is was angesprungen deswegen war ich skeptisch

danke
illuminati™ is offline  
Old 01/31/2009, 12:42   #7
 
darthwitch's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 271
Received Thanks: 12
xD ich hab das gefühl der bot ist bei ebay drin !
darthwitch is offline  
Old 01/31/2009, 13:26   #8
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
LoL.. verarschn? XD
aLasca is offline  
Thanks
1 User
Old 01/31/2009, 13:27   #9
 
elite*gold: 0
Join Date: Sep 2008
Posts: 732
Received Thanks: 216
hmm also meine abgeänderte version geht nicht :-p
Dunham is offline  
Old 01/31/2009, 13:41   #10
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
Und das original?^^

€:

UPDATE

Jetzt sollte es bei jedem laufen
aLasca is offline  
Thanks
1 User
Old 01/31/2009, 14:20   #11
 
elite*gold: 0
Join Date: Sep 2008
Posts: 732
Received Thanks: 216
das orginal geht.. ich will halt nur andere hotkeys^^ aber wenn ich das zu ner exe machen will gibts probleme mit der #include <WindowsConstants2.au3> dann mach ich die 2 weg.. dann gehts aber sobald ich ihn an machen un er in der arena is gibts nen line 1 error...

oder kannste es vll so einstellen das man die hide und show hozkeys ändern kann.. dann kann man den bot sooft öffnen wie man will ^^
Dunham is offline  
Old 01/31/2009, 14:23   #12
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
Dann Poste ich mal meine WindowsConstants2.au3.. das ist nämlich ne andere^^
Da habe ich was mit den $WM_* Events rausgenommen

PHP Code:
#include-once

; ------------------------------------------------------------------------------
;
AutoIt Version3.2
Description:    Windows constants.
;
; ------------------------------------------------------------------------------

Window Styles
Global Const $WS_TILED 0
Global Const $WS_OVERLAPPED 0
Global Const $WS_MAXIMIZEBOX 0x00010000
Global Const $WS_MINIMIZEBOX 0x00020000
Global Const $WS_TABSTOP 0x00010000
Global Const $WS_GROUP 0x00020000
Global Const $WS_SIZEBOX 0x00040000
Global Const $WS_THICKFRAME 0x00040000
Global Const $WS_SYSMENU 0x00080000
Global Const $WS_HSCROLL 0x00100000
Global Const $WS_VSCROLL 0x00200000
Global Const $WS_DLGFRAME 0x00400000
Global Const $WS_BORDER 0x00800000
Global Const $WS_CAPTION 0x00C00000
Global Const $WS_OVERLAPPEDWINDOW 0x00CF0000
Global Const $WS_TILEDWINDOW 0x00CF0000
Global Const $WS_MAXIMIZE 0x01000000
Global Const $WS_CLIPCHILDREN 0x02000000
Global Const $WS_CLIPSIBLINGS 0x04000000
Global Const $WS_DISABLED 0x08000000
Global Const $WS_VISIBLE 0x10000000
Global Const $WS_MINIMIZE 0x20000000
Global Const $WS_CHILD 0x40000000
Global Const $WS_POPUP 0x80000000
Global Const $WS_POPUPWINDOW 0x80880000

Dialog Styles
Global Const $DS_MODALFRAME 0x80
Global Const $DS_SETFOREGROUND 0x00000200
Global Const $DS_CONTEXTHELP 0x00002000

Window Extended Styles
Global Const $WS_EX_ACCEPTFILES 0x00000010
Global Const $WS_EX_MDICHILD 0x00000040
Global Const $WS_EX_APPWINDOW 0x00040000
Global Const $WS_EX_CLIENTEDGE 0x00000200
Global Const $WS_EX_CONTEXTHELP 0x00000400
Global Const $WS_EX_DLGMODALFRAME 0x00000001
Global Const $WS_EX_LEFTSCROLLBAR 0x00004000
Global Const $WS_EX_OVERLAPPEDWINDOW 0x00000300
Global Const $WS_EX_RIGHT 0x00001000
Global Const $WS_EX_STATICEDGE 0x00020000
Global Const $WS_EX_TOOLWINDOW 0x00000080
Global Const $WS_EX_TOPMOST 0x00000008
Global Const $WS_EX_TRANSPARENT 0x00000020
Global Const $WS_EX_WINDOWEDGE 0x00000100
Global Const $WS_EX_LAYERED 0x00080000

Global Const $WS_EX_CONTROLPARENT 0x10000
Global Const $WS_EX_LAYOUTRTL 0x400000
Global Const $WS_EX_RTLREADING 0x2000

Messages
Global Const $WM_GETTEXTLENGTH 0x000E
Global Const $WM_GETTEXT 0x000D
;~ Global Const $WM_SETREDRAW 0x000B
Global Const $WM_SIZE 0x05
Global Const $WM_SIZING 0x0214
Global Const $WM_USER 0X400

Global Const $WM_CREATE 0x0001
Global Const $WM_DESTROY 0x0002
Global Const $WM_MOVE 0x0003
Global Const $WM_ACTIVATE 0x0006
Global Const $WM_SETFOCUS 0x0007
Global Const $WM_KILLFOCUS 0x0008
Global Const $WM_ENABLE 0x000A
Global Const $WM_SETREDRAW 0x000B
Global Const $WM_SETTEXT 0x000C
Global Const $WM_PAINT 0x000F
Global Const $WM_CLOSE 0x0010
Global Const $WM_QUIT 0x0012
Global Const $WM_ERASEBKGND 0x0014
Global Const $WM_SYSCOLORCHANGE 0x0015
Global Const $WM_SHOWWINDOW 0x0018
Global Const $WM_WININICHANGE 0x001A
Global Const $WM_DEVMODECHANGE 0x001B
Global Const $WM_ACTIVATEAPP 0x001C
Global Const $WM_FONTCHANGE 0x001D
Global Const $WM_TIMECHANGE 0x001E
Global Const $WM_CANCELMODE 0x001F
Global Const $WM_SETCURSOR 0x0020
Global Const $WM_MOUSEACTIVATE 0x0021
Global Const $WM_CHILDACTIVATE 0x0022
Global Const $WM_QUEUESYNC 0x0023
Global Const $WM_GETMINMAXINFO 0x0024
Global Const $WM_PAINTICON 0x0026
Global Const $WM_ICONERASEBKGND 0x0027
Global Const $WM_NEXTDLGCTL 0x0028
Global Const $WM_SPOOLERSTATUS 0x002A
Global Const $WM_DRAWITEM 0x002B
Global Const $WM_MEASUREITEM 0x002C
Global Const $WM_DELETEITEM 0x002D
Global Const $WM_VKEYTOITEM 0x002E
Global Const $WM_CHARTOITEM 0x002F
Global Const $WM_SETFONT 0x0030
Global Const $WM_GETFONT 0x0031
Global Const $WM_SETHOTKEY 0x0032
Global Const $WM_GETHOTKEY 0x0033
Global Const $WM_QUERYDRAGICON 0x0037
Global Const $WM_COMPAREITEM 0x0039
Global Const $WM_GETOBJECT 0x003D
Global Const $WM_COMPACTING 0x0041
Global Const $WM_COMMNOTIFY 0x0044
Global Const $WM_WINDOWPOSCHANGING 0x0046
Global Const $WM_WINDOWPOSCHANGED 0x0047
Global Const $WM_POWER 0x0048
Global Const $WM_NOTIFY 0x004E
Global Const $WM_COPYDATA 0x004A
Global Const $WM_CANCELJOURNAL 0x004B
Global Const $WM_INPUTLANGCHANGEREQUEST 0x0050
Global Const $WM_INPUTLANGCHANGE 0x0051
Global Const $WM_TCARD 0x0052
Global Const $WM_HELP 0x0053
Global Const $WM_USERCHANGED 0x0054
Global Const $WM_NOTIFYFORMAT 0x0055
Global Const $WM_CUT 0x00000300
Global Const $WM_COPY 0x00000301
Global Const $WM_PASTE 0x00000302
Global Const $WM_CLEAR 0x00000303
Global Const $WM_UNDO 0x304


Global Const $WM_CONTEXTMENU 0x007B
Global Const $WM_STYLECHANGING 0x007C
Global Const $WM_STYLECHANGED 0x007D
Global Const $WM_DISPLAYCHANGE 0x007E
Global Const $WM_GETICON 0x007F
Global Const $WM_SETICON 0x0080
Global Const $WM_NCCREATE 0x0081
Global Const $WM_NCDESTROY 0x0082
Global Const $WM_NCCALCSIZE 0x0083
Global Const $WM_NCHITTEST 0x0084
Global Const $WM_NCPAINT 0x0085
Global Const $WM_NCACTIVATE 0x0086
Global Const $WM_GETDLGCODE 0x0087
Global Const $WM_SYNCPAINT 0x0088

Global Const $WM_NCMOUSEMOVE 0x00A0
Global Const $WM_NCLBUTTONDOWN 0x00A1
Global Const $WM_NCLBUTTONUP 0x00A2
Global Const $WM_NCLBUTTONDBLCLK 0x00A3
Global Const $WM_NCRBUTTONDOWN 0x00A4
Global Const $WM_NCRBUTTONUP 0x00A5
Global Const $WM_NCRBUTTONDBLCLK 0x00A6
Global Const $WM_NCMBUTTONDOWN 0x00A7
Global Const $WM_NCMBUTTONUP 0x00A8
Global Const $WM_NCMBUTTONDBLCLK 0x00A9


Global Const $WM_DEADCHAR 0x0103
Global Const $WM_SYSKEYDOWN 0x0104
Global Const $WM_SYSKEYUP 0x0105
Global Const $WM_SYSCHAR 0x0106
Global Const $WM_SYSDEADCHAR 0x0107

Global Const $WM_INITDIALOG 0x0110
Global Const $WM_COMMAND 0x0111
Global Const $WM_SYSCOMMAND 0x0112
Global Const $WM_TIMER 0x0113
Global Const $WM_HSCROLL 0x0114
Global Const $WM_VSCROLL 0x0115
Global Const $WM_INITMENU 0x0116
Global Const $WM_INITMENUPOPUP 0x0117
Global Const $WM_MENUSELECT 0x011F
Global Const $WM_MENUCHAR 0x0120
Global Const $WM_ENTERIDLE 0x0121
Global Const $WM_MENURBUTTONUP 0x0122
Global Const $WM_MENUDRAG 0x0123
Global Const $WM_MENUGETOBJECT 0x0124
Global Const $WM_UNINITMENUPOPUP 0x0125
Global Const $WM_MENUCOMMAND 0x0126
Global Const $WM_CHANGEUISTATE 0x0127
Global Const $WM_UPDATEUISTATE 0x0128
Global Const $WM_QUERYUISTATE 0x0129
Global Const $WM_CTLCOLORMSGBOX 0x0132
Global Const $WM_CTLCOLOREDIT 0x0133
Global Const $WM_CTLCOLORLISTBOX 0x0134
Global Const $WM_CTLCOLORBTN 0x0135
Global Const $WM_CTLCOLORDLG 0x0136
Global Const $WM_CTLCOLORSCROLLBAR 0x0137
Global Const $WM_CTLCOLORSTATIC 0x0138
Global Const $WM_CTLCOLOR 0x19

Global Const $MN_GETHMENU 0x01E1

; ===============================================================================================================================
Windows Notification Message Constants
; ===============================================================================================================================

Global Const 
$NM_FIRST 0

Global Const $NM_OUTOFMEMORY $NM_FIRST 1
Global Const $NM_CLICK $NM_FIRST 2
Global Const $NM_DBLCLK $NM_FIRST 3
Global Const $NM_RETURN $NM_FIRST 4
Global Const $NM_RCLICK $NM_FIRST 5
Global Const $NM_RDBLCLK $NM_FIRST 6
Global Const $NM_SETFOCUS $NM_FIRST 7
Global Const $NM_KILLFOCUS $NM_FIRST 8
Global Const $NM_CUSTOMDRAW $NM_FIRST 12
Global Const $NM_HOVER $NM_FIRST 13
Global Const $NM_NCHITTEST $NM_FIRST 14
Global Const $NM_KEYDOWN $NM_FIRST 15
Global Const $NM_RELEASEDCAPTURE $NM_FIRST 16
Global Const $NM_SETCURSOR $NM_FIRST 17
Global Const $NM_CHAR $NM_FIRST 18
Global Const $NM_TOOLTIPSCREATED $NM_FIRST 19
Global Const $NM_LDOWN $NM_FIRST 20
Global Const $NM_RDOWN $NM_FIRST 21
Global Const $NM_THEMECHANGED $NM_FIRST 22

Global Const $WM_LBUTTONUP 0x202
Global Const $WM_MOUSEMOVE 0x200

; ===============================================================================================================================
Common Control Messages
; ===============================================================================================================================

; ===============================================================================================================================
Messages to send to controls
; ===============================================================================================================================
Global Const 
$CCM_FIRST 0x2000
Global Const $CCM_GETUNICODEFORMAT = ($CCM_FIRST 6)
Global Const 
$CCM_SETUNICODEFORMAT = ($CCM_FIRST 5)
Global Const 
$CCM_SETBKCOLOR $CCM_FIRST 1
Global Const $CCM_SETCOLORSCHEME $CCM_FIRST 2
Global Const $CCM_GETCOLORSCHEME $CCM_FIRST 3
Global Const $CCM_GETDROPTARGET $CCM_FIRST 4
Global Const $CCM_SETWINDOWTHEME $CCM_FIRST 11

; ===============================================================================================================================
GetAncestor Constants
; ===============================================================================================================================

Global Const 
$GA_PARENT 1
Global Const $GA_ROOT 2
Global Const $GA_ROOTOWNER 3

; ===============================================================================================================================
GetSystemMetrics Constants
; ===============================================================================================================================

Global Const 
$SM_CXSCREEN 0
Global Const $SM_CYSCREEN 1
Global Const $SM_CXVSCROLL 2
Global Const $SM_CYHSCROLL 3
Global Const $SM_CYCAPTION 4
Global Const $SM_CXBORDER 5
Global Const $SM_CYBORDER 6
Global Const $SM_CXDLGFRAME 7
Global Const $SM_CYDLGFRAME 8
Global Const $SM_CYVTHUMB 9
Global Const $SM_CXHTHUMB 10
Global Const $SM_CXICON 11
Global Const $SM_CYICON 12
Global Const $SM_CXCURSOR 13
Global Const $SM_CYCURSOR 14
Global Const $SM_CYMENU 15
Global Const $SM_CXFULLSCREEN 16
Global Const $SM_CYFULLSCREEN 17
Global Const $SM_CYKANJIWINDOW 18
Global Const $SM_MOUSEPRESENT 19
Global Const $SM_CYVSCROLL 20
Global Const $SM_CXHSCROLL 21
Global Const $SM_DEBUG 22
Global Const $SM_SWAPBUTTON 23
Global Const $SM_RESERVED1 24
Global Const $SM_RESERVED2 25
Global Const $SM_RESERVED3 26
Global Const $SM_RESERVED4 27
Global Const $SM_CXMIN 28
Global Const $SM_CYMIN 29
Global Const $SM_CXSIZE 30
Global Const $SM_CYSIZE 31
Global Const $SM_CXFRAME 32
Global Const $SM_CYFRAME 33
Global Const $SM_CXMINTRACK 34
Global Const $SM_CYMINTRACK 35
Global Const $SM_CXDOUBLECLK 36
Global Const $SM_CYDOUBLECLK 37
Global Const $SM_CXICONSPACING 38
Global Const $SM_CYICONSPACING 39
Global Const $SM_MENUDROPALIGNMENT 40
Global Const $SM_PENWINDOWS 41
Global Const $SM_DBCSENABLED 42
Global Const $SM_CMOUSEBUTTONS 43
Global Const $SM_SECURE 44
Global Const $SM_CXEDGE 45
Global Const $SM_CYEDGE 46
Global Const $SM_CXMINSPACING 47
Global Const $SM_CYMINSPACING 48
Global Const $SM_CXSMICON 49
Global Const $SM_CYSMICON 50
Global Const $SM_CYSMCAPTION 51
Global Const $SM_CXSMSIZE 52
Global Const $SM_CYSMSIZE 53
Global Const $SM_CXMENUSIZE 54
Global Const $SM_CYMENUSIZE 55
Global Const $SM_ARRANGE 56
Global Const $SM_CXMINIMIZED 57
Global Const $SM_CYMINIMIZED 58
Global Const $SM_CXMAXTRACK 59
Global Const $SM_CYMAXTRACK 60
Global Const $SM_CXMAXIMIZED 61
Global Const $SM_CYMAXIMIZED 62
Global Const $SM_NETWORK 63
Global Const $SM_CLEANBOOT 67
Global Const $SM_CXDRAG 68
Global Const $SM_CYDRAG 69
Global Const $SM_SHOWSOUNDS 70
Global Const $SM_CXMENUCHECK 71
Global Const $SM_CYMENUCHECK 72
Global Const $SM_SLOWMACHINE 73
Global Const $SM_MIDEASTENABLED 74
Global Const $SM_MOUSEWHEELPRESENT 75
Global Const $SM_XVIRTUALSCREEN 76
Global Const $SM_YVIRTUALSCREEN 77
Global Const $SM_CXVIRTUALSCREEN 78
Global Const $SM_CYVIRTUALSCREEN 79
Global Const $SM_CMONITORS 80
Global Const $SM_SAMEDISPLAYFORMAT 81
Global Const $SM_IMMENABLED 82
Global Const $SM_CXFOCUSBORDER 83
Global Const $SM_CYFOCUSBORDER 84
Global Const $SM_TABLETPC 86
Global Const $SM_MEDIACENTER 87
Global Const $SM_STARTER 88
Global Const $SM_SERVERR2 89
Global Const $SM_CMETRICS 90
Global Const $SM_REMOTESESSION 0x1000
Global Const $SM_SHUTTINGDOWN 0x2000
Global Const $SM_REMOTECONTROL 0x2001
Global Const $SM_CARETBLINKINGENABLED 0x2002

; ===============================================================================================================================
Ternary raster operations
; ===============================================================================================================================

Global Const 
$BLACKNESS 0x00000042 Fills the destination rectangle using the color associated with index 0 in the physical palette
Global Const $CAPTUREBLT 0X40000000 Includes any window that are layered on top of your window in the resulting image
Global Const $DSTINVERT 0x00550009 Inverts the destination rectangle
Global Const $MERGECOPY 0x00C000CA Copies the inverted source rectangle to the destination
Global Const $MERGEPAINT 0x00BB0226 Merges the color of the inverted source rectangle with the colors of the destination rectangle by using the OR operator
Global Const $NOMIRRORBITMAP 0X80000000 Prevents the bitmap from being mirrored
Global Const $NOTSRCCOPY 0x00330008 Copies the inverted source rectangle to the destination
Global Const $NOTSRCERASE 0x001100A6 Combines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color
Global Const $PATCOPY 0x00F00021 Copies the brush selected in hdcDestinto the destination bitmap
Global Const $PATINVERT 0x005A0049 Combines the colors of the brush currently selected  in  hDest,  with  the  colors  of  the destination rectangle by using the XOR operator
Global Const $PATPAINT 0x00FB0A09 Combines the colors of the brush currently selected  in  hDest,  with  the  colors  of  the inverted source rectangle by using the OR operator
Global Const $SRCAND 0x008800C6 Combines the colors of the source and destination rectangles by using the Boolean AND operator
Global Const $SRCCOPY 0x00CC0020 Copies the source rectangle directly to the destination rectangle
Global Const $SRCERASE 0x00440328 Combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator
Global Const $SRCINVERT 0x00660046 Combines the colors of the source and destination rectangles by using the Boolean XOR operator
Global Const $SRCPAINT 0x00EE0086 Combines the colors of the source and destination rectangles by using the Boolean OR operator
Global Const $WHITENESS 0x00FF0062 Fills the destination rectangle using the color associated with index 1 in the physical palette

; ===============================================================================================================================
DrawText Constants
; ===============================================================================================================================

Global Const 
$DT_TOP 0x00000000
Global Const $DT_LEFT 0x00000000
Global Const $DT_CENTER 0x00000001
Global Const $DT_RIGHT 0x00000002
Global Const $DT_VCENTER 0x00000004
Global Const $DT_BOTTOM 0x00000008
Global Const $DT_WORDBREAK 0x00000010
Global Const $DT_SINGLELINE 0x00000020
Global Const $DT_EXPANDTABS 0x00000040
Global Const $DT_TABSTOP 0x00000080
Global Const $DT_NOCLIP 0x00000100
Global Const $DT_EXTERNALLEADING 0x00000200
Global Const $DT_CALCRECT 0x00000400
Global Const $DT_NOPREFIX 0x00000800
Global Const $DT_INTERNAL 0x00001000

; ===============================================================================================================================
RedrawWindow Constants
; ===============================================================================================================================

Global Const 
$RDW_ERASE 0x0004 Causes the window to receive a WM_ERASEBKGND message when the window is repainted
Global Const $RDW_FRAME 0x0400 Causes any part of the nonclient area of the window that intersects the update region to receive a WM_NCPAINT message
Global Const $RDW_INTERNALPAINT 0x0002 Causes a WM_PAINT message to be posted to the window regardless of whether any portion of the window is invalid
Global Const $RDW_INVALIDATE 0x0001 Invalidates DllStructGetData($tRect or $hRegion"") If both are 0the entire window is invalidated
Global Const $RDW_NOERASE 0x0020 Suppresses any pending WM_ERASEBKGND messages
Global Const $RDW_NOFRAME 0x0800 Suppresses any pending WM_NCPAINT messages
Global Const $RDW_NOINTERNALPAINT 0x0010 Suppresses any pending internal WM_PAINT messages
Global Const $RDW_VALIDATE 0x0008 Validates Rect or hRegion
Global Const $RDW_ERASENOW 0x0200 Causes the affected windows to receive WM_NCPAINT and WM_ERASEBKGND messages
Global Const $RDW_UPDATENOW 0x0100 Causes the affected windows to receive WM_NCPAINTWM_ERASEBKGND, and WM_PAINT messages
Global Const $RDW_ALLCHILDREN 0x0080 Includes child windows in the repainting operation
Global Const $RDW_NOCHILDREN 0x0040 Excludes child windows from the repainting operation

; ===============================================================================================================================
Clipboard Constants
; ===============================================================================================================================
Global Const 
$WM_RENDERFORMAT 0x00000305 Sent if the owner has delayed rendering a specific clipboard format
Global Const $WM_RENDERALLFORMATS 0x00000306 Sent if the owner has delayed rendering clipboard formats
Global Const $WM_DESTROYCLIPBOARD 0x00000307 Sent when a call to EmptyClipboard empties the clipboard
Global Const $WM_DRAWCLIPBOARD 0x00000308 Sent when the content of the clipboard changes
Global Const $WM_PAINTCLIPBOARD 0x00000309 Sent when the clipboard viewer's client area needs repainting
Global Const $WM_VSCROLLCLIPBOARD = 0x0000030A ; Sent when an event occurs in the viewer'
s vertical scroll bar
Global Const $WM_SIZECLIPBOARD 0x0000030B Sent when the clipboard viewer's client area has changed size
Global Const $WM_ASKCBFORMATNAME = 0x0000030C ; Sent to request the name of a $CF_OWNERDISPLAY clipboard format
Global Const $WM_CHANGECBCHAIN = 0x0000030D ; Sent when a window is being removed from the chain
Global Const $WM_HSCROLLCLIPBOARD = 0x0000030E ; Sent when an event occurs in the viewer'
s horizontal scroll bar
; ===============================================================================================================================

; ===============================================================================================================================
WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes
; ===============================================================================================================================

Global Const 
$HTERROR = -2
Global Const $HTTRANSPARENT = -1
Global Const $HTNOWHERE 0
Global Const $HTCLIENT 1
Global Const $HTCAPTION 2
Global Const $HTSYSMENU 3
Global Const $HTGROWBOX 4
Global Const $HTSIZE $HTGROWBOX
Global Const $HTMENU 5
Global Const $HTHSCROLL 6
Global Const $HTVSCROLL 7
Global Const $HTMINBUTTON 8
Global Const $HTMAXBUTTON 9
Global Const $HTLEFT 10
Global Const $HTRIGHT 11
Global Const $HTTOP 12
Global Const $HTTOPLEFT 13
Global Const $HTTOPRIGHT 14
Global Const $HTBOTTOM 15
Global Const $HTBOTTOMLEFT 16
Global Const $HTBOTTOMRIGHT 17
Global Const $HTBORDER 18
Global Const $HTREDUCE $HTMINBUTTON
Global Const $HTZOOM $HTMAXBUTTON
Global Const $HTSIZEFIRST $HTLEFT
Global Const $HTSIZELAST $HTBOTTOMRIGHT
Global Const $HTOBJECT 19
Global Const $HTCLOSE 20
Global Const $HTHELP 21

; ===============================================================================================================================
Windows Color Constants
; ===============================================================================================================================

Global Const 
$COLOR_SCROLLBAR 0
Global Const $COLOR_BACKGROUND 1
Global Const $COLOR_ACTIVECAPTION 2
Global Const $COLOR_INACTIVECAPTION 3
Global Const $COLOR_MENU 4
Global Const $COLOR_WINDOW 5
Global Const $COLOR_WINDOWFRAME 6
Global Const $COLOR_MENUTEXT 7
Global Const $COLOR_WINDOWTEXT 8
Global Const $COLOR_CAPTIONTEXT 9
Global Const $COLOR_ACTIVEBORDER 10
Global Const $COLOR_INACTIVEBORDER 11
Global Const $COLOR_APPWORKSPACE 12
Global Const $COLOR_HIGHLIGHT 13
Global Const $COLOR_HIGHLIGHTTEXT 14
Global Const $COLOR_BTNFACE 15
Global Const $COLOR_BTNSHADOW 16
Global Const $COLOR_GRAYTEXT 17
Global Const $COLOR_BTNTEXT 18
Global Const $COLOR_INACTIVECAPTIONTEXT 19
Global Const $COLOR_BTNHIGHLIGHT 20
Global Const $COLOR_3DDKSHADOW 21
Global Const $COLOR_3DLIGHT 22
Global Const $COLOR_INFOTEXT 23
Global Const $COLOR_INFOBK 24
Global Const $COLOR_HOTLIGHT 26
Global Const $COLOR_GRADIENTACTIVECAPTION 27
Global Const $COLOR_GRADIENTINACTIVECAPTION 28
Global Const $COLOR_MENUHILIGHT 29
Global Const $COLOR_MENUBAR 30

Global Const $COLOR_DESKTOP 1
Global Const $COLOR_3DFACE 15
Global Const $COLOR_3DSHADOW 16
Global Const $COLOR_3DHIGHLIGHT 20
Global Const $COLOR_3DHILIGHT 20
Global Const $COLOR_BTNHILIGHT 20

; ===============================================================================================================================
Standard Resource Identifier Constants
; ===============================================================================================================================

Global Const 
$HINST_COMMCTRL = -1

Global Const $IDB_STD_SMALL_COLOR 0
Global Const $IDB_STD_LARGE_COLOR 1
Global Const $IDB_VIEW_SMALL_COLOR 4
Global Const $IDB_VIEW_LARGE_COLOR 5
Global Const $IDB_HIST_SMALL_COLOR 8
Global Const $IDB_HIST_LARGE_COLOR 9

; ===============================================================================================================================
Flags for $tagSTARTUPINO structure (Process and Thread structues)
; ===============================================================================================================================
Global Const 
$STARTF_FORCEOFFFEEDBACK 0x80
Global Const $STARTF_FORCEONFEEDBACK 0x40
Global Const $STARTF_RUNFULLSCREEN 0x20
Global Const $STARTF_USECOUNTCHARS 0x8
Global Const $STARTF_USEFILLATTRIBUTE 0x10
Global Const $STARTF_USEHOTKEY 0x200
Global Const $STARTF_USEPOSITION 0x4
Global Const $STARTF_USESHOWWINDOW 0x1
Global Const $STARTF_USESIZE 0x2
Global Const $STARTF_USESTDHANDLES 0x100

; ===============================================================================================================================
Drawstate Constants
; ===============================================================================================================================

Global Const 
$CDDS_PREPAINT 0x00000001
Global Const $CDDS_POSTPAINT 0x00000002
Global Const $CDDS_PREERASE 0x00000003
Global Const $CDDS_POSTERASE 0x00000004
Global Const $CDDS_ITEM 0x00010000
Global Const $CDDS_ITEMPREPAINT 0x00010001
Global Const $CDDS_ITEMPOSTPAINT 0x00010002
Global Const $CDDS_ITEMPREERASE 0x00010003
Global Const $CDDS_ITEMPOSTERASE 0x00010004
Global Const $CDDS_SUBITEM 0x00020000
; ===============================================================================================================================
Itemstate Constants
; ===============================================================================================================================

Global Const 
$CDIS_SELECTED 0x00000001
Global Const $CDIS_GRAYED 0x00000002
Global Const $CDIS_DISABLED 0x00000004
Global Const $CDIS_CHECKED 0x00000008
Global Const $CDIS_FOCUS 0x00000010
Global Const $CDIS_DEFAULT 0x00000020
Global Const $CDIS_HOT 0x00000040
Global Const $CDIS_MARKED 0x00000080
Global Const $CDIS_INDETERMINATE 0x00000100
Global Const $CDIS_SHOWKEYBOARDCUES 0x00000200
The current item state For Vista and above
Global Const $CDIS_NEARHOT 0x0400
Global Const $CDIS_OTHERSIDEHOT 0x0800
Global Const $CDIS_DROPHILITED 0x1000

; ===============================================================================================================================
Custom Draw Return Constants
; ===============================================================================================================================

Global Const 
$CDRF_DODEFAULT 0x00000000
Global Const $CDRF_NEWFONT 0x00000002
Global Const $CDRF_SKIPDEFAULT 0x00000004
Global Const $CDRF_NOTIFYPOSTPAINT 0x00000010
Global Const $CDRF_NOTIFYITEMDRAW 0x00000020
Global Const $CDRF_NOTIFYSUBITEMDRAW 0x00000020
Global Const $CDRF_NOTIFYPOSTERASE 0x00000040
; Return Values For Vista and above
Global Const $CDRF_DOERASE 0x00000008
Global Const $CDRF_SKIPPOSTPAINT 0x00000100

Control default styles
Global Const $GUI_SS_DEFAULT_GUI BitOR($WS_MINIMIZEBOX$WS_CAPTION$WS_POPUP$WS_SYSMENU
aLasca is offline  
Thanks
2 Users
Old 01/31/2009, 19:14   #13
 
elite*gold: 0
Join Date: May 2008
Posts: 20
Received Thanks: 0
wie mach ihc das mit der interfacehilfe.exe????
Thebestplayerever is offline  
Old 01/31/2009, 19:17   #14
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
die brauchst du garnicht..
aLasca is offline  
Thanks
2 Users
Old 01/31/2009, 19:21   #15
 
elite*gold: 0
Join Date: May 2008
Posts: 20
Received Thanks: 0
bei mir klickt der iwie nich auf betreten ><
liegt es daran das mein bildschirm maximal 1027 x 768 kann?

edit: hab die ccords mit autoit window info angepasst
Thebestplayerever is offline  
Reply


Similar Threads Similar Threads
[Arena] up to 20% more damage in arena for first 25~ seconds
12/03/2009 - WoW Exploits, Hacks, Tools & Macros - 1 Replies
Ravenous Pathogen - Spell - World of Warcraft This is a debuff that increases damage done by 5% per stack, up to 20% after 4 stacks. Since debuffs dont disappear when you join arenas, you can carry that debuff into arenas. http://img132.imageshack.us/img132/5798/arenaexpl oit.jpg This debuff is given by a mob called Darkclaw Bat Darkclaw Bat - NPC - World of Warcraft http://img339.imageshack.us/img339/9326/arenaexpl oit2.jpg
[NEW]Arena Tournament server 2.4.3 (Instant lvl70 free S3 arena fight for S4)
10/31/2009 - WoW Private Server - 0 Replies
#edit #close
eXtreme Drachen Arena Bot - by blauwiggle
01/31/2009 - GW Exploits, Hacks, Bots, Tools & Macros - 23 Replies
Hallo liebe Community :) Es ist mal wieder soweit, ein Event ist im vollen Gange. Hier gibts den eXtreme DBA von mir, als kleines Mini Geschenk ^^ Klick mich, ich bin ein verzauberter Link! Liebe Grüße :) blauwiggle Achja, vergessen reinzuschreiben.
[Arena]Orgrimmar Arena Trick
12/14/2008 - WoW Exploits, Hacks, Tools & Macros - 1 Replies
Picture:http://www.pic-upload.de/14.12.08/z4hxv.JP G Before the lift takes you up to start the match, you can minimize your WoW and come back and youll be floating in air so...15seconds till battle starts. - Minimize - Open wow back up in 15 seconds and you are floating up top while lift is still coming up, pretty cool just figure it out
[Exploits][Arena]Krieger Buff in der Lorderon Arena
01/20/2008 - WoW Exploits, Hacks, Tools & Macros - 7 Replies
Dieser Trick geht nur in der Lorderon Arena, weil dort die Kammer (der Vorbereitungsraum) groß genug ist. Der Krieger hat 2 Schlachtschreie. Der eine gibt +1080 Gesundheit und der andere Angriffskraft. Krieger+Druide, Krieger+Paladin oder Krieger+Priester sind Combos in welcher der Heiler keine Angriffskraft braucht aber die Gesundheit. Erst stehen beide nahbeieinander und der Krieger bufft - Gesundheit dann geht er in die hinterste Ecke und der Heiler ganz nah an das Tor. So kann der...



All times are GMT +2. The time now is 01:32.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.