sujoydhar
Senior Member
- Aug 20, 2011
- 997
- 1,097
Hello guys recently Youlike Hits I-Macro script stoped working and mentioned it in my previous post below is the link
http://www.blackhatworld.com/blackh...youlike-hits-i-macro-script-stop-working.html
But now it is working fine with the slight change in the I-Macro Script.Just copy the Script below and add or re-modify to I-Macro Script
Previous Script
And the New Script is
What I change is only Line No. 5 From F=4 to F=5 !
http://www.blackhatworld.com/blackh...youlike-hits-i-macro-script-stop-working.html
But now it is working fine with the slight change in the I-Macro Script.Just copy the Script below and add or re-modify to I-Macro Script
Previous Script
Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
FRAME F=4
TAG POS=1 TYPE=SPAN ATTR=TXT:Like
WAIT SECONDS=5
FRAME F=0
TAG POS=1 TYPE=FONT ATTR=TXT:Confirm<SP>Like<SP>&<SP>Get<SP>Points!
WAIT SECONDS=5
TAG POS=1 TYPE=A ATTR=TXT:Skip<SP>this<SP>Page
WAIT SECONDS=5
And the New Script is
Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
FRAME F=5
TAG POS=1 TYPE=SPAN ATTR=TXT:Like
WAIT SECONDS=5
FRAME F=0
TAG POS=1 TYPE=FONT ATTR=TXT:Confirm<SP>Like<SP>&<SP>Get<SP>Points!
WAIT SECONDS=5
TAG POS=1 TYPE=A ATTR=TXT:Skip<SP>this<SP>Page
WAIT SECONDS=5
What I change is only Line No. 5 From F=4 to F=5 !