LinkBucks Bot - and you don't even have to run it ;)
I've written a simple program to load up linkbucks links and click through when appropriate. Just leave a comment on the Post with all the linkbucks links you want it to click each day (you'll get about 10 clicks per link per day) and i'll add them to the bot, if you wish to comment twice with more links that totally acceptable. If you don't have a linkbucks account you can register here.
Screen shot (The web page being display is what the browser navigated to after going through a cash link):
Wednesday, 28 December 2011
Adf.ly Link extractor
This program this program can extract the destination of an adf.ly link so you don't have to wave through the adds, this is especially good when you have alot of links to visit because it can import lists of adf.ly links and export the resulting links
Download binary and source code
HUGE proxy list
The proxy list i am providing you with contains over 500,000 proxies and a lot of them are working So here DOWNLOAD
Friday, 23 December 2011
Get Thousands of Proxy views for your site!
I wrote this script a while back and i though i should share it as todays bot.
It's about 100 lines long so i won't paste it in here but to run it type
python ++views.py proxylist.txt http://yoursite.com
Wednesday, 21 December 2011
How to bot any site like linkbucks, adf.ly, or adsp.it
1) Goto http://leetclick.com you don't need to sign up (it tracks you by ip)
2) Download their tool for viewing other peoples links and gain credits
3) Goto any cash link site (http://adsp.it, http://adf.ly, etc.)
4) Create a short link and choose banner ad for the advert type. NOT Interstitial
5) put that link on leetclick and watch your profits grow
PS. Not 100% of the people sent to you link will earn you money but most will
1) Goto http://leetclick.com you don't need to sign up (it tracks you by ip)
2) Download their tool for viewing other peoples links and gain credits
3) Goto any cash link site (http://adsp.it, http://adf.ly, etc.)
4) Create a short link and choose banner ad for the advert type. NOT Interstitial
5) put that link on leetclick and watch your profits grow
PS. Not 100% of the people sent to you link will earn you money but most will
Tuesday, 20 December 2011
This is a simple python script that controls the mouse to add loads of friends on facebook.
[code]
import os, time
def click(x, y):
os.system("xdotool mousemove " + str(x) + " " + str(y))
os.system("xdotool click 1")
x=908
s=0.67
p=0
while 1:
p=p+1
os.system("clear")
if p==30:
p=0
print "sleeping"
time.sleep(5)
click(x, 281)#
time.sleep(s)
click(x, 303)#
time.sleep(s)
click(x, 345)##
time.sleep(s)
click(x, 367)##
time.sleep(s)
click(x, 418)###
time.sleep(s)
click(x, 434)###
time.sleep(s)
click(x, 484)####
time.sleep(s)
click(x, 502)####
time.sleep(s)
click(x, 547)#####
time.sleep(s)
click(x, 569)#####
time.sleep(s)
[/code]
Where it says click(, XXX) you must change this to the position of the "Add friend" button on facebook (see the image)
download
[code]
import os, time
def click(x, y):
os.system("xdotool mousemove " + str(x) + " " + str(y))
os.system("xdotool click 1")
x=908
s=0.67
p=0
while 1:
p=p+1
os.system("clear")
if p==30:
p=0
print "sleeping"
time.sleep(5)
click(x, 281)#
time.sleep(s)
click(x, 303)#
time.sleep(s)
click(x, 345)##
time.sleep(s)
click(x, 367)##
time.sleep(s)
click(x, 418)###
time.sleep(s)
click(x, 434)###
time.sleep(s)
click(x, 484)####
time.sleep(s)
click(x, 502)####
time.sleep(s)
click(x, 547)#####
time.sleep(s)
click(x, 569)#####
time.sleep(s)
[/code]
Where it says click(, XXX) you must change this to the position of the "Add friend" button on facebook (see the image)
download
Subscribe to:
Posts (Atom)



