79612050

Date: 2025-05-08 09:10:37
Score: 3
Natty:
Report link

does anything happen when You click F12 button?

maybe also try to do this look without arguments? like

def kill_gta5():
    for proc in psutil.process_iter():
        if 'GTA5_Enhanced.exe' in proc.info['name']:
            proc.kill()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mac blanco