09-13-2012, 04:04 AM
Firstly i would like to suggest you to install FlashBlock Extension to your FireFox, this will save your data usage on useless videos. You should have imacros installed. FlashBloack can be downloaded from here -
Go to AddMeFast YouTube Likes Page and run iMacros, click record and stop, And then load the text file which you will be creating with this code -
Play a loop of 3000 or as ur wish and you will be fine
YouTube Subscribe -
Facebook Susbcribe -
YouTube Views -
To save ur data usage, dont play videos and dont load images... Best part it YouTube Views still cash in even if flash is disabled!
In codes having value of F, if its not working then record and click that button where loop stucks and u will see something like
F="x"
where x in a natural number, edit ur original code wid it and u should be fine...
Code:
http://flashblock.mozdev.org/
Go to AddMeFast YouTube Likes Page and run iMacros, click record and stop, And then load the text file which you will be creating with this code -
Magic Button :
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
WAIT SECONDS=3
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=2
Play a loop of 3000 or as ur wish and you will be fine
YouTube Subscribe -
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
FRAME F=7
TAG POS=1 TYPE=BUTTON ATTR=ID:subscribe-button
TAG POS=1 TYPE=BUTTON ATTR=ID:subscribe-button
WAIT SECONDS=2
FRAME F=0
TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton
TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:form1 ATTR=ID:subscribeButton
WAIT SECONDS=2
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Subscribe
TAB T=2
FRAME F=0
TAG POS=3 TYPE=SPAN ATTR=TXT:Subscribe
WAIT SECONDS=1
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=1
Code:
VERSION BUILD=7500718 RECORDER=FX
SET !TIMEOUT_STEP 150
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:View<SP>Video
TAB T=2
WAIT SECONDS=31
TAB T=1
To save ur data usage, dont play videos and dont load images... Best part it YouTube Views still cash in even if flash is disabled!
In codes having value of F, if its not working then record and click that button where loop stucks and u will see something like
F="x"
where x in a natural number, edit ur original code wid it and u should be fine...