| View previous topic :: View next topic |
| Author |
Message |
elektron
Joined: 02 Oct 2008 Posts: 12
|
Posted: Mon Jan 26, 2009 8:53 am Post subject: DNB - elektron's edition |
|
|
lulz
Last edited by elektron on Tue Mar 24, 2009 9:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
BoBoł Guest
|
Posted: Mon Jan 26, 2009 10:02 am Post subject: |
|
|
@ elektron
why not creating your "own" account at www.autohotkey.net ?  |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Mon Jan 26, 2009 2:40 pm Post subject: |
|
|
An email spam-bot? Doubt it... |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 447 Location: Seville, Spain
|
|
| Back to top |
|
 |
elektron
Joined: 02 Oct 2008 Posts: 12
|
Posted: Mon Jan 26, 2009 5:17 pm Post subject: |
|
|
| n-l-i-d wrote: |
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.
[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 |
|
 |
n-l-i-d Guest
|
Posted: Mon Jan 26, 2009 5:50 pm Post subject: |
|
|
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%
}
|
 |
|
| Back to top |
|
 |
elektron
Joined: 02 Oct 2008 Posts: 12
|
Posted: Tue Jan 27, 2009 7:09 am Post subject: |
|
|
lulz
Last edited by elektron on Tue Mar 24, 2009 9:50 pm; edited 1 time in total |
|
| Back to top |
|
 |
elektron
Joined: 02 Oct 2008 Posts: 12
|
Posted: Tue Jan 27, 2009 7:10 am Post subject: |
|
|
| Eventually i'm going to port the groutines.ahk to a set of functions, should be an interesting thing to do. |
|
| Back to top |
|
 |
|