DllInject icon indicating copy to clipboard operation
DllInject copied to clipboard

Fixed the dllmain.cpp

Open dtc103 opened this issue 5 years ago • 0 comments

The Problem with the former version was, that it simply increased the x and y coordinates without considering that the width of every horizontal line holds 32 values(even if the settings were changed to a lower value). Therefore you have to increase the value for y with 0x20 to get access of the new line.

A problem that remains: If the field settings of width and height are exceeding a certain value, the values, which are indicating the existence of a bomb in a tile, arent consistent. It can be possible that the values will change after a few moves.

dtc103 avatar Dec 25 '19 23:12 dtc103