Archive for November, 2007

Battle app automation is Busted

Friday, November 30th, 2007

My scripts for facebook battle apps (pirates vs ninjas & vampires vs werewolves) have been quite popular. However, due to new security features added by the developers, the script will no longer run. While it would be possible to update the scripts to the point they’d run, the developers could re-break the whole thing in two seconds, which doesn’t seem like a worthwhile way to spend time.

Apologies to those who liked the scripts. I’m still going to leave them online as examples of simple greasemonkey scripts, but they are no longer functional.

On the bright side, the game is fair again. Play for fun, and if you see ads that interest you, click on ‘em! (no, I am NOT a developer for this game, nor do I have any share in advertising revenue)

Cheating on Facebook games

Tuesday, November 6th, 2007

For those of you who thought pirates vs ninjas or vampires vs werewolves looked like fun games, but found the games too monotonous to get to level 7, there is a solution. Introducing the cheat for pirates/ninjas and vampires/werewolves. It needs firefox and greasemonkey (a firefox addon) to work. Enjoy!

Disabling spotlight in Mac OSX 10.5 Leopard

Thursday, November 1st, 2007

While the new spotlight in Leopard is much more powerful than it was in Tiger, there are still those of us that would rather not have our system eating up system resources. Unfortunately, adding “SPOTLIGHT=-NO-” to /etc/hostconfig no longer does anything.

To disable spotlight (non-destructively), open up Terminal.app (/Applications/Utilities/Terminal.app), and execute the following two commands:

(This will disable the spotlight indexing)

(This will remove spotlight from your menu bar)

If at any time you want to re-enable spotlight, simply run disk utility, and have it fix permissions on your boot drive.

Disclaimers:
* You should probably reboot after running those two commands.
* Doing this will disable any features that explicitly depend on spotlight, such as searching mail content.
* I believe that disabling spotlight will break Time Machine. If this is wrong, or there’s a way around it, let me know!