|
|
初投稿です。
イライラする自転車ができましたw
慣れると結構楽しいです〜
#cheat BMW at 101 Bayshore Avenue
//Created By Sunshine Customs
//Sunshine Customs Created By emcp
//Addresses Found By Vette
//Basics
setint(0x08C739B0, 178); //Car Id
setchar(0x08C739B0+0x24, 255,255,255, 255); //Color 1
setchar(0x08C739B0+0x28, 0,0,255, 255); //Color2
setshort(0x98a2e10, 1, 'B','M','W', 0);
//Wheels
setfloat(0x962f060+0x6c, 3.16); //Traction Multiplier
setfloat(0x962f060+0xc4, 1.25); //Traction Loss
setfloat(0x962f060+0x70, 0.4); //Traction Bias
//Engine
setchar(0x962f060+0x5c, 'R', 'E', 5); // Drive type / Engine type / Gears
//Suspension
setfloat(0x962f060+0x7c, 0.47); //Suspension Upper Limit
setfloat(0x962f060+0x80, -0.3); //Suspension Lower Limit
setfloat(0x962f060+0x78, 0.1); //Suspension Damping Level
setfloat(0x962f060+0x74, 1.2); //Suspension Force Level
setfloat(0x962f060+0x84, 0.5); //Suspension Bias
setfloat(0x962f060+0x88, 0); //Anti-Dive Multiplier
//Handling
setfloat(0x962f060+0x68, 40); //Steering Lock
setfloat(0x962f060+0xbc, 7500); //Vehilce Mass
setfloat(0x962f060+0xc0, 7500); //Turn Mass
setfloat(0x962f060+0xa0, 0); //Centre of Mass - X
setfloat(0x962f060+0xa4, 0); //Centre of Mass - Y
setfloat(0x962f060+0xa8, 0); //Centre of Mass - Z
//Neon
for(neon=0;neon<16;neon++)
{setchar(0x097272d0+4*neon, 255, 0, 0);}
//Teleport
teleport( -806.04, -1185.04, 11.0);
off()
|
|