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-17-2014, 11:50 AM #11
RatchetBooty
Former Staff
Hey guys, I will have some time today, so I will be able to find some more working strings and post them on the thread Smile
03-18-2014, 09:10 PM #12
Mango_Knife
In my man cave
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.


This shit goes right into my tool =D
03-18-2014, 10:20 PM #13
RatchetBooty
Former Staff
Originally posted by Knife View Post
This shit goes right into my tool =D


Hehe awesome Smile Make sure to download the text file with the strings as NGU is blocking some of the small symbols in the strings :p
04-06-2014, 03:28 AM #14
RatchetBooty
Former Staff
These image strings are still working for 1.10, enjoy Smile
04-26-2014, 09:18 PM #15
BoatyMcBoatFace
Are you high?
YEs this will be Handy Smile
04-29-2014, 09:37 PM #16
RatchetBooty
Former Staff
Just tested and these still work on 1.11, enjoy Smile.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo