Soryy to bother u guys but I'm having a problem with warrock freezing when I try to use this nobounds function and help would be aprreciated.

Here are my addies
#define ADR_BOUNDS_1 0x00C5DF9C
#define ADR_BOUNDS_2 0x00C5DFA0

Here is my function
void nobound() // no boundries
{

*(float*) ADR_BOUNDS_1 = 5000000;
*(float*) ADR_BOUNDS_2 = 5000000;
}