Sunday, October 2, 2011

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

No comments:

Post a Comment