If you've got the complete address you can find the code in an unpacked version of the game. should be a float or so i believe.
I only got the addy of this sir and also i dont have a source code of this. please help me sir Originally Posted by AeroMan If you've got the complete address you can find the code in an unpacked version of the game. should be a float or so i believe.
Originally Posted by HomeMaker I only got the addy of this sir and also i dont have a source code of this. please help me sir try this: Code: if(playerptr != 0){ *(float*)(playerptr+OFS_ShotSpeed) = 200.0f; } Just a guess, i never used it.
I try this time sir, but still not working Originally Posted by AeroMan try this: Code: if(playerptr != 0){ *(float*)(playerptr+OFS_ShotSpeed) = 200.0f; } Just a guess, i never used it.
Originally Posted by HomeMaker I try this time sir, but still not working hmm i don't know then, i never used this function