I've made some screen shots of the vehicle spawn and a map at http://wikigta.org/ The map is here.VCS Cheats
By WZW
Thursday, October 6, 2011
Wednesday, October 5, 2011
WZW cheats
I have all my cheats in one document so you don't need to copy all those cheats separate. You can find it here. The 0.6.1 version of the Vehicle Spawn is also in there. It has the VCPD Cheetah and FBI Rancher location fixed, the BF Injection heading and when you turn it on you see 'on' in stead of 'off'.
Comming soon: Updates for the Tuned Sabre Turbo, New Vehicle Spawns, Special FBI Washington, Special Taxi
Comming soon: Updates for the Tuned Sabre Turbo, New Vehicle Spawns, Special FBI Washington, Special Taxi
Tuesday, October 4, 2011
Tuned Sabre Turbo V1.4.1
The first update for the Tuned Sabre Turbo! It has a new color and a new nitro colour. The body colour is darker red and the nitro is bluer. The right Sabre on the picture is the new one.
#cheat Tuned Sabre Turbo
//Author: WZW
//Category: Vehicle
//Description: A Sabre Turbo with indestructable tyres, custom colour, NOS, locked car doors (press down to lock/unlock), and neon.
//
//Version: 1.4.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 273)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 200, 0, 0);
setchar(pcar + 0x228, 0, 0, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 50, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
R = 255;
G = 0;
B = 0;
for(neon=0;neon<16;neon++)
{setchar(0x0972EFF0+4*neon, R, G, B);}
setshort(pcar+0x3b6, 0, 0);
if(press & CTRL_DOWN)
setshort(pcar+0x232, getshort(pcar+0x232) ^ 0x0101);
#off
setshort(pcar+0x232, 0);
}
Comming soon: Updates for the Tuned Sabre Turbo, Fixed Vehicle Spawns, Special FBI Washington, Special Taxi
#cheat Tuned Sabre Turbo
//Author: WZW
//Category: Vehicle
//Description: A Sabre Turbo with indestructable tyres, custom colour, NOS, locked car doors (press down to lock/unlock), and neon.
//
//Version: 1.4.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 273)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 200, 0, 0);
setchar(pcar + 0x228, 0, 0, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 50, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
R = 255;
G = 0;
B = 0;
for(neon=0;neon<16;neon++)
{setchar(0x0972EFF0+4*neon, R, G, B);}
setshort(pcar+0x3b6, 0, 0);
if(press & CTRL_DOWN)
setshort(pcar+0x232, getshort(pcar+0x232) ^ 0x0101);
#off
setshort(pcar+0x232, 0);
}
Comming soon: Updates for the Tuned Sabre Turbo, Fixed Vehicle Spawns, Special FBI Washington, Special Taxi
Sunday, October 2, 2011
Tuned Sabre Turbo
Here is the code for the Tuned Sabre Turbo. It has custom colours, neon, nos and central locking. By holding o while driving you use the nos, when pushing down you lock or unlock the doors. A video is comming soon.
#cheat Tuned Sabre Turbo
//Author: WZW
//Category: Vehicle
//Description: A Sabre Turbo with indestructable tyres, custom colour, NOS, locked car doors (press down to lock/unlock) and neon.
//
//Version: 1.0.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 273)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 255, 0, 0);
setchar(pcar + 0x228, 0, 0, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 127, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
R = 255;
G = 0;
B = 0;
for(neon=0;neon<16;neon++)
{setchar(0x0972EFF0+4*neon, R, G, B);}
setshort(pcar+0x3b6, 0, 0);
if(press & CTRL_DOWN)
setshort(pcar+0x232, getshort(pcar+0x232) ^ 0x0101);
#off
setshort(pcar+0x232, 0);
}
Comming soon: Updates, Fixed Vehicle Spawns
#cheat Tuned Sabre Turbo//Author: WZW
//Category: Vehicle
//Description: A Sabre Turbo with indestructable tyres, custom colour, NOS, locked car doors (press down to lock/unlock) and neon.
//
//Version: 1.0.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 273)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 255, 0, 0);
setchar(pcar + 0x228, 0, 0, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 127, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
R = 255;
G = 0;
B = 0;
for(neon=0;neon<16;neon++)
{setchar(0x0972EFF0+4*neon, R, G, B);}
setshort(pcar+0x3b6, 0, 0);
if(press & CTRL_DOWN)
setshort(pcar+0x232, getshort(pcar+0x232) ^ 0x0101);
#off
setshort(pcar+0x232, 0);
}
Comming soon: Updates, Fixed Vehicle Spawns
Barbie Blista
The third cheat is a Barbie Blista. I gave the Blista compact two pink colours. The top colour is just a little bit brighter than the bottom colour.
#cheat Barbie Blista
//Author: WZW
//Category: Vehicle
//Description: A pink Blista Compact.
//
//Version: 1.0
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 177)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 255, 41, 126);
setchar(pcar + 0x228, 245, 0, 100);
}
Comming soon: Tuned Sabre Turbo
#cheat Barbie Blista
//Author: WZW
//Category: Vehicle
//Description: A pink Blista Compact.
//
//Version: 1.0//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 177)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 255, 41, 126);
setchar(pcar + 0x228, 245, 0, 100);
}
Comming soon: Tuned Sabre Turbo
Custom Infernus
My Custom Infernus cheat is finished. When this cheat is activated and you go inside an Infernus it wil turn Green, it has Lamborghini Doors and it has NOS.
#cheat Custom Infernus
//Author: WZW
//Category: Vehicle
//Description: This Infernus has a bright green paint job. Hold O to use the Nos. It also has Lamborghini Style Doors and 20" Rims. Thanks to DDM for his Sentinel XS cheat.
//
//Version: 1.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 270)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 10, 255, 10);
setchar(pcar + 0x228, 0, 0, 0);
setfloat(pcar+0x450, 0, -1.2566371, 0);
setfloat(pcar+0x480, 0, -1.2566371, 0);
setfloat(pcar+0x4b0, 0, -1.2566371, 0);
setfloat(pcar+0x4e0, 0, -1.2566371, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 127, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
Comming soon: Barbie Blista and Tuned Sabre Turbo
#cheat Custom Infernus
//Author: WZW
//Category: Vehicle
//Description: This Infernus has a bright green paint job. Hold O to use the Nos. It also has Lamborghini Style Doors and 20" Rims. Thanks to DDM for his Sentinel XS cheat.
//
//Version: 1.1
//Image:
//Working: Yes
if(getshort(pcar + 0x56) == 270)
{
setfloat(0x936F298, 0.8);
setchar(pcar + 0x224, 10, 255, 10);
setchar(pcar + 0x228, 0, 0, 0);
setfloat(pcar+0x450, 0, -1.2566371, 0);
setfloat(pcar+0x480, 0, -1.2566371, 0);
setfloat(pcar+0x4b0, 0, -1.2566371, 0);
setfloat(pcar+0x4e0, 0, -1.2566371, 0);
if(buttons & CTRL_CIRCLE && buttons & CTRL_CROSS) {
speed = 0.0;
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 0, 127, 255);
if(getfloat(pcar+0x140)>0)
{
speed+=getfloat(pcar+0x140);
}
else
{
speed-=getfloat(pcar+0x140);
}
if(getfloat(pcar+0x144)>0)
{
speed+=getfloat(pcar+0x144);
}
else
{
speed-=getfloat(pcar+0x144);
}
if(speed<175/75)
{
setfloat(pcar+0x140, getfloat(pcar+0x140)-getfloat(pcar+0x4)*0.005);
setfloat(pcar+0x144, getfloat(pcar+0x144)+getfloat(pcar)*0.005);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 63, 63, 63);
}
}
Comming soon: Barbie Blista and Tuned Sabre Turbo
The first cheat
Im developing cheats for GTA Vice City Stories Cheatdevice, and you can download them on this site. The first one is a vehicle spawner. It's stil under development so not all the vehicles spawn. Just copy it and put in a document in the cheats/vcs map on your psp
#cheat Vehicle Spawns
//Author: WZW
//Category: Vehicle
//Description: Enjoy!
//
//Version: 0.5
//Image: None
//Working: Yes
pspawn = 0x08E81290;
setint(pspawn, 275); //Hunter
setfloat(pspawn + 0x4, 244.85, -182.86, 29.08, 0); //Clymenus Suite 2nd Helipad
pspawn += 0x30;
setint(pspawn, 268); //FBI Rancher
setfloat(pspawn + 0x4, 353.20, -509.06, 12.33, 145); //Washinton Beach Police Dept
pspawn += 0x30;
setint(pspawn, 204); //VCPD Cheetah
setfloat(pspawn + 0x4, 349.95, -508.19, 12.33, 145); //Washinton Beach Police Dept
pspawn += 0x30;
setint(pspawn, 245); //Sandking
setfloat(pspawn + 0x4, -428.90, 1388.54, 11.76, 0); //Dirt Track
pspawn += 0x30;
setint(pspawn, 255); //Bfinjection
setfloat(pspawn + 0x4, -435.49, 1389.45, 11.77, 150); //Dirt Track
pspawn += 0x30;
setint(pspawn, 228); //Stretch
setfloat(pspawn + 0x4, -835.06, 1038.65, 15.75, 0); //Hotel next to the Downtown Hospital
pspawn += 0x30;
setint(pspawn, 213); //Maverick
setfloat(pspawn + 0x4, -1069.02, 295.51, 11.26, 0); //The Compound
pspawn += 0x30;
setint(pspawn, 187); //Deluxo
setfloat(pspawn + 0x4, -1096.34, 313.76, 11.27, 0); //The Compound
pspawn += 0x30;
setint(pspawn, 172); //Cheetah
setfloat(pspawn + 0x4, 820.24, -1198.78, 11.11, 20); //Behind 101 Bayshore Avenue
pspawn += 0x30;
setint(pspawn, 263); //Sea Sparrow
setfloat(pspawn + 0x4, -835.96, -1197.60, 19.70, 90); //On top of 101 Bayshore Avenue garage
pspawn += 0x30;
setint(pspawn, 232); //Freeway
setfloat(pspawn + 0x4, -801.61,-1179.28 , 10.96, 90); //101 Bayshore Avenue
pspawn += 0x30;
setint(pspawn, 222); //Biplane
setfloat(pspawn + 0x4, -1307.15, -664.83, 14.87, 0); //Bended runway
pspawn += 0x30;
off()
Comming soon: Custom Infernus, Barbie Blista and Tuned Sabre Turbo
#cheat Vehicle Spawns
//Author: WZW
//Category: Vehicle
//Description: Enjoy!
//
//Version: 0.5
//Image: None
//Working: Yes
pspawn = 0x08E81290;
setint(pspawn, 275); //Hunter
setfloat(pspawn + 0x4, 244.85, -182.86, 29.08, 0); //Clymenus Suite 2nd Helipad
pspawn += 0x30;
setint(pspawn, 268); //FBI Rancher
setfloat(pspawn + 0x4, 353.20, -509.06, 12.33, 145); //Washinton Beach Police Dept
pspawn += 0x30;
setint(pspawn, 204); //VCPD Cheetah
setfloat(pspawn + 0x4, 349.95, -508.19, 12.33, 145); //Washinton Beach Police Dept
pspawn += 0x30;
setint(pspawn, 245); //Sandking
setfloat(pspawn + 0x4, -428.90, 1388.54, 11.76, 0); //Dirt Track
pspawn += 0x30;
setint(pspawn, 255); //Bfinjection
setfloat(pspawn + 0x4, -435.49, 1389.45, 11.77, 150); //Dirt Track
pspawn += 0x30;
setint(pspawn, 228); //Stretch
setfloat(pspawn + 0x4, -835.06, 1038.65, 15.75, 0); //Hotel next to the Downtown Hospital
pspawn += 0x30;
setint(pspawn, 213); //Maverick
setfloat(pspawn + 0x4, -1069.02, 295.51, 11.26, 0); //The Compound
pspawn += 0x30;
setint(pspawn, 187); //Deluxo
setfloat(pspawn + 0x4, -1096.34, 313.76, 11.27, 0); //The Compound
pspawn += 0x30;
setint(pspawn, 172); //Cheetah
setfloat(pspawn + 0x4, 820.24, -1198.78, 11.11, 20); //Behind 101 Bayshore Avenue
pspawn += 0x30;
setint(pspawn, 263); //Sea Sparrow
setfloat(pspawn + 0x4, -835.96, -1197.60, 19.70, 90); //On top of 101 Bayshore Avenue garage
pspawn += 0x30;
setint(pspawn, 232); //Freeway
setfloat(pspawn + 0x4, -801.61,-1179.28 , 10.96, 90); //101 Bayshore Avenue
pspawn += 0x30;
setint(pspawn, 222); //Biplane
setfloat(pspawn + 0x4, -1307.15, -664.83, 14.87, 0); //Bended runway
pspawn += 0x30;
off()
Comming soon: Custom Infernus, Barbie Blista and Tuned Sabre Turbo
Subscribe to:
Posts (Atom)







