Post: Set Facebook logo and more as your name TUT*
02-24-2014, 04:56 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); First off, he already released this: momo5502, but i feel this needs more of an explanation and a dummy proof tutorial.
Here's the original Thread: You must login or register to view this content.

Here's how to set an image as your name:


Heres the list of CLEANED string images for your name: You must login or register to view this content.

I just figured i'd dumb it down for everyone and help you understand it to use the string images as your name:

DEBUGGER REQUIRED, OR TOOL... i made one... go here to get it:

Here's a tool that i made for easy setting the images with cleaned strings and ADD Your own with saving option: SIVS - You must login or register to view this content.


MW3 NAME OFFSET
: 0x1BBBC2C
In the debugger put: 5E 01 3D 3D 08

The 08 in the bytes = length of the string
The 01 in the byte = Flip image (02 to flip)
The 3D 3D = the X and Y size of the image

This is to get the patch logo, which is caused by a string image that doesn't exist...
You must login or register to view this content.


HERE, SET THIS AS YOUR NAME: "^ZZxp" <--- Everything in the quotes. & ur name will be the xp logo
this ones for Facebook="^ZZfacebook"
FOR CAT: "^ZZ*iw5_cardicon_cat"


So after this, go in and put the string after it... like so...

5E 01 3D 3D 08 (facebook)
so...

5E 01 3D 3D 08 46 61 63 65 62 6F 6F 6B = ^.==.Facebook

You must login or register to view this content.

You must login or register to view this content.

How to use some other image besides facebook? This is the MAIN question.



@ The byte '08' in 5E 01 3D 3D 08, NEEDS to be changed with the string image your changing to.

So say you want the Xp Logo: 5E 01 3D 3D 02 78 70

Why? you ask... The 5th byte in your name is the length of the string (without colored), and sometimes isnt ALWAYS the same as the length of the string, but MOSTLY usually is. Since 'xp' is only 2 letters, the byte would be '02'.
So the XP logo: You must login or register to view this content.
Say it was something like: ui_host , then you would change the byte 02 to 07 since ui_host = 7 characters and xp is only 2 characters.

5E 01 3D 3D 02 78 70
COLOR SIZE STRING LENGTH STRING
5E 01 = Color, 3D 3D = SIZE, 02 = String Length, 78 70 = String

5E 01 3D 3D 02 78 70 Bytes EQUALS: ^.==.xp ASCII
You must login or register to view this content. = You must login or register to view this content.
Hope you understand how it works now, and note that not all the strings will work, and may freeze your ps3 when changing the string size.

How to color the logo? Easy! Just put these bytes before EVERYTHING: 5E 31
31 = RED
32 = GREEN
33 = YELLOW (and so on)

Other examples:
COLORED XP LOGO (RED) : 5E 36 5E 01 3D 3D 02 78 70
You must login or register to view this content.
Colored XP Logo + Name + Colored XP Logo = 5E 30 5E 01 3D 3D 02 78 70 5E 32 42 61 53 73 5F 48 61 58 6F 52 5E 30 5E 02 3D 3D 02 78 70
You must login or register to view this content.
You must login or register to view this content.

master_prestige_10 = 5E 01 3D 3D 12 6D 61 73 74 65 72 5F 70 72 65 73 74 69 67 65 5F 31 00
clanlvl_0 = 5E 01 3D 3D 09 63 6C 61 6E 6C 76 6C 5F 30
ui_host = 5E 02 3D 3D 0B 75 69 5F 68 6F 73 74
talkingicon = 5E 01 3D 3D 0B 74 61 6C 6B 69 6E 67 69 63 6F 6E
Kills = 5E 01 3D 3D 05 6B 69 6C 6C 73


My Tool:
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

WORKS ON GHOSTS: You must login or register to view this content.
WORKS ON MW3: ... Ya'll ready know diz works on mw3 naqqua
Last edited by BaSs_HaXoR ; 02-28-2014 at 08:31 AM.

The following 14 users say thank you to BaSs_HaXoR for this useful post:

_L0st_my_Gh0st_, -SuperMan, AcnxMods, D3sKmَ, En3RGyMoDz, ImSooCool, JLM, MegaMister, xProvXKiller, RaGE_LoLo69, spicky, Swaqq, Turk_Warrior, xxAussiefella69
02-24-2014, 09:58 PM #2
Swaqq
Professional Thanker
Thanks M8 <33
02-24-2014, 11:43 PM #3
wow thank you Enzo
02-25-2014, 04:43 PM #4
Haha nice, I'm not really good at explaining things the 'noob friendly' way Winky Winky

