[RELEASE / GET] Facebook groups poster + delete post from groups (imacros + javascript)

swissmistery

Newbie
Joined
Mar 16, 2015
Messages
47
Reaction score
12
Hello everyone!

I'm a young programmer who likes to make bots, I'm currently looking for a way to earn money through Facebook and websites, but without much success at the moment :)

Here I release 2 helpfulcode for you! I just made them so probably the need some tweeks but they seem to work fine at the moment, at least for me.

The first code is a bot that let you to post in EVERY group you are in. Instructions are pretty simple, open the code and change the variable "TextToPost" with the text you want to write.

Pastebin code: (sorry, I can't post links)
m9W5fuaq


The second code might be usefull for some of you. It will delete the last post in EVERY group you are in. You just have to open the code and change the variable "Facebook_Name" with your facebook name

Pastebin code: (sorry, I can't post links)
Xjc57nHT

Important use must have Facebook in english

Please, write here any issue and I will try to fix them, as I said I made these codes quite quickly and I haven't tested them very well.
If you need something more specific we can talk :) And maybe you can buy me a beer with my help :cool:


I don't take any responsability for bans, use these scripts knowing that is "illegal" to use them on Facebook
 
Last edited:
Let me know if it works.. Facebook can be tricky for bots because they might work for me but not for someone else :)

Important use must have Facebook in english
 
Hi Swissmistery,

I'm going to try ! YES it very usefull ! :D

I'm looking also for a script to add people in a group. I found one but :
- add all your friends
- no time delay
= so your account can be banned

Looking for something
- You can select friends or a number of friends
- You can choose a delay

I can pay for that
 
Thanks Extraduke! I will look on what can i do for your script. I know that at the moment you can add maximum 20 friends each time, so I will see what I can do.

You would like to add people by name?

And correct me if I'm wrong, you would like something like this:
- Add X friends
- Pause Y seconds (Y seconds or random seconds)
- Add X freinds
- Pause Y seconds (Y seconds or random seconds)
- etc. etc.
 
Hi Swissmistery !

So I tried both ! And they work like a charm ! Perfectly done ! It's goind to help me, I post manually but very usefull to delete in auto !!

For the script to add people in a group :

- Number of friends to add
- Add X friends
- Pause Y seconds (Y seconds or random seconds)
- Add X friends
- Pause Y seconds (Y seconds or random seconds)
- etc. etc.

will be great ! And if a friend is already in the group the script pass to the another friend...

With the choice of friends to add, I'm not sure if it's very easy to use with iMacros. You can check this Chrome plugin :

https*://chrome.google*com/webstore/detail/facebook-friends-to-group/dghkidmniglaflhhmkogckiilhopopoi

If you do something like him with limit of friends and sell it on Firefox or Chrome Store for sure will make some money.
 
Last edited:
Thanks for the feedback, I'm glad that they are working for you as well.
I'm thinking about making a website with different kind of macros, for now I will see what can I do for the gorup script.

Sorry if I ask you, but do you have any spare facebook account? I got only my "personal" account and I would like to not use it to test and add people randomly to groups or it seems that I'm a weirdo :D
 
nice of you to share them with everybody there are many that do fb marketing and will find them useful and if you manage to keep them updated for a longer time I am sure many will use them.
 
For Coitza Thanks for the support :)

For Extraduke
Your script is ready! At least, a "beta" version of it is ready :) At the moment you can't choose the name of the people to add but it's kinda easy to tweak it, now it will add randomly X person selected from the "suggestion list" that facebook give.

You can find the script on pastebin with this code:
Pastebin code: (sorry, I can't post links)
hRr8R46J

And if you want to pay something you can make a little donation to me, just to buy a beer. If you want just tell me and I give you my paypal mail :D

After you try it give me some feedback ;)
 
Last edited:
Thanks, I kinda have some fun doing this kind of scripts :)

For everyone: I accept request for macros/bots
 
Here is an idea for you

Create a bot that will load accounts and Like a certain comment that you specify, I would buy this if you can get it working!
 
OP, you're a hero. Tested it out and it works great.

Any chance of having a script that comments on the first 20 posts inside one/multiple FB groups?
 
Last edited:
OP, i tried to add make the script wait for 5 seconds after pasting the text but before clicking the 'post' button. (reason is, it takes 1-2 secs for the image preview of the link to load on fb). I ended up with this:

18 window.document.getElementsByClassName('uiTextareaAutogrow ')[0].innerHTML = TextToPost;
19 iimPlayCode("wait seconds=5 \n");

However, it doesn't work, the script pastes the comment and moves to 'Add Photo/Video', then FB tells me that the post is empty and i should write something in it.

If i remove line 19, it works normally again (but there's no image preview because the text is posted immediately).

Would appreciate if you could point me in the right direction on this..
 
Last edited:
Yeah, unfortunately I know of that there is this problem.. If you try to post without waiting for the preview it works,otherwise it says that the post is empty.
Moving to "Add photo/video" was the only solution I found to "open" the textarea..

I will try to find a solution :)
 
Last edited:
Yay, I might have found a solution :) Need you to test it! Basically before I was clicking the button "Post" and I don't know for which crazy reason it tought that the post was empty.. Now I submit the form and it works! :)

New code pastebin:

Sometimes it works, sometimes it doesn't! Can't really do much, facebook is stupid :D
 
Last edited:
Back
Top