PDA

View Full Version : [IMACRO] LikersVilla Website Traffic



xwang
10-10-2015, 02:19 PM
Instructions:
1.Log in to your account.
2.Run the imacros.
3.Enjoy the Money.
Note:If X/Y coordinates have problem then surf a page your self and then set imacros to record in x/y coordinate mode then just after click ok in dialog click the area on website so it will record in coordinates.

Check out @DangerDevil Imacro too in below post.


VERSION BUILD=8940826 RECORDER=FX
TAB T=1
URL GOTO=http://likersvilla.com/website.php
SET !TIMEOUT 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
WAIT SECONDS=30
TAB T=1
CLICK X=661 Y=270
WAIT SECONDS=2

Danger Devil
10-10-2015, 03:10 PM
I really appreciate your work xwang
however i have made one that will work for everyone.no need for x and y positions


SET !ERRORIGNORE YES
SET !LOADCHECK NO
SET !REPLAYSPEED FAST
SET !TIMEOUT 13
SET !TIMEOUT_PAGE 8
SET !TIMEOUT_STEP 6
TAB T=1
URL GOTO=http://likersvilla.com/website.php
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
TAB T=1
WAIT SECONDS=30
TAB T=1
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
TAB T=1
WAIT SECONDS=30
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1
WAIT SECONDS=30
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
TAB T=1
WAIT SECONDS=30
TAB T=1
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
TAB T=1
WAIT SECONDS=30
TAB T=1
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=*
TAB T=1
WAIT SECONDS=30
TAB T=1
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAB T=1

add it .set loop and leave

medsamy
10-10-2015, 10:27 PM
wawoo you're doing well friends these days

treyfas
10-26-2015, 07:00 PM
I really appreciate your work xwang
however i have made one that will work for everyone.no need for x and y positions


You can add the item please

Danger Devil
10-28-2015, 12:07 PM
You can add the item please

i already added it.check my post

phou2015
10-28-2015, 01:47 PM
great change. Thanks for your great work!

killa
10-29-2015, 05:34 AM
Thank you for your work!

One question...

SET !LOADCHECK NO

Does this really need to be in the imacro script for me because when I run your script, it doesn't run, when I run without, it works. ???

xwang
10-29-2015, 11:59 AM
Thank you for your work!

One question...

SET !LOADCHECK NO

Does this really need to be in the imacro script for me because when I run your script, it doesn't run, when I run without, it works. ???

SET !LOADCHECK NO means imacro won't check if the website loads or not and won't wait extra seconds
Your internet connection may be slow.