New Code to invite all friends to a event/page October 2013

powlow29

Supreme Member
Joined
Nov 18, 2009
Messages
1,352
Reaction score
1,223
NEW METHOD: WORKING AND VERY EFFICIENT!

Instructions:
1. Click Invite Friends on whatever you are inviting people to
2. In the dropdown next to the search box, click Search All Friends
3. Scroll ALL the way down until names stop loading (I found it easy to click the first name and then hold down the spacebar or Page Down button)
4.

For EVENTS Copy this code:
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}

For PAGES Copy this code:
Code:
javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); 
 for(var i=0; i<inputs.length;i++) { 
 inputs[i].click(); 
 }

For Chrome:
5. Press F12 on your keyboard and click the "Console" tab
6. Paste the code into the box at the bottom and press enter
7. For large friends list, this may utilize all your resources and will cause the page to freeze and be unresponsive. Just wait a few minutes until all the names get selected.

For Firefox:
5. Press CTRL + Shift + K
6. Paste the code into the box at the bottom and press enter.
7. For large friends list, this may utilize all your resources and will cause the page to freeze and be unresponsive. Just wait a few minutes until all the names get selected.

For Internet Explorer:
5. Press F12 on your keyboard
6. Click the "Console" tab
7. Paste the code into the box at the bottom and press enter.
8. For large friends list, this may utilize all your resources and will cause the page to freeze and be unresponsive. Just wait a few minutes until all the names get selected.

Enjoy
 
i am sorry but its way too old my friend.
smile.png
Years old method

Check again...
There is no check box anymore on Facebook... Only Invite buttons and it's since October so don't tell me it's years old ! It's new the new code.
 
I was invited manual 300-500 people with small pause + some group posting and facebook ban me for 30 day for spam.
is this script safe ?
Can we get ban for mass invite
 
I was invited manual 300-500 people with small pause + some group posting and facebook ban me for 30 day for spam.
is this script safe ?
Can we get ban for mass invite

I tried the script on 2 non verified FB accounts for inviting 10 000 users to one of my page. Haven't been banned yet.
I can't say it's 100% safe. I just can say that the code is working.
 
This one is old and I thought it doesn't work. But it is working nicely even today. Awesome share.
 
Thank, and Somebody have some code for confirm all friend requests on facebook. Please share on thread :)
 
you can download an extension called invite all ! it works like a charm
 
Works great!

And also looking for groups invitation code, which allow invate 5000 peoples, so far I have only code thats invate 3000...
 
It's not working,it says that people are invited,but after you click again to invite page it's normal still with invite button
-.-
 
Back
Top