Looking for the new Invite All Friends to Group Script

Joined
Jul 6, 2011
Messages
68
Reaction score
8
Does anyone have the Invite All Friends to Group script that is updated? I had the old one that invited them all when it loaded all your friends but since they changed it where you enter a name, I need the new one. This would be GREATLY APPRECIATED!
 
Scratch that. I was making a Fan Page instead of a group which I thought was the same thing, until now. After making a group I was able to select all friends to invite. If anyone wants the code here it is:
PHP:
javascript:var x=document.getElementsByTagName("input");for(var  i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}};  alert('Done, all your friends have been selected');
 
Back
Top