Created
November 6, 2015 17:16
-
-
Save musoftware/9160c50a1838289b93d6 to your computer and use it in GitHub Desktop.
add me fast Bot in AM CODE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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