I recently started coding my own hacks witch will be realeased soon. Ive been using the *(float*) method witch has worked all the way threw it except for 2 hacks gold premium and opk. Through analysis i noticed that.
Code:
#define ADR_Spread 0x00B042B0
#define OFS_PREMIUM 0x00374
Spread has ADR_nospread as premuim has OFS...
Now just an educated guess that ADR = address and OFS = offset..how would i find the address of the offset if not how would i code he offset for gold prem.
Also here is how ive coded my nospread witch works perfectly
Code:
//No Spread
void Spread()
{
*(float*) ADR_Spread = 0;
}