EddieC123
Regular Member
- Jan 8, 2013
- 378
- 225
Unlike script:
Unfollow script:
Simply navigate to the page with the accounts/pages to unfollow/unlike, and loop as many times as you need. The script will pause for a random time from 2-6 seconds between each action.
Code:
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*4 +2); randomNumber;")
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=value:Liked CONTENT=EVENT:MOUSEOVER
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS={{!VAR1}}
Unfollow script:
Code:
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*4 +2); randomNumber;")
TAG POS={{!LOOP}} TYPE=A ATTR=TXT:Following
WAIT SECONDS={{!VAR1}}
Simply navigate to the page with the accounts/pages to unfollow/unlike, and loop as many times as you need. The script will pause for a random time from 2-6 seconds between each action.
Last edited: