Auto Accept Friend Request...How To?

FLIZZOW

Junior Member
Joined
Oct 26, 2010
Messages
185
Reaction score
292
I have seen this thread before, its about putting a javascript code to accept all the friends request, can anyone point me to the right direction.

Tried to search it but couldn't find it unless it have been deleted.

Thanks
 
i know such a code exists but no one is going to share it..too powerful
 
you can accept friend requests with ffa... it's one click of a button
 
i tried this but it seems doesn't work anymore...
anyway thanks for sharing :)
 
use this work flawlessly till now

for mass accept friends
Code:
http://pastebin.com/YGAudevf

Thanks for the share..will try it and leave a feedback here

EDIT: Tested and its working great! Thanks to gamejump!
 
Last edited:
use this work flawlessly till now

for mass accept friends
Code:
http://pastebin.com/YGAudevf

works perfect with chrome

Code:
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
 
any idea on mass send invites ;)
 
Back
Top