Showing posts with label AutoBot. Show all posts
Showing posts with label AutoBot. Show all posts

HideMyAss Proxy-Finder - Get more than 1k Proxys in seconds

HideMyAss Proxy-Finder - Get more than 1k Proxys in seconds



Features:
-Grabs about 1200 Proxys in only 10 seconds!!! 
-Nice GUI!!! 
-Multithreded, won't lag while using it!!! 
-100% Clean!!! 
-FREE!!! 

Download Here:

Auto Bot Comment on Facebook

Good evening ... Now we will discuss how Auto Bot Comment How to Make Friends in all status on Facebook. Previously I would like to make thank's Mas Burhan on its coding. Okay, just go to the topic. To makeFacebook Bot Auto Comment , we must have an application called Facebook, which we will take the APP ID and SECRET KEY her. If you do not have please make here .
Next, prepare the necessary equipment:

  • Hosting PHP Support
  • Facebook the latest SDK (search on google with the keyword aja "Newest Facebook SDK")
If from mas burhan, bot there are two files, namely komen.php and komen.txt , executable files in the file will komen.php that takes content from fie komen.txtrandom or random.
Here Source komen.php it:

<? Php
/ *
Created by H4n * 10 01 * 2012
* /
require ' / src / facebook.php ';
$ facebook = new Facebook (array (
'AppID' => ' 400819139956xxx ', / / replace fire idmu
'secret' => ' 890a1407ed10fafee4bcb8017a927xxx ', / / replace fire secretmu
)); $ user = ' 1000000xxxxxxx ': if (! empty ($ _GET ['com'])) { $ komene = $ _GET ['com']; } else { $ words = file (" komen.txt "); $ isine = $ words [array_rand ($ word)];$ komene = $ isine; } / / Get All Friends $ get_friend = array ( 'method' => 'friends. get ', 'callback' =>'', 'flid' =>'', 'uid' => $ user ); try { $ friends = $ facebook-> api ($ get_friend); } catch (FacebookApiException $ e ) {} if (is_array ($ friends)) { foreach ($ friends as $ uid) { / / Get Stream Per User $ get_stream = array ( 'method' => 'stream.get', 'viewer_id' => $ user , 'source_ids' => $ uid, 'limit' => 1, ); try { $ stream = $ facebook-> api ($ get_stream); } catch (FacebookApiException $ e) {} if (is_array ($ stream [posts ] [0])) { if (strcmp ((string) $ stream [posts] [0] [actor_id], (string) $ uid) == 0) { if ($ stream [posts] [0] [likes] [can_like] == true) { $ isokomen = array ('method' => 'stream.addComment', 'uid' => $ user, 'comment' => $ komene, 'post_id' => $ stream [posts] [0] [post_id], ); try { / / echo '<pre>', print_r ($ dikomen), '</ pre>';echo 'hacked by you!'; / / print_r statuse sidekick id $ get_stream = $ stream [posts] [0] [post_id]; $ friends = $ stream [posts] [0] [actor_id]; if ($ friends == $ uid) { if (file_exists ("$ uid")) { $ check = fopen ("$ uid", 'r'); $ str = fgets ($ check); fclose ($ check); if (! empty ($ str) && ($ str! = $ get_stream)) { $ dikomen = $ facebook-> api ($ isokomen); } } $ log1 = fopen ("$ uid", 'w'); fwrite ($ log1, $ get_stream); fclose ($ log1); } } catch (FacebookApiException $ e) {} } } } } } ?>



To komen.txt please fill in your statuses, unlimited free.


With a capital of only two files, we can run the bot auto a powerful comment nempelin our comment to all our friends latest status on facebook. Tapiii ...There tapinya pemirsah, we can not modify ( add the date, hour, etc. ) we will comment contained in the file except komen.txt ( polosan). Well for that I am trying to tooling Utik again, and Thank God also bearing fruit. Can modify the comment to us later with frills steeled date and time or another, we need to add some supporting files and modify them slightly komen.php file.

  • Komen.php ( Same code as the code above it, cuman changed slightly to change its source of content )
  • komen.txt ( File that contains the status-status you will, free of any kind should not be filled, the more will be more varied )
  • bersih.php ( This file is in charge memebersihkan comments from code or characters that are not desired )
  • rantex.php ( This file is in charge of making random komen.txt content of the file, once you can add any frills including the time and date in this file)
Following its Source Code I have a fox, and running properly:

Komen.php

