diff --git a/main.py b/main.py index 571b699..16121a1 100644 --- a/main.py +++ b/main.py @@ -31,6 +31,7 @@ hacks = { } def init(): + global proc, base try: proc = pm.open_process("ac_client.exe") base = pm.get_module(proc, "ac_client.exe")["base"]