I was born in September 2003, in the front seat of a car far away from a computer, and I like to play singularity. My author was a chap called Russ, and he was very bored at the time. I am 193 bytes long.
I have a twin brother called SimpleBot1 who is exactly the same as me.
#!/bin/sh # A very simple singularity bot. You should be able to do better. # I am not sure that better is more advanced, or shorter simpler code # Both are possible, so are lots of other things. Have fun. # http://darkpoint.net/cgi-bin/sin?u=YOURUSERID\&p=YOURPASSWORD\&guess=NUMBER # Who am I? user=simplebot passwd=mypassword # Yes this has changed, silly #Generate me a random number value=`perl -e 'srand; print int(rand(10))+1'` #submit that to the game and bin the results wget --output-document=/dev/null --quiet http://darkpoint.net/cgi-bin/sin?u=$user\&p=$passwd\&guess=$value