Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

crashing at GetCSWpnData #97

Closed
ghost opened this issue May 17, 2019 · 1 comment
Closed

crashing at GetCSWpnData #97

ghost opened this issue May 17, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented May 17, 2019

WeaponInfo_t* GetCSWpnData()
	{
        static auto system = *reinterpret_cast<CWeaponSystem**>(Utils::FindSignature("client_panorama.dll", "8B 35 ? ? ? ? FF 10 0F B7 C0") + 0x2u);
        return system->GetWpnData(this->GetItemDefinitionIndex());
	}

if someone have the sig, pls give me <3

@ghost
Copy link
Author

ghost commented May 18, 2019

i found the new sig

55 8B EC 81 EC ? ? ? ? 53 8B D9 56 57 8D 8B -> new sig

@ghost ghost closed this as completed May 18, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants