Python loader or injector

10/30/2015 23:48 modeyamer#1
hi guys

please i need a way to run python files on my p-server
it works with metin2client.bin
and ia have tried many of python loaders but there isnt work :\
when i inject the loader says injection succefuly but nothing was happened and the loader didnt appear

finally i tried multihack by kamer because it has a python inject serv
but when i inject it also nothing happened >_<

is there is any way to inject python files to my p-server which working with metin2client.bin ??

please answer me
10/31/2015 09:20 Poccix#2
If it is your server, you can simply edit another python file in your "root/" folder to load your file.
e.g.
Code:
import "yourfilename"
or
Code:
ui.PythonScriptLoader().LoadScriptFile(self, "yourfilename.py with rootpath")
or
Code:
execfile("yourfilename.py with rootpath")
10/31/2015 20:58 modeyamer#3
no it isnt my server
i cant change any thing in its files
11/02/2015 01:57 modeyamer#4
up up