Also ich findes supper Beschriben. Ist biss jets mein 2 Bot wo ich mache habe nur ein Kleines Problem Wenn ich im Warrock Bin dann macht er nichts nur auf dem Desktop Klickt er herum sonst nicht ! was ist faltsch ?
PHP Code:
HotKeySet("{s}", "_StartBot")
HotKeySet("{p}", "_PauseBot")
HotKeySet("{e}", "_EndeBot")
Global $Active = 0
WinActivate ( "Warrock" )
MsgBox (64,"Bot by Blasi" ,"Bot by Blasi")
While 1
If $Active = 1 Then
MouseClick ("Left")
MouseClick ("Left")
MouseClick ("Left")
EndIf
WEnd
Func _StartBot()
$Active = 1
EndFunc
Func _PauseBot()
$Active = 0
EndFunc
Func _EndeBot()
Exit
EndFunc