okay thanks i manage to fix it but i have one still have one more error with i am not sure how to fix it
- - - Updated - - -
void main()
{
DWORD * = Ptr(PDWORD) 0x0;
if (ESP)
* (PBYTE)(Ptr + 0x0) = 1;
else
* (PBYTE)(Ptr + 0x0) = 0;
- - - Updated - - -
the one in red is my error they said IntelliSense: expected a ';'
- - - Updated - - -
and btw must i put the offset on the red wan????
DWORD * = Ptr(PDWORD) 0x0;
if (ESP)
* (PBYTE)(Ptr + 0x0) = 1;
else
* (PBYTE)(Ptr + 0x0) = 0;
- - - Updated - - -
is the offset 0x7896786.
i am not sure is this is correct