This is the code for one of the buttons in my app:
The problem is the memory address that I write to resets itself after a while and I have to click the button again, is there anyway to lock the memory address that I write to? Or just have the code refresh itself at a set interval?
I would like to achieve this with a tick box if possible
*M*
Code:
Private Sub Command8_Click() If Hooked = True Then WriteProcessMemory ProcessHandle, &580316, 386, 2, 0& End If End Sub
I would like to achieve this with a tick box if possible
*M*