|
You last visited: Today at 01:10
Advertisement
Fehler im Code :|
Discussion on Fehler im Code :| within the AutoIt forum part of the Coders Den category.
05/14/2011, 13:21
|
#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", 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
|
|
|
05/14/2011, 14:54
|
#2
|
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
|
|
|
 |
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">
<a href="?classid=<?=$_GET?>&page=0&qu ot;>²Ä¤@*¶</a>
<a...
|
All times are GMT +1. The time now is 01:10.
|
|