CE & VB.NET How I programatically change value
Well is not that type of regular value... is kind of a pointer inception thing going around...
I have this pointer:

And the value I want to modify is an actual address that is accessing that pointer... which is constantly comparing if the value is either 1 or 0...


How can I make that address a pointer so I can replace:
To
???
I'm using ReadWritingMemory Module from master131
and the Reading / writing pointers from Lovordoman or something like that 
I have this pointer:
Code:
GodsWar.exe+01176387 + 4

And the value I want to modify is an actual address that is accessing that pointer... which is constantly comparing if the value is either 1 or 0...


How can I make that address a pointer so I can replace:
Code:
cmp byte ptr[eax+04], 00
Code:
cmp byte ptr[eax+04], 01
I'm using ReadWritingMemory Module from master131
and the Reading / writing pointers from Lovordoman or something like that 

