Unrealworld
Senior Member
- Mar 28, 2016
- 831
- 183
Hello guys, i need facebook bot for auto accept friend requests but not all at once, i need something that can accept 2 friend requests every second..please need it asap, i will pay you $
im using accounts that can accept unlimited friend requestsMy Many accounts got banned because I used to accept too many requests in a day
so my advice- accept requests manually 30-40 a day.
setInterval(function(){ javascript:var inputs = document.getElementsByClassName('HERE THE CLASS'); for(var i=0; i<inputs.length;i++) { inputs[i].click() } }, 2000);
doesn't work..what do you mean find classname? what to do on the code "HERE THE CLASS"?Open Chrome, open the Web Tools, open the Console and paste this code:
Code:setInterval(function(){ javascript:var inputs = document.getElementsByClassName('HERE THE CLASS'); for(var i=0; i<inputs.length;i++) { inputs[i].click() } }, 2000);
Remember to find the ClassName of the buttons and to paste on the code before running it.
It should work, i haven't tested, it will accept 1 request every 2 seconds (you can edit it by editing the number at the end of the code).
doesn't work..what do you mean find classname? what to do on the code "HERE THE CLASS"?
Ok i tried but this script doesnt workOk follow this:
1. Right click on the request button.
2. Select "Inspect element".
3. Dev tool will be opened, look at the selected row and search class="*****" .
4. Copy the content inside the quotation marks.
5. Paste on the code, where i wrote "HERE THE CLASS".
6. Press Enter and the code will run.
Oh, Can you throw some light what type of account is that?im using accounts that can accept unlimited friend requests
normal accountOh, Can you throw some light what type of account is that?
I have bot like you said, 100% working.Hello guys, i need facebook bot for auto accept friend requests but not all at once, i need something that can accept 2 friend requests every second..please need it asap, i will pay you $
Hello guys, i need facebook bot for auto accept friend requests but not all at once, i need something that can accept 2 friend requests every second..please need it asap, i will pay you $
