idk what you mean with different. But dont worry if your code works
Originally Posted by nikazizi97
why my addr(code) is differents?
not sure why different but when i use your dll, blackshot crashes.. maybe your code wrong? idk
Originally Posted by nikazizi97
why my addr(code) is differents?
Originally Posted by ongjx
not sure why different but when i use your dll, blackshot crashes.. maybe your code wrong? idk
Are you doing 0x54124C = 29696 ? Maybe you are doing wrong, but idk since that is works have no problem.
But if you wanna do it minimally enough, just do:
Code:
*(BYTE*)0x54124C = 0;
to bypass and
Code:
*(BYTE*)0x54124C = 255;
to back original.
Originally Posted by .SHAZAM.
Are you doing 0x54124C = 29696 ? Maybe you are doing wrong, but idk since that is works have no problem.
But if you wanna do it minimally enough, just do: