i need some way of having a menu, and a way to give "messages to the user" (i do not want to use alert() !), and keeping the menu and messages log, undetectable.
currently, the target site is going as far as,
if(document.body.innerHTML.match('specific text in the menu')){/*CHEAT DETECTED*/}
so.. how can i add a menu/message log, while leaving no trace in body.innerHTML ? (or head.innerHTML)