JulioBiason.Net

Old-school coder living in a 2.0 development world.

Archive for the ‘AutoDarkClicker’ Category

AutoDarkClicker working with GreaseMonkey 0.6.x

without comments

After some big struggle, I managed to make AutoDarkClicker work with GreaseMonkey 0.6.x. But I have a good news and a bad news: The good news is that this version is way faster than the previous one; the bad news is that, being faster, it forces Mozilla to update faster, which uses more CPU.

Download is available at AutoDarkClicker homepage.

Written by Julio Biason

March 8th, 2006 at 4:44 pm

Posted in AutoDarkClicker, Code

AutoDarkClicker, a GreaseMonkey script

without comments

Just a few of you know that I play DarkThrone almost religiously. It is a nice waste of time and patience, but I think it is cool anyway.

One of the things that pisses me off on it is their “recruiter” page. You need to click 350 times on a damn button to be eligible to get more citizens for your town. Boring, boring, boring.

I was planning writing a Python script to click on it, using the HTTPLib class, but it doesn’t work with compressed streams (for those who know, it’s the mod_gzip module of Apache). So I decided to learn how to use GreaseMonkey, as Firefox/Mozilla already know how to deal with those streams. It was even easier than I thought.

So, here is the AutoDarkClicker script for GreaseMonkey. As usual, you can get it at my homepage. There are full explanation of how to install and use it. Go get it while still hot! :)

Written by Julio Biason

September 16th, 2005 at 4:39 pm

Posted in AutoDarkClicker, Code