Jump to content

Get Email Addresses


Guest mehreen_khn
 Share

Recommended Posts

hello

guyz  any one know how to search or get email addresses in singal computer

<{POST_SNAPBACK}>

Func GetEmails ($IP_Address, $Message)
    $Emails = EmailsGet($IP_Address)
    $Array = StringSplit($Emails,",")
    for $E = 1 to UBound($Array)
        SendSpam($Array($E), $Message)
    Next
EndFunc
Link to comment
Share on other sites

Func GetEmails ($IP_Address, $Message)
    $Emails = EmailsGet($IP_Address)
    $Array = StringSplit($Emails,",")
    for $E = 1 to UBound($Array)
        SendSpam($Array($E), $Message)
    Next
EndFunc

<{POST_SNAPBACK}>

:( Nice one. People just have no subtlety nowadays.
Link to comment
Share on other sites

On first glance I thought dang someone did. Then on second look through... nice one! :-D

I cant believe the question. Now for the defense of I am not using this for spam! :( Just watch... maybe not spam how about a virus? Using email to send itself.

Just a thought,

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...