lets start with green
1.)#cheat (cheat name goes here) green exsuast
2.)setchar(0x09569B94, <----(thats the basic for the exsaust)
,0,255,0); red/green/blue
basicailly it goes like this
#cheat green exsuast
setchar(0x09569B94, 0, 255, 0);
#cheat red exsuast
setchar(0x09569B94, 255, 0, 0);
#cheat purple exsuast
setchar(0x09569B94, 80, 0, 80);
#cheat turquoise exsuast
setchar(0x09569B94, 0, 255, 255);
#cheat yellow exsuast
setchar(0x09569B94, 255, 255, 0);
#cheat orange exsuast
setchar(0x09569B94, 255, 80, 0);
#cheat lime green exsuast
setchar(0x09569B94, 80, 255, 0);
#cheat hot pink exsuast
setchar(0x09569B94, 255, 0, 80);
#cheat sky blue exsuast
setchar(0x09569B94, 0, 175, 255);
#cheat white exsuast
setchar(0x09569B94, 255, 255, 255);
#cheat blue exsuast
setchar(0x09569B94, 0, 0, 255);
#cheat Gold Exhuast smoke
setchar(0x9569b94, 0xCC, 0x99, 0x33);
#cheat pink Exhuast smoke
setchar(0x9569b94, 0x255, 0x00, 0x255);
#cheat San Andreas Nos to vcs
static On;
static going;
if(buttons & CTRL_CIRCLE &&!On) {
On = 1;
}
if(On) {
static timepassed;
static init;
if(!init)
{
lasttime = getchar( 0x08bb3b41 );
init = 1;
}
if( lasttime != getchar( 0x08bb3b41 ) )
{
timepassed++;
lasttime = getchar( 0x08bb3b41 );
}
if( timepassed < 15 )
{
going = 1;
}
else {
On = 0;
timepassed = 0;
going = 0;
}
}
if(going) {
setchar(0x09569B90, 0x10);
setchar(0x09569B94, 255, 0, 0);
speed = 1.5;
thrust = speed * 0.00333;
if(buttons & CTRL_CROSS) {
setfloat(pcar + 0x0140, getfloat(pcar + 0x0140) + getfloat(pcar + 0x0010) * thrust);
setfloat(pcar + 0x0144, getfloat(pcar + 0x0144) + getfloat(pcar + 0x0014) * thrust);
}
}
else
{
setchar(0x09569B90, 0x4);
setchar(0x09569B94, 255, 0, 0);
}
need the nos so its visible... press x on nos... press O to use it, cancle the nos, the pick ur exsuast