What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » [Tut-Updated 08/04/05] Resource Hacking - Hex Editing

Pages: (7): « First « 1 2 3 [ 4 ] 5 6 7 » Last »
[Tut-Updated 08/04/05] Resource Hacking - Hex Editing
Author: Message:
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
O.P. RE: [Tut-Updated 07/03/05] Resource Hacking - Hex Editing
quote:
Originally posted by Segosa
How did you find that out?
Sorry for the late reply, I was away for a couple of days..

UFILE 923 is the Contact List, and I just browsed through it looking for something that looked like it could be an adbanner... tested it, and it worked. After doing it the first time it becomes a breeze on the newer versions.
03-11-2005 11:38 AM
Profile PM Web Find Quote Report
Goshi
Junior Member
**

Avatar
I'm french

Posts: 97
Reputation: 1
39 / Male / –
Joined: Oct 2004
RE: [Tut-Updated 07/03/05] Resource Hacking - Hex Editing
Is it possible to remove the ad banner of the contact list in hexadecimal ? I know how to do it with uifiles but i want it in hexadecimal
03-11-2005 01:34 PM
Profile E-Mail PM Web Find Quote Report
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
O.P. RE: [Tut-Updated 07/03/05] Resource Hacking - Hex Editing
Use a hex editor that shows the text values as well, and do a search for the same string :P

Be careful not to delete or add bytes because that will corrupt the file, only overwrite bytes... and if you want to delete, then overwrite with a space.
03-11-2005 02:19 PM
Profile PM Web Find Quote Report
Goshi
Junior Member
**

Avatar
I'm french

Posts: 97
Reputation: 1
39 / Male / –
Joined: Oct 2004
RE: [Tut-Updated 07/03/05] Resource Hacking - Hex Editing
I have tested and didn't find it :(
Do you know what string I have to search ?
03-11-2005 06:34 PM
Profile E-Mail PM Web Find Quote Report
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
O.P. RE: [Tut-Updated 07/03/05] Resource Hacking - Hex Editing
quote:
Originally posted by Goshi
I have tested and didn't find it :(
Do you know what string I have to search ?
Assuming your hex editor shows text values as well, then it's exactly the same as searching through the UIFILE.

So do a search for this string (ASCII):
code:
<element layoutpos=top layout=verticalflowlayout(0,2,2,2) padding=rect(2,0,3,2)>

[Image: had12cw.jpg]

If you're editor doesn't allow you to search for a string that long, then I'll save you some time and tell you that it's located at offset 005c2de7 as can be seen in the image.

Now we have to change the layout position from top to none, so we change layoutpos=top to layoutpos=none

[Image: had26bd.jpg]

But now we have a problem, there needs to be a space between layoutpos=none and layout=... - ideally we could just add a space, but I've tried that and it corrupts the file, so what we have to do is overwrite the rest of the text within that <element> tag with spaces (20 in hexadecimal).


[Image: had34xs.jpg]

Notice that I kept the final > because it's needed for the <element> tag.

That's it, save the file.

If you check it in Resouce Hacker now, you'll see that string now looks like this:
code:
<element layoutpos=none                                                        >


Note: I've updated the HEX offsets in the first post for 7.0.0632 and I have added how to change the "View my contact card" string to "Change My Display Picture".

This post was edited on 03-12-2005 at 04:36 AM by Ahmad.
03-12-2005 04:26 AM
Profile PM Web Find Quote Report
Goshi
Junior Member
**

Avatar
I'm french

Posts: 97
Reputation: 1
39 / Male / –
Joined: Oct 2004
RE: [Tut-Updated 12/03/05] Resource Hacking - Hex Editing
YES :p :p. Thanks a lot ahmad :)
03-12-2005 12:53 PM
Profile E-Mail PM Web Find Quote Report
HalfDead
Junior Member
**

Avatar
"Silly kitty, pushing for robots"

Posts: 18
34 / Male / –
Joined: Mar 2004
RE: [Tut-Updated 12/03/05] Resource Hacking - Hex Editing
does anyone know how to turn off nudge protection or isnt this part of hex - res editing
03-13-2005 12:08 PM
Profile PM Find Quote Report
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
O.P. RE: [Tut-Updated 12/03/05] Resource Hacking - Hex Editing
quote:
Originally posted by HalfDead
does anyone know how to turn off nudge protection or isnt this part of hex - res editing

What do you mean exactly?

When a nudge is sent you want your window to shake?
Or you want to be able to send nudges?
Or..?
03-13-2005 12:26 PM
Profile PM Web Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: [Tut-Updated 12/03/05] Resource Hacking - Hex Editing
He means remove the flood protection.
The previous sentence is false. The following sentence is true.
03-13-2005 08:16 PM
Profile PM Find Quote Report
HalfDead
Junior Member
**

Avatar
"Silly kitty, pushing for robots"

Posts: 18
34 / Male / –
Joined: Mar 2004
RE: [Tut-Updated 12/03/05] Resource Hacking - Hex Editing
Segosa is right, i wanted to know how to remove the flood protection as i am trying to build up as much info as i can so that i  can make my own patch for myself (so when i have problems with for example the second edition of MessPatch that wont run properly it wont be too much of a problem)
03-14-2005 09:39 AM
Profile PM Find Quote Report
Pages: (7): « First « 1 2 3 [ 4 ] 5 6 7 » 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