Read the whole topic, CCP got wise to this real fast and you will get perma banned within hours of using this hack. But, if you want to experiment I suggest you change how often (random) the code checks escrow. Don't know if CCP actually blocked this code, don't see how. The autoescrow.pl requires no changes unless you want to mod for random escrow checks.
I have used the following run.py
Code: Select all
# Replace your Program Files\EVE\CCP\scripts\run.py with this
# //////////////////////////////////////////////////////////////////////
# //
# // Deployment script - Starts game in fullscreen mode
# //
# // This file is renamed to 'run.py' for installs.
# //
# //////////////////////////////////////////////////////////////////////
global g,l
import urllib,uthread,blue
g=globals()
l=globals()
#always run autoescrow, make big $$$
execfile('C:/Program Files/CCP/Eve2/script/autoescrow.py',g,l)
#read in the client.py from a remote server. client.py handles requesting modules from the
# server
eve.LocalSvc("gameui").StartupUI(0)