How to quickly delete all outgoing friend requests on VKontakte. A program for automatically adding VKontakte friends Script accept all friend requests

The method is still working, by the way. Today I will show you how to accept all incoming requests as a friend. And also without any additional software.

And, accordingly, without the risks arising from the use of various questionable applications and browser extensions.

The method is slightly different, but in general the same: JavaScript is launched on the acceptance page, it goes through all the buttons and clicks them. Last time we ran it in the address bar, now we will be in the browser console. That script was tied to class names, this one will be tied to tags.

How to run the script

Copy first.

Var buttons = document.getElementsByTagName ("button"); for (var i = 0; i< buttons.length; i++){ var thisButton = buttons[i]; if(thisButton.id.includes("accept_request")){ thisButton.click() } }

Launch Chrome, open Vkontakte and go to the friend requests page.


Friend requests on Vkontakte

Click "Show All" (see the screen above), scroll down the page to the bottom and open the console with the following combination:

  • Windows: Ctrl + Shift + J
  • Mac OS: Cmd + Option + J

By the way, makovods can run the script in Safari. The console opens there like this:

  • Cmd + Option + C

Insert the script, press the "Enter" key and see how the number of unaccepted friend requests decreases. The process is fast, a thousand applications were accepted in a few seconds.

The method seemed to me easier than the first, and most likely it will live longer. Save, share - come in handy!

Subscribe to my telegram and be the first to receive new materials, including which are not on the site.

UPD: August 27, 2016. VKontakte is now a new design. Macro solve new captcha NOT knows how.

Macros and VK Add Friends Account Dif add as friends to users whose list was created in advance and is located in a separate text file vk_base_add_friends.txt... Also, these macros are able to solve captchas using the Anti-capcha.com service.
Important! Anti-capcha.com service is paid. For macros to work, you must first register and top up your account with a minimum amount.
On a day, Vkontakte allows you to send requests to no more than 40 friends. In this case, about 8 captchas will be used for 40 additions. From this calculation, top up your account with the required amount.

There are two variants of the macro for your attention:

Macros are written for the iMacros plugin of the Firefox browser. Version at the time of creating macros:
Version iMacros - 8.8.9
Version Firefox - 35.0.1
Language - Russian

Macro Add to friends VKontakte - VK Add Friends Pro

Purchase

To purchase, enter your e-mail and press the button:
(Be careful! The download link will come to the entered e-mail.)
ATTENTION! If the link did not come to the e-mail, be sure to write to me:

When you make a purchase, you automatically agree with and


Features of VK Add Friends Pro

  • The list of users is placed (manually) in a separate file vk_base_add_friends.txt;
  • The macro automatically answers related questions during operation;
  • The macro will automatically insert the response into the Capcha. Captcha pops up quite often, approximately every 5 friends.
    Attention! Capcha is solved using the Anti-capcha.com service. This service requires an additional fee .;
  • The macro generates a report on the added friends in the file vk_report_add_friends.txt where indicates:
    • Time of perfect action;
    • User link;
    • Perfect action:
      • Friend request sent- the macro has just sent a friend request;
      • User does not accept friend requests- the user has disabled the ability to add to friends;

Instructions

1. Installing the script

  1. Buy a script. The sale is carried out using the service Interkassa... A link to download the file will be sent to your specified e-mail upon purchase. Be careful!!!
    If, for some reason, after the payment was made, the link to the e-mail did not come, or the file is not downloaded, urgently write to me by e-mail:.
  2. Download the archive from the link that will come to your e-mail after payment.
  3. Unzip. Copy files from each folder to the files of the same name in the iMacros folder, namely:
    • file VK-add_friends + capcha.js and folder vk_druziya_new with all content - into a folder Macros
    • File vk_base_add_friends.txt- to the folder Datasourse

    To find the iMacros folder on your computer, see

  4. For the scripts to work, you must be registered with the Anti-capcha.com service and top up your account for at least the minimum amount.

2. Preparing files for the macro VK Add Friends Pro

