DirectX hook ?
ich hab des so gemacht:Quote:
Autoit macht keine Fehler besonders nicht bei sollchen einfachen Sachen wie Timer
Do
Sleep(100)
$a = $a + 1
Until $a = 3180 Or _IsPressed("62",$dll)
#include <Misc.au3>
$dll = DllOpen("user32.dll")
$a = 0
Sleep(5000)
$king = TimerInit()
Do
Sleep(100)
$a = $a + 1
Until $a = 10 Or _IsPressed("62",$dll)
$fish = TimerDiff($king)
MsgBox(0,"asdfas",$Fish)