View Full Version: Color Changer for VCS

CheatSync.net Forums > VCS and LCS Cheats > Color Changer for VCS



Title: Color Changer for VCS


xr34p3rx - January 31, 2009 08:20 PM (GMT)
CODE

#cheat Change Car colors
//Right=blue
//Left=Green
//Up=Red
//Down=black
//by xr34p3rx
if (buttons & CTRL_RIGHT)
{
//blue
setchar(pcar+0x224, 0, 0, 255);
setchar(pcar+0x228, 0, 0, 255);
}
if (buttons & CTRL_LEFT)
{
//green
setchar(pcar+0x224, 0, 255, 0);
setchar(pcar+0x228, 0, 255, 0);
}
if (buttons & CTRL_UP)
{
//red
setchar(pcar+0x224, 255, 0, 0);
setchar(pcar+0x228, 255, 0, 0);
}
if (buttons & CTRL_DOWN)
{
//black
setchar(pcar+0x224, 0, 0, 0);
setchar(pcar+0x228, 0, 0, 0);
}
its my first code ever :D

Right=blue
Left=Green
Up=Red
Down=black

Dudek13l - February 3, 2009 10:58 PM (GMT)
cool cheat

SketcheR - February 24, 2009 07:52 PM (GMT)
Nice Cheat!

Thanks! :lol: :lol: :lol: :lol:




Hosted for free by InvisionFree