|
You last visited: Today at 08:30
Advertisement
Bot hilfe
Discussion on Bot hilfe within the AutoIt forum part of the Coders Den category.
03/24/2010, 19:31
|
#1
|
elite*gold: 0
Join Date: Jul 2009
Posts: 47
Received Thanks: 4
|
Bot hilfe
ehm kann mir jemand sagen wie ich mein script auf die buttons bekomme
dort ist der script schon drin :
Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("CocaCocains PixelAimbot", 502, 155, 192, 124)
$Button1 = GUICtrlCreateButton("Start", 16, 112, 91, 41, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Ende", 112, 112, 91, 41, $WS_GROUP)
$Pic1 = GUICtrlCreatePic("C:\Documents and Settings\MariuszDuda\Pulpit\hhh1.jpg", 8, 8, 484, 100, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
While 1
$Variable = PixelSearch(40,10,34,23,0xFF0000)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick("left")
EndIf
WEnd
Func _Exit()
Exit
EndFunc
|
|
|
|
03/24/2010, 19:38
|
#2
|
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
|
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
EndSwitch
WEnd
Func Start()
While 1
$Variable = PixelSearch(40,10,34,23,0xFF0000)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick("left")
EndIf
WEnd
EndFunc
So?
|
|
|
03/24/2010, 19:52
|
#3
|
elite*gold: 0
Join Date: Jul 2009
Posts: 47
Received Thanks: 4
|
danke ^^
|
|
|
Similar Threads
|
Hilfe Hilfe Pls Gucken Brauche Hilfe
04/04/2010 - Technical Support - 3 Replies
Ja wegen der Signatur sieht es euch ma an in pics
/http://img641.imageshack.us/img641/6070/unbenann t790kjkh.png
http://img444.imageshack.us/img444/6981/unbenannt kjhghzuijhbh.png
kann mir pls einer HELFEN...
|
HILFE HILFE HILFE MIT SjSro Startproblem
12/14/2009 - SRO Private Server - 4 Replies
Hi Leute hab ein Problem mit SjSro wenn ich auf starten klicke kommt diese Meldung Sorry.Failed to execute Silkroad. bitte helfen hab anti virus aus geht immer noch nicht wo liegt das problem
thx schon mal im voraus
BITTE HELFEN BITTE
WILL UMBEDINGT ZOCKEN!!
|
All times are GMT +1. The time now is 08:31.
|
|