K4HVH / LWK

Legendware with a Beautiful Menu
60 stars 16 forks source link

How would i go about updating the source #16

Open pepsiis opened 2 years ago

pepsiis commented 2 years ago

Sorry for annoying but i would like to update the source and ive never updated a legendware source before ive asked around and all of the answers have been (I dont know, Fuck off, yeah [blocked])

Thanks in advance

gr1ndy commented 2 years ago

https://github.com/K4HVH/LWK/blob/e6fff60a95a593a3f29e037e5ddb187ed6ff5533/main.cpp#L53

gr1ndy commented 2 years ago

just update the sigs and indexes from where u find outdated stuff. u may find fixes on yougame

Spencer-png commented 1 year ago

` g_ctx.signatures = { crypt_str("A1 ? ? ? ? 50 8B 08 FF 51 0C"), crypt_str("B9 ?? ?? ?? ?? A1 ?? ?? ?? ?? FF 10 A1 ?? ?? ?? ?? B9"), crypt_str("0F 11 05 ?? ?? ?? ?? 83 C8 01"), crypt_str("8B 0D ?? ?? ?? ?? 8B 46 08 68"), crypt_str("B9 ? ? ? ? F3 0F 11 04 24 FF 50 10"), crypt_str("8B 3D ? ? ? ? 85 FF 0F 84 ? ? ? ? 81 C7"), crypt_str("A1 ? ? ? ? 8B 0D ? ? ? ? 6A 00 68 ? ? ? ? C6"), crypt_str("80 3D ? ? ? ? ? 53 56 57 0F 85"), crypt_str("55 8B EC 83 E4 F8 83 EC 18 56 57 8B F9 89 7C 24 0C"), crypt_str("80 3D ? ? ? ? ? 74 06 B8"), crypt_str("55 8B EC 83 E4 F0 B8 D8"), crypt_str("55 8B EC 83 E4 F8 81 EC ? ? ? ? 53 56 8B F1 57 89 74 24 1C"), crypt_str("55 8B EC 83 E4 F0 B8 ? ? ? ? E8 ? ? ? ? 56 8B 75 08 57 8B F9 85 F6"), crypt_str("55 8B EC 51 56 8B F1 80 BE ? ? ? ? ? 74 36"), crypt_str("56 8B F1 8B 8E ? ? ? ? 83 F9 FF 74 23"), crypt_str("55 8B EC 83 E4 F8 83 EC 70 56 57 8B F9 89 7C 24 14 83 7F 60"), crypt_str("55 8B EC A1 ? ? ? ? 83 EC 10 56 8B F1 B9"), crypt_str("57 8B F9 8B 07 8B 80 ? ? ? ? FF D0 84 C0 75 02"), crypt_str("55 8B EC 81 EC ? ? ? ? 53 8B D9 89 5D F8"), crypt_str("53 0F B7 1D ? ? ? ? 56"), crypt_str("8B 0D ? ? ? ? 8D 95 ? ? ? ? 6A 00 C6"), crypt_str("8B 35 ? ? ? ? FF 10 0F B7 C0") };

g_ctx.indexes =
{
        5,
        33,
        340,
        219,
        220,
        34,
        158,
        75,
        461,
        483,
        453,
        484,
        285,
        224,
        247,
        27,
        17,
        123
};`