Post: Ghosts Name Image Strings!
03-15-2014, 06:24 PM #1
RatchetBooty
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys, so as you may or may not know already BaSs_HaXoR released an amazing String Image Value Setter program, and if you've used it you would know that a lot of the strings don't work or end up freezing your PS3. So I went through the list and found a bunch of them that work, (I went through a lot of freezing but it was worth it), If you're wondering what these strings do, well you can use them to have images in your name like this one:

Example of a image as a name:

You must login or register to view this content.



List of strings:

    
^==voice_on - voice on
^ZZnottalkingicon - not talking icon
^ZZtalkingicon - talking icon
^ZZui_host - host
^== voice_off - voice off
^==net_disconnect - net disconnect
^ZZprogress_bar_fg - progress bar
^ZZhint_health - hint health
^ZZ*playlist_population - the little map you see that shows the people around the world playing ghosts
^ZZ*hud_grenadepointer - grenade pointer icon
^ZZ*hud_grenadethrowback - grenade throw back icon
^ZZ*headiconvoicechat - head icon voice chat
^ZZFacebook - facebook logo
^ZZ*hud_flashbangicon - flash bang icon
^ZZaward_trophy - trophy award
^ZZaward_positive - positive award
^ZZaward_negative - negative award
^ZZ*waypoint_defend_c - defend c way point
^ZZhud_status_dead - dead status
^ZZ*waypoint_target_b - target b way point
^ZZ*waypoint_defend_b - defend b way point
^ZZwaypoint_escort - escort way point
^ZZ*waypoint_target_a - target a way point
^ZZ*waypoint_defuse_a - defuse a way point
^ZZ*waypoint_capture_c - capture c way point
^ZZ*waypoint_capture_a - capture a way point
^ZZ*waypoint_capture_b - capture b way point
^ZZ*waypoint_defend_a - defend a way point
^ZZ*waypoint_defuse_b - defuse b way point
^ZZhud_grenadeicon - grenade icon
^ZZ*hud_suitcase_bomb - bomb suitcase
^ZZkilliconfalling - falling icon
^ZZaward_skull - skull award
^ZZaward_bird - bird award
^ZZ plantbomb - bomb plant
^ZZ*killiconheadshot - headshot icon
^ZZmapselect_arrow - arrow
^ZZaward_hero - hero award
^ZZdefusebomb - bomb defuse
^ZZkilliconimpact - impact
^ZZhint_usable - idk what this is
^ZZaward_jets - jet award



Sorry for the terrible descriptions on them, didn't know how to describe most of them but try them out, they're super fun to use and you get some pretty crazy reactions from people. Here are 2 examples on how to use them, many people know how to do this already but just pointing this out for the people that are just starting to code Smile



Example #1 (You can use this for preset names on your tool):
    
byte[] imagename = Encoding.ASCII.GetBytes("^==voice_on");
Array.Resize(ref imagename , imagename .Length + 1);
PS3.SetMemory(0x0176d538, imagename);

Example #2(simply have whatever is in the textbox be set as your name, so you can enter the string in the text box and it will work
    
byte[] imagename = Encoding.ASCII.GetBytes(textBox1.Text);
Array.Resize(ref imagename , imagename .Length + 1);
PS3.SetMemory(0x0176d538, imagename);


Once again credits go out to BaSs_HaXoR for releasing his string image value setter tool, his thread: You must login or register to view this content.

Note: If the strings with the * don't work, simply download this text file and copy the string from the text file as NGU is censoring the little symbol and making it a *
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 16 users say thank you to RatchetBooty for this useful post:

-SuperMan, BoatyMcBoatFace, BuC-ShoTz, D3skm, Dan Dactyl, Dead_Coast, Ethan, iNDMx, Loxy, M-alShammary, marioju, xProvXKiller, Taylors Bish, tunde1992, Fatality
03-15-2014, 06:49 PM #2
tunde1992
League Champion
Nice. This will come in Handy :P
03-15-2014, 10:05 PM #3
xProvXKiller
Climbing up the ladder
Nice i will be trying this out:yes:
03-15-2014, 10:07 PM #4
Force
Shadow
I like it :y:
03-16-2014, 12:55 AM #5
RatchetBooty
Former Staff
If some of the strings don't work, download the text file on the on the thread and simply copy the string you want from the text file.
03-16-2014, 01:33 AM #6
Ethan
Ethan is awesome
Nice!
03-16-2014, 01:57 AM #7
ByteSource
League Champion
Originally posted by RatchetBooty View Post
Hey guys, so as you may or may not know already BaSs_HaXoR released an amazing String Image Value Setter program, and if you've used it you would know that a lot of the strings don't work or end up freezing your PS3. So I went through the list and found a bunch of them that work, (I went through a lot of freezing but it was worth it), If you're wondering what these strings do, well you can use them to have images in your name like this one:

Example of a image as a name:

You must login or register to view this content.



List of strings:

    
^==voice_on - voice on
^ZZnottalkingicon - not talking icon
^ZZtalkingicon - talking icon
^ZZui_host - host
^== voice_off - voice off
^==net_disconnect - net disconnect
^ZZprogress_bar_fg - progress bar
^ZZhint_health - hint health
^ZZ*playlist_population - the little map you see that shows the people around the world playing ghosts
^ZZ*hud_grenadepointer - grenade pointer icon
^ZZ*hud_grenadethrowback - grenade throw back icon
^ZZ*headiconvoicechat - head icon voice chat
^ZZFacebook - facebook logo
^ZZ*hud_flashbangicon - flash bang icon
^ZZaward_trophy - trophy award
^ZZaward_positive - positive award
^ZZaward_negative - negative award
^ZZ*waypoint_defend_c - defend c way point
^ZZhud_status_dead - dead status
^ZZ*waypoint_target_b - target b way point
^ZZ*waypoint_defend_b - defend b way point
^ZZwaypoint_escort - escort way point
^ZZ*waypoint_target_a - target a way point
^ZZ*waypoint_defuse_a - defuse a way point
^ZZ*waypoint_capture_c - capture c way point
^ZZ*waypoint_capture_a - capture a way point
^ZZ*waypoint_capture_b - capture b way point
^ZZ*waypoint_defend_a - defend a way point
^ZZ*waypoint_defuse_b - defuse b way point
^ZZhud_grenadeicon - grenade icon
^ZZ*hud_suitcase_bomb - bomb suitcase
^ZZkilliconfalling - falling icon
^ZZaward_skull - skull award
^ZZaward_bird - bird award
^ZZ plantbomb - bomb plant
^ZZ*killiconheadshot - headshot icon
^ZZmapselect_arrow - arrow
^ZZaward_hero - hero award
^ZZdefusebomb - bomb defuse
^ZZkilliconimpact - impact
^ZZhint_usable - idk what this is
^ZZaward_jets - jet award



Sorry for the terrible descriptions on them, didn't know how to describe most of them but try them out, they're super fun to use and you get some pretty crazy reactions from people. Here are 2 examples on how to use them, many people know how to do this already but just pointing this out for the people that are just starting to code Smile



Example #1 (You can use this for preset names on your tool):
    
byte[] imagename = Encoding.ASCII.GetBytes("^==voice_on");
Array.Resize(ref imagename , imagename .Length + 1);
PS3.SetMemory(0x0176A038 , imagename);

Example #2(simply have whatever is in the textbox be set as your name, so you can enter the string in the text box and it will work
    
byte[] imagename = Encoding.ASCII.GetBytes(textBox1.Text);
Array.Resize(ref imagename , imagename .Length + 1);
PS3.SetMemory(0x0176A038 , imagename);


Once again credits go out to BaSs_HaXoR for releasing his string image value setter tool, his thread: You must login or register to view this content.

Note: If the strings with the * don't work, simply download this text file and copy the string from the text file as NGU is censoring the little symbol and making it a *
You must login or register to view this content.


it would be funny if someone make a img spam so from frog to random
03-16-2014, 06:41 AM #8
-SuperMan
Krazy Weed
Didnt Bass Release Everything ?
03-16-2014, 02:40 PM #9
RatchetBooty
Former Staff
Originally posted by SuperMan View Post
Didnt Bass Release Everything ?


Ya but if you read the thread I said that since the tool's string was just an image dump and like 3 quarters of the stuff either didn't work or froze you, I went through most of them and found the working ones Smile
03-16-2014, 02:51 PM #10
-SuperMan
Krazy Weed
Originally posted by RatchetBooty View Post
Ya but if you read the thread I said that since the tool's string was just an image dump and like 3 quarters of the stuff either didn't work or froze you, I went through most of them and found the working ones Smile


Oh Then I Love You <3 .

The following user thanked -SuperMan for this useful post:

RatchetBooty

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo