Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 01:39

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

Advertisement



Hilfe :D

Discussion on Hilfe :D within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1

 
Scopy™'s Avatar
 
elite*gold: 103
Join Date: Jan 2011
Posts: 488
Received Thanks: 58
Hilfe :D

PHP Code:
#RequireAdmin 

Global $Active 0$msg 0

HotKeySet
("{F2}""_StartBot")
HotKeySet("{F3}""_PauseBot")
HotKeySet("{F4}""_EndeBot")

Func _StartBot()
    If 
$msg 0 Then MsgBox ("","""F2 Start" & @CRLF "F3 Pause" & @CRLF "F4 Ende" & @CRLF "© Scopy")
    
$Active 1
    $msg 
1
EndFunc

Func _PauseBot
()
    
$Active 0
EndFunc

Func _EndeBot
()
    Exit
EndFunc

While 1
    
If $Active 1 Then
        MouseClick
("left"873615)
        
Sleep(10000)
        
MouseClick("left"873615)
        
Sleep(10000)
        
Send ("wswsws")
        
Sleep(10000)
    EndIf
WEnd 
Hätte gerne ; das ne Msgbox am Ende kommt also wenn ich das programm bendet (F4)

Inhalt:
Made by ScopyTM for ElitePvPers
Scopy™ is offline  
Old 02/07/2011, 19:55   #2
 
elite*gold: 0
Join Date: Oct 2009
Posts: 557
Received Thanks: 160
Code:
#RequireAdmin 

Global $Active = 0, $msg = 0

HotKeySet("{F2}", "_StartBot")
HotKeySet("{F3}", "_PauseBot")
HotKeySet("{F4}", "_EndeBot")

Func _StartBot()
    If $msg = 0 Then MsgBox ("","", "F2 Start" & @CRLF & "F3 Pause" & @CRLF & "F4 Ende" & @CRLF & "© Scopy")
    $Active = 1
    $msg = 1
EndFunc

Func _PauseBot()
    $Active = 0
EndFunc

Func _EndeBot()
    MSGBOX(0,"","Made by ScopyTM for ElitePvPers")
    Exit
EndFunc

While 1
    If $Active = 1 Then
        MouseClick("left", 873, 61, 5)
        Sleep(10000)
        MouseClick("left", 873, 61, 5)
        Sleep(10000)
        Send ("wswsws")
        Sleep(10000)
    EndIf
WEnd
Jonas_93 is offline  
Thanks
1 User
Old 02/07/2011, 20:14   #3

 
Scopy™'s Avatar
 
elite*gold: 103
Join Date: Jan 2011
Posts: 488
Received Thanks: 58
Danke
Scopy™ is offline  
Old 02/07/2011, 20:27   #4
 
omer36's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,317
Received Thanks: 1,254
denk jetz nicht mal dran, den hier zu releasen!
omer36 is offline  
Thanks
1 User
Reply


Similar Threads 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 +2. The time now is 01:39.


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.