Posted: 17th Jul 2003 15:55
if you want to protect your game from the screenshots, you can use it
I don't know why you would protect it, but ... why not ?

+ Code Snippet
function noscreenshot()
   if keystate(183)=1
      wait 100
      write to clipboard ""
      for t=1 to 500
         write to clipboard get clipboard$() + "   hello world   "
      next t
   endif
endfunction
Posted: 17th Jul 2003 18:07
clever idea, painting stuff afterwards to the clipboard.
Posted: 18th Jul 2003 5:04
Except that screenshots can also be taken with a Mouse Click.

gbuilder
Posted: 19th Jul 2003 17:41
I beat it!
If the user exits the program right after ressing "Print Screen", it dosen't have time to overwrite the data.