Hello friends, please assist me.

Astomar

Newbie
Joined
Jul 21, 2015
Messages
6
Reaction score
0
Hello friends, my name is Justin and I would greatly appreciate if you guys took some time to help me. My story is this, I want to somehow create hundreds if not thousands of spam bots to utterly obliterate a particular forum with spam threads. I spent hours looking for ways to do it but over 60% of the links only tell me how to counter spam rather than create spam.

The job is rather easy, in fact one of the forums members was able to make over 200 threads in less than 30 minutes but he's very hard to reach so I came here. I have no idea what blackhat or whitehat is but I just assumed that this is the place to go since its the only forum I saw that mentioned things like spam bot programs.


Details:
-Windows 8.1 64 bit
-The forum literally has no captcha or email registration, all I gotta do to make an account is enter password, email, date of birth, and that's it. So it should be rather easy.
-I heard of a program called Xrumer or something and apparently it costs $500 but I obviously don't have that kind of money nor can I afford scrapebox.
-If you have to explode my brain with coding tricks go ahead as long as its somewhat easy to follow.


Thanks for helping and tell me if I did anything wrong.
:rofl:
 
"If you have to explode my brain with coding tricks go ahead as long as its somewhat easy to follow."

Follow tutorialspoint for python basic know-how. After that move towards
http://docs.python-requests.org/en/latest/user/quickstart/#more-complicated-post-requests , That should be enough to automate your needs.

For multithreading, look out for asyncio.threading python library that will do the magic :-)
 
Hello friends, my name is Justin and I would greatly appreciate if you guys took some time to help me. My story is this, I want to somehow create hundreds if not thousands of spam bots to utterly obliterate a particular forum with spam threads. I spent hours looking for ways to do it but over 60% of the links only tell me how to counter spam rather than create spam.

The job is rather easy, in fact one of the forums members was able to make over 200 threads in less than 30 minutes but he's very hard to reach so I came here. I have no idea what blackhat or whitehat is but I just assumed that this is the place to go since its the only forum I saw that mentioned things like spam bot programs.


Details:
-Windows 8.1 64 bit
-The forum literally has no captcha or email registration, all I gotta do to make an account is enter password, email, date of birth, and that's it. So it should be rather easy.
-I heard of a program called Xrumer or something and apparently it costs $500 but I obviously don't have that kind of money nor can I afford scrapebox.
-If you have to explode my brain with coding tricks go ahead as long as its somewhat easy to follow.


Thanks for helping and tell me if I did anything wrong.
:rofl:

It will take the 5 mins to enable captcha and email verification... so I wouldn't spend too much effort on automating it for present conditions.
 
I have no idea how to do that python thingy. Look for mutli threading? Huh sorry I'm lost


Btw the forum has no form of captcha or email verification present. Only thing that limits you is one thread every 10 minutes for each account.
 
Back
Top