Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Encryption of IP in client
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Proximity" data-source="post: 321439" data-attributes="member: 43026"><p>All you guys are wrong you have to decompile habbo.swf and add it in there here is a tutorial</p><p></p><p>This tutorial requires you to have:</p><ul> <li data-xf-list-type="ul">WinRAR</li> <li data-xf-list-type="ul">Habbo.SWF</li> <li data-xf-list-type="ul">Notepad++ (Or some other text editor I personally like Atom)</li> </ul><p>First of all, we are going to need <a href="http://sharefa.st/view/E49n1WMQc3Nz" target="_blank">these tools</a>!</p><p>Once you have downloaded them, extract them to your desktop. You should see these files:</p><p><img src="http://i.imgur.com/ZhJdf.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>The first thing that you are going to need to do is copy your Habbo.SWF file to this folder.</p><p><img src="http://i.imgur.com/tLWL8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Now, you want to run the "DECOMPILER.bat". It could take some time, so don't stop it if it doesn't appear to be doing anything.</p><p>After it has decompiled, you should see 2 folders, named "Habbo-0" and "Habbo-1" appear. You want to navigate into the "Habbo-1" folder.</p><p>Inside this folder you should see lots of folders/files:</p><p><img src="http://i.imgur.com/74No6.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><em>and the list goes on..</em></p><p></p><p></p><p>You want to find the folder called "comsulakecorecommunicationconnection" and open it.</p><p>If you do not see this folder, then you have done something wrong!</p><p></p><p>The contents of this folder should be:</p><p><img src="http://i.imgur.com/eYGTG.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You want to open "SocketConnection.class" in Notepad++</p><p></p><p>When it has opened, search for "xmlsocket" (without the "")</p><p>Something like this should appear:</p><p><img src="http://i.imgur.com/EBRLo.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You want to scroll up to the next "callpropvoid", and add some lines..</p><p>Code:</p><p>pushstring "localhost"</p><p>setlocal1</p><p>Replacing localhost with your hotel's IP address.</p><p>You should end up with something like this:</p><p><img src="http://i.imgur.com/U7ZT9.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>(Some of the code might be different depending on the SWF build)</p><p></p><p>Once this is done, click save and then run "RECOMPILER.bat" TWO times (It never seams to work the first ever time you do it)</p><p>Once this is done, you can open your SWF in Sothink SWF decompiler, navigate to "com > sulake > core > communication > connection" and search for xmlsocket. You should see your IP set as param1!</p><p><img src="http://i.imgur.com/Fl2h8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Upload this SWF to your hotel, remembering you take a backup first! You may also want to change the path to the SWF so that no one has to clear their cache in your hotel.</p></blockquote><p></p>
[QUOTE="Proximity, post: 321439, member: 43026"] All you guys are wrong you have to decompile habbo.swf and add it in there here is a tutorial This tutorial requires you to have: [LIST] [*]WinRAR [*]Habbo.SWF [*]Notepad++ (Or some other text editor I personally like Atom) [/LIST] First of all, we are going to need [URL='http://sharefa.st/view/E49n1WMQc3Nz']these tools[/URL]! Once you have downloaded them, extract them to your desktop. You should see these files: [IMG]http://i.imgur.com/ZhJdf.png[/IMG] The first thing that you are going to need to do is copy your Habbo.SWF file to this folder. [IMG]http://i.imgur.com/tLWL8.png[/IMG] Now, you want to run the "DECOMPILER.bat". It could take some time, so don't stop it if it doesn't appear to be doing anything. After it has decompiled, you should see 2 folders, named "Habbo-0" and "Habbo-1" appear. You want to navigate into the "Habbo-1" folder. Inside this folder you should see lots of folders/files: [IMG]http://i.imgur.com/74No6.png[/IMG] [I]and the list goes on..[/I] You want to find the folder called "comsulakecorecommunicationconnection" and open it. If you do not see this folder, then you have done something wrong! The contents of this folder should be: [IMG]http://i.imgur.com/eYGTG.png[/IMG] You want to open "SocketConnection.class" in Notepad++ When it has opened, search for "xmlsocket" (without the "") Something like this should appear: [IMG]http://i.imgur.com/EBRLo.png[/IMG] You want to scroll up to the next "callpropvoid", and add some lines.. Code: pushstring "localhost" setlocal1 Replacing localhost with your hotel's IP address. You should end up with something like this: [IMG]http://i.imgur.com/U7ZT9.png[/IMG] (Some of the code might be different depending on the SWF build) Once this is done, click save and then run "RECOMPILER.bat" TWO times (It never seams to work the first ever time you do it) Once this is done, you can open your SWF in Sothink SWF decompiler, navigate to "com > sulake > core > communication > connection" and search for xmlsocket. You should see your IP set as param1! [IMG]http://i.imgur.com/Fl2h8.png[/IMG] Upload this SWF to your hotel, remembering you take a backup first! You may also want to change the path to the SWF so that no one has to clear their cache in your hotel. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Encryption of IP in client
Top