Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 06:56

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

Advertisement



AutoIt Tutorial[Bot schreiben](Spambot)

Discussion on AutoIt Tutorial[Bot schreiben](Spambot) within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1
 
|3lack's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 5
Received Thanks: 2
Wink AutoIt Tutorial[Bot schreiben](Spambot)

Hi dear community
I want to show you today how you create a bot in AutoIt!
It is known as a "spambot"!
So as you first need AutoIt

So here it is AutoIt:
Once you invite your "AutoIt v.3" down and then the "".
Here are all the links are: and the !
Ok if you've downloaded everything so you can start:


1st Right-click on a blank area on your desktop
and then do a "AutoIt v3 Script"




2nd Make a right click again, but on the AutoIt v3 Script
and then go to 'Edit Script'
This will open an editor (the editor SciTE4. In every case, the fourth in the latest version)


3.Your give him a SciTE4 Editor:

Code:
HotKeySet ("{F1}", "_exit"); press F1 and it ended, but only if the _exit function is programmed
Sleep (5000); wait 5 seconds
While 1, loop 1 (first loop)
Send ("spam"); He sends as an editor (or whatever for a program where you enter what may be) spam
Send ("{ENTER}"); He sends it to enter in the editor is always a line goes down.
Sleep ("6000"); Again 6 seconds to wait until he writes spam
WEnd; end loop

Func _exit (); Our _exit function as one line of code in
Exit ; Exit function
EndFunc ; End of Functions(see WEnd)



Video tutorials coming soon ...



Bots make with Koda come soon ...



For test it, is here the script :
And here the full compiled script :
|3lack is offline  
Thanks
2 Users
Old 07/25/2011, 22:37   #2
 
elite*gold: 0
Join Date: Jun 2010
Posts: 397
Received Thanks: 199
Falsche selection gehört in die coder selection
joniator12 is offline  
Old 07/25/2011, 23:14   #3
 
elite*gold: 726
Join Date: Jul 2010
Posts: 14,233
Received Thanks: 7,914
I think its not a goo tutorial. Thats copy an paste for a beginner who want to learn autoit. Also the bot haven´t setting like time and text with inputboxen.

Er versteht kein Deutsch warum schreibst du das ohnen #moverrequest. Drecks Posthunting
noahrmal is offline  
Old 07/26/2011, 09:31   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 120
Received Thanks: 89
Quote:
Originally Posted by 123klo View Post
I think its not a goo tutorial. Thats copy an paste for a beginner who want to learn autoit. Also the bot haven´t setting like time and text with inputboxen.

Er versteht kein Deutsch warum schreibst du das ohnen #moverrequest. Drecks Posthunting
wenn er kein Deutsch versteht, woher kommt dann der deutsche Titel des Threads?

ne allgemein, als totaler noob versteht man da Bahnhof (jeder Schritt und jeder Befehl müsste erklärt werden etc), da hab ich hier schon bessere Tuts gesehen.
Kamyshin is offline  
Old 07/26/2011, 10:44   #5
 
|3lack's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 5
Received Thanks: 2
Smile

Quote:
Originally Posted by 123klo View Post
I think its not a goo tutorial. Thats copy an paste for a beginner who want to learn autoit. Also the bot haven´t setting like time and text with inputboxen.

Er versteht kein Deutsch warum schreibst du das ohnen #moverrequest. Drecks Posthunting
Ich kann deutsch
wenn du mich meinst

Quote:
Originally Posted by joniator12 View Post
Falsche selection gehört in die coder selection
Achso sry bin erst seit paar Tagen hier


Quote:
Originally Posted by Kamyshin View Post
wenn er kein Deutsch versteht, woher kommt dann der deutsche Titel des Threads?