Examples of all files can be found in the archive when purchasing the script.

  • vk_base_add_friends.txt- Create a list of users to be added as friends. To do this, you can use any other program. Copy user links to vk_base_add_friends.txt which is in the folder Datasourses.
  • In file VK-add_friends + capcha.js- in line # 9, enter your key from the Anti-capcha serivse:

    var key = " «;

3. Working with VK Add Friends Pro macro

  1. Open the Firefox browser, go to the VKontakte social network, enter your username and password.
  2. Start Firefox and turn on iMacros, find the script in the left window VK-add_friends + capcha.js.
  3. Run the script with a double click.
  4. After finishing the work, the macro save the data about the work in a file vk_report_add_friends.txt... Following the instructions, you can open it in Excel.

Macro Add to friends in VKontakte from different accounts - VK Add Friends Account Dif

If you need to add a large list of users as friends, it is better to use different accounts for this.

Features of the Macro Add to friends on VKontakte from different accounts

The instructions for purchasing, installing and operating a macro are identical to the previous one. Only the macro itself is called VK-add_friends_Acc_Dif + capcha... Accordingly, the macro has additional functions, namely:


The macro itself will ask you one more question:
How many accounts do you have? You only need to enter numbers. In fact, this is the number of lines in the vklogin.txt file, since how many accounts you have, so many lines with logins and passwords.

And that's all. The macro will automatically change accounts and add 40 friends from each account. The macro will stop itself if one of the events occurs:
- accounts will run out;
- there will be no friends on the list.

ENJOY !!! Macros work for you)

Those who are engaged in not the whitest methods of promoting Vkontakte know that a large number of outgoing friend requests can lead to account blocking. Today I will show you how to delete all of them in just a couple of clicks.

Let me remind you that in addition to the high probability of blocking, the total number of friends, subscriptions and outgoing applications on Vkontakte cannot exceed 10,000. Therefore, a large number of outgoing applications can prevent the addition of new friends.

How it works

To do this, open the page with outgoing Vkontakte requests, be sure to scroll down to the end. I emphasize definitely down to the end until new applications stop loading.

Insert the script into the address bar, delete the asterisks, press the enter key and wait.

