Metin2 C++ Python embedding?

04/06/2014 17:13 xAnihilatorx#1
Hi, i am making a metin2 bot, i used write memory and asm, but my friend said me i can do this without asm, just using Python Embedding, like the client is sending the function.. How can i do this? Someone's got an example code? Thanks in advance!
04/07/2014 08:55 Mi4uric3#2
No need to use python, the python functions are just wrappers for c++ functions, you can call them directly via adress. But keep in mind that most of them, if not all, are thiscall functions