dskanth 0 Newbie Poster

Hi, iam a Bebo application developer, and iam posing a security issue with Firebug on my bebo application (an online game) online. The users are using firebug to cheat the game, and its driving me nuts. I see that Bebo uses SNJS as its javascript, and a normal javascript will not work in its pages. I tried to write code like:
if(window.console.firebug)
alert("Please disable firebug");

But this code does not work.
Can anyboy help me out with the way of disabling firebug ?
Please, i cant be happy until this firebug issue is solved.