Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
Phosfor
Hey guys ! :laugh:
Some days ago, I was still looking for a way to easily edit heightmap...
Then, by chance, I found this little tool on a french forum :lol:
It's an editor with the ability of making multi-height tiles
It also seem to be a first release
Comments ? What do you think ?
Personally, it helped me a little
Original thread :
Here is a screenshot :
http://i.imm.io/17PWu.png
Download link : /dl/NewHabboMapEditor.exe ( 30Ko )
Requirements : Windows XP, Vista, 7, 8
VirusTotal for crazy people : https://www.virustotal.com/en/url/1e...is/1370091574/
Oh Wirbelwind ! :-) He's a pretty known guy on french community for some game concepts. Don't surprised me he releasing this kind of tools.
Re: New Habbo Map Editor [French-stuff ... ]
I think is a virus, I'm french and I know Wirbelwind :rolleyes:
Re: New Habbo Map Editor [French-stuff ... ]
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
zJordan
Thanks for posting that, because nobody else has either.:glare:
Quote:
Originally Posted by
Aquel
Quote:
Originally Posted by
PRIZM
Re: New Habbo Map Editor [French-stuff ... ]
I think the positive scans might be due the obfuscation.
Wonder why he didnt post the source. It would be more trustworthy if he did. I wasnt able to decompile it. Maybe someone else could give it a try.
Re: New Habbo Map Editor [French-stuff ... ]
Ran it sandboxed and no other processes started up and no files were created except for heightmap.txt.
Seems clean, but be carefull. I don't understand anything tho, since it's all French.
Re: New Habbo Map Editor [French-stuff ... ]
Just tried it in Sandbox. It works, but still may have a trojan inside.
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
Delici0us
Thanks for posting that, because nobody else has either.:glare:
:thumbup: I don't take the time to go back a page on a useless thread.
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
tdid
Cant decompile it. Dont know how it is packaged. If anyone here is running 32-bit PM me.
It's not obfusted, just not coded in .NET
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
azaidi
It's not obfusted, just not coded in .NET
ikr. Wonder what language it is so I can find the right decompiler for it :D:
Re: New Habbo Map Editor [French-stuff ... ]
This exe packed/compressed with UPX. (Some viruscanners would be report false positives..)
Edit: This is would be VB6 (Exe contains signs of MSVBVM60.dll)?
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
=dj.matias=
This exe packed/compressed with UPX. (Some viruscanners would be report false positives..)
Edit: This is would be VB6 (Exe contains signs of MSVBVM60.dll)?
I tried to decompile it but I cant seem to do it. Maybe you should give it a try.
Re: New Habbo Map Editor [French-stuff ... ]
Only false positives because it's been packed with UPX.
http://i.imgur.com/W0DHauD.png
And upon trying to unpack it with UPX...
http://i.imgur.com/ANmU4iv.png
Quote:
Originally Posted by
tdid
ikr. Wonder what language it is so I can find the right decompiler for it :D:
If it's with Visual Basic 6.0 the decompilers don't interpret the MSIL so it's all IL code. (only form designs are recovered).
If it's with C++/C which I highly doubt then it can't be decompiled and only edited in memory with Ollydbg. :D
Re: New Habbo Map Editor [French-stuff ... ]
Re: New Habbo Map Editor [French-stuff ... ]
Quote:
Originally Posted by
BurakDev
This is what I had in my RUN.bat
Code:
@echo off
upx.exe -d NewHabboMapEditor.exe
PAUSE
How come it worked for you? :)
EDIT appears I've already unpacked it. :laugh:
EDIT 2
Yup. dj was right.
http://i.imgur.com/x2Ziwxp.png