Код: Выделить всё
def Execute():
try:
mem = pymem.Pymem("RobloxPlayerBeta.exe")
except:
subprocess.Popen("RobloxPlayerBeta.exe")
mem = pymem.Pymem("RobloxPlayerBeta.exe")
mem.inject_python_interpreter()
code = "print 'hello'"
mem.inject_python_shellcode(code)
Подробнее здесь: https://stackoverflow.com/questions/732 ... rom-python