AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DNB - elektron's edition

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
elektron



Joined: 02 Oct 2008
Posts: 12

PostPosted: Mon Jan 26, 2009 8:53 am    Post subject: DNB - elektron's edition Reply with quote

lulz

Last edited by elektron on Tue Mar 24, 2009 9:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
BoBoł
Guest





PostPosted: Mon Jan 26, 2009 10:02 am    Post subject: Reply with quote

@ elektron
why not creating your "own" account at www.autohotkey.net ? Wink
Back to top
n-l-i-d
Guest





PostPosted: Mon Jan 26, 2009 2:40 pm    Post subject: Reply with quote

Quote:
Hope it's useful!


An email spam-bot? Doubt it...
Back to top
fincs



Joined: 05 May 2007
Posts: 447
Location: Seville, Spain

PostPosted: Mon Jan 26, 2009 3:54 pm    Post subject: Reply with quote

Your code is very nicely structured in modules and commented.
Congratulations!
_________________
fincs
SciTE4AutoHotkey v2 script editor
[AutoHotkeyCE] [AutoHotkeyU]
Back to top
View user's profile Send private message
elektron



Joined: 02 Oct 2008
Posts: 12

PostPosted: Mon Jan 26, 2009 5:17 pm    Post subject: Reply with quote

n-l-i-d wrote:
Quote:
Hope it's useful!


An email spam-bot? Doubt it...


There are modules in the code that you COULD use for one of your other applications. That's the whole point. Wink

[quote="fincs"]
Quote:
Your code is very nicely structured in modules and commented.
Congratulations!


Thanks!!! I was hoping someone would see that. If you'll remember right, sometimes the best innovations are made for malicious purposes. One day I'm hoping to write a full AHK telnet lib, just for usage with SMTP. One day...


Last night I cleaned up the code above, and revised it. It's much better now, I'll post it when I get the chance to...

I'll create an account at ahk.net lets see how it goes!

-- elektron
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Mon Jan 26, 2009 5:50 pm    Post subject: Reply with quote

Sorry, but I don't see any worthwhile "modules" in your code, and this annoys me:
Code:
GUIDEFSUBJ =  HI! You've been targeted by a Spam Bot!
GUIDEFMSG = Hello Loser`, you are a bum. Good Day

; ...

Loop,   { ; spamming loop
   Counter++
   Run, autosend.exe -f %SMTPLOGIN% -t %ADDR% -s %SMTPSERVER%:%PORT% -o username=%SMTPLOGIN% password=%PASS% tls=yes -u %Subject% -m %Message%,, hide
   Sleep, %SPEED%
   }

Confused
Back to top
elektron



Joined: 02 Oct 2008
Posts: 12

PostPosted: Tue Jan 27, 2009 7:09 am    Post subject: Reply with quote

lulz

Last edited by elektron on Tue Mar 24, 2009 9:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
elektron



Joined: 02 Oct 2008
Posts: 12

PostPosted: Tue Jan 27, 2009 7:10 am    Post subject: Reply with quote

Eventually i'm going to port the groutines.ahk to a set of functions, should be an interesting thing to do.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group