Register for your free account! | Forgot your password?

You last visited: Today at 00:09

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

Advertisement



[Tool]Best Autoit Spammer!

Discussion on [Tool]Best Autoit Spammer! within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Reply
 
Old   #1
 
Beck's Gold's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 215
Received Thanks: 148
Thumbs up [Tool]Best Autoit Spammer!

The ultimate Spammer!!! Works 4ever!

Spam them before they Spam you!

Press F8 to Start, F9 to Pause, F10 to Close/Exit

Download:



Autoit Code:
Quote:
Global $Paused
HotKeySet("{F9}", "Pause")
HotKeySet("{F10}", "Close")
HotKeySet("{F8}", "Start")

$MESSAGE = InputBox("InputBox", "Type your SPAM! text hier and Press F8 - Start, F9 - Pause, F10 - Close")
$DELAY = InputBox("Delay", "Enter the delay in milliseconds -1000ms = 1sec-")

While 1
Sleep(100)
WEnd

Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc

Func Close()
Exit 0
EndFunc

Func Start()
While 1
Sleep($DELAY)
Send($MESSAGE)
Send("{Enter}")
Wend
EndFunc
Virustotal.com scan:



Credits to: Me <3
Beck's Gold is offline  
Thanks
2 Users
Old 10/24/2009, 10:06   #2
 
elite*gold: 5
Join Date: Jun 2007
Posts: 3,702
Received Thanks: 1,546
#approved

#safety confirmed ( autoit false positives)


Thanks for your release.
audi0slave is offline  
Old 11/13/2009, 23:18   #3
 
elite*gold: 0
Join Date: Feb 2008
Posts: 34
Received Thanks: 20
Smile

Here is your code a bit rewritten...hope you learned with this code some commands and etc.!

just for information:when thereīs a ";" in a line, then everything after this ";" in this line will be ignored

Code:
;Global $Paused ;thereīs a simpler way...
HotKeySet("{F9}", "Pause")
HotKeySet("{F10}", "Close")
HotKeySet("{F8}", "Start")
TrayTip("Credits", "by MrCheater", 0) ; so everyone knows that itīs your program^^
$MESSAGE = 	InputBox("InputBox", "Type your SPAM! text hier and Press F8 - Start, F9 - Pause, F10 - Close")
$DELAY = 	InputBox("Delay", "Enter the delay in seconds")

While 1
	Sleep(1)
WEnd

Func Pause()
	While 1
		Sleep(1)
	WEnd
EndFunc

Func Close()
	Exit ;0  ;you donīt need the 0....
EndFunc

Func Start()
	While $DELAY*1000 ;i do that so you can write second and not the milliseconds....and itīs easier..
		ControlSend("[CLASS:CLIENT]", "", "Edit1", $MESSAGE) ;it will send the text also when sro is minimized or hidden
		ControlSend("[CLASS:CLIENT]", "", "Edit1", "{ENTER}") ;same for enter...
	Wend
EndFunc

I donīt mean that your script is nooblike....everyone starts with small and easy scripts.Thats normal. with every script you see you improve your knownledge of Autoit3. My scripts are very complicated and long(mostly about 700 lines...), but i can code in autoit for now 1 year. you WILL be as good as me in some time(depend how much you program) but you have to code and look at codes of others too.

I just made it for YOU to improve YOUR knownledge!

best greetings, lukas !
lukas2abc is offline  
Thanks
4 Users
Old 11/15/2009, 03:59   #4
 
Beck's Gold's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 215
Received Thanks: 148
Thanks Teacher!
Beck's Gold is offline  
Old 11/20/2009, 14:19   #5
 
Floryn1's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 20
Received Thanks: 2
works great, thanks
Floryn1 is offline  
Reply


Similar Threads Similar Threads
[searching] AutoIt spammer
01/23/2009 - Silkroad Online - 3 Replies
Hey guys, I am looking for an AutoIt spammer which can be ran as a normal bot, so that I dont have to leave the Silkroad Client as first window. What i mean is that it doesnt use scripts which sends the keys into the chat window... I hope you understand what I mean, ruebennase



All times are GMT +2. The time now is 00:09.


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.