neodammer
Centurion
During my ploy for creating cheats for various games I came across methods used by many new programming teams that involve what would almost seem like they knew how to control where their variables would be controled at via offset changing etc.. Is this even possible? You could in theory have a bunch of variables doing the same thing in different locations to try and slow down or stop folks from cheating etc.. But I thought variables in a program had a specific place in the code, but then i realized that wouldnt make any sense. Is there a way to tell where in your compiled program variables will be stored? For instance before you compile? or would one have to open the compiled program and check the offsets etc then go back into the code and rearrange the various variables? Is this even possible with .net?