Recommended Posts

Hi, ive been working on trying to get animated custom emotions work in msn messenger 6 and this is what ive found out about it so far.

Custom emotions are stored here: C:\Documents and Settings\USERNAME\Application Data\Microsoft\MSN Messenger\EMAIL\CustomEmoticons, if you have for example 5 custom emotions there will be 7 files in the folder. There is one file called map.txt it will read something similar to this:

<msnobj Creator="[email protected]" Size="764" Type="2" Location="TFR141.tmp" Friendly="AAA=" SHA1D="HbAOHnbnyRpJRJS/leWdvyQLRFo=" SHA1C="M53lPb3XQl2Eklnvc5jmD0dmO60="/>

The file TFR141.tmp (the file name could be anything) is the file with info about your custom emotions, if you rename it to a .txt it will read something like this:

(88) gost-2-1053702256 <msnobj Creator="[email protected]" Size="592" Type="2" Location="TFRAC.tmp" Friendly="AAA=" SHA1D="ZYSjjA3UhMjdopsmli7NZP7BqQ0=" SHA1C="JhXGjmzq9yNxC1LsfB2jIsu1t5o="/>

(test) 1033 <msnobj Creator="[email protected]" Size="322" Type="2" Location="TFR140.tmp" Friendly="AAA=" SHA1D="7e1vkzqVLy8UKOVJAwEeyHvjVoA=" SHA1C="q1PbKsC0rJK6c7pxmN0UopOkGTs="/>

Each file under Location= is your emotion file so if you rename it to a .png its your emotion. Messenger uses the SHA1 encryption so you cannot edit your emotions after they have been entered into messenger under my emotions. If you try and edit your emotions and change the Size= tag messenger will say your custom emotions cannot be user (or something similar to that)

If you edit a custom emotion this code

SHA1D="7e1vkzqVLy8UKOVJAwEeyHvjVoA=" SHA1C="q1PbKsC0rJK6c7pxmN0UopOkGTs="/>

would need to be changed to make it work. All this info applys for the "Backgrounds" and "UserTile" folders aswell.

Dan

Also there were rumors that msn messenger 6 used the mng format for its animated emotions (mng is basicly animated png) this is untrue, msn messenger uses pngs with sections of 19x19 pixels and chops them up and makes it animated you can check this by using reshack and exporting one of the animated emotions.

Dan

Reminder, SHA1 is your Secure Hashing Algo. that takes input up to 2^64 bits in length and produces a 160-bit message digest which is all hell to brute force. The strings you pasted are not SHA1 hashes, by the way. Read below.

Some random notes:

Partial Type Listing(?)

===============

Type 2 = Emoticon

Type 3 = Profile Picture

Type 5 = Background

Example map.txt SHA1(false) String

=========================

VMmh9p+B+5j4hiCGxJfjwIv/qWw=

These are not SHA1 hashes, as they contain invalid characters. An example SHA1 hash would look like:

0efe503114c284670128cd45c7981efef3a7483b

The string above is Base64-encoded (or it seems to be) - Its output (when decoded) yields something similar to:

Tɡ ėl

