What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Messenger Plus TAB

Pages: (27): « First « 21 22 23 24 [ 25 ] 26 27 » Last »
4 votes - 4.75 average   Messenger Plus TAB
Author: Message:
BooGhost
Veteran Member
*****

Avatar


Posts: 3186
Reputation: 10
37 / Male / Flag
Joined: May 2003
RE: Messenger Plus TAB
quote:
Originally posted by CookieRevised
yep, like DarKnight said, a hex-editor is all you need...
A patch is nothing more then this... (it overwrites some bytes)

BTW: Backup an original file, Patch that file, and to a binary compare -> FC.EXE FILE_ORI.EXE /B FILE_PATCH.EXE /B
The output is the difference between the two, now you can see what bytes are changed into what bytes...
but how do i make i patch with this :-/ :(


quote:
Originally posted by lizard.boy
whats a good hex editor?
WinHex is good (Y)
10-30-2003 05:48 AM
Profile E-Mail PM Find Quote Report
Dj Zeraja
Full Member
***

Avatar
Playing the Game

Posts: 131
52 / Female / –
Joined: Jun 2003
Status: Away
RE: Messenger Plus TAB
where is the (M)plustab for 6.1 non beta ?????????
Dum spiro, spero. — "Zo lang ik adem, hoop ik" ;)
10-30-2003 09:20 AM
Profile E-Mail PM Web Find Quote Report
frog
Full Member
***

Avatar
=^-^=

Posts: 354
– / Male / –
Joined: Oct 2003
RE: Messenger Plus TAB
you cant have custom tabs in 6.1, in any version, beta or not.
10-30-2003 09:22 AM
Profile PM Web Find Quote Report
Dj Zeraja
Full Member
***

Avatar
Playing the Game

Posts: 131
52 / Female / –
Joined: Jun 2003
Status: Away
RE: Messenger Plus TAB
:'(
Dum spiro, spero. — "Zo lang ik adem, hoop ik" ;)
10-30-2003 09:53 AM
Profile E-Mail PM Web Find Quote Report
DarKnight
Full Member
***

Avatar
I am Canadian.

Posts: 466
40 / Male / –
Joined: Jan 2003
RE: Messenger Plus TAB
quote:
Originally posted by stickmanbob
you cant have custom tabs in 6.1, in any version, beta or not.

Umm.. You can that's what this thread is about. There is a patch, and soon to be a free service that we can make an account and have any tabs we want. :)

quote:
Originally posted by Zeraja is Tirandu
:'(

:banana::spam::banana:
                [Image: Sig.png]
Windows XP SP2, MSN Messenger: 7.0.0777, Messenger Plus!: 3.50.124
10-30-2003 02:26 PM
Profile PM Web Find Quote Report
Wabz
Elite Member
*****

Avatar
Its Groovy Baby!

Posts: 3459
Reputation: 29
38 / Male / Flag
Joined: Jan 2003
RE: Messenger Plus TAB
Free service any tabs we want :pound:
Mess.be Forum Moderator
Messenger Plus ex-IRC Network Admin
Gimme a Rep!
10-30-2003 03:41 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Messenger Plus TAB
quote:
Originally posted by BooGhost
quote:
Originally posted by CookieRevised
yep, like DarKnight said, a hex-editor is all you need...
A patch is nothing more then this... (it overwrites some bytes)
BTW: Backup an original file, Patch that file, and to a binary compare -> FC.EXE FILE_ORI.EXE /B FILE_PATCH.EXE /B
The output is the difference between the two, now you can see what bytes are changed into what bytes...
but how do i make i patch with this :-/ :(

There are tons of 'patch-software' available on the internet. (google). I for one, never needed this though, and if I did, I would write my own. It's easy as hell:

code:
;BASIC pseudo-code

' * Read/Check if right bytes exist at position 1234
open "program.exe" for binary as #1
get #1, 1234, A$
if A$ <> chr$(05) + chr$(06) + chr$(07) Then
  close #1
  print "Doesn't seem to be the right file. Quiting..."
  end
else
  print "Right byte sequence exists. Patching..."
  put #1, 1234, chr$(99) + chr$(98) + chr$(97)
  close #1
endif

.-= A 'frrrrrrrituurrr' for Wacky =-.
10-30-2003 03:51 PM
Profile PM Find Quote Report
zigomar10
Full Member
***

Avatar

Posts: 345
– / Male / –
Joined: Mar 2003
RE: Messenger Plus TAB
is it possible to have msn patched with the extra games patch (games.mess.be) and the custom tabs patch?
11-10-2003 02:11 PM
Profile PM Find Quote Report
Jared_
New Member
*

.NET Programmer

Posts: 10
36 / Male / –
Joined: Oct 2003
RE: Messenger Plus TAB
yes it is....in the new service i'm about to release
11-10-2003 08:20 PM
Profile PM Web Find Quote Report
Pure_BY
Veteran Member
*****

Avatar

Posts: 1350
Reputation: 4
– / Male / –
Joined: Jan 2003
Status: Away
RE: Messenger Plus TAB
Oww, nice :P:P:P

I REALLY cant wait :P:P:P
11-10-2003 09:38 PM
Profile PM Find Quote Report
Pages: (27): « First « 21 22 23 24 [ 25 ] 26 27 » Last »
« Next Oldest Return to Top Next Newest »


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