Skip to content

Instantly share code, notes, and snippets.

import ctypes
from mem_edit import Process
import OFF_SET ## for CNKO - Game v3246
KO_CHR_PTR = 0x100503C ## for CNKO - Game v3246
pid = Process.get_pid_by_name("KnightOnline.exe")
ON = 0
OFF = 1