(For exactness (as some characters don't display correctly), you can code a simple PHP script to output its decoded form and pipe it to a file)

I haven't been able to figure out why/where these are used however they seem to be hashes/signatures of files which have data inside them that do the same thing to another set of files (redundancy) More info will be available when I learn of more.

You'll probably find a little more out by investigating the use of the following exported functions in MSNM6 (hooking/monitoring would be nice):

CryptReleaseContext, CryptDestroyHash, CryptCreateHash, CryptAcquireContextA, CryptGetHashParam

Kiddies: I do not recommend you remove the use of these functions (via r.engineering) within' MSNM6 as its used in other places, not just in emotes. (Passport/etc)

hmm dont really think this should be in Customization & Skinning Section since its kinda todo with programming and software but your the boss Radish?.

Dan

I agree. hes probably trying to get all the msn messenger 6 stuff together. And the fact that it has emoticons in the title doesnt help

now not to spoil your ideas, but remember the following:

animated emoticons requires a mechanism to be triggered so that MSN Messenger knows it's animated and animates it, you cannot simply link up a couple of 19x19px images, crack all the way to get MSN Messenger display it and think MSN Messenger would animate it for you

Microshaft has been using this method to do animations in their applications for a long history already, for example the butterfly icon flying on top of the Messenger windows when you log in is a very good example

if Microshaft wants to forbid you to animate your custom emoticons, they have their own way of doing it, the most effective one would be NOT building the mechanism of animating linked 19x19px images and enable animated gif support as custom emoticons

hope you guys will have fun reverse engineering Messenger 6 but don't give too much hope on getting animated custom emoticons to work, this is my tip for you guys

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Hello, It would appear so, according to https://finance.yahoo.com/news/how-to-hide-your-home-on-google-maps-apple-maps-204146687.html. Regards, Aryeh Goretsky      
    • Hello, The Nvidia Founders Edition 3080 video card is approximately six years old, correct? Have you looked into whether replacement fans are available for it? Perhaps replacing those will improve cooling, especially when combined with cleaning the card's heatsink and replacing the thermal interface materials. Regards, Aryeh Goretsky  
    • Hello, While ~104 GB of space may seem generous (at least compared to other e-readers which have 8-32GB), I feel at this price point the device should have a Micro SDXC card slot for expansion, particularly if it allows audio books to be installed and played. I hope to see more reviews of 6" phone-sized e-readers on Neowin in the future. It will be interesting to see how they compare. Regards, Aryeh Goretsky
    • Sandboxie Plus 1.17.8 / Classic 5.72.8 by Razvan Serea Run programs in a sandbox to prevent malware from making permanent changes to your PC. Sandboxie allows you to run your browser, or any other program, so that all changes that result from the usage are kept in a sandbox environment, which can then be deleted later. Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. Sandboxie is available in two flavors Plus and Classic. Both have the same core components, this means they have the same level of security and compatibility. What's different is the user interface the Plus build has a modern Qt based UI which supports all new features that have been added since the project went open source. The Classic build has the old no longer developed MFC based UI, hence it lacks support for modern features, these features can however still be used when manually configured in the Sandboxie.ini. Sandboxie Plus 1.17.8 / Classic 5.72.8 release notes: Added added DisableCustomTitleOpt=[process,][y|n] to allow [#] sandboxie title markers on custom-titlebar windows (Delphi VCL, Qt, Electron) that were previously skipped to prevent DWM repaint CPU loops #5387 Changed updated bundled ImDisk driver to 3.0.2 #5419 Fixed fix Suppress logs for expected non-user SIDs #5422 SbieSvc.exe: SBIE2218/2219 error when run program as administrator #5417 fixed explorer.exe crashes in Application Compartment when Huorong Security is installed #5423 Download: Sandboxie Plus (64-bit) | 23.5 MB (Open Source) Download: Sandboxie Classic (64-bit) | 3.0 MB Links: Sandboxie Website | GitHub | ARM64 | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hello, Christian Maas' XVI32 is a nice (and very small) hex editor. Speaking of hex editors, many years ago a colleague and I who both worked at Tribal Voice managed to edit a copy of the company's PowWow instant messaging client to make it behave better now that all of its lookup servers and other server-side tech was gone.  The program didn't support NAT (RFC-3022 was introduced in January 2001, the same time Tribal Voice was shuttered), but it still worked okay if you manually set up port-forwarding on your router.  The server at http://powwow.jazy.net/ hosts a copy (usual warnings about downloading and running untrusted code from random internet servers apply). I occasionally use some tools like Funduc Software's Search and Replace and Application Mover when I need to make mass-edits to text-based files or move programs with a hard-coded installation directories, respectively.  When I need to figure out the exact LCD panel inside of a laptop, EnTech Taiwan's Monitor Asset Manager is my go-to tool for that purpose. JD Design's website (now hosted on github.io) has a number of interesting freeware and shareware utilities.  I used to use their TouchPro utility to set the file timestamps on software I was mastering to match its version number (e.g., version 3.00 of a program had all of its files dates set to 3:00AM, and so forth). Karenware has a number of interesting freeware utilities, too. Regards, Aryeh Goretsky  
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!