Code:
LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
Lame? Lmfao But Yet U Probs Copied The code, Pasted To A Notepad Txt File and Saved To Your Desktop.....Do You Even Know What These Do?
2021 Best Be Better Then 2020
(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
this is the hidden content? lol
(07-25-2019 - 10:06 PM)trinity7 Wrote:(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
Lame? Lmfao But Yet U Probs Copied The code, Pasted To A Notepad Txt File and Saved To Your Desktop.....Do You Even Know What These Do?
i think this was encryped in simplicity or maybe was in a higher update idk but if this was in simplcity it would be in alpha menu.
(07-28-2019 - 02:27 AM)magiccarpet Wrote:no offence to alpha menu lol didnt want that to be taken wrong it seems like a good menu. But i did see they picked the goodies from simplcity.(07-25-2019 - 10:06 PM)trinity7 Wrote:(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
Lame? Lmfao But Yet U Probs Copied The code, Pasted To A Notepad Txt File and Saved To Your Desktop.....Do You Even Know What These Do?
i think this was encryped in simplicity or maybe was in a higher update idk but if this was in simplcity it would be in alpha menu.
(07-28-2019 - 02:27 AM)magiccarpet Wrote:Alpha is a shit menu. 30+ C&P crash methods that do fuck all, an out dated looking base + shit prices and advertising.(07-25-2019 - 10:06 PM)trinity7 Wrote:(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
Lame? Lmfao But Yet U Probs Copied The code, Pasted To A Notepad Txt File and Saved To Your Desktop.....Do You Even Know What These Do?
i think this was encryped in simplicity or maybe was in a higher update idk but if this was in simplcity it would be in alpha menu.
(07-28-2019 - 02:27 AM)magiccarpet Wrote:no offence to alpha menu lol didnt want that to be taken wrong it seems like a good menu. But i did see they picked the goodies from simplcity.(07-25-2019 - 10:06 PM)trinity7 Wrote:(07-25-2019 - 06:55 PM)dabexclusive Wrote:Code:LAME!
int VEHICLE_META_FX(int index) {
return *(int*)(0xCD78AEA4 + (index * 0x270));
}
void SET_META_FX_MOD(int index, int mod, float value) {
int arr = VEHICLE_META_FX(index) + mod;
*(float*)(arr) = value;
}
void CAR_FX_MOD_1() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0x04, VehImpact_FX);
}
}
void CAR_FX_MOD_2() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xC8, VehBurnoutSmokeFx);
}
}
void CAR_FX_MOD_3() {
for (int i = 0; i < 250; i++) {
SET_META_FX_MOD(i, 0xB4, SkidmarkIntensity);
}
}
Lame? Lmfao But Yet U Probs Copied The code, Pasted To A Notepad Txt File and Saved To Your Desktop.....Do You Even Know What These Do?
i think this was encryped in simplicity or maybe was in a higher update idk but if this was in simplcity it would be in alpha menu.
(07-30-2019 - 09:42 PM)Venom_Modz Wrote: Nice ill look at this later
I know you will. Enjoy
(07-25-2019 - 03:29 PM)carlos_20 Wrote: Thank you I will try it
yurp
Users browsing: 1 Guest(s)