<? Php
/ *
Created by H4n * 10 01 * 2012
* /
require 'sdk / src / facebook.php'; / / adjust the paths
$ facebook = new Facebook (array (
'AppID' => '4168989xxxxx1 ', / / replace fire idmu
'secret' => '1899i9dijij8909xxxxxxx ', / / replace fire secretmu
)); $ user = '159900000xxxxx '; / / replace with your UID if (! empty ($ _GET ['com'])) {$ komene = $ _GET ['com']; } else { $ word = "http://domainmu.com/bersih.php"; $ komene = file_get_contents ($ word); } / / Get All Friends $ get_friend = array ( ' method '=>' friends.get ', 'callback' =>'', 'flid' =>'', 'uid' => $ user ); try { $ friends = $ facebook-> api ($ get_friend) ; } catch (FacebookApiException $ e) {} if (is_array ($ friends)) { foreach ($ friends as $ uid) { / / Get Stream Per User $ get_stream = array ( 'method' => 'stream.get', 'viewer_id' => $ user, 'source_ids' => $ uid, 'limit' => 1, ); try { $ stream = $ facebook-> api ($ get_stream); } catch (FacebookApiException $ e) {}if (is_array ($ stream [posts] [0])) { if (strcmp ((string) $ stream [posts] [0] [actor_id], (string) $ uid) == 0) { if ($ stream [posts ] [0] [likes] [can_like] == true) { $ isokomen = array ( 'method' => 'stream.addComment', 'uid' => $ user, 'comment' => $ komene,'post_id' => $ stream [posts] [0] [post_id], ); try { / / echo '<pre>', print_r ($ dikomen), '</ pre>'; echo 'hacked by you!'; / / id statuse friend print_r $ get_stream = $ stream [posts] [0] [post_id]; $ friends = $ stream [posts] [0] [actor_id]; if ($ friends == $ uid) { if (file_exists ("$ uid ")) { $ check = fopen ("$ uid", 'r'); $ str = fgets ($ check); fclose ($ check); if (! empty ($ str) && ($ str! = $ get_stream)) { $ dikomen = $ facebook-> api ($ isokomen); } } $ log1 = fopen ("$ uid", 'w'); fwrite ($ log1, $ get_stream); fclose ($ log1); } } catch (FacebookApiException $ e) {} } } } } } ?>



bersih.php

<? Php function bacaHTML ($ url) { / / initialize the CURL $ data = curl_init (); / / setting cURL curl_setopt ($ data, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ data, CURLOPT_URL, $ url); / / run the CURL to read the contents of file $ result = curl_exec ($ data); curl_close ($ data); return $ result; } $ isine = bacaHTML ('http://domainmu.com/rantex.php'); $ clean = explode (' <b> ', $ isine) $ clean = str_replace ("document.write (", "", $ clean); $ clean = str_replace ("other widgets", "", $ clean); $ clean = str_replace ( "<br />", "", $ clean); $ clean = str_replace (");", "", $ clean); echo "$ clean [0]"; ?>



rantex.php

<? Php
$ textfile = "komen.txt";
$ items = file ("$ textfile");
$ item = rand (0, sizeof ($ items) -1);
echo $ items [$ item];
?>
< br /> <br />
appendage embelnya Add it here.

To add hour, day, date and signature on each of his comment, Add the following code in the file rantex.php

<? Php date_default_timezone_set ('Asia / Jakarta "); echo date (" H: i: s ");?> PM - <? Php echo date (" l, d FY ");?> | Bot Comment


GOOD TRY, AND HAPPY TO BE ON FACEBOOK BOT!

Email Validator Bot

Email Validator Bot



It uses the site: http://verify-email.org/ to validate Emails.

Requirements:
[x] 15 Posts
[x] .Net 3.5 Or higher
[x] A List of Emails
[x] A list of proxies if more than 15 emails are to be checked within an hour.

Download Here:

247TrafficPro.com Bot




247TrafficPro.com is FREE to use, and delivers targeted traffic 24 hours a day 7 days a week, non stop.

[Featured]
- Silent surf
- automatic captcha solved
- Statistic
- automatic get bonus page
- Stop bot for free member if there reach 1200 surf in a day
- Fix to display credit
- validate proxy typo
Download Here:

VCC Generator Bot

VCC Generator Bot


VCC Generator Bot
Easy Visa Credit Card Number

Download Here:


Adfoc.us Bot -Easy Make Money

Adfoc.us Bot -Easy Make Money


Adfoc.us Bot -Easy Make Money
Make Autopilot = Make Money Easy

Download Here:


Autoclick Adf.ly Bot

Autoclick Adf.ly Bot


Make Money with Adf.ly
And Make money With Autobot

Download Here:

Fake Name Generator Bot

Fake Name Generator Bot


Make Fake Name is Free
To get Victif Name Generator

Download Here:

Sms Bomber Bot

Sms Bomber Bot



Send Free SMS with Mail
And You can Bomber Sms


Download Sms Bomber Bot Here

Youtube Video Liker [Lagex]

Auto Like Youtube Video


Instructions:

1) Open

2) Auth

3) Add ur link

4) Load accounts

5) Press start
6) Watch teh bot work



Facebook Liker Bot

Facebook Liker Bot



Facebook Liker with Bot
Easy like page with this
AutoBot Money Others

Be a Friends