brodel34
Regular Member
- May 6, 2013
- 249
- 17
hey guys. i'm trying to set up something to like the photos on my feed without unliking them. long story short, i want to like all of the photos on my timeline constantly. so far the only way that i know how to do this is through !nstagram.com and record an x/y macros to double click the picture instead of the heart button. the problem im running into is that I do not want to like photos within of a few seconds of them being posted because it looks like a bot... otherwise i would just refresh the page every few seconds and like the first photo and just continuously do that. so to get around all that, i'd like to scroll to the bottom of the page and like that photo and then refresh a few seconds later and do the same thing. by x/ying a double click on the actual photo rather than clicking the heart button, it makes sure that i dont unlike the photo if the last photo hasn't changed. the problem is, after any sort of scrolling, it seems like the x/y function doesn't work.
It gives me unknown error once it reaches the line to x/y click. how can i fix this?
Code:
VERSION BUILD=8850919 RECORDER=FXTAB T=1
URL GOTO=http://instagram.com/
WAIT SECONDS=5
url goto=javascript:window.scrollBy(0,20000)
WAIT SECONDS=1
CLICK X=533 Y=14660
CLICK X=533 Y=14660
It gives me unknown error once it reaches the line to x/y click. how can i fix this?