Facebook Dislike / Unlike Imacros Script FB

oguen

Regular Member
Joined
Dec 12, 2010
Messages
216
Reaction score
33
Hi,

I created a fine working Facebook dislike script for Firefox Imacros.

when I used the existing script from this thread http://www.blackhatworld.com/blackh...-100-working-able-skip-public-profiles-2.html (page 2 user "money.tree") after a few loops I always got that message:

"RuntimeError: element SPAN specified by BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page was not found, line: 13 (Error code: -921)"

To start again i had to close the window, reopen it and start again.

Also I always had to surf manually to my Facebook profile then to "edit profile" to "activities and interests" and then hit the "show other pages" field. This script does this for you too :)

You just have to set the x y coordinates correct for the "show other pages" field and the "close" button
for your graphic settings. Then loop it 999 times ;)

So here is the script:

-------

VERSION BUILD=7200328 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/?ref=home#!/editprofile.php?sk=activities
WAIT SECONDS=2
CLICK X=525 Y=265
WAIT SECONDS=4
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.7
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.9
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.6
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.7
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=2.1
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.6
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.5
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.8
CLICK X=850 Y=505


-------

I hope it works for you, too and you will have fun with it ;)

oguen
 
Last edited:
well i tested a bit with it and you can easily shorten down the time intervals, even below one second. this will speed up the process even more.
 
thanks a lot for this script might come handy very soon
 
youre welcome :) feel free to change it in anyway f.e. i suggest this:
if you set the amount of unlike to the time u need to add a like at twiends, you can run it perfectly at the same time.
 
This isn't working for me. It takes forever for the "activities and interests" tab to load then it clicks "show other pages" and it takes so long for the pages to load that I get an error and the script stops running:

Code:
RuntimeError: element SPAN specified by BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page was not found, line: 7 (Error code: -921)
 
Best way to use this, end dont get any error, is to scroll down the page, where the remove page appears and it will load you all the pages. Just scroll down slowly to load all the pages. ;)
GL
 
Best way to use this, end dont get any error, is to scroll down the page, where the remove page appears and it will load you all the pages. Just scroll down slowly to load all the pages. ;)
GL

Thanks, I did what you said and removed both of the "click" parts of the macro and then just manually clicked on the "show more pages" button and let it load all the pages and then ran the macro and now it seems to be working fine.

Here's what my macro looks like now:
Code:
VERSION BUILD=7200328 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.7
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.9
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.6
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.7
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=2.1
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.6
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.5
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.8
TAG POS=1 TYPE=SPAN ATTR=BINDPOINT:text&&CLASS:uiButtonText&&TXT:Remove<SP>Page
WAIT SECONDS=1.7
 
I have determined that the error is from not being able to scroll down. The unlikes only go so far down the box until you get the error I posted above. I added a line to skip errors to attempt to bypass it, but it would not continue with the script until I manually scrolled down to the next page to be unliked. Anyone know of a way to set iMacros to autoscroll the pages box?
 
Last edited:
Can any body help me to get massive likes on facebook fan page? I have a fan page and i want massive likes on it. I do not know more about face book so please if you post any script then indicate how i have to use that. Waiting a reply from all of you bad boys.
 
Use twiends along with the imacro script found here http://www.blackhatworld.com/blackhat-seo/social-networking-sites/302304-twiends-bot-100-working-able-skip-public-profiles.html
 
Back
Top