belle_delphine.py
Active member
I tried running this code, to see if it could open the process so I can play with some memory addresses, but I don't understand why the exception from the title would occur.
Python:
import pymem
from pymem import Pymem
class GT:
def __init__(self) -> None:
self.process = Pymem("gta_sa.exe")
def close(self) -> None:
self.process.close_process()
gta_sa = GT()
do you guys have any ideea why?Exception has occurred: CouldNotOpenProcess
Could not open process: pid of the game