Jump to content

Recommended Posts

Posted

Hi!

I am writing a script that automatically makes registrations at a site.

It doesn't require captcha readings or anything, so...

I need it to create a random code in the register box and a random password, then put it into a log.

I think I am able to do this.

But I have a seperate program for making random GMAIL accounts and I need someway to input them in so they register at the site, taking the next email at the list.

I don't want to go so far as to automate the link clicking in the email, but if its not that hard I would like to do that too.

I can get the basics down, like getting it to the point where it needs to enter, and I think I know how to enter random string, but how could I make it output to a log and input each registration with an email address?

Thanks,

IHateBeans

Posted

Congrats on your first post!!

Hey, you could use Iniwrite to store all your emails like so:

[Emails]

email=password

email2=password2

IniWrite()

IniRead()

:)

Im not sure what else your asking for? You want to Send() a random email? With StringTrimRight(@GMail.com) Or Something like that?

Posted (edited)

Hey thanks!

That was exactly what I was thinking of just now!

It needs to input it as a string so Send("XXX@XX.com")

But before, maybe an ini read?

Kind of, but it needs to be able to read it off of a premade list or something. If that is possible.

Wait!

How about an INIRead?!!!!

Edited by ihatebeans

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
  • Recently Browsing   0 members

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