3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How You Could Customize Skype.

How You Could Customize Skype.
EDIT

After dukeala left a comment telling about a blog by Jaanus on the skype website, I decided this would be better edited to include that link. Using what the blog describes, there is no need for a hex editor of any kind.

As wriiten by dukeala,

"...you do not actually need a Hex editor for that, you can simply create, edit and load your own language file - you can read about it at http://share.skype.com/sites/en/2006/11/customizing_skype_with_a_hex_e.html "

As you can see, instead of going through all the trouble using a hex editor, there is an easier way to do it.

While it is almost certainly against the Skype ToS to do so, I thought I would post this as a proof of concept. Do not do this, as it is against the ToS. This is offered for educational use only.

Also, this is my first Instructable, so feel free to rip me a new one in comments ;-)
 
Remove these adsRemove these ads by Signing Up
 

Step 1Obtain Needed Software.

Obtain Needed Software.
« Previous StepDownload PDFView All StepsNext Step »
14 comments
Mar 6, 2008. 5:37 AMabuadam says:
i would suggest use PNG instead of JPG so it doesnt come out blurry..
Nov 13, 2006. 12:29 PMdukekala says:
Nice instructions, well done :)

But you do not actually need a Hex editor for that, you can simply create, edit and load your own language file - you can read about it at http://share.skype.com/sites/en/2006/11/customizing_skype_with_a_hex_e.html
Nov 8, 2006. 11:52 PMLasVegas says:
A note about the spaces… If you take a look at the hex number immediately before the first letter, you'll notice that it's the count of letters in the string (in this case '0B' or 11 in decimal). This is known as a "C String." If your line is shorter than the original line, you should change this number to the lower count of characters (in this case, '09'). Also, instead of spaces at the end, place '00' (NUL) in the hex area for each unused character position. This allows formating processes that center the text under the button to work properly.
Nov 9, 2006. 10:36 PMLasVegas says:
Ah! You're right. The programmer didn't use C Strings, but defined the strings inline (within the code). I made the assumption that they would be C Strings, since they usually are and I couldn't actually read the graphics posted. In this case, with "Null Terminated Strings," to retain centering put half the spaces before the replacement text so that it's still centered.
Nov 11, 2006. 4:19 AMLasVegas says:
Yes. In C, that's usually the case.
Nov 8, 2006. 5:08 PMredalert says:
Nov 8, 2006. 4:10 PMmrbob1000 says:
you win the golden instuctable award great job
Nov 8, 2006. 3:48 PMLord_Vader says:
Well done. Though I don't use skype, the instructable was clear and actually had a useful purpose. Keep up the good work

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
4
Followers
2
Author:fire