Need facebook bot

Status
Not open for further replies.

Unrealworld

Senior Member
Joined
Mar 28, 2016
Messages
831
Reaction score
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 $
 
My 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.
 
My 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.
im using accounts that can accept unlimited friend requests
 
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).
 
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"?
 
Last edited:
I can create this software for you and other tools as you want.
 
doesn't work..what do you mean find classname? what to do on the code "HERE THE CLASS"?

Ok 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.
 
Ok 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.
Ok i tried but this script doesnt work
http://imgur.com/a/xbt1H
 
Are you sure this is the real class name?
 
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 $
I have bot like you said, 100% working.
pm me or skype : ronisanjay
 
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 Unrealworld,
I am a software developer, and i have made exactly the BOT you are requesting ( The friend Request accepting and sending BOT ) and as well as i have made a BOT which will post any message to all your friends timeline.
-- My BOT do both the things either send friend requests or accepts friend request.
-- IT is completely cross platform. ( means works on MAC , windows and LINUX)
-- In my BOT you can configure how many request to accept once and what should be the time limit between accepting two friend requests, it is all made considering Facebook ban conditions.
-- I have made it completely GUI based so any non techie user can operate it freely.
-- I am attaching some screenshots.Screenshot_245.png Screenshot_246.png
-- and if you want demo video i can provide that too.


thanks
Amarog
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top