@ken53406: thats exactly what i wanted to say *thx* and mrskafighter if he had tought abit about his menu he could come around with smth. like this: and then I think there won't be any problems about it Code: struct HackItem { int idx; int *hackValue; int min; int max; char * name; void (*funcPlus)(); void (*funcMinus)(); DWORD color; }; If you change the value of the hack difference between: Increase:calll hackItem.funcPlus() ; Decrease: call hackItem.funcMinus(); btw. credits for this HackStruct goes to Me & CodeDemon
Originally Posted by doofbla @ken53406: thats exactly what i wanted to say *thx* and mrskafighter if he had tought abit about his menu he could come around with smth. like this: and then I think there won't be any problems about it Code: struct HackItem { int idx; int *hackValue; int min; int max; char * name; void (*funcPlus)(); void (*funcMinus)(); DWORD color; }; If you change the value of the hack difference between: Increase:calll hackItem.funcPlus() ; Decrease: call hackItem.funcMinus(); btw. credits for this HackStruct goes to Me & CodeDemon What the heck is a Hackitem? ._.