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 Snippetfunction 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