PHP Code:
MsgBox(0, "Spammbot", "Have Fun")
$input2 = InputBox( "Spammbot", "PASSWORD:")
ToolTip( "Welcome to my Spammbot! I wish you fun with it",770, 445)
ToolTip( "Instrucions: Press 'F1' to start and Press 'F2' to stop the Bot",770, 445)
$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
Könntet ihr mir sagen was falsch ist?
Freue mich auf antworten.
hunger