Messenger Plus TAB |
Author: |
Message: |
BooGhost
Veteran Member
Posts: 3186 Reputation: 10
37 / /
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
|
|
10-30-2003 05:48 AM |
|
|
Dj Zeraja
Full Member
Playing the Game
Posts: 131
52 / / –
Joined: Jun 2003
Status: Away
|
RE: Messenger Plus TAB
where is the plustab for 6.1 non beta ?????????
Dum spiro, spero. — "Zo lang ik adem, hoop ik"
|
|
10-30-2003 09:20 AM |
|
|
frog
Full Member
=^-^=
Posts: 354
– / / –
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 |
|
|
Dj Zeraja
Full Member
Playing the Game
Posts: 131
52 / / –
Joined: Jun 2003
Status: Away
|
RE: Messenger Plus TAB
Dum spiro, spero. — "Zo lang ik adem, hoop ik"
|
|
10-30-2003 09:53 AM |
|
|
DarKnight
Full Member
I am Canadian.
Posts: 466
40 / / –
Joined: Jan 2003
|
RE: Messenger Plus TAB
Windows XP SP2, MSN Messenger: 7.0.0777, Messenger Plus!: 3.50.124
|
|
10-30-2003 02:26 PM |
|
|
Wabz
Elite Member
Its Groovy Baby!
Posts: 3459 Reputation: 29
39 / /
Joined: Jan 2003
|
RE: Messenger Plus TAB
Free service any tabs we want
Mess.be Forum Moderator
Messenger Plus ex-IRC Network Admin
Gimme a Rep!
|
|
10-30-2003 03:41 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
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 |
|
|
zigomar10
Full Member
Posts: 345
– / / –
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 |
|
|
Jared_
New Member
.NET Programmer
Posts: 10
37 / / –
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 |
|
|
Pure_BY
Veteran Member
Posts: 1350 Reputation: 4
– / / –
Joined: Jan 2003
Status: Away
|
|
11-10-2003 09:38 PM |
|
|
Pages: (27):
« First
«
21
22
23
24
[ 25 ]
26
27
»
Last »
|
|