The following user thanked momo5502 for this useful post:

ImSooCool
02-25-2014, 05:40 PM #5
this is working online ? Happy nice tuto bro <3
02-25-2014, 09:10 PM #6
Originally posted by RandomMod View Post
this is working online ? Happy nice tuto bro <3


Yes it is. As that's the way the game interprets most of the images. Like all the images in the killfeed or so.
03-22-2014, 07:59 PM #7
MegaMister
Former Mega Staff
Originally posted by HaXoR View Post
First off, he already released this: momo5502, but i feel this needs more of an explanation and a dummy proof tutorial.
Here's the original Thread: You must login or register to view this content.

Here's how to set an image as your name:


Heres the list of CLEANED string images for your name: You must login or register to view this content.

I just figured i'd dumb it down for everyone and help you understand it to use the string images as your name:

DEBUGGER REQUIRED, OR TOOL... i made one... go here to get it:

Here's a tool that i made for easy setting the images with cleaned strings and ADD Your own with saving option: SIVS - You must login or register to view this content.


MW3 NAME OFFSET
: 0x1BBBC2C
In the debugger put: 5E 01 3D 3D 08

The 08 in the bytes = length of the string
The 01 in the byte = Flip image (02 to flip)
The 3D 3D = the X and Y size of the image

This is to get the patch logo, which is caused by a string image that doesn't exist...
You must login or register to view this content.


HERE, SET THIS AS YOUR NAME: "^ZZxp" <--- Everything in the quotes. & ur name will be the xp logo
this ones for Facebook="^ZZfacebook"
FOR CAT: "^ZZ*iw5_cardicon_cat"


So after this, go in and put the string after it... like so...

5E 01 3D 3D 08 (facebook)
so...

5E 01 3D 3D 08 46 61 63 65 62 6F 6F 6B = ^.==.Facebook

You must login or register to view this content.

You must login or register to view this content.

How to use some other image besides facebook? This is the MAIN question.



@ The byte '08' in 5E 01 3D 3D 08, NEEDS to be changed with the string image your changing to.

So say you want the Xp Logo: 5E 01 3D 3D 02 78 70

Why? you ask... The 5th byte in your name is the length of the string (without colored), and sometimes isnt ALWAYS the same as the length of the string, but MOSTLY usually is. Since 'xp' is only 2 letters, the byte would be '02'.
So the XP logo: You must login or register to view this content.
Say it was something like: ui_host , then you would change the byte 02 to 07 since ui_host = 7 characters and xp is only 2 characters.

5E 01 3D 3D 02 78 70
COLOR SIZE STRING LENGTH STRING
5E 01 = Color, 3D 3D = SIZE, 02 = String Length, 78 70 = String

5E 01 3D 3D 02 78 70 Bytes EQUALS: ^.==.xp ASCII
You must login or register to view this content. = You must login or register to view this content.
Hope you understand how it works now, and note that not all the strings will work, and may freeze your ps3 when changing the string size.

How to color the logo? Easy! Just put these bytes before EVERYTHING: 5E 31
31 = RED
32 = GREEN
33 = YELLOW (and so on)

Other examples:
COLORED XP LOGO (RED) : 5E 36 5E 01 3D 3D 02 78 70
You must login or register to view this content.
Colored XP Logo + Name + Colored XP Logo = 5E 30 5E 01 3D 3D 02 78 70 5E 32 42 61 53 73 5F 48 61 58 6F 52 5E 30 5E 02 3D 3D 02 78 70
You must login or register to view this content.
You must login or register to view this content.

master_prestige_10 = 5E 01 3D 3D 12 6D 61 73 74 65 72 5F 70 72 65 73 74 69 67 65 5F 31 00
clanlvl_0 = 5E 01 3D 3D 09 63 6C 61 6E 6C 76 6C 5F 30
ui_host = 5E 02 3D 3D 0B 75 69 5F 68 6F 73 74
talkingicon = 5E 01 3D 3D 0B 74 61 6C 6B 69 6E 67 69 63 6F 6E
Kills = 5E 01 3D 3D 05 6B 69 6C 6C 73


My Tool:
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

