Botting Zone
Tuesday, August 9, 2011
Saturday, August 6, 2011
SEO Directory Submitting Bot
Directory submissions has always been, and will always be, a legitimate and low-cost method of getting valuable “one-way” links to your website. The more you get, the more Google will love you and reward you with top 10 rankings. However, just like forum marketing, submitting your website to tons of web directories can put a damper on your hope of making fast money online. With Directory Warrior however, you can easily manage your submissions to more than 200 free (or paid) directories!
# Contains over 200 directories that you can submit your sites to.# The directory list is updated monthly (so all the dead links will be removed!)# Automatically rotate multiple titles, descriptions and keywords to make sure your links seem natural and be able to rank for multiple keywords.# Loads up to 10 browsers at the same time to speed up your submission process.# Saves your previous work and records the sites that you have submitted to – you’ll never lose track of your campaigns!# Add, edit and delete anything in the directory list.# Unlimited user and site profiles perfect for anyone trying to build a niche empire online.# Sort list according to Pagerank, Alexa rankings, alphabetical order, etc – save time by submitting only to directories worth your time.Download Links
http://hotfile.com/dl/104938892/d605359/www.blackhatninjas.com.Directory.Warrior.rar.html
Password:
www.blackhatninjas.comFriday, August 5, 2011
Simple Facebook Spamming Bot Tutorial [VB.NET]
Here is everything that you will need in your for to start.
1 Button
1 Web Browser
3 Text Box
2 Timer
In button1 we want to put the code below this will open Facebook.
Now in timer1 we want you to add this code to log you in.
Ok now it should be logging you i,n now to find out if the page is loaded and then start the spam post.
In timer2 put the code below
1 Button
1 Web Browser
3 Text Box
2 Timer
In button1 we want to put the code below this will open Facebook.
Code:
webBrowser1.Navigate("http://www.facebook.com")
timer1.start()Now in timer1 we want you to add this code to log you in.
Code:
if webbrowser1.readystate = webbrowser1.readystate.complete then
WebBrowser1.Document.GetElementById("email").SetAttribute("Value", txtbox1.Text)
WebBrowser1.Document.GetElementById("pass").SetAttribute("Value", txtbox2.Text)
Dim Belement As HtmlElementCollection = WebBrowser1.Document.All
For Each webbutton As HtmlElement In Belement
If webbutton.GetAttribute("value") = "Log in" Then
webbutton.InvokeMember("click")
Timer2.start()
timer1.stop()
end ifOk now it should be logging you i,n now to find out if the page is loaded and then start the spam post.
In timer2 put the code below
Code:
if webbrowser1.readystate = webbrowser1.readystate.complete then
if WebBrowser1.Document.GetElementById("pagelet_stream_header").inertext.contains("News Feed") then
Dim htmlElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("textarea")
For Each el As HtmlElement In htmlElements
If el.GetAttribute("name").Equals("xhpc_message") Then
el.SetAttribute("Value", txtbox3.Text)Wednesday, August 3, 2011
Ubot Studio
Ubot is a revolutionary bot making software! It has a very simple interface which will allow you to start making your web bots within minutes of purchase. I myself have not tried yet tried out this software, but will hopefully in the future. If you are going to purchase this, I recommend that you wait until the newest version comes out which has a ton of new features.

UBot Studio, in all its simple yet powerful glory.
In UBot Studio, you can create bots with multiple scripts.

Entering commands is as easy as dragging them from the toolbox.

Find the command you need quickly with the search feature.

You can create your own user interface to control your bot with.

User interface creation is quick and easy.

Control the fine details with easy to use parameter dialogs.

The scripting language in UBot Studio is clear and easy to read and understand.
Here are some screenshots!

UBot Studio, in all its simple yet powerful glory.
In UBot Studio, you can create bots with multiple scripts.

Entering commands is as easy as dragging them from the toolbox.

Find the command you need quickly with the search feature.

You can create your own user interface to control your bot with.

User interface creation is quick and easy.

Control the fine details with easy to use parameter dialogs.

The scripting language in UBot Studio is clear and easy to read and understand.
Video Game Bots
I have also decide to put up another section about video game bots. Please feel free to check it out too!
Video Game Bots
Video Game Bots
Subscribe to:
Posts (Atom)