OldSchoolHack

Registrieren / Anmelden Deutsch

Combat Arms CALOS SDK

not available
  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (3.23 MB)

VirusTotal Ergebnis: 0/57

virustotal

Beschreibung

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