WORKS ON GHOSTS: You must login or register to view this content.
WORKS ON MW3: ... Ya'll ready know diz works on mw3 naqqua


Awesome release! Thanks you man! ^^
07-10-2015, 12:37 AM #8
Is there any way to do this without jailbreak?
07-14-2015, 09:28 AM #9
Adrian
Adrian is back!
Originally posted by HaXoR View Post
First off, he already released this: momo5502, but i feel this needs more of an explanation and a dummy proof tutorial.
Here's the original Thread: You must login or register to view this content.

Here's how to set an image as your name:


Heres the list of CLEANED string images for your name: You must login or register to view this content.

I just figured i'd dumb it down for everyone and help you understand it to use the string images as your name:

DEBUGGER REQUIRED, OR TOOL... i made one... go here to get it:

Here's a tool that i made for easy setting the images with cleaned strings and ADD Your own with saving option: SIVS - You must login or register to view this content.


MW3 NAME OFFSET
: 0x1BBBC2C
In the debugger put: 5E 01 3D 3D 08

The 08 in the bytes = length of the string
The 01 in the byte = Flip image (02 to flip)
The 3D 3D = the X and Y size of the image

This is to get the patch logo, which is caused by a string image that doesn't exist...
You must login or register to view this content.


HERE, SET THIS AS YOUR NAME: "^ZZxp" <--- Everything in the quotes. & ur name will be the xp logo
this ones for Facebook="^ZZfacebook"
FOR CAT: "^ZZ*iw5_cardicon_cat"


So after this, go in and put the string after it... like so...

5E 01 3D 3D 08 (facebook)
so...

5E 01 3D 3D 08 46 61 63 65 62 6F 6F 6B = ^.==.Facebook

You must login or register to view this content.

You must login or register to view this content.

How to use some other image besides facebook? This is the MAIN question.



@ The byte '08' in 5E 01 3D 3D 08, NEEDS to be changed with the string image your changing to.

So say you want the Xp Logo: 5E 01 3D 3D 02 78 70

Why? you ask... The 5th byte in your name is the length of the string (without colored), and sometimes isnt ALWAYS the same as the length of the string, but MOSTLY usually is. Since 'xp' is only 2 letters, the byte would be '02'.
So the XP logo: You must login or register to view this content.
Say it was something like: ui_host , then you would change the byte 02 to 07 since ui_host = 7 characters and xp is only 2 characters.

5E 01 3D 3D 02 78 70
COLOR SIZE STRING LENGTH STRING
5E 01 = Color, 3D 3D = SIZE, 02 = String Length, 78 70 = String

5E 01 3D 3D 02 78 70 Bytes EQUALS: ^.==.xp ASCII
You must login or register to view this content. = You must login or register to view this content.
Hope you understand how it works now, and note that not all the strings will work, and may freeze your ps3 when changing the string size.

How to color the logo? Easy! Just put these bytes before EVERYTHING: 5E 31
31 = RED
32 = GREEN
33 = YELLOW (and so on)

Other examples:
COLORED XP LOGO (RED) : 5E 36 5E 01 3D 3D 02 78 70
You must login or register to view this content.
Colored XP Logo + Name + Colored XP Logo = 5E 30 5E 01 3D 3D 02 78 70 5E 32 42 61 53 73 5F 48 61 58 6F 52 5E 30 5E 02 3D 3D 02 78 70
You must login or register to view this content.
You must login or register to view this content.

master_prestige_10 = 5E 01 3D 3D 12 6D 61 73 74 65 72 5F 70 72 65 73 74 69 67 65 5F 31 00
clanlvl_0 = 5E 01 3D 3D 09 63 6C 61 6E 6C 76 6C 5F 30
ui_host = 5E 02 3D 3D 0B 75 69 5F 68 6F 73 74
talkingicon = 5E 01 3D 3D 0B 74 61 6C 6B 69 6E 67 69 63 6F 6E
Kills = 5E 01 3D 3D 05 6B 69 6C 6C 73


My Tool:
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

WORKS ON GHOSTS: You must login or register to view this content.
WORKS ON MW3: ... Ya'll ready know diz works on mw3 naqqua


very confusing tut but well done you would of put heaps of effort into the thread. :p

The following user thanked Adrian for this useful post:

BaSs_HaXoR
04-09-2018, 05:57 AM #10
upload link for download pleasee

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo