Tool to implement python program on metin2

03/24/2020 18:53 petreasrj#1
Hello.
I'm beginner on part of programming in python. I found some hacks for metin on internet but it is .py . I need a special tool to integrate this in the game?
A few year ago I saw in m2bob an option for write some lines of code to create a hack, I think, now i need something like this.
03/24/2020 19:54 MaxChri#2
You need a python loader which you can find here or on google.
03/24/2020 20:02 petreasrj#3
ok, i found python loader. but it have .mix extension. how work with it?
03/24/2020 21:18 MaxChri#4
In general files with .mix extension will be loaded from the client. So just put the file in your game client and hope if it works.