What's new

Code Change Weather All Players (Super fun!)

A

aedfhadethe

Newbie
Messages
1
Reaction score
2
Points
45
Sin$
7
Code:
void setWeather(char *weatherType) {
*(unsigned int*)0x82C6CDC8 = 0x60000000;
*(unsigned int*)0x82533CBC = 0x60000000;
*(unsigned int*)0x82533CFC = 0x60000000;
GAMEPLAY::SET_WEATHER_TYPE_NOW_PERSIST(weatherType);
}
It's super fun I cannot believe why nobody has done this before.
Cheers to happy modding!
 
Gta_Modz

Gta_Modz

SanjuroDev
Messages
474
Reaction score
192
Points
155
Sin$
0
Code:
void setWeather(char *weatherType) {
*(unsigned int*)0x82C6CDC8 = 0x60000000;
*(unsigned int*)0x82533CBC = 0x60000000;
*(unsigned int*)0x82533CFC = 0x60000000;
GAMEPLAY::SET_WEATHER_TYPE_NOW_PERSIST(weatherType);
}
It's super fun I cannot believe why nobody has done this before.
Cheers to happy modding!

Found this on PC :tongue:
 
Goldz True

Goldz True

Enthusiast
Messages
40
Reaction score
10
Points
55
Sin$
0
what do i do with this????? looks hella fun another friend told me another modder did this before... i wanna set this up with mine as well..
 
J

J8NES1

Enthusiast
Messages
47
Reaction score
9
Points
65
Sin$
0
Thanks buddy works a treat, tested with all weathers including "XMAS" , any other cool bits of code you can share?
 
Straya Modz

Straya Modz

Enthusiast
Messages
65
Reaction score
25
Points
90
Sin$
0
Just so everyone knows, This is code for an actual Mod Menu.
 
Skyline xL

Skyline xL

Seasoned Member
Messages
2,607
Reaction score
1,406
Points
555
Sin$
0
Add that to your topic PS3 VERSION

void setWeatherBLES(char *weather) {
*(unsigned int*)0x10953F8 = 0x60000000;
*(unsigned int*)0x10953A4 = 0x60000000;
*(unsigned int*)0x3D3EB0 = 0x60000000;
GAMEPLAY::SET_WEATHER_TYPE_NOW_PERSIST(weatherType);
}
void setWeatherBLUS(char *weather) {
*(unsigned int*)0x10A8F08 = 0x60000000;
*(unsigned int*)0x10A8EB4 = 0x60000000;
*(unsigned int*)0x3D9800 = 0x60000000;
GAMEPLAY::SET_WEATHER_TYPE_NOW_PERSIST(weatherType);
}
 
Top Bottom
Login
Register