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
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: