ola pessoal hoje irei ensina a como desbuga bola tudo de habbo v54 ate v56
Olá, hoje vou ensinar como desbugar a mobilia da copa, vamos começar pelo download dos requisitos necessários veja abaixo.
Baixe o emulador Rafiwsk para pegar a sql já desbugada da Database.
Rafiwsk Emulador
entre no seu phpmyadmin
http://localhost/phpmyadmin
crie uma nova base de dados chamada v40 ou outra coisa você escolhe,
agora procure a Database do emulador que você baixou na pasta do rafiwsk
e importe a Database na nova base de dados que você acabou de criar
entre em catalogo pages e procure por mobilia da copa ou outro nome
aperte no lápis quando achar e aperte exportar vai abrir a sql copie e vai em sua data base original em uso e abra a sql de la sem entrar em nenhuma tabela e manda ela enviar e pronto sua bola esta debugada.
Obs. Qualquer emulador baseado em uber emulador, ache tambem um client bom para que não tenha poblemas na hora de chutar sua bolinha funfando
Credito a mim por juntar download e explicar melhor.
como formata o windows xp
pesssol eatou trazendo o simulado windows xp
e um simulado decorre oq tem nele e formante
seu pc sem precisa de paga requecimentos:cd de sitralaçao do windows xp
novos pet leao e rino para habbo v55
Bom gente,não vi ainda esse tutorial por aqui,então estou postando.
Desculpe se já há um desse.
Recebi vários pedidos pelo MSN,Twitter e essas coisas todas como colocar Leão e Rinoceronte no HP r55/r56/r57 (Não sei se pega no v55)
Então estou postando:
Primeiramente,vá em http://localhost/phpmyadmin
Clique na sua DB usada>Catalogue_Pages,clique na aba SQL.
Apaque o texto de lá e cole isso (Depois do Código - Sem o CATALOG_PAGES):
CATALOG_PAGES
Código:
Código:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(167, 14, 'Lion', 1, 1, '1', '1', 1, '0', '0', 0, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', ''),
(168, 14, 'Rino', 1, 1, '1', '1', 1, '0', '0', 6, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:','');
Agora vá ao Catalog Itens e faça o mesmo.
CATALOG_ITENS
Código:
Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(7457, 167, '84586', 'a0 pet6', 20, 0, 1),
(5354, 168, '83545', 'a0 pet7', 20, 0, 1);
Vá ao Furniture e faça o mesmo novamente
FURNITURE
Código:
Código:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(83545, 'a0 pet7', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '0', '0', '0', '0', '0', 'pet', 0, '0'),
(84586, 'Leon', 'a0 pet6', 's', 1, 1, 1, '1', '0', '0', 7457, '1', '1', '1', '1', '1', 'pet', 0, '0');
Logo em seguida abra a pasta do seu Emulador,vá a pasta Habbo Hotel>Catalog>
abra o arquivo Catalog.cs com o Bloco de Notas e procure por:
Código:
case "2434":
PetType = 2; // Crocodile
break;
E substitua por:
Código:
case "2434":
PetType = 2; // Crocodile
break;
case "7457":
PetType = 6; // Lion
break;
case "5354":
PetType = 7; // Rino
break;
novos mobis de hospital para habbo v55
catalog_items:
CÓDIGO:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(10278, 496, '10278', 'hosptl_bbag name', 10, 0, 1),
(10279, 496, '10279', 'hosptl_bed', 10, 0, 1),
(10280, 496, '10280', 'hosptl_cab1', 5, 0, 1),
(10281, 496, '10281', 'hosptl_cab2', 3, 0, 1),
(10282, 496, '10282', 'hosptl_curtain', 3, 0, 1),
(10283, 496, '10283', 'hosptl_defibs', 5, 0, 1),
(10284, 496, '10284', 'hosptl_light', 15, 0, 1),
(10285, 496, '10285', 'hosptl_seat', 5, 0, 1),
(10286, 496, '10286', 'hosptl_skele', 1, 0, 1),
(10287, 496, '10287', 'hosptl_xray', 10, 0, 1);
catalog_page:
CÓDIGO:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(496, 3, 'Hospital', 10, 1, '1', '1', 1, '0', '0', 5, 'default_3x3', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', '');
furniture:
CÓDIGO:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(10278, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1, '0', '0', '0', 3591, '1', '1', '1', '1', '1', 'bed', 2, '0'),
(10279, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 1, '0', '0', '0', 3590, '1', '1', '1', '1', '1', 'bed', 2, '0'),
(10280, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1, '0', '0', '0', 3586, '1', '1', '1', '1', '1', 'vendingmachine', 2, '35'),
(10281, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1, '0', '0', '0', 3608, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10282, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1, '0', '0', '0', 3588, '1', '1', '1', '1', '1', 'default', 1, '0'),
(10283, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1, '0', '0', '0', 3606, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10284, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1, '0', '0', '0', 3610, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10285, 'hosptl_seat', 'hosptl_seat', 's', 1, 2, 1, '0', '1', '0', 3611, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10286, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1, '0', '0', '0', 3604, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10287, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0, '0', '0', '0', 4339, '1', '1', '1', '1', '1', 'default', 2, '0');
pinturas mobis para habbo (v55)
CÓDIGO:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(497, 3, 'Stray Pixels', 28, 1, '1', '1', 1, '0', '0', 7, 'default_3x3', 'Stray Pixel', '', '', 'Stray Pixel', '', '', '');
Catalog_Items:
CÓDIGO:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(10289, 497, '10289', 'easel_0', 25, 0, 1),
(10290, 497, '10290', 'easel_1', 25, 0, 1),
(10291, 496, '10291', 'easel_2', 25, 0, 1),
(10292, 497, '10292', 'easel_3', 25, 0, 1),
(10293, 497, '10293', 'easel_4', 25, 0, 1),
(10294, 497, '10294', 'easel_2', 25, 0, 1);
Furniture:
CÓDIGO:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(10289, 'easel_0', 'easel_0', 's', 1, 1, 1, '0', '0', '0', 3582, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10290, 'easel_1', 'easel_1', 's', 1, 1, 1, '0', '0', '0', 3594, '1', '1', '1', '1', '1', 'default', 3, '0'),
(10291, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 3, '0'),
(10292, 'easel_3', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '1', '1', '1', '1', '1', 'default', 6, '0'),
(10293, 'easel_4', 'easel_4', 's', 1, 1, 1, '0', '0', '0', 3600, '1', '1', '1', '1', '1', 'default', 5, '0'),
(10294, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 6, '0');
Catalog_Page:
CÓDIGO:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(497, 3, 'Stray Pixels', 28, 1, '1', '1', 1, '0', '0', 7, 'default_3x3', 'Stray Pixel', '', '', 'Stray Pixel', '', '', '');
Catalog_Items:
CÓDIGO:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(10289, 497, '10289', 'easel_0', 25, 0, 1),
(10290, 497, '10290', 'easel_1', 25, 0, 1),
(10291, 496, '10291', 'easel_2', 25, 0, 1),
(10292, 497, '10292', 'easel_3', 25, 0, 1),
(10293, 497, '10293', 'easel_4', 25, 0, 1),
(10294, 497, '10294', 'easel_2', 25, 0, 1);
Furniture:
CÓDIGO:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(10289, 'easel_0', 'easel_0', 's', 1, 1, 1, '0', '0', '0', 3582, '1', '1', '1', '1', '1', 'default', 2, '0'),
(10290, 'easel_1', 'easel_1', 's', 1, 1, 1, '0', '0', '0', 3594, '1', '1', '1', '1', '1', 'default', 3, '0'),
(10291, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 3, '0'),
(10292, 'easel_3', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '1', '1', '1', '1', '1', 'default', 6, '0'),
(10293, 'easel_4', 'easel_4', 's', 1, 1, 1, '0', '0', '0', 3600, '1', '1', '1', '1', '1', 'default', 5, '0'),
(10294, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 6, '0');

tuturial como cria suas propias swf <inedito> tuturial abaixo
1° Baixe a SWF
megaupload.com VB2QQVC5 (peguei apenas a SWF da KekoMundo)
link direto: megaupload.com/?d=VB2QQVC5
megaupload.com VB2QQVC5 (peguei apenas a SWF da KekoMundo)
link direto: megaupload.com/?d=VB2QQVC5
http://www.megaupload.com/?d=VB2QQVC5
2° Você tem que extrair a SWF que você baixou para qualquer pasta.
3° Entre na pasta www do VertrigoServ e delete tudo que esta lá.
4° Abra a pasta da sua SWF que baixou e cole na pasta www do VertrigoServ.
5° Vá no NO-IP e crie um host com o final servegame.com
6° Agora baixe o NO-IP Duc e deixe seu host online.
7° Agora Vá na pasta www do VertigoServ e edite com suas informações o arquivo vars.txt.
8° Depois de ter feito isso coloque o nome que vc escolheu no NO-IP Duc no seu Habbo Pirata.
Criado totalmente por mim.
Plágio é Crime!
Se postar em outro lugar coloque os creditos!
2° Você tem que extrair a SWF que você baixou para qualquer pasta.
3° Entre na pasta www do VertrigoServ e delete tudo que esta lá.
4° Abra a pasta da sua SWF que baixou e cole na pasta www do VertrigoServ.
5° Vá no NO-IP e crie um host com o final servegame.com
6° Agora baixe o NO-IP Duc e deixe seu host online.
7° Agora Vá na pasta www do VertigoServ e edite com suas informações o arquivo vars.txt.
8° Depois de ter feito isso coloque o nome que vc escolheu no NO-IP Duc no seu Habbo Pirata.
Criado totalmente por mim.
Plágio é Crime!
Se postar em outro lugar coloque os creditos!
como ajeita o erro no cliente no seu habbo beta<pedido>
Então eu estava vendo que várias pessoas estão com problemas no Page-Client! então aqui vai um tuto para arrumar este problema:
Simplesmente você vai mudar uma parte do seu Page-Client!
Esta:
Simplesmente você vai mudar uma parte do seu Page-Client!
Esta:
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE57-28032-28031-201009010050_ed9af31668b6464378ff2587c6a39d6d/",
"allowScriptAccess" : "always",
"menu" : "false"
};
Para V56:
- CÓDIGO:
<body id="client" class="flashclient">
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "SEU IP",
"connection.info.port" : "SUA PORT",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://hotel-us.habbo.com/gamedata/external?id=external_variables",
"external.texts.txt" : "http://hotel-br.habbo.com/gamedata/external?id=external_flash_texts",
"user_partnersite" : "habbo",
"use.sso.ticket" : "1",
<?php
if ($forwardType > 0)
{
echo ' "forward.type" : "' . $forwardType . '",' . LB;
echo ' "forward.id" : "' . $forwardId . '",' . LB;
}
?>
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Aguarde! O Habbox Hotel está carregando...",
"flash.client.url" : "http://images.habbo.com/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE57-28032-28031-201009010050_ed9af31668b6464378ff2587c6a39d6d/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/57_2e3408bf59a2a5d170796f9ed32eb6fe/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
<</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window) {
window.opener.location.replace(window.opener.location.href);
}
</script>
</body>
</html>- CÓDIGO:
<body id="client" class="flashclient">
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "SEU IP",
"connection.info.port" : "SUA PORT",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://hotel-us.habbo.com/gamedata/external?id=external_variables",
"external.texts.txt" : "http://hotel-br.habbo.com/gamedata/external?id=external_flash_texts",
"user_partnersite" : "habbo",
"use.sso.ticket" : "1",
<?php
if ($forwardType > 0)
{
echo ' "forward.type" : "' . $forwardType . '",' . LB;
echo ' "forward.id" : "' . $forwardId . '",' . LB;
}
?>
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Aguarde! O Habbox Hotel está carregando...",
"flash.client.url" : "http://images.habbo.com/dcr/r55_none_7110c7122872fa19356f8608c88fa174/",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE57-28032-28031-201009010050_ed9af31668b6464378ff2587c6a39d6d/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/57_2e3408bf59a2a5d170796f9ed32eb6fe/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
<</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window) {
window.opener.location.replace(window.opener.location.href);
}
</script>
</body>
</html>- CÓDIGO:
<body id="client" class="flashclient">
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "SEU IP",
"connection.info.port" : "SUA PORT",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://hotel-us.habbo.com/gamedata/external?id=external_variables",
"external.texts.txt" : "http://hotel-br.habbo.com/gamedata/external?id=external_flash_texts",
"user_partnersite" : "habbo",
"use.sso.ticket" : "1",
<?php
if ($forwardType > 0)
{
echo ' "forward.type" : "' . $forwardType . '",' . LB;
echo ' "forward.id" : "' . $forwardId . '",' . LB;
}
?>
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Aguarde! O Habbox Hotel está carregando...",
"flash.client.url" : "http://images.habbo.com/dcr/r54_none_4659dbc66d1f540c81d7962306569322/",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE57-28032-28031-201009010050_ed9af31668b6464378ff2587c6a39d6d/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/57_2e3408bf59a2a5d170796f9ed32eb6fe/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
<</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window) {
window.opener.location.replace(window.opener.location.href);
}
</script>
</body>
</html>
Para V55:
Para V54:
Apenas troque o que se pede!
Coloque seu IP na onde pede "SEU IP"
Coloque sua PORT onde se pede "SUA PORT"
Ok! Se isso ajudou agradeça! poste! Obrigado! =D