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
 3359

Vehicle mods

by XBLxPhantom - 07-24-2019 - 03:00 AM
#1
Credits to Simplicity.

Code:
Hidden Content
You must register or login to view this content.

Reply
#2
lets take a look, thx :D
Reply
#3
Thank you I will try it
Reply
#4
What thigs from simplicity this contains?
Reply
#5
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);
}
}
Reply
#6
(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
Reply
#7
(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
Reply
#8
(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:
(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.
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.
Reply
#9
Nice ill look at this later
Reply
#10
(07-28-2019 - 02:27 AM)magiccarpet Wrote:
(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:
(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.
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.
Alpha is a shit menu. 30+ C&P crash methods that do fuck all, an out dated looking base + shit prices and advertising.

(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
Reply

Users browsing: 1 Guest(s)