I found on another forum a cewl snippet:
It looks like Privilege did the "crack" trick with a simple PHP script! :oPHP Code:<?php
function replaceSwf($src,$dest)
{
$content=file_get_contents($src);
$header=substr($content, 0, 8);
$content=gzuncompress(substr($content, 8));
// replace variables
$content=str_replace("varoke","Your .net domain",$content);
// compress SWF file
$content=$header.gzcompress($content);
// save new SWF
$fp=fopen($dest,"wb");
$result=fwrite($fp,$content);
fclose($fp);
}
replaceSwf("Habbo.swf","Habbo2.swf");
?>
But you'll still need to have a ".net" domain though, so the other "Cracked" Habbo.swf releases might be better :)
Credits:
Imadj & Privilege





