It's time to find a way to do this, but here's what I came up with!
from ctypes import * from ctypes.wintypes import * pid = 0
And to write to memory, I would just add WriteProcessMemory = windll.kernel32.WriteProcessMemory and then call it
Willy source share