you can also write your own anti debugger code, its not that difficult, for example use PEB->IsDebugged, not checked by olly
or use UnhandledExceptionFilter, funny thing :) <- very good to use cause due to a Windows bug [official documented] the registered UnhandledExceptionFilter will NEVER be called when debugged :)
Kleissner
Note: Registration is required to post to the forums.