The "Shake-Off"

Nino
by Nino · 16 posts
16 years ago in IMVU Homepage Codes
Posted 16 years ago · Author
The following code I find very useful (and entertaining.) It will literally "shake" the screen of anyone trying to copy anything from your homepage.
3 IMPORTANT NOTES:
After placing this code, you have to go into safe mode to post more html/javascript code.

Where it says "Shake It Baby!" you put your text in the "" = leave those marks, too.

And you cant put this symbol in the message pop-up, either = '
-Nino

Code
<script type="text/javascript">
var msgtext='Shake it, baby!';
function shakewindow() {
   var x=10
   if (document.all||document.layers) {
      for (i=0;i,i<20;i++){
         window.moveBy(0,x)
         window.moveBy(x,0)
         window.moveBy(0,-x)
         window.moveBy(-x,0)
      }
   }
   alert(msgtext);
   return false;
}
document.oncontextmenu=shakewindow;
</script>
Posted 14 years ago
nice ty
Posted 14 years ago
wow.. awesome :D thanks
Posted 14 years ago
Paahahaha, this amuses me. But I don't really mind people copying my stuff. Maybe another time I'll want this though (:
Posted 14 years ago
WOW that is a great ideea!!!
Posted 14 years ago
Thanks did me great made my page unique....lol
Posted 14 years ago
doesn't work on opera

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT