def insta_photo(): move(xy.app(2, 1)) # instagram app tap() movexy(1950, 2700) # make post button tap() sleep(5)
def open_insta_followers(): move(xy.app(2, 1)) tap() movexy(2850, 2700) tap() movexy(2200, 6100) tap() move(xy.homeButton)
def buienradar(): pc.unlock() pc.move(xy.app(2, 5)) pc.tap() pc.getOutTheWay() sleep(6) pc.homeButton() pc.zero() sleep(1) pc.onOff()
def insta_selfie(): unlock() move(xy.app(2, 1)) # instagram app tap() movexy(1950, 2700) # make post button tap() sleep(1) movexy(950, 4150) # selfie cam button tap() sleep(1) movexy(1950, 3450) # take picture tap() sleep(1.5) movexy(2800, 6450) # next button sleep(.25) tap() movexy(2100, 6100) # enter text tap() sleep(1) move(xy.l) # L lightTap() sleep(.25) move(xy.o) # O lightTap() sleep(.25) move(xy.l) # L lightTap() sleep(.25) movexy(2800, 6450) # OK sleep(.25) slowTap() sleep(1) slowTap() # POST move(xy.homeButton) # home button sleep(5) tap() sleep(2) onOff() zero()
def twit_likes(): pc.unlock() pc.move(xy.app(3, 2)) pc.tap() a = 0 while a < 20: theart.lookForTwitHearts() pc.scrollUp() pc.getOutTheWay() a += 1 theart.lookForTwitHearts() # one last lookfor hearts pc.homeButton() pc.zero() sleep(1) pc.onOff()
def reddit_upvote(): pc.unlock() pc.move(xy.app(3, 4)) pc.tap() pc.getOutTheWay() pc.sleep(2) a = 0 while a < 15: pc.scrollUp() pc.getOutTheWay() lfrl.lookForLikes() a += 1 pc.homeButton() pc.zero() sleep(1) pc.onOff()
def tweet(a): pc.unlock() pc.move(xy.app(3, 2)) pc.tap() # open twitter pc.movexy(2850, 3000) pc.lightTap() # hit tweet button sleep(4) # wait for keyboard to come up pc.type(a) pc.movexy(2800, 6350) # hit tweet button pc.tap() pc.getOutTheWay() sleep(5) pc.homeButton() pc.zero() sleep(1) pc.onOff()
def fb_likes(): pc.unlock() pc.move(xy.app(2, 3)) pc.tap() pc.getOutTheWay() pc.sleep(2) a = 0 while a < 15: pc.scrollUp() pc.getOutTheWay() lffb.lookForLikes() a += 1 pc.homeButton() pc.zero() sleep(1) pc.onOff()
def insta_likes( ): # Yo! lfh.lookForHearts has the commenting functionality built into it. pc.unlock() pc.move(xy.app(2, 1)) # instagram app pc.tap() # look for unliked insta posts a = 0 while a < 20: pc.scrollUp() pc.getOutTheWay() lfh.lookForHearts() a += 1 pc.homeButton() pc.zero() sleep(1) pc.onOff()
def marktplaats(): unlock() move(xy.app(1, 5)) tap() getOutTheWay() sleep(5) a = 0 while a < 7: scrollUp() getOutTheWay() sleep(3) a += 1 homeButton() zero() sleep(1) onOff()
def text_mike(): unlock() move(xy.app(0, 6)) lightTap() movexy(2200, 5850) # text field tap() press(xy.m) press(xy.i) press(xy.k) press(xy.e) zero() movexy(2200, 5950) lightTap() movexy(2200, 3050) sleep(1) tap() press(xy.h) press(xy.e) press(xy.y) press(xy.space) press(xy.m) press(xy.i) press(xy.k) press(xy.e) press(xy.space) press(xy.w) press(xy.h) press(xy.a) press(xy.t) press(xy.numbers) press(xy.m) # apostrophe is near the m key press(xy.s) press(xy.space) press(xy.u) press(xy.p) press(xy.numbers) press(xy.v) # question mark movexy(3150, 4400) # send button sleep(1) tap() move(xy.homeButton) sleep(5) tap() zero()
def insta_followers(): pc.unlock() pc.move(xy.app(2, 1)) pc.tap() # open insta sleep(4) # wait for insta to load pc.movexy(2850, 2700) pc.tap() # hit profile pc.movexy(2200, 6100) pc.tap() #hit followers pc.move(xy.homeButton) a = 0 while a < 15: instaFollowers.followBack() pc.scrollUp() pc.getOutTheWay() a += 1 pc.movexy(950, 6400) pc.tap() # back to profile pc.movexy(1000, 2650) pc.tap() # back to main instagram feed pc.homeButton()
def send_tweet(): move(xy.app(3, 2)) # twitter app tap() move((3100, 6500)) # new tweet button tap() sleep(1) move(xy.h) lightTap() move(xy.h) lightTap() move(xy.e) lightTap() move(xy.c) lightTap() move(xy.k) lightTap() move(xy.space) lightTap() move(xy.o) lightTap() move(xy.u) lightTap() move(xy.t) lightTap() move(xy.space) lightTap() move(xy.m) lightTap() move(xy.y) lightTap() move(xy.space) lightTap() move(xy.n) lightTap() move(xy.e) lightTap() move(xy.w) lightTap() move(xy.space) lightTap() move(xy.v) lightTap() move(xy.i) lightTap() move(xy.d) lightTap() move(xy.e) lightTap() move(xy.o) lightTap() move(xy.space) lightTap() move(xy.o) lightTap() move(xy.n) lightTap() move(xy.space) lightTap() move(xy.i) lightTap() move(xy.n) lightTap() move(xy.s) lightTap() move(xy.t) lightTap() move(xy.a) lightTap() move(xy.g) lightTap() move(xy.r) lightTap() move(xy.a) lightTap() move(xy.m) lightTap() sleep(5) move((3000, 6500)) # post button tap() move(xy.homeButton) # home button tap() zero()