Hot Keys And Values
Very much appreciated in advanced for any help,
I would like to make a C++ .dll function for below condition:
example there is an address 00800000 which default value is 0x00
if I press F3 hotkey (1st time) - it will change the default value into 0x01
if I press F3 hotkey (2nd time) - it will change the default value into 0x02
if I press F3 hotkey (3rd time) - it will change the default value into 0x03
if I press F3 hotkey (4th time) - it will change back the default value into its original 0x00
Thank you~
Marked solved. No more posting unless required by the original poster.