Cracked r59 swf pack! :D

Page 1 of 21 12345678911 ... LastLast
Results 1 to 15 of 314
  1. #1
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Cracked r59 swf pack! :D

    So here's my r59 pack that uses the injection method ( r54 swf's with injected features ), it has battleball and the new room voting 100% working.
    And it includes habbo.com's furnidata and productdata, so you'll need the catalogfix wich is released here


    Features
    - Most complete c_images ever released!
    - R59
    - Battle Banzai swf's & Battle Banzai hotelview!
    - Lion & Rhino working
    - And many more!


    Download link
    r59.rar - 186 MB

    Dont trust it? then don't download it! :D


    Screenie's
    http://iaza.com/work/101003C/r59_cracked_swf27596.png
    http://iaza.com/work/101003C/r59_cracked_swf_233108.png
    http://iaza.com/work/101003C/r59_inventory90448.png


    How to install?

    1: Extract the swf pack in the xampp htdocs folder

    2: add this in your .htaccess:

    Code:
    RewriteRule ^r59/figurepartconfig/partsets(|/)$ ./r59/figurepartconfig/partsets.xml
    RewriteRule ^r59/figurepartconfig/draworder(|/)$ ./r59/figurepartconfig/draworder.xml
    RewriteRule ^r59/figurepartconfig/animation(|/)$ ./r59/figurepartconfig/animation.xml
    RewriteRule ^r59/figuredata(|/)$ ./r59/figuredata.xml
    RewriteRule ^r59/furnidata(|/)$ ./r59/furnidata.txt
    RewriteRule ^r59/productdata(|/)$ ./r59/productdata.txt
    RewriteRule ^r59/external_variables(|/)$ ./r59/external_variables.txt
    RewriteRule ^r59/external_flash_texts(|/)$ ./r59/external_flash_texts.txt
    RewriteRule ^r59/banner(|/)$ ./r59/banner.png
    3: edit %xampp_folder%/htdocs/r59/external_variables.txt with your IP and other information

    And you'r finished! :D


    WTF IT ISNT WORKING!?!?

    Try this .htaccess:

    Code:
    RewriteRule ^r59/figurepartconfig/partsets(|/)$ /r59/figurepartconfig/partsets.xml
    RewriteRule ^r59/figurepartconfig/draworder(|/)$ /r59/figurepartconfig/draworder.xml
    RewriteRule ^r59/figurepartconfig/animation(|/)$ /r59/figurepartconfig/animation.xml
    RewriteRule ^r59/figuredata(|/)$ /r59/figuredata.xml
    RewriteRule ^r59/furnidata(|/)$ /r59/furnidata.txt
    RewriteRule ^r59/productdata(|/)$ /r59/productdata.txt
    RewriteRule ^r59/external_variables(|/)$ /r59/external_variables.txt
    RewriteRule ^r59/external_flash_texts(|/)$ /r59/external_flash_texts.txt
    RewriteRule ^r59/banner(|/)$ /r59/banner.png
    And have you edited you'r variables, page-client.tpl and client.php? :P

    Mirrors
    r59.rar - 186 MB
    And
    r59.rar - 186 MB


    Credits
    Slaxxer, Tsuka, Me, tweeney, Privilege, Sulake, Spazz, buzing, Fag ( Yeah weird RZ name, huh? )

    Sorry for my bad english, i'm dutch.
    Last edited by PEjump2; 16-10-10 at 09:12 AM.


  2. #2
    BANZAAAI :P nederlander is offline
    MemberRank
    May 2007 Join Date
    201Posts

    Re: R59 Cracked swf pack! :D

    How much times do I have to tell you that you are GREAT

  3. #3
    Demi-God tweeney is offline
    MemberRank
    Aug 2008 Join Date
    888Posts

    Re: R59 Cracked swf pack! :D

    Yay i got credits.

    This isnt as good as the r59 swfs, but its ok.

  4. #4
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: R59 Cracked swf pack! :D

    Quote Originally Posted by nederlander View Post
    How much times do I have to tell you that you are GREAT
    Uhh idk? But eh here's the page-client.tpl + client.php

    page-client.tpl
    Code:
    <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" : "127.0.0.1", 
                "connection.info.port" : "30000", 
                "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" : "%www%/r59/external_variables", 
                "external.texts.txt" : "%www%/r59/external_flash_texts", 
                "user_partnersite" : "habbo", 
                "use.sso.ticket" : "1", 
                "sso.ticket" : "%sso_ticket%", 
                "processlog.enabled" : "0", 
                "account_id" : "0", 
                "client.starting" : "Please wait!, Habbo is starting up.", 
                "flash.client.url" : "%flash_client_url%", 
                "user.hash" : "", 
                "has.identity" : "0", 
                "flash.client.origin" : "popup" 
        };
        var params = {
            "base" : "%flash_base%",
            "allowScriptAccess" : "always",
            "menu" : "false"                
        };
        
        if (!(HabbletLoader.needsFlashKbWorkaround())) {
        	params["wmode"] = "opaque";
        }
        
        var clientUrl = "%flash_base%Habbo10.swf";
        try {
            if (swfobject.getFlashPlayerVersion().major <= 9) { 
                clientUrl = "%flash_base%Habbo.swf"; 
            }
        } catch(e) {}
        swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/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/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/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");
        </script> 
     
    
    </body> 
    </html>
    client.php
    Code:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
    | http://www.meth0d.org & http://www.sulake.biz
    | #######################################################################
    | 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")
    {
    dbquery("UPDATE users SET newbie_status = '2' WHERE id = '" . USER_ID . "' LIMIT 1");
    }
    
    $users->CheckSSO(USER_ID);
    
    $tpl->Init();
    
    $tpl->AddGeneric('head-init');
    $tpl->AddIncludeSet('default');
    $tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/web-gallery/v2/styles/habboclient.css', 'stylesheet'));
    $tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/web-gallery/v2/styles/habboflashclient.css', 'stylesheet'));
    $tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/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', '%www%/r59/');
    $client->SetParam('flash_client_url', '%www%/r59/');
    $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();
    
    ?>

  5. #5
    hi academic is offline
    MemberRank
    Jun 2010 Join Date
    AustraliaLocation
    484Posts

    Re: R59 Cracked swf pack! :D

    Is this actually 'cracked' fully working?

    EDIT: Don't worry ^.^

  6. #6
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: R59 Cracked swf pack! :D

    Quote Originally Posted by tweeney View Post
    Yay i got credits.

    This isnt as good as the r59 swfs, but its ok.
    It is better then those, cuz you can actually use these for you'r hotel + an completed c_images directory! :D

    ---------- Post added at 03:36 PM ---------- Previous post was at 03:35 PM ----------

    Quote Originally Posted by ACADEMiC View Post
    Is this actually 'cracked' fully working?

    EDIT: Don't worry ^.^
    Look @ Screenies :P

  7. #7
    Member pornstory is offline
    MemberRank
    Jan 2010 Join Date
    58Posts

    Re: R59 Cracked swf pack! :D

    thanks :D

  8. #8
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: R59 Cracked swf pack! :D

    Quote Originally Posted by pornstory View Post
    thanks :D
    You'r welcome! :D

  9. #9
    Account Upgraded | Title Enabled! Mikehunt is offline
    MemberRank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: R59 Cracked swf pack! :D

    Awesome

    Nice job
    As always.
    Keep it up! :D

  10. #10
    Member pornstory is offline
    MemberRank
    Jan 2010 Join Date
    58Posts

    Re: R59 Cracked swf pack! :D

    Quote Originally Posted by Mikehunt View Post
    Awesome

    Nice job
    As always.
    Keep it up! :D
    the Same for me For you Your do awesome Job :D

    And how to start a battle bal game? the banzai area tile don't light up .. help plz

    and the scoreboard dont load/work/are not in the swf

  11. #11
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: R59 Cracked swf pack! :D

    Yeah i'll be adding new furniture tommorow ( Habboween 2010 and more :P )

    And for the tiles & Battleball gates and more

    http://forum.ragezone.com/f353/battl...beremu-694651/

  12. #12
    Member pornstory is offline
    MemberRank
    Jan 2010 Join Date
    58Posts

    Re: R59 Cracked swf pack! :D

    you i already do that .. na Spazz Has do that because i use his Emu

  13. #13
    Account Upgraded | Title Enabled! SpazzEmu is offline
    MemberRank
    Jun 2010 Join Date
    Warwick, UKLocation
    444Posts

    Re: R59 Cracked swf pack! :D

    UPLOADED TO SVN

    @PornStory I will update the SVN soon
    Last edited by SpazzEmu; 02-10-10 at 06:34 PM.

  14. #14
    Member pornstory is offline
    MemberRank
    Jan 2010 Join Date
    58Posts

    Re: R59 Cracked swf pack! :D

    thanks :D

    ---------- Post added at 06:35 PM ---------- Previous post was at 06:34 PM ----------

    Thanks Spazz do you want to say when it works and is it than enaugh to click "svn Update" to click

  15. #15
    Account Upgraded | Title Enabled! SpazzEmu is offline
    MemberRank
    Jun 2010 Join Date
    Warwick, UKLocation
    444Posts

    Re: R59 Cracked swf pack! :D

    SVN mirror http://spazzlake.co.cc:8881/svn/SWF/r59.rar User is Guest Remember the Capital G no pass



Page 1 of 21 12345678911 ... LastLast

Advertisement