Your client prohibits no other files except the client files. Try injecting it by using an injector, but I guess that won't work either.Quote:
[Only registered and activated users can see links. Click Here To Register...]
Why this happen everytime i trie to use your py loader
Quote:
for the people with problems with loading python on private servers...
has any of you ever tried including an injector into the python2.7 code and recompiling it?
also for people saying X/Y/Z method doesn't work because modules are changed like net
so import net wouldnt work for every server..how about using try/catch?
like assuming a pserver includes a dummy net module and has net or gf which uses m2netm2g
always load 'net' first which is the default for lots of servers and also "dummy modules"
and then use try/catch for a bunch of other known modules used in pservers and just import them as 'net' since the modules are pretty much almost the same all over the place anyways and keep the rest of the code as is
this way even if 'net' doesnt exist on the pserver but has lets say 'm2net3netnet'
the previous import of 'as net' would stay so the code would work on the official servers and other standard ones..
so the m2net3netnet would only be imported when using that pserver and so on...