JackSparrow
Elite Member
- Mar 24, 2007
- 1,525
- 2,142
Been looking over my old imacro scripts for AddMeFast and since the profile update on Youtube many of the old scripts do not work properly, and cause you to subscribe to someone else on the profile page rather than the one you earn points off.
This imacro script will earn you points from all those Youtube users who have update to the new profile layout.
Method:
Have Mozilla Firefox and the latest version of the Imacros plugin installed (important!)
Then copy and paste the below code using CTRL+V when using the edit feature in imacros.
Set your max loop to 99999 and click play. Enjoy earning those AMF points again!
This imacro script will earn you points from all those Youtube users who have update to the new profile layout.
Method:
Have Mozilla Firefox and the latest version of the Imacros plugin installed (important!)
Then copy and paste the below code using CTRL+V when using the edit feature in imacros.
Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
FILTER TYPE=IMAGES STATUS=ON
TAB T=1
EVENT TYPE=MOUSEDOWN SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(3)>FORM>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>CENTER:nth-of-type(2)>A>DIV" BUTTON=0
EVENT TYPE=MOUSEMOVE SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(3)>FORM>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>CENTER:nth-of-type(2)>A>DIV" POINT="(552,686)"
EVENT TYPE=MOUSEUP POINT="(552,686)"
WAIT SECONDS=2
TAB T=2
FRAME F=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(7)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV>DIV>SPAN>BUTTON" BUTTON=0
WAIT SECONDS=2
TAB T=2
TAB CLOSE
WAIT SECONDS=2
Set your max loop to 99999 and click play. Enjoy earning those AMF points again!