Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

r63 Swf's Cracked Pack

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 20, 2007
Messages
41
Reaction score
1
no, I would like to invite change image

which program

Flash Decompiler Trillix dont work
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
296
Reaction score
64
Now I know why the Client is RELOADING!!! Take that client.php (in htdocs)

PHP:
<?php
/*=======================================================================
| UberWeb - Lightweight site system for Uber
| #######################################################################
| Copyright (c) 2009, Roy 'Meth0d'
| http://www.meth0d.org
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| GNU General Public License for more details.
\======================================================================*/

define('HIDE_FEEDBACK', true);

require_once "global.php";
require_once "inc/class.rooms.php";

if (!LOGGED_IN)
{
	header("Location: " . WWW. "/login_popup");
	exit;
}

$forwardType = 0;
$forwardId = 0;

if ($users->getUserVar(USER_ID, 'newbie_status') == "0")
{
	if (isset($_GET['createRoom']) && is_numeric($_GET['createRoom']))
	{
		$roomId = RoomManager::CreateRoom(USER_NAME . "'s room", USER_NAME, 'model_s');

		switch (intval($_GET['createRoom']))
		{
			default:
			case 0:
			
				RoomManager::PaintRoom($roomId, '1701', '601');
				break;
				
			case 1:
			
				RoomManager::PaintRoom($roomId, '607', '111');
				break;
				
			case 2:
			
				RoomManager::PaintRoom($roomId, '1901', '301');
				break;
				
			case 3:
			
				RoomManager::PaintRoom($roomId, '1801', '110');
				break;
				
			case 4:
			
				RoomManager::PaintRoom($roomId, '503', '104');
				break;
				
			case 5:
			
				RoomManager::PaintRoom($roomId, '804', '107');
				break;
		}

		//die('createRoom Result: ' . $roomId);
		dbquery("UPDATE users SET home_room = '" . $roomId . "', newbie_status = '1' WHERE id = '" . USER_ID . "' LIMIT 1");
		
		//$forwardType = 2;
		//$forwardId = $roomId;
	}
	else
	{
		header("Location: " . WWW . "/client?createRoom=" . rand(0, 5));
		exit;
	}
}
else if (isset($_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId']))
{
	$forwardType = intval($_GET['forwardType']);
	$forwardId = intval($_GET['forwardId']);
	
	if ($forwardType >= 3 || $forwardType <= 0)
	{
		return;
	}
}

if ($users->GetUserVar(USER_ID, "newbie_status", false) == "1")
{
	header("Location: " . WWW . "/account/policy-verify");
	exit;
}

$users->CheckSSO(USER_ID);

$tpl->Init();

$tpl->AddGeneric('head-init');
$tpl->AddIncludeSet('default');
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboflashclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/habboflashclient.js'));			
$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-bottom');

$client = new Template('page-client');
$client->SetParam('page_title', ' ');
$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
$client->SetParam('flash_base', 'http://images.habbo.com/gordon/RELEASE47-25298-25289-201003111232_95572236204420188d53c5fb779d43f4/');
$client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r47_none_74f18727eeee7d2cd329f9c7c9078061/');
$client->SetParam('hotel_status', $core->GetUsersOnline() . ' users online now!');
$client->SetParam('forwardType', $forwardType);
$client->SetParam('forwardId', $forwardId);

if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin'))
{
	$client->SetParam('sso_ticket', $_GET['forceTicket']);
}

$tpl->AddTemplate($client);

$tpl->Output();

?>

Have Fun! :thumbup1:

-Slaxxer
 
Skilled Illusionist
Joined
Jul 24, 2010
Messages
319
Reaction score
27
urr im not that dumb XD` add me on msn for tv or keep tryna help me Lmao

---------- Post added at 10:11 PM ---------- Previous post was at 09:37 PM ----------

No Mean To Double Post. But ... Hello...
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
296
Reaction score
64
Dude it is very easy to set up these swf's are you mad or what check you're Game Port on page-client..


-Slaxxer
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
296
Reaction score
64
GrandCoder omg..
26florian07 wrong external_variables.txt check it Dude! Have Fun.

-Slaxxer
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
296
Reaction score
64
You're Welcome Dudes!!! But I forgot something.. You must add the product and funridata of habbo.com xD Mine is form Habbo.de Sry maybe I made a Update and upload it..
 
Joined
Nov 29, 2006
Messages
559
Reaction score
530
Nobody has answered my question yet...
If really some of you had been 'coders', they would have asked themselves: 'Why the fu*k are these SWFs working?'.... And he would have easily found the reason... But this section if full of n00bs, and you all are still talking of 'cracked' SWFs...

I don't know what's inside the SWFs released in this thread, but here's mine;
http://i.imgur.com/XGOMB.png
 

fun

Newbie Spellweaver
Joined
Dec 28, 2008
Messages
14
Reaction score
0
Nobody has answered my question yet...
If really some of you had been 'coders', they would have asked themselves: 'Why the fu*k are these SWFs working?'.... And he would have easily found the reason... But this section if full of n00bs, and you all are still talking of 'cracked' SWFs...

This is why the SWF is cracked.
Code:
     if (null && ((null * (null < null))[(_loc_2 - 1)] == "habbo" || _loc_1[(_loc_2 - 1)] == "sulake"))
                {
                    return true;
                }
                ;
                if (_loc_1 && ((_loc_1[_loc_2] == "net") > NaN < this)[(_loc_2 - 1)] == "varoke")
                {
                    return true;
                }
            }
          [COLOR="Lime"]  return true;[/COLOR]
        }// end function

Because of the return true; at the end it won't check for the domain varoke.net...
 
Last edited:
Experienced Elementalist
Joined
Jul 10, 2008
Messages
248
Reaction score
15
This is why the SWF is cracked.
Code:
     if (null && ((null * (null < null))[(_loc_2 - 1)] == "habbo" || _loc_1[(_loc_2 - 1)] == "sulake"))
                {
                    return true;
                }
                ;
                if (_loc_1 && ((_loc_1[_loc_2] == "net") > NaN < this)[(_loc_2 - 1)] == "varoke")
                {
                    return true;
                }
            }
          [COLOR="Lime"]  return true;[/COLOR]
        }// end function

Because of the return true; at the end it won't check for the domain varoke.net...

Dude how can you see that? Then maybe I will crack the latest habbo.swf and habbo10.swf.
 
Status
Not open for further replies.
Back
Top