Making features switchable
How do you make your hacks have an on/off feature? I don't want to release a hack just so that people will ask me: "Y U NO add on/off?!"
Thanks.
bool hack = true;
if(hack)
{}
then just switch hack to false with a hotkey or somthing
*edite: if u want to make on/off with 1 hotkey do like this:
hack = !hack