ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2807

Change tire The Liberator monster

by BIGMARK - 05-05-2019 - 12:15 AM
#11
can someone dm me the code pizz
This account is currently banned
Ban reason: Spam
Reply
#12
(11-21-2019 - 02:19 AM)MODZCrazy Wrote: can someone dm me the code pizz

void Unk_Vehicle_Set_Meta(int Index, int Mod, int Value)
{
int GPointer = Unk_Vehicle_Find_Meta(Index) + Mod;
*(int*)(GPointer) = Value;
}

//Spanw Car
Unk_Vehicle_Set_Meta(1, 0x174, /*FBI Wheels*/ *(DWORD*)0xCD797358);
Unk_Vehicle_Set_Meta(1, 0x178, 0x00010001);
Unk_Vehicle_Set_Meta(1, 0x188, 0x00040004);
[Image: eZYKdLc.png]
Reply
#13
(11-21-2019 - 06:30 AM)BIGMARK Wrote:
(11-21-2019 - 02:19 AM)MODZCrazy Wrote: can someone dm me the code pizz

void Unk_Vehicle_Set_Meta(int Index, int Mod, int Value)
{
    int GPointer = Unk_Vehicle_Find_Meta(Index) + Mod;
    *(int*)(GPointer) = Value;
}

//Spanw Car
Unk_Vehicle_Set_Meta(1, 0x174, /*FBI Wheels*/ *(DWORD*)0xCD797358);
Unk_Vehicle_Set_Meta(1, 0x178, 0x00010001);
Unk_Vehicle_Set_Meta(1, 0x188, 0x00040004);


i'm sorry but i need Function "Unk_Vehicle_Find_Meta" plz
This account is currently banned
Ban reason: Spam
Reply
#14
i'm sorry but i need Function "Unk_Vehicle_Find_Meta" plz
This account is currently banned
Ban reason: Spam
Reply
#15
i have source code for you folks :D

Code:
if (PED::IS_PED_IN_ANY_VEHICLE(PLAYER::PLAYER_PED_ID(), 0))
{
int veh = PED::GET_VEHICLE_PED_IS_IN(PLAYER::PLAYER_PED_ID(), 0);
int veh_addr = modwheel(veh);
int veh_comps_ptr = *(int*)(veh_addr + 0x28);
int wheel_ptr = *(int*)(veh_comps_ptr + 0x130);
*(float*)(wheel_ptr + 0x4) = Wheelsize;
if (VEHICLE::IS_THIS_MODEL_A_BIKE(ENTITY::GET_ENTITY_MODEL(veh))) {
*(float*)(wheel_ptr + 0x8) = Wheelsize;
}
}
enjoy
Reply
#16
(11-23-2019 - 04:06 AM)Darrenliu15 Wrote: i have source code for you folks :D

Code:
if (PED::IS_PED_IN_ANY_VEHICLE(PLAYER::PLAYER_PED_ID(), 0))
{
int veh = PED::GET_VEHICLE_PED_IS_IN(PLAYER::PLAYER_PED_ID(), 0);
int veh_addr = modwheel(veh);
int veh_comps_ptr = *(int*)(veh_addr + 0x28);
int wheel_ptr = *(int*)(veh_comps_ptr + 0x130);
*(float*)(wheel_ptr + 0x4) = Wheelsize;
if (VEHICLE::IS_THIS_MODEL_A_BIKE(ENTITY::GET_ENTITY_MODEL(veh))) {
*(float*)(wheel_ptr + 0x8) = Wheelsize;
}
}
enjoy

This is only for tire size.
[Image: eZYKdLc.png]
Reply
#17
int Unk_Vehicle_Find_Meta(int Index)
{
int GTemp = *(int*)(0x83000000 + 0x9C89A4);
return *(int*)(GTemp + (Index * 0x7534)) + 0x04;
}

void Unk_Vehicle_Set_Meta(int Index, int Mod, int Value)
{
int GPointer = Unk_Vehicle_Find_Meta(Index) + Mod;
*(int*)(GPointer) = Value;
}

//Spanw Car
Unk_Vehicle_Set_Meta(1, 0x174, /*FBI Wheels*/ *(DWORD*)0xCD797358);
Unk_Vehicle_Set_Meta(1, 0x178, 0x00010001);
Unk_Vehicle_Set_Meta(1, 0x188, 0x00040004);


oops did i do that?
Reply
#18
(05-05-2019 - 12:20 AM)BModzMasterTM Wrote: this was leaked in simplicity source too lol, useless threads
Aflojate apa

(11-23-2019 - 07:51 AM)mockingjay405 Wrote: int Unk_Vehicle_Find_Meta(int Index)
{
    int GTemp = *(int*)(0x83000000 + 0x9C89A4);
    return *(int*)(GTemp + (Index * 0x7534)) + 0x04;
}

void Unk_Vehicle_Set_Meta(int Index, int Mod, int Value)
{
    int GPointer = Unk_Vehicle_Find_Meta(Index) + Mod;
    *(int*)(GPointer) = Value;
}

//Spanw Car
Unk_Vehicle_Set_Meta(1, 0x174, /*FBI Wheels*/ *(DWORD*)0xCD797358);
Unk_Vehicle_Set_Meta(1, 0x178, 0x00010001);
Unk_Vehicle_Set_Meta(1, 0x188, 0x00040004);


oops did i do that?
JAJA LOL Pass me ur discord server :D
Reply
#19
This is in simplicity source already, but if u know how just create your own its ez
Reply
#20
Nice mate gd stuff
Reply

Users browsing: 11 Guest(s)