Locking for good coder c# 04/08/2017 - CO2 Private Server - 5 Replies Hey i need good coder for my source for creates some new event and quest ! Contracost thx !
Locking for Multi client for Priv server 01/31/2008 - Silkroad Online - 3 Replies Hello everybody i loocking for multi client , any can give here links?
thanks , Numi
Locking Conquer? 01/27/2008 - Conquer Online 2 - 44 Replies Hi all!
This is my first article to elitepvpers, and i wanted to know something.
My parents have put this "lock" on conquer...meaning i can't open it..well i can
double click the icon and all until it comes up to the log in page. It won't let me
log in. They said we put a lock on conquer so you can't go on it unless we
Locking WriteProcessMemory with a TickBox 06/11/2007 - General Coding - 5 Replies This is the code for one of the buttons in my app:
Private Sub Command8_Click()
If Hooked = True Then
WriteProcessMemory ProcessHandle, &580316, 386, 2, 0&
End If
End Sub
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