faceb00k event inviter code working...

kkvsam

Senior Member
Joined
Oct 11, 2009
Messages
938
Reaction score
570
I got this code by searching. This code will select all of your friends. But if I select all friends, it'll be harm to my fb account?
Can anyone help me?
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for
(i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
 
Last edited:
you mean you checked and still your account is alive?
 
after sending invites via event to my friends using that code yes my acccount is still active
 
Thank for the help for every one... Lets see what happened...
 
Back
Top