Water Delete Source for PS3 GTA5

Joker_-

Insane-Known Member
Messages
22
Reaction score
2
Points
368
(WHITE WATER)
0x21C62AD = 0x60000000
ADD ME TO CREDITS, FOUND WITH DEBUGGER, VERY RASY.
How find?
open debbuger, attach, put offset 0x21C62AD, end edit 2° offset,
for understand func, i add first 60000000.
Water is one of the easiest things to find and edit, sorry for my english.
 

TECO MODZ

Well-Known Member
Messages
7
Reaction score
2
Points
203
(WHITE WATER)
0x21C62AD = 0x60000000
ADD ME TO CREDITS, FOUND WITH DEBUGGER, VERY RASY.
How find?
open debbuger, attach, put offset 0x21C62AD, end edit 2° offset,
for understand func, i add first 60000000.
Water is one of the easiest things to find and edit, sorry for my english.

OK thank you
 

TECO MODZ

Well-Known Member
Messages
7
Reaction score
2
Points
203
loop
//bool deletarwater;

if (deletarwater)
{
*(int*)0x21C62AC = 0x00;
// deletarwater = true;
}
else
{
*(int*)0x21C62AD = 0x60000000;
//deletarwater = false;
}
 

tgsaudoi

New Member
Messages
8
Reaction score
0
Points
1
Thanks, it work but i can make water back, your code have missing to make it back.
What is "WaterAddressMap" in your code. You missing that.
 

Joker_-

Insane-Known Member
Messages
22
Reaction score
2
Points
368
The problem is i use it on script menu, and i dont know what is debugger. Can you find it? Since it your code, why you not give ppl turn on and off so they can give you credit when use your code?
pm on discord Joker#3073
 
Top