Jump to content

kepmehz

Members
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Country
    Germany
  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kepmehz's Achievements

Feller

Feller (1/10)

0

Reputation

  1. This method allows you to register any texture file and more: The method is used to open i.e. ytd files. TODO: Scan: E8 ? ? ? ? 48 8B 35 ? ? ? ? 0F B7 46 08 Arguments: using openFile = void(*)(int* textureId, const char* path, bool unk_t, const char* name, bool unk_f, bool unk_f2); Call: int textureId{}; const char* name = "NameToRegisterWith"; openFile(&textureId, "Path/To/File", true, name, false, false); if (textureId != -1) LOG_INFO("Opened %s file with ID: %i", name, textureId); If you don't know how you can scan a pattern and get a pointer to the function check out my GitHub: This is an example use of the pattern scanner provided in the repository
×
×
  • Create New...