[ENABLE]
USER32.GetClassNameA:
xor eax,eax
ret 000c

USER32.GetClassNameW:
xor eax,eax
ret 000c

USER32.EnumWindows:
xor eax,eax
ret 0008

USER32.FindWindowA:
xor eax,eax
ret 0008

ntdll.NtOpenProcess:
xor eax,eax
ret 0010

win32u.NtUserFindWindowEx:
xor eax,eax
ret 0014

USER32.FindWindowW:
xor eax,eax
ret 0008

USER32.FindWindowExA:
xor eax,eax
ret 0010

USER32.FindWindowExW:
xor eax,eax
ret 0010

[DISABLE]
//code from here till the end of the code will be used to disable the cheat


[ENABLE]
ntdll.ZwGetContextThread: //return value is non-zero
mov eax,1
ret 0008


[DISABLE]

//code from here till the end of the code will be used to disable the cheat