View Single Post
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 12-28-2013 , 18:28   Re: [L4D2] Tank Swap
Reply With Quote #115

Here's the new sig for ReplaceTank, the others seem fine.

Fix your l4d2addresses.txt with this, or use the one i fixed in the OP

Code:
            /*
             * ZombieManager::ReplaceTank(CTerrorPlayer *, CTerrorPlayer *)
             *
             * for finding: in CDirector::UpdateTankSpawns, easily findable in graph view from ReplaceWithBot
             */
            "ReplaceTank"
            {
                "library"    "server"
                "linux"    "@_ZN13ZombieManager11ReplaceTankEP13CTerrorPlayerS1_"
                "windows" "\x55\x8B\xEC\x83\xEC\x2A\x53\x56\x8B\x75\x2A\x8B\x06\x8B\x90\x2A\x2A\x2A\x2A\x57\x8B\xF9\x8B\xCE\xFF\xD2\x84\xC0\x0F"
                /* 55 8B EC 83 EC ? 53 56 8B 75 ? 8B 06 8B 90 ? ? ? ? 57 8B F9 8B CE FF D2 84 C0 0F */
            }
AtomicStryker is offline