Working Unfollow Imacros Script for Facebook

SolarHeavy

Registered Member
Joined
Jul 26, 2013
Messages
54
Reaction score
20
Hey guys, this is my first contribution after reading alot and learning some stuff the other day, this script will unfollow a couple users ever 20seconds, so far it's working, safe, and hasnt caused me any problems all day and night, it can be edited alot, this isnt anything super detailed its simple, i just cant find a working script for this!

Inside the script, you need to change the INSERTFBURL to Facebooks normal url, and edit YOURUSERNAMEHERE to your facebook username of course. I cant post links since im a new user :(
hit record on imacro, stop it, edit the macro, and insert the following code, loop it and you're set!
Thanks and let me know how you like it. This is my first contribution! :cool:


VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=INSERTFBURL/YOURUSERNAMEHERE/following
SET !ERRORIGNORE YES
SET !VAR1 1
SET !VAR2 {{!VAR1}}
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow

WAIT SECONDS=20
 
Last edited:
Sure thing, enjoy! Remember you can add more time, or make it faster by lowering the bottom WAIT SECONDS=20 I find this is the safest though!
 
Thanks mate, i've been using a lot of facebook addmefast imacros scripts lately and just about maxed out all my accounts for following.. good timing.. rep added ;)
 
Same thing here, i hit my limit and was forced to learn the way of the macro , appreciate the rep! :D
 
This method works but temporarily.

fb magically makes that "following" page disappear when you've unfollowed a certain number of accounts.
 
This method works but temporarily.

fb magically makes that "following" page disappear when you've unfollowed a certain number of accounts.

I don't really get ya, but if yer thinking what i was thinking.. the script seems to unfollow 3 people then refreshes the page, which makes it seem like its doing nothing but really its unfollowing 3 people at a time before refreshing and unfollowing another 3 etc etc..

EDIT: No i see what you mean now.. the follow page has disappeared now for me too :-/
 
Last edited:
I don't really get ya, but if yer thinking what i was thinking.. the script seems to unfollow 3 people then refreshes the page, which makes it seem like its doing nothing but really its unfollowing 3 people at a time before refreshing and unfollowing another 3 etc etc..

EDIT: No i see what you mean now.. the follow page has disappeared now for me too :-/

There are a couple of different methods that I'm currently working on.
 
I came back after letting it run for hours on end and my followings did magically vanish, so i upped the wait seconds, maybe that'll help, it returned after waiting for an hour or so, it works, it just cant be overdun all at once! I hope you can find a more advanced working way for this, its definitely something that i need done by a more seasoned macro person!
 
I think you gotta add wait seconds in between the unfollows instead of having it at the end to stop refreshing pages and making the followers page disappear
 
The script does not work, facebook evolves, the script should do...
Any idea?
 
The script does not work, facebook evolves, the script should do...
Any idea?
Yea,facebook made some updates in follow section!Anyone of you guys have imacros for facebook unfolow,updated?
I try to record and edit imacro,but i can't make working one.Please,if anyone can make one,post it here.I badly need them!Help guys!Thanks.
 
Edited because my code had an error. I can not test the code at this moment. I can reproduce the same code in a max of 4 lines. But I need the actual markup of the following page. Sleep time for me, when I wake up Ill edit the post again with the code to unfollow. The code above has so many unnecessary lines.
 
Last edited:
Hey guys, this is my first contribution after reading alot and learning some stuff the other day, this script will unfollow a couple users ever 20seconds, so far it's working, safe, and hasnt caused me any problems all day and night, it can be edited alot, this isnt anything super detailed its simple, i just cant find a working script for this!

Inside the script, you need to change the INSERTFBURL to Facebooks normal url, and edit YOURUSERNAMEHERE to your facebook username of course. I cant post links since im a new user :(
hit record on imacro, stop it, edit the macro, and insert the following code, loop it and you're set!
Thanks and let me know how you like it. This is my first contribution! :cool:


VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=INSERTFBURL/YOURUSERNAMEHERE/following
SET !ERRORIGNORE YES
SET !VAR1 1
SET !VAR2 {{!VAR1}}
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow
TAG POS={{!VAR2}} TYPE=INPUT:SUBMIT ATTR=VALUE:Following
ADD !VAR2 1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unfollow

WAIT SECONDS=20

This is not a working imacros...
 
This IMacros is not a valid imaros that works properly. It does not unfollow on facebook. If you run it, facebook will take away your following option....

Jay
 
Back
Top