Spammbot Fehler

03/17/2011 16:11 hunger97#1
PHP Code:
MsgBox(0"Spammbot""Have Fun")
$input2 InputBox"Spammbot""PASSWORD:")
ToolTip"Welcome to my Spammbot! I wish you fun with it",770445)
ToolTip"Instrucions: Press 'F1' to start and Press 'F2' to stop the Bot",770445)
$input InputBox"Spammbot""What do you want to send?")
If 
$input2 "H2J9oSi" Then
MsgBox 
(0,"Spammbot""Starting was succesfully")
HotKeySet ("{F1}""start")
HotKEySet ("{F2}""terminate")
Func start ()
Sleep(1000)
Send("{F1}" $input)
EndFunc
while 1
sleep
(100)
WEnd    
Func terminate 
()
WinWaitActive("C:\Users\Henry\Desktop\AutoIt v3 Script (neu).exe")
Send("{F2}")
Exit 
0
EndFunc
While 1
Sleep
(100)
WEnd
Exit
Elseif 
$input2 "" Then
 
Exit 
Else
    
MsgBox(64"Spammbot""INCORRECT PASSWORD!")
EndIf 
Hallo, immer wenn ich das öffne kommt das If kein Endif hätte, aber hat es doch,...
Könntet ihr mir sagen was falsch ist?

Freue mich auf antworten.
hunger
03/17/2011 19:18 SCORNI#2
Das ist mist was du da geschrieben hast. Wenn du es in eine exe kompilierst brauchst du keinen obfuscator keine angst den code wird dir niemand klauen (können)
03/17/2011 19:46 hunger97#3
hallo scorn

erstmal ist das mein erster coding verusch zudem
solltest du lieber mal auf Fragen antworten sonst kann ich dich auch reporten :p!:mad::mad::mad:
03/17/2011 19:48 omer36#4
bitte..

PHP Code:
MsgBox(0"Spammbot""Have Fun")
$input2 InputBox("Spammbot""PASSWORD:")
ToolTip("Welcome to my Spammbot! I wish you fun with it"770445)
ToolTip("Instrucions: Press 'F1' to start and Press 'F2' to stop the Bot"770445)
$input InputBox("Spammbot""What do you want to send?")
If 
$input2 "H2J9oSi" Then
    MsgBox
(0"Spammbot""Starting was succesfully")
ElseIf 
$input2 "" Then
    
Exit
Else
    
MsgBox(64"Spammbot""INCORRECT PASSWORD!")
    Exit
EndIf
HotKeySet("{F1}""start")
HotKeySet("{F2}""terminate")
Func start()
    
Sleep(1000)
    
Send("{F1}" $input)
EndFunc
While 1
    Sleep
(100)
WEnd
Func terminate
()
    
WinWaitActive("C:\Users\Henry\Desktop\AutoIt v3 Script (neu).exe")
    
Send("{F2}")
    Exit 
0
EndFunc
While 1
    Sleep
(100)
WEnd
Exit 
03/18/2011 13:28 SCORNI#5
Quote:
Originally Posted by hunger97 View Post
hallo scorn

erstmal ist das mein erster coding verusch zudem
solltest du lieber mal auf Fragen antworten sonst kann ich dich auch reporten :p!:mad::mad::mad:
reporte mich doch. Ich sag die warheit : dein code kann ich nicht lesen
03/19/2011 01:44 xEr0r#6
ich versteh deinen code nicht ^^
Es würde eh nicht gehn, weil du erstmal die Inputboxen auslesen musst und wo sind deine #includes?