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
[HELP] ADD IP IN HABBO.SWF
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="Seriosk" data-source="post: 388637" data-attributes="member: 72056"><p>You need to hard code the IP in to one of the SWF files, decompile your swf to do this then re-compile (save) once done, here is the file you have to edit and where its located..</p><p></p><p>[CODE]</p><p>Find (getlocal0 debugline 125) Will look like below </p><p></p><p>getlocal0 debugline 125</p><p>pushint 65170</p><p>pushint 65180</p><p>pushint 65180</p><p>pushint 65172</p><p>newarray 4</p><p>debugline 126</p><p>pushint 65175</p><p>pushint 65186</p><p>pushint 65177</p><p>pushint 65182</p><p>newarray 4</p><p>debugline 127</p><p>pushint 65166</p><p>pushint 65223</p><p>pushint 65233</p><p>pushint 65232</p><p>newarray 4</p><p>newarray 3</p><p>debugline 128</p><p>pushbyte 0</p><p>callproperty QName(PrivateNamespace("_-6-N", "_-1XB:SocketConnection#0"), "_-4sC"), 2</p><p>getlocal1</p><p>add</p><p>pushstring ":"</p><p>add</p><p>getlocal2</p><p>add</p><p>coerce_s</p><p>setlocal3</p><p></p><p></p><p></p><p>You just replace getlocal1 with pushstring "IP"</p><p>and the same with:</p><p></p><p></p><p>debugline 135</p><p>getlocal0</p><p>getproperty QName(PrivateNamespace("_-6-N", "_-1XB:SocketConnection#0"), "_-4ZY")</p><p>getlocal1</p><p>getlocal2</p><p>callpropvoid QName(PackageNamespace(""), "connect"), 2</p><p>[/CODE]</p><p></p><p>String after : is the port, if you did want to change that also.</p></blockquote><p></p>
[QUOTE="Seriosk, post: 388637, member: 72056"] You need to hard code the IP in to one of the SWF files, decompile your swf to do this then re-compile (save) once done, here is the file you have to edit and where its located.. [CODE] Find (getlocal0 debugline 125) Will look like below getlocal0 debugline 125 pushint 65170 pushint 65180 pushint 65180 pushint 65172 newarray 4 debugline 126 pushint 65175 pushint 65186 pushint 65177 pushint 65182 newarray 4 debugline 127 pushint 65166 pushint 65223 pushint 65233 pushint 65232 newarray 4 newarray 3 debugline 128 pushbyte 0 callproperty QName(PrivateNamespace("_-6-N", "_-1XB:SocketConnection#0"), "_-4sC"), 2 getlocal1 add pushstring ":" add getlocal2 add coerce_s setlocal3 You just replace getlocal1 with pushstring "IP" and the same with: debugline 135 getlocal0 getproperty QName(PrivateNamespace("_-6-N", "_-1XB:SocketConnection#0"), "_-4ZY") getlocal1 getlocal2 callpropvoid QName(PackageNamespace(""), "connect"), 2 [/CODE] String after : is the port, if you did want to change that also. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] ADD IP IN HABBO.SWF
Top