Few questions about coding a NM hack.
Sup,
I am coding a NoMenu hack ATM, but there's something I can't understand, what does "f" supposed to mean in *
Code:
(float*)ADR_FASTFLAG = 15.0f;
And another question, what if I wanted to code the 5th slot, putting the addie is enough? Or I have to add it to the HackThread, too?
idk why there is a f but the source work.
and you dont need to put it in the hackthread, you can code it like that but its not necessary.