Skip to content

Instantly share code, notes, and snippets.

@musoftware
Created November 6, 2015 17:16
Show Gist options
  • Save musoftware/9160c50a1838289b93d6 to your computer and use it in GitHub Desktop.
Save musoftware/9160c50a1838289b93d6 to your computer and use it in GitHub Desktop.
add me fast Bot in AM CODE
wb = InitBrowser( )
wb?setlocation(-8, -8)
wb?setsize(1382, 744)
wb?Goto("http://addmefast.com/free_points/facebook_likes")
sleep(1000)
wb?ScrollTo(0,240)
wb?Click(701,409)
sleep(10000)
wb?SelectTab(1)
wb?ScrollTo(0,0)
wb?Click(675,376)
sleep(1000)
wb?CloseSelectedTab()
wb?SelectTab(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment