Swf v63 + Crazzy Emulador

Page 1 of 2 12 LastLast
Results 1 to 25 of 44
  1. #1
    Newbie tolomeotti is offline
    MemberRank
    Oct 2010 Join Date
    7Posts

    Swf v63 + Crazzy Emulador

    Well I am come to send tolomeotti swf v63.2 ...
    All credits to Team Crazzy, Marlon Colhado and Programmer EC

    Page Client
    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" : "IP YOU SERVER", 
                "connection.info.port" : "PORT YOU SERVER", 
                "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://swfs.host.crazzy.com.br/swf/r63.2/gamedata/external_variables.txt", 
                "external.texts.txt" : "http://swfs.host.crazzy.com.br/swf/r63.2/gamedata/external_flash_texts/ba89ecbe6d71bb4194177e36a33e14fe9a5344c8.txt", 
                "productdata.load.url" : "http://swfs.host.crazzy.com.br/swf/r63.2/gamedata/productdata.txt", 
                "furnidata.load.url" : "http://swfs.host.crazzy.com.br/swf/r63.2/gamedata/furnidata.txt",  
                "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" : "Por favor aguarde! O Habbo está carregando...", 
                "flash.client.url" : "%flash_client_url%", 
                "user.hash" : "", 
                "facebook.user" : "0", 
                "has.identity" : "0", 
                "flash.client.origin" : "popup" 
        };
        var params = {
            "base" : "%flash_base%",
            "allowScriptAccess" : "always",
            "menu" : "false"                
        };
        
        if (!(HabbletLoader.needsFlashKbWorkaround())) {
        	params["wmode"] = "opaque";
        }
    
        FlashExternalInterface.signoutUrl = "%www%/account/logout";
        
        var clientUrl = "%flash_base%CrazzY.swf";
        swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
    </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">Por favor instale o Adobe Flash Player.</h2> 
        <div class="box-content"> 
                <p>Você pode instalar e baixar o Adobe Flash Player aqui: <a href="http://get.adobe.com/flashplayer/">Instale o flash player</a>. Mais instruções para a instalação podem ser encontrados aqui: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Mais informações</a></p> 
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/%web_build%/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>Se você não for redirecionado automaticamente, por favor <a href="/client/nojs">clique aqui</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
    Code:
    <?php
    /*=======================================================================
    | Dayvso CMS - Leve sistema local para CMS
    | #######################################################################
    | Copyright (c) 2011, By 'dayvson1112'
    | #######################################################################
    | Este programa é software livre: você pode redistribuí-lo e / ou modificar
    | Lo sob os termos da GNU General Public License como publicado pela
    | A Free Software Foundation, tanto a versão 3 da Licença, ou
    | (em sua opção) qualquer versão posterior.
    | #######################################################################
    | Este programa é distribuído na esperança que possa ser útil,
    | mas SEM NENHUMA GARANTIA, nem mesmo a garantia implícita de
    | COMERCIALIZAÇÃO ou ADEQUAÇÃO PARA UM DETERMINADO PROPÓSITO. Veja o
    | GNU General Public License para mais detalhes.
    \======================================================================*/
    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;
    	}
    }
    
    
    $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://swfs.host.crazzy.com.br/swf/r63.2/gordon/RELEASE63-30139-30128-201011221209/');
    $client->SetParam('flash_client_url', 'http://swfs.host.crazzy.com.br/swf/r63.2/gordon/RELEASE63-30139-30128-201011221209/');
    $client->SetParam('hotel_status', $core->GetUsersOnline() . ' Usuários online agora!');
    $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();
    
    
    ?>
    But for the swf needs to run the emulator Crazzy 1.0.

    Download:CrazzYEMU r1.0.rar - 4shared.com - online file sharing and storage - download
    VT : VirusTotal - Free Online Virus, Malware and URL Scanner

    Credits:
    -tolomeotti
    -Programmer EC
    -Marlon Colhado
    -Team Crazzy

    Hope that helps.
    There may also use the swf h4bbo because it is compatible with the emulator!
    Last edited by tolomeotti; 29-12-10 at 05:37 PM. Reason: Erro


  2. #2
    What about no. Davidaap is offline
    Grand MasterRank
    Nov 2009 Join Date
    773Posts

    Re: Swf v63 + Crazzy Emulador

    wtf is this?

  3. #3
    Sorcerer Supreme GrandCoder is offline
    Member +Rank
    Jul 2010 Join Date
    BramptonLocation
    413Posts

    Re: Swf v63 + Crazzy Emulador

    Yea, what The Hell Is Dis? Is It The Original SWF's?

  4. #4
    swagggggg Livar is offline
    Grand MasterRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Swf v63 + Crazzy Emulador

    Read it noob.

    -Look's good, but I can just about figure out what you'r trying to put through to us 282'ers.

    EDIT: It's the cracked SWFS.

  5. #5
    Newbie tolomeotti is offline
    MemberRank
    Oct 2010 Join Date
    7Posts

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by GrandCoder View Post
    Yea, what The Hell Is Dis? Is It The Original SWF's?
    Everything is right.
    And I will not be reading nonsense test yourself!

  6. #6
    Elite Member The Guy is offline
    Member +Rank
    Feb 2007 Join Date
    OhioLocation
    249Posts

    Re: Swf v63 + Crazzy Emulador

    Can you please reup the EMU to MediaFire?

    And also, is this in english?

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

    Re: Swf v63 + Crazzy Emulador

    Can someone tell me wtf this is? o_O

  8. #8
    swagggggg Livar is offline
    Grand MasterRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by PEjump2 View Post
    Can someone tell me wtf this is? o_O
    -Well it's the SWF's (cracked I think), and some kinda "Crazzy Emulator".

  9. #9
    Sorcerer Supreme Mikehunt is offline
    Member +Rank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: Swf v63 + Crazzy Emulador

    Works aswell :D
    Awesome!

  10. #10
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: Swf v63 + Crazzy Emulador

    It's true, the cracked SWF,

    Screen: ImageShack&#174; - Online Photo and Video Hosting

    It's work's also with UberEMU, Fck you if you say something about my server , I like it when my name is in there

  11. #11
    Grand Master Grant is offline
    Grand MasterRank
    Sep 2009 Join Date
    Scotland, UK.Location
    728Posts

    Re: Swf v63 + Crazzy Emulador

    Nice release, guess theirs no chance of releasing them..?

  12. #12
    Elite Member The Guy is offline
    Member +Rank
    Feb 2007 Join Date
    OhioLocation
    249Posts

    Re: Swf v63 + Crazzy Emulador

    Put them all in a pack and release,
    then I'll say thank you :)

  13. #13
    Sorcerer Supreme Mikehunt is offline
    Member +Rank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: Swf v63 + Crazzy Emulador

    Hmmm.
    Banzai isnt working (neither are the scoreboards...)
    also, what interactions do I need to put into my database?

    But anyway :D thanks for releasing :)

  14. #14
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: Swf v63 + Crazzy Emulador

    its bull shit the swf
    Last edited by Brapie; 29-12-10 at 07:32 PM.

  15. #15
    Sorcerer Supreme Mikehunt is offline
    Member +Rank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by Brapie View Post
    its bull shit the swf
    i wait for the release from Pejump2
    No.

    this is the CRACKED version

    Pejump2 just injects the Swfs.

    This has ALL the new stuff :D

  16. #16
    Newbie tolomeotti is offline
    MemberRank
    Oct 2010 Join Date
    7Posts

    Re: Swf v63 + Crazzy Emulador

    I hope everyone enjoyed it.
    tolomeotti, always bringing news!

  17. #17
    Sorcerer Supreme Emerica is offline
    Member +Rank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: Swf v63 + Crazzy Emulador

    Thanks for this, but my Client is Portuguese.

    How to Change that ?

  18. #18
    Sorcerer Supreme Mikehunt is offline
    Member +Rank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by Emerica View Post
    Thanks for this, but my Client is Portuguese.

    How to Change that ?
    Use habbos Current texts.
    Or use your own :D


    ALSO

    I would like to know why it wont load the furniture when I choose to use my OWN set of furniture SWFs.
    this one doesnt have stuff like the Battle banzai counter, or any New years stuff ETC...

  19. #19
    Member JayNike is offline
    MemberRank
    Dec 2010 Join Date
    37Posts

    Re: Swf v63 + Crazzy Emulador

    Oh my god, the noobs did find the way.
    Now is the question, what fag will code you all the new features like Freeze etc?
    Haha, go on use r63 uberemu hasnt all features in the r63.
    I prefer Privileges "GOD LIKE" emulator.
    It's even better then the shit uber. (blabla).

    Go use your crap :D!

  20. #20
    I use to love it more! Jmandupree is offline
    Grand MasterRank
    Oct 2009 Join Date
    /ragezone/homeLocation
    996Posts

    Re: Swf v63 + Crazzy Emulador

    good i Guess

  21. #21
    ☮TAKU???? seanrom is offline
    Grand MasterRank
    Nov 2009 Join Date
    1,004Posts

    Re: Swf v63 + Crazzy Emulador

    WOW, this looks better than pejump2's shit packs!! finaly :D

  22. #22
    Sorcerer Supreme Emerica is offline
    Member +Rank
    Oct 2010 Join Date
    GermanyLocation
    437Posts

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by Mikehunt View Post
    Use habbos Current texts.
    Or use your own :D


    ALSO

    I would like to know why it wont load the furniture when I choose to use my OWN set of furniture SWFs.
    this one doesnt have stuff like the Battle banzai counter, or any New years stuff ETC...

    I have the same problem...

    But wenn I use my own Texts, there is a big Mistake :O


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

    Re: Swf v63 + Crazzy Emulador

    Quote Originally Posted by oleaa View Post
    WOW, this looks better than pejump2's shit packs!! finaly :D
    This is prehosted? And just wait for my new pack, It will be alot better then this shit.

  24. #24
    I use to love it more! Jmandupree is offline
    Grand MasterRank
    Oct 2009 Join Date
    /ragezone/homeLocation
    996Posts

    Re: Swf v63 + Crazzy Emulador

    This is prehosted? And just wait for my new pack, It will be alot better then this shit.
    Cant wait Pejump :)

  25. #25
    swagggggg Livar is offline
    Grand MasterRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Swf v63 + Crazzy Emulador

    Yeah but this is cracked? eh?



Page 1 of 2 12 LastLast

Advertisement