Showing posts with label simple java http client. Show all posts
Showing posts with label simple java http client. Show all posts

January 26, 2012

Auto Clicker - send fake hits on a link

29 comments:

I made the program this morning after getting lots of request from a friend.

Language: Java

Description: A basic program to send fake hits to a link using proxies. It fetches proxies from hidemyass.com/proxy-list/ and accepts proxy lists entered by users. It will not work if target link has Javascript or flash based user tracking mechanism. It will also not work if proxy server is dead.

License: You are free the share the program as it is, without disassembling or modifying the source or removing the credits information.

* You must have JRE installed on your PC for this program to work.
* Tested


Read More