What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » TABS in MSN v6.1.0202 (How-To)

TABS in MSN v6.1.0202 (How-To)
Author: Message:
yumen
New Member
*


Posts: 3
Joined: Nov 2003
RE: TABS in MSN v6.1.0202 (How-To)
it doesnt work on my messenger,why?
i use ultraedit to patch the file, but then i can start messenger said that it is not win32 program.
then i tried 6.1.0155 english version, same the result.
my os :xp chinese version.
any problem, who will tell me?


quote:
Originally posted by CookieRevised
The TAB-patch for 6.1.0155 (http://msntabs.ausmade.net/ by Jared_), DOESN'T work for 6.1.0202. It will *beep* up your messenger.

Reason for this is that the patch doesn't search for the string that has to be patched. But just changes whatever there is on location 0x000206A4 in msnmsgr.exe.

So there you have it:
the patch writes at location 0x000206A4 the following string:
http://msntabs.ausmade.net/MsgrConfig.asmx#
(where # is a 0-byte thus 0x00)

What about v6.1.0202:
Don't use the patch, but use a hex-editor, open msnmsgr.exe, and manually patch the file like so:
Go to location 0x000206C4. The string you have to change is:
http://config.messenger.msn.com/Config/MsgrC
into
http://msntabs.ausmade.net/MsgrConfig.asmx#
(where # is a 0-byte thus 0x00)

There you have it, your TABS are back...

PS: I'm too lazy to install VB to write a patch for this, and there will one soon enough for all you who don't know what I'm talking about here....

-------------------------------------------------------------------------------------
Why do some patches work for different version and others don't.
2 reasons:
* Or the string that has to be changed is on the same location in the different versions.
* Or the patch actually searches for the string that has to be changed, so no matter what the (new) location is, the string will be found and patched. (<- this is how a good patch should work)

(so this is why, the v6.1.0166 TAB-patch doesn't work in v6.1.0202; the patch doesn't search for the string, but just puts the new string into that location, no matter if it is the good location or not)
-------------------------------------------------------------------------------------

Make sure you make a BACKUP and that you CLOSE MSN Messenger before applying ANY patch...

PS: there is currently no other way to get custom tabs! in 6.1.x
(no, not even if you change the address into a local file, etc... this is THE ONLY WAY ;))



11-17-2003 11:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-15-2003 at 12:11 PM
RE: TABS in MSN v6.1.0202 (How-To) - by ~landsberg~ on 11-15-2003 at 06:18 PM
RE: TABS in MSN v6.1.0202 (How-To) - by BooGhost on 11-15-2003 at 06:24 PM
RE: TABS in MSN v6.1.0202 (How-To) - by TotalKaos on 11-15-2003 at 06:44 PM
RE: TABS in MSN v6.1.0202 (How-To) - by Tochjo on 11-15-2003 at 06:45 PM
RE: TABS in MSN v6.1.0202 (How-To) - by TotalKaos on 11-15-2003 at 06:54 PM
RE: TABS in MSN v6.1.0202 (How-To) - by reisyboy on 11-15-2003 at 07:09 PM
RE: TABS in MSN v6.1.0202 (How-To) - by net-cruizer on 11-15-2003 at 07:17 PM
RE: TABS in MSN v6.1.0202 (How-To) - by Tochjo on 11-15-2003 at 07:22 PM
RE: TABS in MSN v6.1.0202 (How-To) - by BooGhost on 11-15-2003 at 07:27 PM
RE: TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-15-2003 at 07:27 PM
RE: TABS in MSN v6.1.0202 (How-To) - by bach_m on 11-16-2003 at 01:18 AM
RE: TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-16-2003 at 02:17 AM
RE: TABS in MSN v6.1.0202 (How-To) - by bach_m on 11-16-2003 at 02:30 AM
RE: TABS in MSN v6.1.0202 (How-To) - by Jared_ on 11-16-2003 at 11:42 AM
RE: TABS in MSN v6.1.0202 (How-To) - by Pure_BY on 11-16-2003 at 01:13 PM
RE: TABS in MSN v6.1.0202 (How-To) - by bach_m on 11-16-2003 at 03:12 PM
RE: TABS in MSN v6.1.0202 (How-To) - by slang123 on 11-17-2003 at 01:56 AM
RE: TABS in MSN v6.1.0202 (How-To) - by ~landsberg~ on 11-17-2003 at 02:50 AM
RE: TABS in MSN v6.1.0202 (How-To) - by bach_m on 11-17-2003 at 05:02 AM
RE: TABS in MSN v6.1.0202 (How-To) - by Jared_ on 11-17-2003 at 06:01 AM
RE: TABS in MSN v6.1.0202 (How-To) - by bach_m on 11-17-2003 at 07:12 AM
RE: TABS in MSN v6.1.0202 (How-To) - by Jared_ on 11-17-2003 at 08:06 AM
RE: TABS in MSN v6.1.0202 (How-To) - by yumen on 11-17-2003 at 11:29 AM
RE: TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-17-2003 at 11:40 AM
RE: TABS in MSN v6.1.0202 (How-To) - by yumen on 11-17-2003 at 01:12 PM
RE: TABS in MSN v6.1.0202 (How-To) - by Azazel on 11-17-2003 at 02:03 PM
RE: TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-17-2003 at 02:15 PM
RE: TABS in MSN v6.1.0202 (How-To) - by yumen on 11-17-2003 at 02:43 PM
RE: TABS in MSN v6.1.0202 (How-To) - by CookieRevised on 11-17-2003 at 02:51 PM
RE: TABS in MSN v6.1.0202 (How-To) - by WDZ on 11-17-2003 at 03:57 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On