GOOD WORK.............
Honestly don't know if this works but found this in i think Infection source.
there was no function for the "Freezecarstop" bool. so not sure if this actually works
Code:
if (FreezeCarProtection)
{
int OffsetValueCl = 0x830D8600;
bool FreezeCarStop = false;
//FUNCTION//
if (!FreezeCarStop)
{
*(int*)OffsetValueCl = 0x4E800020;
FreezeCarStop = true;
}
else if (FreezeCarStop)
{
*(int*)OffsetValueCl = 0x7D8802A6;
FreezeCarStop = false;
}
}
there was no function for the "Freezecarstop" bool. so not sure if this actually works
(12-01-2018 - 08:45 PM)XBLxPhantom Wrote: Honestly don't know if this works but found this in i think Infection source.
Code:if (FreezeCarProtection)
{
int OffsetValueCl = 0x830D8600;
bool FreezeCarStop = false;
//FUNCTION//
if (!FreezeCarStop)
{
*(int*)OffsetValueCl = 0x4E800020;
FreezeCarStop = true;
}
else if (FreezeCarStop)
{
*(int*)OffsetValueCl = 0x7D8802A6;
FreezeCarStop = false;
}
}
there was no function for the "Freezecarstop" bool. so not sure if this actually works
Bruh the function for freezecarstop is right in front of u ..... lol
2021 Best Be Better Then 2020
(12-01-2018 - 08:59 PM)trinity7 Wrote:(12-01-2018 - 08:45 PM)XBLxPhantom Wrote: Honestly don't know if this works but found this in i think Infection source.
Code:if (FreezeCarProtection)
{
int OffsetValueCl = 0x830D8600;
bool FreezeCarStop = false;
//FUNCTION//
if (!FreezeCarStop)
{
*(int*)OffsetValueCl = 0x4E800020;
FreezeCarStop = true;
}
else if (FreezeCarStop)
{
*(int*)OffsetValueCl = 0x7D8802A6;
FreezeCarStop = false;
}
}
there was no function for the "Freezecarstop" bool. so not sure if this actually works
Bruh the function for freezecarstop is right in front of u ..... lol
And No The Whole Thing Is Incorrect Lol All Is, Is #define REMOVE_ALL_WEAPONS_EVENT 0x830D8600
lol
2021 Best Be Better Then 2020
(12-01-2018 - 09:09 PM)trinity7 Wrote:ouf lmfao alright(12-01-2018 - 08:59 PM)trinity7 Wrote:(12-01-2018 - 08:45 PM)XBLxPhantom Wrote: Honestly don't know if this works but found this in i think Infection source.
Code:if (FreezeCarProtection)
{
int OffsetValueCl = 0x830D8600;
bool FreezeCarStop = false;
//FUNCTION//
if (!FreezeCarStop)
{
*(int*)OffsetValueCl = 0x4E800020;
FreezeCarStop = true;
}
else if (FreezeCarStop)
{
*(int*)OffsetValueCl = 0x7D8802A6;
FreezeCarStop = false;
}
}
there was no function for the "Freezecarstop" bool. so not sure if this actually works
Bruh the function for freezecarstop is right in front of u ..... lol
And No The Whole Thing Is Incorrect Lol All Is, Is #define REMOVE_ALL_WEAPONS_EVENT 0x830D8600
lol
Users browsing: 3 Guest(s)