Java *** script: setInterval ("var row = document.querySelector (" # list_content .friends_user_row "); if (row) (var btn = row.querySelector (". Flat_button "); if (btn) btn.click ( ); row.parentElement.removeChild (row);) document.querySelector ("# show_more"). click () ", 800);

Like that:

Didn't it work the first time?
So it will turn out from the second or third, try it, the method is 100% working.

I tested the functionality of the script on several accounts with about three to four thousand outgoing requests on each, using the Chrome browser for Mac, the currently current version # 59. During the execution of the script on a large number of requests, the browser behaved very strangely, pretending to be dead, but after refreshing the page, everything came to life and ultimately led to the desired result - all requests were deleted. With a small number of outgoing claims, no anomalies were observed.

By the way, in the same way you can accept all friend requests in a couple of clicks.
Just go to the page with incoming requests, also scroll down and execute the script.

Experiment, try, avoid dull and monotonous work.
Good luck!

Subscribe to my telegram and be the first to receive new materials, including which are not on the site.

I welcome the guests of my blog. While sending messages, responding to users on social networks, I was faced with a limitation on the number of messages sent to people. And you know that feeling when you have to ask people to wait, because you cannot answer them today. After talking with those support, I realized that such bitterness applies only to those profiles that are not listed in my comrades. Therefore, I wondered how to transfer subscribers to friends in order to communicate with them without any restrictions?

It seems to me that many are interested in this issue, which is why, I hasten to suggest several ways carrying out this procedure. Among those:

  • independent manipulation;
  • use of special designs.

Self-manipulation

In the first case, you just need to go to the social network on your profile and click on the "My subscribers" button. The result of the work done will be a list of all people showing interest in your page. Your goal is achievable, because to achieve it, you just need to find the right person, click on his avatar and add him as a friend. This key is located directly under the profile owner's photo (upper left corner).

Everything would be fine, but it takes a lot of time, because the number of people who want to become friends is constantly growing. It turns out that the early orders are shifted to the bottom, therefore, the queue reaches them last. And it also happens that the user has already lost interest in your offers. Do you agree?

Development that works wonders

New software development comes to the rescue, because if you use a special script, you can perform the manipulation much faster (add everyone if there is a small number of subscribers, otherwise the operation will have to be repeated several times). For this you need:

  • log into your own profile on social networks;
  • select the "friend requests" tab;
  • enter the script in the address bar field:

javascript: var buttons = document.getElementsByTagName ("button"); console.log (buttons); for (key in buttons) (buttons.click ();)

  • click on the Enter key.

In the same way, you can remove unnecessary people, remove fake subscribers, and even those profiles that came to you as a result of cheating. This procedure, namely, deletion, can be done thanks to VK Bot. When you open this program, you can easily find such a function, and the procedure itself does not drag on for a long time.

By the way, this program also has the function of instantly transferring subscribers to friends. You just need to open the program, go to the "Profile" section, then select "Friends", and click on the key of interest.

As you understand, it is quite simple to carry out the procedure for assigning subscribers a different status, and most importantly, it can be performed in various ways: by adding it yourself, using a script, thanks to the VKBot program. All the options presented work, but which one will you focus on?

Best regards, Elena Izotova.

Statistics claim that almost every active resident of Russia has a profile in one of the social networks. The "BroBot" program gives them the opportunity to offer them their goods or services.

It has an intuitive interface. In addition, an auto-update function is built in. Using Java scripts, you can create a bot of any complexity that will support correspondence. It is possible to replicate tasks of the same type on several questionnaires by memorizing the last entered settings.

The program is capable of supporting an arbitrary number of questionnaires. In order to ensure effective promotion, one is not enough. There is an opportunity to perform several tasks for each of them.

Automation of adding friends and invitations to groups.

This can be done taking into account various criteria. So, you can visit the pages, setting the desired category before. At the same time, it is possible to send messages, add to friends and rate photos. You can both accept friend requests and invite to groups according to the specified parameters.

There is an opportunity to make the program appeal to the target audience, thereby increasing the conversion. To do this, you need to collect a list of id. If you need to promote products or services that are in high demand, then search segmentation will help. The built-in criteria are used for this.

The free version of the program supports the function of cheating friends on the Vkontakte social network.

Several scenarios are used to find and invite people. You can set all the necessary parameters after clicking the "Configure tasks" button under one of the selected accounts. If you need to make settings for several bots, then you should use the "Assign to all" button. Next, you should select the "Search for contacts, visit and mailing" option, then click "Next". A page will open where you can configure your search for contacts.

Contacts can be searched by copying the url from the browser. This way you can make your search as flexible as possible.

You can search for people by presetting a number of parameters. Among them:

  1. Age.
  2. Those who are online now.
  3. School.
  4. University.
  5. Region.

In order to get a link, you need to enter the desired word in the search bar or follow the link http://vk.com/search. The query can be entered without using a keyword, but simply using the above criteria. This will allow you to select the target audience.

What does the process of cheating friends look like?

After all the necessary parameters have been set, you need to name the button "Next". Further it will be possible to configure additional parameters. After that, you need to press the start button. Thus, the search for profiles and the sending of offers to be friends will be launched. The optimal speed is selected for the visit. This is done in order to avoid blocking the account on the social network. The promotion will end after the daily limit of invitations is reached.

You can watch the bot's operation by opening the "Events" tab.

Correspondence management.

This program can work with an arbitrary number of questionnaires using just one window. The following types of correspondence are supported:

  • using an answering machine;
  • via a trained bot;
  • manually;
  • using a bot from the website iii.ru

There is a possibility to create templates. Unsent and unread messages can be saved and sent the next time you open the bot.

Security.

The closest attention is paid to this. The developers of the BroBot program have taken a number of measures. Among them:

  1. The hard disk of the computer is used to store passwords and logins. The bot is not a cloud service. Consequently, the user himself manages his account.
  2. Using the antigate.com service makes it possible to bypass captchas.
  3. The program has a built-in mechanism for monitoring the health of the used proxy server.

Top