Func CheckIfPlayersLoaded()
Local $PlayerCount = 0
Local $DeadLock = TimerInit()
dim $Leechers
_FileReadToArray("Leechers.txt",$Leechers)
While $PlayerCount < 6
$PlayerCount = 0
For $i = 1 To GetMaxAgents()
$Agent = GetAgentByID($i)
For $n = 1 to $Leechers[0]
If DllStructGetData($Agent,"Playernumber") <> 0 and GetPlayerName($Agent) = $Leechers[$n] Then
$PlayerCount += 1
EndIf
Next
Next
WEnd
If TimerDiff($DeadLock) > 100000 Then
Return False
EndIf
Return True
EndFunc
Func InvitePlayers()
dim $Leechers
_FileReadToArray("Leechers.txt",$Leechers)
For $i = 1 To GetMaxAgents()
$Agent = GetAgentByID($i)
For $n = 1 to $Leechers[0]
If DllStructGetData($Agent,"LoginNumber") <> 0 and GetPlayerName($Agent) = $Leechers[$n] and GetPlayerName($Agent) <> GetPlayerName(-2) Then
InvitePlayer($Leechers[$n])
Sleep(200)
EndIf
Next
Next
EndFunc
Local $CharacterNames = RetrieveCharacterNames()
GUICtrlSetData($gCharacterName, 'Select a character...|' & $CharacterNames, 'Select a character...')
GUICtrlSetState($gCharacterStart, $GUI_DEFBUTTON)
Func CharacterEventHandler()
Switch (@GUI_CtrlId)
Case $gCharacterStart
$CharName = GUICtrlRead($gCharacterName)
Initialize($CharName,True,True)
InvitePlayers()
GUIDelete($cGUI)
$bActive = True
Case $GUI_EVENT_CLOSE
Exit
Case $gCharacterEnd
Exit
EndSwitch
EndFunc
Func RetrieveCharacterNames()
Local $CharacterNames, $aWindows = WinList('[CLASS:ArenaNet_Dx_Window_Class]')
If $aWindows[0][0] == 0 Then Exit MsgBox(0x40030, 'Error!', 'No active game clients found.')
For $i = 1 To $aWindows[0][0]
MemoryOpen(WinGetProcess($aWindows[$i][1]))
Local $sFoundChar = ScanForCharname()
MemoryClose()
$mGWProcHandle = 0
If $sFoundChar == '' Then ContinueLoop
$CharacterNames &= $sFoundChar & '|'
Next
If StringRight($CharacterNames, 1) == '|' Then $CharacterNames = StringTrimRight($CharacterNames, 1)
If $aWindows[0][0] > 1 Then
Local $aCharNames = StringSplit($CharacterNames, '|')
$CharacterNames = ''
_ArraySort($aCharNames, 0, 1)
For $i = 1 To $aCharNames[0]
$CharacterNames &= $aCharNames[$i]
If $i <> $aCharNames[0] Then $CharacterNames &= '|'
Next
EndIf
Return $CharacterNames
EndFunc
#region controller
Func LoadSafe()
Const $iMapLoading = 2
Local $tDeadLock = TimerInit()
Do
Sleep(50)
Until $iMapLoading == GetMapLoading() Or TimerDiff($tDeadLock) > 40000
Do
Sleep(50)
Until $iMapLoading <> GetMapLoading() Or TimerDiff($tDeadLock) > 40000
Local $iTime = GetInstanceUpTime()
Do
Sleep(50)
Until GetInstanceUpTime() <> $iTime Or TimerDiff($tDeadLock) > 40000
For $i = 1 To 4
$iTime = GetInstanceUpTime()
Do
Sleep(50)
Until GetInstanceUpTime() > $iTime Or TimerDiff($tDeadLock) > 40000
Next
Sleep(500)
EndFunc
Func UseSkillEx($lSkill, $lTgt = -2, $aTimeout = 3000)
TargetNearestEnemy()
$mSkillbar = GetSkillbar()
If GetIsDead(-2) Then Return
If Not IsRecharged($lSkill) Then Return
If GetEnergy(-2) < $skillCost[$lSkill] Then Return
Local $Skill = GetSkillByID(DllStructGetData($mSkillbar, 'Id' & $lSkill))
If DllStructGetData($mSkillbar, 'AdrenalineA' & $lSkill) < DllStructGetData($lSkill, 'Adrenaline') Then Return False
Local $lDeadlock = TimerInit()
UseSkill($lSkill, $lTgt)
Do
Sleep(50)
If GetIsDead(-2) = 1 Then Return
Until (Not IsRecharged($lSkill)) Or (TimerDiff($lDeadlock) > $aTimeout)
If $lSkill > 1 Then RndSleep(350)
EndFunc ;==>UseSkillEx
Func AttackStuff()
$Enemies = 0
While $Enemies <> 6
$Enemies = 0
for $i = 1 To GetMaxAgents()
$Enemy = GetAgentByID($i)
if StringInStr(GetAgentName($Enemy),"Zaishen") > 0 and GetIsDead($Enemy) = True Then
;~ If GetPlayerName($i) = "" Then
$Enemies += 1
EndIf
Next
; ToolTip($Enemies)
For $i = 1 to 6
If IsRecharged($i) Then
TargetNearestEnemy()
Sleep(300)
UseSkill($i,-1)
ExitLoop
EndIf
Next
WEnd
EndFunc
V-Sync Problem! 06/17/2013 - Technical Support - 2 Replies Hey Leute ich hab ein Problem.
Wenn ich mal LoL zocke z.B stürzt es nach 20-30 Minuten ab. Das Problem liegt an meinem V-Sync.
Wenn ich V-Sync ausschalte funktioniert es wieder. Das Problem ist wenn ich dann ACIII zocken will stürzt es bei ACIII ab.
Was soll ich tun? >_< Hab einen Acer Aspire M3910 Stock. Nichts wurde verändert.
Sync Progress 10/26/2012 - DarkOrbit - 2 Replies This morning 9am GMT+1 the servers of dark orbit will be down for about an hour.
Greetz.
Auto Sync 10/17/2012 - GW2 Hacks, Bots, Cheats & Exploits - 6 Replies Ich hab einen Weg gefunden zu syncen ohne ne fertigkeit zu benutzen alles was man tun muss is den porter von *M* zu benutzen und nach dem porten auf ne Kante zu springen z.B von nem Tisch es funktioniert auf jeder Kante
Viel Spass Beim Sync mit Mesmer und Nekro ;)
V sync in grafikeigenschaften 02/13/2010 - Technical Support - 2 Replies Hey wie schalte ich v sync aus??weil wenn ich bei mir auf Nvidia Gefroce 7300gs gehe kommt da niergends v-sync ausschalten..kennt sich jmd.damit aus?oder würde sich sogar breiterklären mir dies über teamviewer zu machen??Lg Kalkin
De-sync from your server 01/14/2008 - WoW Exploits, Hacks, Tools & Macros - 14 Replies So here is the basics of what you need to do.
1. Go to the Aldor bank in Shattrath
2. Face A'dal (the "snowflake" in the middle of Shattrath)
3. Pop a Dream Vision potion or use eyes of the beast for you hunters out there
4. Run to the exact opposite side of Shattrath to the Scryer's bank
5. On the left there will be a ramp. Go up the ramp and out of Shattrath