Sunday, October 2, 2011

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

No comments:

Post a Comment