SolarHeavy
Registered Member
- Jul 26, 2013
- 54
- 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!
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
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!
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: