OldSchoolHack

Register / Login English

Combat Arms CALOS SDK

not available
  • Category: Sourcecode
  • Developer:
  • Uploaded by: System
  • Uploaded at:
  • System: Windows
Download (3.23 MB)

VirusTotal Result: 0/57

virustotal

Description

There are pre-defined math classes.

UObject::dwGObjObjects and UObject::dwGNames addies are static variables that you set to hold the respective address's (for using UObject::FindObject etc etc)

CPP Code:
  1.    UObject::dwGObjObjects = util::FindPattern("GOBJOBJECTS", NULL, (PBYTE)"\xA1\x00\x00\x00\x00\x8B\x00\x00\x8B\x00\x00\x25\x00\x02\x00\x00", "x????x??x??xxxxx", 1, true);
  2.    FName::dwGNames = util::FindPattern("GNAMES", NULL, (PBYTE)"\x8B\x0D\x00\x00\x00\x00\x83\x3C\x81\x00\x74", "xx????xxxxx", 2, true);

Download Combat Arms CALOS SDK