[Request] Email BOT

Posts 1–12 of 12 · Page 1 of 1
[Request] Email BOT
Any way to make a email generator that makes you alot of emails?

A yahoo generator or something?

Help me
easy,

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

but change links and if forms dont have id's

use tabs
Besides the fact that Google requires phone message code to register.. yea..
Its easy, but almost all emails will put it on spam section ;O..
Lolland, i tried your tut, but i didnt get it...

I did just like you wrote and followed the pics, but no
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
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 =)
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.
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...
Posts 1–12 of 12 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?