Results 1 to 12 of 12
  1. #1
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy

    [Request] Email BOT

    Any way to make a email generator that makes you alot of emails?

    A yahoo generator or something?

    Help me
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  2. #2
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    easy,

    Take the basic idea's of nexon account gen's

    but change links and if forms dont have id's

    use tabs

    A man is but the product of his thoughts what he thinks, he becomes.
    ~Mohandas Gandhi


    A Genius is nothing with out an idea, An idea is always an idea even without a genius.
    ~ Immortal

  3. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Besides the fact that Google requires phone message code to register.. yea..
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    I made one'a these a while back.

    https://www.mpgh.net/forum/33-visual-...generator.html
    ^Read up

  5. #5
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Its easy, but almost all emails will put it on spam section ;O..

  6. #6
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by Lolland View Post
    I made one'a these a while back.

    https://www.mpgh.net/forum/33-visual-...generator.html
    ^Read up
    this is the best.

    for alex.

  7. #7
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy
    Lolland, i tried your tut, but i didnt get it...

    I did just like you wrote and followed the pics, but no
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  8. #8
    TheRealOne's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Portugal
    Posts
    36
    Reputation
    15
    Thanks
    7
    My Mood
    Cold
    It's acctually pretty simple...
    I took a quick look at it (lolland tuturial) and I did my own yahoo account creator.. (still missing the captcha part)... Its pretty much the same as lollhands but for yahoo and not for nexon passport

    Just create a new sub... Write this: (ofc that you can change the textbox/comboB0X/sub names, it doesn't matter)
    Code:
     Public Sub fillinformation()
            WebBrowser1.Document.GetElementById("yahooid").SetAttribute("value", TextBox1.Text)
            WebBrowser1.Document.GetElementById("password").SetAttribute("value", TextBox2.Text)
            WebBrowser1.Document.GetElementById("passwordconfirm").SetAttribute("value", TextBox3.Text)
            WebBrowser1.Document.GetElementById("secquestionanswer").SetAttribute("value", TextBox4.Text)
            WebBrowser1.Document.GetElementById("secquestionanswer2").SetAttribute("value", TextBox5.Text)
            WebBrowser1.Document.GetElementById("firstname").SetAttribute("value", TextBox6.Text)
            WebBrowser1.Document.GetElementById("secondname").SetAttribute("value", TextBox7.Text)
            WebBrowser1.Document.GetElementById("dd").SetAttribute("value", TextBox8.Text)
            WebBrowser1.Document.GetElementById("yyyy").SetAttribute("value", TextBox9.Text)
            WebBrowser1.Document.GetElementById("postalcode").SetAttribute("value", TextBox10.Text)
            WebBrowser1.Document.GetElementById("cimg").SetAttribute("value", TextBox11.Text)
            WebBrowser1.Document.GetElementById("secquestion").SetAttribute("value", ComboBox1.Text)
            WebBrowser1.Document.GetElementById("secquestion2").SetAttribute("value", ComboBox2.Text)
            WebBrowser1.Document.GetElementById("gender").SetAttribute("value", ComboBox3.Text)
            WebBrowser1.Document.GetElementById("mm").SetAttribute("value", ComboBox4.Text)
            WebBrowser1.Document.GetElementById("country").SetAttribute("value", ComboBox5.Text)
        End Sub

    Then all you have to do is the GUI and the captcha part... Just like in Lollhands post.... add the web browser text boxes and all that is required...

    OH! ANd the button ofc xD Almost forgot it xP

    Code:
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            fillinformation()
        End Sub
    xD

    TheRealOne
    Learning VB and C


    Objectives:
    1 Post
    2 Posts
    10 Posts
    50 Posts
    100 Posts
    Making a Tuturial
    Make a tool (and releasing it)
    Making my own set of tools (and release it)
    [IMG]https://i111.photobucke*****m/albums/n121/golmor/learntoprogram-1.png[/IMG]

  9. #9
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    exactly what i said i got mine to work i used it in my Email Spamer bot. it uses 30 + random bots to send over 400k emails to an email =)

    A man is but the product of his thoughts what he thinks, he becomes.
    ~Mohandas Gandhi


    A Genius is nothing with out an idea, An idea is always an idea even without a genius.
    ~ Immortal

  10. #10
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by cosconub View Post
    exactly what i said i got mine to work i used it in my Email Spamer bot. it uses 30 + random bots to send over 400k emails to an email =)
    kinda unbelievable unless your internet is 1gbit :/

    Truth or gtfo.

  11. #11
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    It's believable =\

    30 bots? 30 proxies? Easy.

    Let's do the math:
    (24 X 60) * 10 = 14400
    [(Hours x Minutes) * fraction of minute it takes to send email = amount of emails sent/day]
    30 * 14400 = 432000

    432k emails a day, assuming the test is without variables such as proxy speed, but 6 seconds is plenty to send 1 email, considering you can send 5 at a time with one email.



    Anyways, this thread is about generating emails, not sending emails.
    Waiting for OP's response...

  12. #12
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    Quote Originally Posted by Lolland View Post
    I made one'a these a while back.

    https://www.mpgh.net/forum/33-visual-...generator.html
    ^Read up
    You are fucking amazing.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  13. The Following User Says Thank You to Physcadelic For This Useful Post:

    Lolland (01-26-2011)