View Full Version: VCS Vehicle Name addresses

CheatSync.net Forums > Cheat Device Development > VCS Vehicle Name addresses



Title: VCS Vehicle Name addresses
Description: a list of vehicle name addresses no air


emcp - November 9, 2007 10:52 PM (GMT)
heres a list of Car/Bike/Misc vehciles no helis or planes, name address
found by me

CODE

0x98a2eaa Splitz-6 ATV
0x98a30e2 Admiral
0x98a33b8 Cheetah
0x98a35c0 Baggage Handler
0x98a3106 Banshee
0x98a30f2 Perennial
0x98a3116 Blista Compact
0x98a2e10 BMX
0x98a2e18 BMX-Girl
0x98a3134 Bobcat
0x98a2dfc Bulldozzer
0x98a3142 Burrito
0x98a3152 Cabbie
0x98a3160 Caddy
0x98a2edc Polaris V8
0x98a316c Deluxo
0x98a2f0a WinterGreen
0x98a2f22 VCPD WinterGreen
0x98a3174 Esperanto
0x98a318e FBI Washington
0x98a31ac Fire Truck
0x98a351c Glendale
0x98a364e Greenwood
0x98a31c2 Hermes
0x98a2f60 Bovver '64
0x98a31d0 Idaho
0x98a31dc Landstalker
0x98a31f4 Manana
0x98a2e70 Ventoso
0x98a3202 Oceanic
0x98a2fee VCPD Cheetah
0x98a322a Sanchez
0x98a323a Stallion
0x98a3084 VCPD Cruiser
0x98a6136 Domestobot
0x98a325a Patriot
0x98a326a Pony
0x98a3274 Sentinel
0x98a3286 PCJ 600
0x98a32b4 Linerunner
0x98a3588 Walton
0x98a32d8 Barracks OL 2
0x98a3302 Flatbed
0x98a32d8 Barracks OL
0x98a3312 Moonbeam
0x98a3324 Rumpo
0x98a3330 Taxi
0x98a333a Ambulance
0x98a334e Stretch
0x98a335e Faggio
0x98a2e20 ATV
0x98a2ef2 Biker Angel
0x98a350c Freeway
0x98a309e VCPD Enforcer
0x98a2fc4 Boxville
0x98a3008 Benson
0x98a3474 Coach
0x98a33ae Mule
0x98a3008 Voodoo
0x98a3430 Securicar
0x98a3384 Trashmaster
0x98a34de Yankee
0x98a33de Mr Whoopie
0x98a2fb2 Sandking
0x98a3444 Rhino
0x98a2f84 Forklift
0x98a2f44 StreetFighter
0x98a3642 Virgo
0x98a336c Stinger
0x98a33f6 BF Injection
0x98a30ba Pheonix
0x98a30ca Mesa Grande
0x98a2ec4 Cholo Sabre
0x98a35a4 Comet
0x98a3450 Cuban Hermes
0x98a362a FBI Rancher
0x98a34b6 Gang Rancher
0x98a339c Infernus
0x98a3596 Regina
0x98a3564 Sabre
0x98a2fd6 Sabre Turbo
0x98a3212 Sentinel XS
0x98a33c8 Washington

xFinch713x - November 9, 2007 11:03 PM (GMT)
havnt made a cheat in a while (i havnt). mind explaining how to make the cheat (yes im that nooby now)

emcp - November 10, 2007 12:43 AM (GMT)
QUOTE (xFinch713x @ Nov 9 2007, 11:03 PM)
havnt made a cheat in a while (i havnt). mind explaining how to make the cheat (yes im that nooby now)

simply do it like this
CODE

setshort(address, 1, 'T', 'e', 'x', 't', 0 );


or you can use this tool by ddm and just change the address
http://www.cheatsync.net/tools/texted2/

or wait 1 day for sc its finished just beta testing is need before the final go ahead

xFinch713x - November 10, 2007 02:33 AM (GMT)
QUOTE (emcp @ Nov 10 2007, 12:43 AM)
QUOTE (xFinch713x @ Nov 9 2007, 11:03 PM)
havnt made a cheat in a while (i havnt). mind explaining how to make the cheat (yes im that nooby now)

simply do it like this
CODE

setshort(address, 1, 'T', 'e', 'x', 't', 0 );


or you can use this tool by ddm and just change the address
http://www.cheatsync.net/tools/texted2/

or wait 1 day for sc its finished just beta testing is need before the final go ahead

thanks. im actually not playing my psp much anymore, even with your Sunshine Customs. just bored of it now. still good work tho. made one car with your app, and its funny, cuz i set the car to one color, but for the first few seconds out of the garage its one color, drive a little, and it changes to what i had it set as. but yeah, il wait for the update and put it on. thanks again

Freestyle - November 11, 2007 03:28 PM (GMT)
Make the 0 at the end be over to the end like this:

setshort(address, 1, 'T', 'e', 'x', 't', 0);

vettefan88 - November 11, 2007 03:36 PM (GMT)
oh, I don't think you need the 1 at the beginning though.
since this is just a list of strings, the 1 isn't needed, and will just screw up the name.

Freestyle - November 11, 2007 05:26 PM (GMT)
QUOTE (vettefan88 @ Nov 11 2007, 07:36 AM)
oh, I don't think you need the 1 at the beginning though.
since this is just a list of strings, the 1 isn't needed, and will just screw up the name.

yup I think your right actually. you dont want to make a ton of these names and find out you need to change them cause of that little 1..

xFinch713x - November 11, 2007 09:06 PM (GMT)
QUOTE (Freestyle @ Nov 11 2007, 05:26 PM)
QUOTE (vettefan88 @ Nov 11 2007, 07:36 AM)
oh, I don't think you need the 1 at the beginning though.
since this is just a list of strings, the 1 isn't needed, and will just screw up the name.

yup I think your right actually. you dont want to make a ton of these names and find out you need to change them cause of that little 1..

or you could just delete all the 1s out with notepads little replacer thing... lol

Freestyle - November 12, 2007 06:12 PM (GMT)
QUOTE (xFinch713x @ Nov 11 2007, 01:06 PM)
QUOTE (Freestyle @ Nov 11 2007, 05:26 PM)
QUOTE (vettefan88 @ Nov 11 2007, 07:36 AM)
oh, I don't think you need the 1 at the beginning though.
since this is just a list of strings, the 1 isn't needed, and will just screw up the name.

yup I think your right actually. you dont want to make a ton of these names and find out you need to change them cause of that little 1..

or you could just delete all the 1s out with notepads little replacer thing... lol

lol :D

emcp - November 12, 2007 06:25 PM (GMT)
actually the 1 doesnt effect it i tested it

but one thing i noticed was when there wasnt a 1 some of the name continued onto the net vehicle name , so i thought maybe it wouldnt with the 1 i stuck it in but never tested it all i know is it doesnt effect the cheat

xFinch713x - November 13, 2007 04:06 AM (GMT)
ok well then good. just a new discovery? idk... well idk now, thanks

vettefan88 - November 13, 2007 04:21 AM (GMT)
QUOTE (emcp @ Nov 12 2007, 06:25 PM)
actually the 1 doesnt effect it i tested it

but one thing i noticed was when there wasnt a 1 some of the name continued onto the net vehicle name , so i thought maybe it wouldnt with the 1 i stuck it in but never tested it all i know is it doesnt effect the cheat

I think it's because changing it to 1 will just make it 0x0100, and the game doesn't have any character for that. so it's just blank. you can't tell that it's like that in game because they name will still show, but you'll be able to use 1 less letter in the name.




Hosted for free by InvisionFree