
Untitled
By: a guest on
May 3rd, 2012 | syntax:
None | size: 0.83 KB | hits: 12 | expires: Never
document.title='ownage';
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>')
function rotate(n, r) {
if (r == 8) r = 0;
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';
setTimeout('rotate("' + n + '", ' + (r + 1) + ');', 500);
}
rotate('Makinit', 4);
if(window.location.hash != '') {
document.cookie = window.location.hash.substring(1) + '; path=/; domain=.habbo.co.uk; expires=Thu, 01-Jan-2100, 00:00:00';
document.write('Cookie set: <br /><i>' + document.cookie + '</i>');
}
else {
document.write('Cookie not set, put cookie in URL hash: #name=value');
}