[GET]Likespro.com Likes bot FREE

PigFish

Junior Member
Joined
Apr 5, 2012
Messages
122
Reaction score
30
Simple code for Likespro.com, make sure you are logged when using this..Also i have had to put in X/Y clicks in one part so running your resolution to 1280 x 1240 would gain better results.
Also it returns to the URL after each loop as i kept getting stupid errors, anyway here it is. Basic as im new to this but works fine, well does for me anyway lol
Set your loop to 99999 and play in loop mode

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://likespro.com/exchange/facebook
WAIT SECONDS=2
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
FRAME F=4
TAG POS=1 TYPE=SPAN ATTR=TXT:Like
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:Confirm
WAIT SECONDS=2
TAB T=2
FRAME F=0
CLICK X=958 Y=823
TAB T=1
WAIT SECONDS=4
 
Yeah sorry it is an imacro, you can just copy n paste it into current of make a new macro
 
Thanks for the share but I'm having a problem as it opens a new window asking to confirm my "like" but I fixed it (maybe only a problem on my end?)
 
Last edited:
Yeah the confirm was the X/Y input i had to put in, so it might not click the correct position depending on the users resolution and so on.
Did you change the X/Y to a TAG Pos on line 15 ?
 
Back
Top