Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 08:44

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

Advertisement



fischoeffner need help

Discussion on fischoeffner need help within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2009
Posts: 20
Received Thanks: 0
Unhappy fischoeffner need help

mein code für den fischöffner funkt net er öffnet nur den mandarinfisch
pls help me
thx im voraus

HotKeySet( "{c}", "Start")
HotKeySet( "{v}", "Ende")


Func Start ()
while 1
_Mandarinfisch ()
Sleep(100)
_Zander ()
Sleep(100)
_Karpfen ()
Sleep(100)
_Graskarpfen ()
Sleep(100)
_Lachs ()
WEnd
EndFunc

Func _Mandarinfisch ()
while (1)
$Mandarinfisch=PixelSearch(634, 265, 794, 556,0xB89A61)
if not @error then
MouseMove($Mandarinfisch[0], $Mandarinfisch[1] )
Sleep(100)
MouseDown("right")
Sleep(100)
EndIf
Wend
EndFunc

Func _Zander ()
while (1)
$Zander=PixelSearch(634, 265, 794, 556,0x9FAB52)
if not @error then
MouseMove($Zander[0], $Zander[1] )
Sleep(100)
MouseDown("right")
Sleep(100)
EndIf
Wend
EndFunc

Func _Karpfen ()
while (1)
$Karpfen=PixelSearch(634, 265, 794, 556,0x553030)
if not @error then
MouseMove($Karpfen[0], $Karpfen[1] )
Sleep(100)
MouseDown("right")
Sleep(100)
EndIf
Wend
EndFunc

Func _Graskarpfen ()
while (1)
$Graskarpfen=PixelSearch(634, 265, 794, 556,0xE1D2B1)
if not @error then
MouseMove($Graskarpfen[0], $Graskarpfen[1] )
Sleep(100)
MouseDown("right")
Sleep(100)
EndIf
Wend
EndFunc

Func _Lachs ()
while (1)
$Lachs=PixelSearch(634, 265, 794, 556,0x989586)
if not @error then
MouseMove($Lachs[0], $Lachs[1] )
Sleep(100)
MouseDown("right")
Sleep(100)
EndIf
Wend
EndFunc

while 1
Wend

Func Ende ()
Exit
EndFunc
tyrantklapp is offline  
Old 08/23/2009, 15:34   #2
 
felixli93's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 820
Received Thanks: 909
mach das while 1 bei jeder funktion (also bei den "fisch-funktionen" raus)
felixli93 is offline  
Old 08/23/2009, 16:21   #3
 
elite*gold: 0
Join Date: Apr 2009
Posts: 20
Received Thanks: 0
hab gemacht aba funkt imma noch net
tyrantklapp is offline  
Old 08/23/2009, 16:22   #4
 
_RisingDark_'s Avatar
 
elite*gold: 9
Join Date: Aug 2009
Posts: 1,236
Received Thanks: 267
ehm... nim einfach ein anderen bot
_RisingDark_ is offline  
Old 08/23/2009, 16:25   #5
 
elite*gold: 0
Join Date: Apr 2009
Posts: 20
Received Thanks: 0
leider funkt bei mir keiner der anderen
und auch die angelbots net
deswegen mach ich mir selber
tyrantklapp is offline  
Old 08/23/2009, 20:23   #6
 
SCORNI's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 970
Received Thanks: 227
Quote:
Originally Posted by felixli93
mach das while 1 bei jeder funktion (also bei den "fisch-funktionen" raus)
ohne die zusätzlichen funcs machen nur mit einem func. alles in eine while stecken.

gelöst von felixli93
#vote4close
SCORNI is offline  
Reply




All times are GMT +2. The time now is 08:44.


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.