ToolManTed
Programmer
I was wondering if its possible to create game trainers for pc games in cobol that edit your guys abilities: strenght,dex, hit points, godmode,etc. I have taken a couple of cobol classes and would like to take the next step and learn this. Two particular games I have in mind are Diablo 2 and Baldurs Gate 2. The game saves your game data into hexidecimal code into small 32k files in your game folder. The files are Called BG2.sav for Baldurs Gate and characterName.d2s for diablo. I already know the hex codes to make the cheats and their physical addresses. I don't think I would have to use any windows API for this would I?