Register for your free account! | Forgot your password?

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

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

Advertisement



Fehler im Code :|

Discussion on Fehler im Code :| within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 35
Received Thanks: 2
Fehler im Code :|

Wollte nen Spambot machen aber Irgendwo ist ein Fehler drin, habe aber keine Ahnung wo :|

PHP Code:
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Spammer"353110355183)
$Input1 GUICtrlCreateInput("Text 1 (Rufchat)"8812121)
$Input2 GUICtrlCreateInput("Text 2 (langsam)"84012121)
$Input3 GUICtrlCreateInput("Text 3 (schnell)"87212121)
$Pause GUICtrlCreateButton("Pause"2561675250)
$Stop GUICtrlCreateButton("Stop"2565675250)
$Button1 GUICtrlCreateButton("Spam Text 1"140575250)
$Button2 GUICtrlCreateButton("Spam Text 2"1403875250)
$Button3 GUICtrlCreateButton("Spam Text 3"1407175250)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg 
GUIGetMsg()
Switch 
$nMsg
Case $GUI_EVENT_CLOSE
Exit
Case 
$Button1
    spam1
()
Case 
$Button2
    spam2
()
Case
    
$Button3
    spam3
()
Case
    
$Pause
    pause
()
Case
    
$Stop
    ex
()
EndSwitch
WEnd

Func spam1
()
    While 
1
    Send
(GUICtrlRead($Input1))
    
Send("{Enter}")
    
Sleep(15000)
    
WEnd
EndFunc

Func spam2
()
    While 
2
        Send
(GUICtrlRead($Input2))
        
Send("{Enter}")
        
Sleep(500)
    
WEnd
EndFunc

Func spam3
()
    While 
3
        Send
(GUICtrlRead($Input3))
        
Send"{Enter}")
        
Sleep(100)
    
WEnd
EndFunc

Func pause
()
    while 
4
        sleep 
(100)
    
WEnd
EndFunc

Func ex
()
    Exit
EndFunc

While 5
    sleep
(100)
WEnd 
|-Sh4d0wK1ll91-| is offline  
Old 05/14/2011, 14:54   #2


 
Whoknowsit's Avatar
 
elite*gold: 146
Join Date: May 2009
Posts: 3,764
Received Thanks: 6,974
Code:
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Spammer", 353, 110, 355, 183)
$Input1 = GUICtrlCreateInput("Text 1 (Rufchat)", 8, 8, 121, 21)
$Input2 = GUICtrlCreateInput("Text 2 (langsam)", 8, 40, 121, 21)
$Input3 = GUICtrlCreateInput("Text 3 (schnell)", 8, 72, 121, 21)
$Pause = GUICtrlCreateButton("Pause", 256, 16, 75, 25, 0)
$Stop = GUICtrlCreateButton("Stop", 256, 56, 75, 25, 0)
$Button1 = GUICtrlCreateButton("Spam Text 1", 140, 5, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Spam Text 2", 140, 38, 75, 25, 0)
$Button3 = GUICtrlCreateButton("Spam Text 3", 140, 71, 75, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
    spam1()
Case $Button2
    spam2()
Case $Button3
    spam3()
Case $Pause
    pause()
Case $Stop
    ex()
EndSwitch
WEnd

Func spam1()
    While 1
    Send(GUICtrlRead($Input1))
    Send("{Enter}")
    Sleep(15000)
    WEnd
EndFunc

Func spam2()
    While 2
        Send(GUICtrlRead($Input2))
        Send("{Enter}")
        Sleep(500)
    WEnd
EndFunc

Func spam3()
    While 3
        Send(GUICtrlRead($Input3))
        Send("{Enter}")
        Sleep(100)
    WEnd
EndFunc

Func pause()
    while 4
        sleep (100)
    WEnd
EndFunc

Func ex()
    Exit
EndFunc

While 5
    sleep(100)
WEnd
Whoknowsit is offline  
Reply


Similar Threads Similar Threads
Fehler im Code (C++)
04/08/2011 - WarRock - 1 Replies
#edit verschoben :D keine Lust auf Bann ...
Fehler Code > Help <
03/16/2011 - Metin2 Private Server - 2 Replies
Hey Habe meinen eigene Metin2 Hamachi P-Server , mit ein paar Freunden..! Habe gestern Abend noch schnell den Damage Usw erhöht in der DatenBank ( Und ja ich weiss wie es richtig geht ! ) Und wollte dann ebend den Server Starten und dann kahm der Fehler COde ( Siehe Video ) YouTube - Fehler Code Hab nix anderes gemacht , ich hatte diesen Fehler COde schonmal , dann hatte ich den Server neu gemacht und ging wieder alles Aber hab keine Lust jede paar Tage den Server neu zu macehn
Fehler bei AutoIT Code.
02/15/2011 - AutoIt - 0 Replies
Sooo, ich befasse mich seit fast 2 Tagen mit AutoIT. Um mich etwas einzuüben, dachte ich mir, ich schreibe ein Script, das Fragen stellt, und dann alles zusammenfasst. Aber mir ist ein Fahler passiert, den ich nicht finde. Bis Zeile 19 klappt alles. Dann kommt Error Meldung! Hier das Script: $name = inputbox ("Hallo..." , "verrätst du mir deinen Namen?" , "Hier bitte deinen Namen eingeben")
Code Fehler
04/14/2010 - General Coding - 2 Replies
Private Sub PictureBox4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox4.Click Dim vat vat = Application.StartupPath Dim dat dat = dat & "\testordner\text1.txt" MsgBox(dat) Using sw As StreamWriter = New StreamWriter(dat) ' schreibe text sw.Write("test") sw.Close()
Fehler bei php code
10/14/2009 - Metin2 Private Server - 2 Replies
Hallo leute, Ich habe auf meinem Itemshop php script einen Fehler unzwar wenn ich die datei öffne also mit dem Browser zeigt er mir diesen fehler an: Parse error: syntax error, unexpected $end in C:\xampp\htdocs\test_\default.php on line 456 Hier mal ein ausschnitt der php datei: </div> </div> <div style="clear:both;" align="center">&nbsp;&nbsp; <a href="?classid=<?=$_GET?>&page=0&qu ot;>²Ä¤@*¶</a>&nbsp;&nbsp; <a...



All times are GMT +1. The time now is 01:10.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.