Hello All, My friend is a C++ programmer he told me i need to patch an adress
he told me that "0x30" = 1 Byte in Hex
it may be integer write here is my code :
Code:
If $Flash = 1 Then
_MemoryWrite(0x54890A,$open,0x3F,"BYTE")
Elseif $Flash = 0 Then
_MemoryWrite(0x54890A,$open,0x30,"BYTE")
EndIf
Can anyone help me?
It's anti-flash.