The Dink Network

Lock/Unlock Screen

August 9th, 2003
v1.00
Score : 5.0 fair
stonegiant.gif
this is a good file but very easy to make
for example

key-76.c

void main(void)
{
screenlock(1)
}

and key-85.c

void main(void)
{
screenlock(0)
}

and thats shows how much effort goes into that file
that took me less then a minute
i have made a function in my Dink Cheataz just like that
but thats with alot of other features
so how can this be classed really good?

Good
it has no bug
Bad
its so easy to make