|
You last visited: Today at 17:58
Advertisement
[Release]Spambot by >:-{Scâréd}-:<
Discussion on [Release]Spambot by >:-{Scâréd}-:< within the Coding Releases forum part of the Coders Den category.
|
View Poll Results: Is it works?
|
|
Yes, It works!
|
  
|
5 |
62.50% |
|
Sometimes!
|
  
|
1 |
12.50% |
|
No, Doesn´t works!
|
  
|
2 |
25.00% |
07/11/2011, 13:40
|
#2
|
elite*gold: 0
Join Date: Apr 2010
Posts: 9,696
Received Thanks: 1,811
|
Quote:
Quote:
?
...habs nicht getestet, aber lass mich raten: SendKeys.Send()?
|
|
|
07/11/2011, 14:08
|
#3
|
elite*gold: 0
Join Date: Aug 2006
Posts: 409
Received Thanks: 150
|
Quote:
Originally Posted by xKraizy
?
...habs nicht getestet, aber lass mich raten: SendKeys.Send()?
|
Bestimmt in etwa so xD
PHP Code:
While 1 Send($variableindertextgespeichertist) Send("{Enter}") WEnd
|
|
|
07/11/2011, 15:55
|
#4
|
elite*gold: 0
Join Date: Jun 2011
Posts: 49
Received Thanks: 17
|
Quote:
Originally Posted by xKraizy
?
das ist v2
|
Sry vertippt.
|
|
|
07/13/2011, 02:21
|
#5
|
elite*gold: 146
Join Date: May 2009
Posts: 3,764
Received Thanks: 6,974
|
Sag mal... Suchst du Aufmerksamkeit? Das gehört nichtmal in "kleinere Releases", da das Teil nach wie vor keinen Sinn ergibt...
Code:
HOTKEYSET("{F6}", "start")
HotKeySet("{ESC}", "_EXIT")
HotKeySet("{F4}", "HIDE")
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$TEST1 = InputBox("Text", "Was willst du schreiben?")
MsgBox(0, "Functions", "Jetzt kommt erstmal ein Test Fenster..." & @CRLF & "F6 = Bot starten" & @CRLF & "ESC = Bot schließen" & @CRLF & "F4 = Bot Minimieren")
#Region ### START Koda GUI section ### Form=
$FORM1 = GUICreate("Test für Spammen", 268, 295, 192, 124)
$TEXTEINGABE = GUICtrlCreateEdit("", 0, 0, 265, 289)
GUICtrlSetData(-1, "Dein Text den du eingeben willst...")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
GUISetState(@SW_HIDE)
MsgBox(0, "Der Bot...", "Der Bot laüft noch wenn du auf X oder F4 gedrückt hast")
EndSwitch
WEnd
Func START()
While 1
Send($TEST1)
Send("{ENTER}")
WEnd
EndFunc
Func HIDE()
GUISetState(@SW_HIDE)
MsgBox(0, "Der Bot...", "Der Bot laüft noch wenn du auf X oder F4 gedrückt hast")
EndFunc
Func _EXIT()
MsgBox(0, "Der Bot...", "Der Bot wird geschlossen")
MsgBox(0, "Der Bot...", "10")
MsgBox(0, "Der Bot...", "9")
MsgBox(0, "Der Bot...", "8")
MsgBox(0, "Der Bot...", "7")
MsgBox(0, "Der Bot...", "Kein Bock mehr")
MsgBox(0, "Der Bot...", "#closed")
Exit
EndFunc
|
|
|
07/13/2011, 07:04
|
#6
|
elite*gold: 0
Join Date: Jun 2011
Posts: 49
Received Thanks: 17
|
Quote:
Originally Posted by Whoknowsit
Sag mal... Suchst du Aufmerksamkeit? Das gehört nichtmal in "kleinere Releases", da das Teil nach wie vor keinen Sinn ergibt...
Code:
HOTKEYSET("{F6}", "start")
HotKeySet("{ESC}", "_EXIT")
HotKeySet("{F4}", "HIDE")
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$TEST1 = InputBox("Text", "Was willst du schreiben?")
MsgBox(0, "Functions", "Jetzt kommt erstmal ein Test Fenster..." & @CRLF & "F6 = Bot starten" & @CRLF & "ESC = Bot schließen" & @CRLF & "F4 = Bot Minimieren")
#Region ### START Koda GUI section ### Form=
$FORM1 = GUICreate("Test für Spammen", 268, 295, 192, 124)
$TEXTEINGABE = GUICtrlCreateEdit("", 0, 0, 265, 289)
GUICtrlSetData(-1, "Dein Text den du eingeben willst...")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
GUISetState(@SW_HIDE)
MsgBox(0, "Der Bot...", "Der Bot laüft noch wenn du auf X oder F4 gedrückt hast")
EndSwitch
WEnd
Func START()
While 1
Send($TEST1)
Send("{ENTER}")
WEnd
EndFunc
Func HIDE()
GUISetState(@SW_HIDE)
MsgBox(0, "Der Bot...", "Der Bot laüft noch wenn du auf X oder F4 gedrückt hast")
EndFunc
Func _EXIT()
MsgBox(0, "Der Bot...", "Der Bot wird geschlossen")
MsgBox(0, "Der Bot...", "10")
MsgBox(0, "Der Bot...", "9")
MsgBox(0, "Der Bot...", "8")
MsgBox(0, "Der Bot...", "7")
MsgBox(0, "Der Bot...", "Kein Bock mehr")
MsgBox(0, "Der Bot...", "#closed")
Exit
EndFunc
|
Halt die Fresse.Kannst selber so was nicht und wirst neidisch. Exxe Datei in au3 umändern...
|
|
|
07/13/2011, 14:23
|
#7
|
elite*gold: 0
Join Date: Apr 2010
Posts: 9,696
Received Thanks: 1,811
|
Quote:
Originally Posted by >:-{Scâréd}-:<
Halt die Fresse.Kannst selber so was nicht und wirst neidisch. Exxe Datei in au3 umändern...
|
Was hast du denn für Probleme lol? Deine 2 Minuten Projekte braucht hier keiner. Man braucht ja länger die Exe in Au3 umzuwandeln als so ein Programm zu basteln...
|
|
|
07/13/2011, 19:13
|
#8
|
elite*gold: 146
Join Date: May 2009
Posts: 3,764
Received Thanks: 6,974
|
>:-{Scâréd}-:<, du bist ja niedlich
Aber um dich zu beruhigen: Ich habe innerhalb von 3 Tagen (AutoIT lernen) eine brauchbare Anwendung geschrieben
WoWExtBatch war das erste, was ich schrieb. Dies und einige andere AutoIt Projekte findest du in meiner Signatur.
Kuss,
W.
|
|
|
07/17/2011, 18:01
|
#9
|
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,905
Received Thanks: 25,407
|
#closed
|
|
|
Similar Threads
|
[Release]SpamBot by >:-{Scâréd}-:<
07/11/2011 - AutoIt - 4 Replies
#closed
|
[Fun-Release]Spambot
08/09/2010 - AutoIt - 3 Replies
Hi,
Ich habe aus langweile 2 Spambots erstellt.Einer langsam , einer schnell.
Screens:Imageshack - 67654674.jpg
Imageshack - aufzeichnenin.jpg
Virustotal. MD5: 9c367b29470f51fca60d23942972b4cc Suspicious:W32/Malware!Gemini Trojan.Win32.Inject.aoxz!A2 Trojan.Win32.Generic!BT
|
[RELEASE] SpamBot by PK
01/14/2010 - Coding Releases - 3 Replies
Galaxy Spam
My SpamBot
!Screenshot!
My Spambot
Features:
With my Spambot you can:
|
All times are GMT +1. The time now is 17:59.
|
|