[HELP] ADD IP IN HABBO.SWF

Seriosk

Programmer;
Oct 29, 2016
256
105
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

String after : is the port, if you did want to change that also.
 

iMuriloD

New Member
Oct 24, 2016
5
1
Thanks!!!!!!!!!!!

I love!
 
Hello, I didn't think, I just think getlocal_1 getlocal_0:D



 
I found getlocal_1 in other lines 142 and 136
 
?
 

uttmmmm5

Member
May 18, 2016
110
5
It is really easy to put the ip into the swf.
Here is the tutorial for it:

But if you wanna do this to hide your ip then don't do this.
It is really easy to find your ip in the swf.
Your users just need to download your habbo.swf and decompile it again and search for this string where you added the ip.
Better use an TCP Proxy. There cheap and much saver than this method.
 

Users who are viewing this thread

Top