AutoHotkey Community

It is currently May 27th, 2012, 12:28 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: DNB - elektron's edition
PostPosted: January 26th, 2009, 9:53 am 
Offline

Joined: October 2nd, 2008, 8:16 pm
Posts: 21
lulz


Last edited by elektron on March 24th, 2009, 10:49 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 11:02 am 
@ elektron
why not creating your "own" account at www.autohotkey.net ? :wink:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 3:40 pm 
Quote:
Hope it's useful!


An email spam-bot? Doubt it...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 4:54 pm 
Online
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Your code is very nicely structured in modules and commented.
Congratulations!

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 6:17 pm 
Offline

Joined: October 2nd, 2008, 8:16 pm
Posts: 21
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. ;)

fincs wrote:
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2009, 6:50 pm 
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%
   }

:?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 27th, 2009, 8:09 am 
Offline

Joined: October 2nd, 2008, 8:16 pm
Posts: 21
lulz


Last edited by elektron on March 24th, 2009, 10:50 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 27th, 2009, 8:10 am 
Offline

Joined: October 2nd, 2008, 8:16 pm
Posts: 21
Eventually i'm going to port the groutines.ahk to a set of functions, should be an interesting thing to do.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, SKAN, Yahoo [Bot] and 6 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group