ne allgemein, als totaler noob versteht man da Bahnhof (jeder Schritt und jeder Befehl müsste erklärt werden etc), da hab ich hier schon bessere Tuts gesehen.
Ich dachte mehr sprechen in E*pvp englisch
|3lack is offline  
Old 07/26/2011, 14:32   #6


 
elite*gold: 1091
Join Date: Jun 2007
Posts: 19,836
Received Thanks: 7,180
moved
Mostey is offline  
Old 07/26/2011, 23:37   #7
 
ScyLoon's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 820
Received Thanks: 268
Machs einfach Deutsch, wir sind ja schließlich auch in einem deutschen forum
ScyLoon is offline  
Old 07/28/2011, 01:35   #8
 
Oreagel's Avatar
 
elite*gold: 1
Join Date: Aug 2009
Posts: 559
Received Thanks: 183
Quote:
Originally Posted by ScyLoon View Post
Machs einfach Deutsch, wir sind ja schließlich auch in einem deutschen forum
Das ist ein multilinguales Forum, aber egal.

Zum Tutorial kann ich nur sagen dass es für mich nach copypasta aussieht - falls nicht, ist es auch nicht pralle da auf die Funktionen nicht tiefergehend eingegangen wird.
Oreagel is offline  
Old 08/03/2011, 22:20   #9
 
Brutalon's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 995
Received Thanks: 471
Wer das nicht ohne Tutorial kann sollte sich mal an Kopf fassen..
Brutalon is offline  
Old 08/04/2011, 12:34   #10
 
Volltboon's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,235
Received Thanks: 810
Quote:
Originally Posted by |3lack View Post
PHP Code:
HotKeySet ("{F1}""_exit"); press F1 and it endedbut only if the _exit function is programmed
Sleep 
(5000); wait 5 seconds
While 1loop 1 (first loop)
Send ("spam"); He sends as an editor (or whatever for a program where you enter what may bespam
Send 
("{ENTER}"); He sends it to enter in the editor is always a line goes down.
Sleep ("6000"); Again 6 seconds to wait until he writes spam
WEnd
end loop

Func _exit 
(); Our _exit function as one line of code in
Exit ; Exit function
EndFunc End of Functions(see WEnd
das geht auch viel sauberer und übersichtlicher zu machen außerdem wenn du so gut in
autoit bist könnte der spambot auch text an fenster senden die momentan nicht aktiv sind

aber mach weiter so manchen hilfts und vllt bringst du auch iwan was was über die grundkentnisse geht
Volltboon is offline  
Old 08/04/2011, 14:42   #11
 
Sakus's Avatar
 
elite*gold: 901
Join Date: Mar 2009
Posts: 3,060
Received Thanks: 768
Quote:
Das ist ein multilinguales Forum, aber egal.
Hauptsächlich Deutsch Englisch andere fragen können nicht beantwortet werden..
Quote:
Falsche selection gehört in die coder selection
Heißt aber Section nich SeLEction
Sakus is offline  
Reply


Similar Threads Similar Threads
Autoit Spambot
02/16/2011 - AutoIt - 1 Replies
Closed pls
[TUT] Autoit Spambot für ICQ,MSN usw.
02/07/2011 - AutoIt - 14 Replies
-
[How-To]SpamBot in AutoIt erstellen
02/06/2011 - WarRock Guides, Tutorials & Modifications - 3 Replies
Hallo Leute. Hier zeige ich euch wie ihr einen SpamBot in AutoIT erstellt ! Was brauchen wir ?? -AutoIT -SciTE Editor So fangen wir mal an :
autoit spambot verbesserungsvorschläge
02/06/2010 - Coding Releases - 2 Replies
Hallo, Habe vor ca einer woche mit autoit angefangen und hab nen spambot geschrieben würd gerne ein paar verbesserungsvorschläge haben ich kann ihn ja als .exe anhängen ich schreib mal den code rein: ;Mein Spambot ;------------------------------------------------ --------------- #include <ButtonConstants.au3>



All times are GMT +2. The time now is 06:56.


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