hi People, i need some help:
you know when you edit your module (to make it undetected)
do you ever edit the :
"public declare function" parts. By that i mean do you replace "WriteProcessMemory", "GetWindowThreadProcessId" etc
eg:
Code:
Public Declare Function GetWindowThreadProcessId Lib "user32" ...
Public Declare Function WriteProcessMemory Lib "kernel32"....
because when i edit them im always getting runtime errors like:
couldn't run 403' string in user32
"string" being what i replaced it with.
and then in the end to stop this i have to put them back to stop this error, and then my hack will get detected in like half an hour.
if you do edit these functions can you please tell me the proper way to do it.
btw , i edit all instances of the name of the function like writeprocessmemory etc..(is that right?

).
Anyway post if you can help me .
