Jump to content

Recommended Posts

Posted

Can anyone help me tell me in which dll the login screen editboxes are generated, I'm trying to do an autologin for interlude, but for that, I need to know how to do it or find the hook for the login and password editboxes, thank you

 

1.png

Posted

engine.dll

?RequestAuthLogin@UNetworkHandler@@UAEHPAG0H@Z

int __fastcall RequestAuthLogin(unsigned int This, unsigned int EDX, wchar_t * login, wchar_t * password, int unk)

  • 3 months later...
Posted
On 7/7/2024 at 1:22 PM, wongerlt said:

engine.dll

?RequestAuthLogin@UNetworkHandler@@UAEHPAG0H@Z

int __fastcall RequestAuthLogin(unsigned int This, unsigned int EDX, wchar_t * login, wchar_t * password, int unk)

   

Hello! What arguments should be passed to these variables "unsigned int This" if you call the function with your hook manually? Did you manage to figure this out? Because when I override the existing function with my hook using an existing int, everything works fine

int __fastcall hkRequestAuthLogin(int thisPtr, void* edx, wchar_t* Login, wchar_t* Password, int OTP)
{
    mLogin = L"qwertyui";
    mPassword = L"1234567";
    mOTP = -1;
    return fpRequestAuthLogin(thisPtr, mLogin, mPassword, mOTP);
}

, but I still couldn’t manage to call the function externally.

void myLogin(wchar_t* Login, wchar_t* Password, int OTP)
{
    mLogin = Login;
    mPassword = Password;
    mOTP = OTP;
    fpRequestAuthLogin(1432, mLogin, mPassword, mOTP);
}

Can u help me with this? 

Posted
8 hours ago, Loryq said:

   

Hello! What arguments should be passed to these variables "unsigned int This" if you call the function with your hook manually? Did you manage to figure this out? Because when I override the existing function with my hook using an existing int, everything works fine

int __fastcall hkRequestAuthLogin(int thisPtr, void* edx, wchar_t* Login, wchar_t* Password, int OTP)
{
    mLogin = L"qwertyui";
    mPassword = L"1234567";
    mOTP = -1;
    return fpRequestAuthLogin(thisPtr, mLogin, mPassword, mOTP);
}

, but I still couldn’t manage to call the function externally.

void myLogin(wchar_t* Login, wchar_t* Password, int OTP)
{
    mLogin = Login;
    mPassword = Password;
    mOTP = OTP;
    fpRequestAuthLogin(1432, mLogin, mPassword, mOTP);
}

Can u help me with this? 

from where u get 1432?

Posted
1 hour ago, wongerlt said:

from where u get 1432?

It's just a number from nowhere. ) I tried to intercept these values that the client provides to the original function, and each time it's a new number, 9 digits long, like this: 163791744.

Posted
12 minutes ago, Loryq said:

It's just a number from nowhere. ) I tried to intercept these values that the client provides to the original function, and each time it's a new number, 9 digits long, like this: 163791744.

you see im from l2 interface send data to server before login via "RequestPCCafeCouponUse("your data bla bla bla"); and then hook this function in DLL:
?RequestPCCafeCouponUse@UNetworkHandler@@UAEXVFString@@@Z
int __fastcall new_RequestPCCafeCouponUse(unsigned int This, wchar_t * data) {

// extract your info from data variable... which u send from interface RequestPCCafeCouponUse

fpRequestAuthLogin(This,  L"ID",L"PASS" ,0);
return 0;
}

Posted
1 hour ago, wongerlt said:

NetworkHandler

Hmm, I wonder if I can save this value and use it in the future, so that I can access specific functions without using other packages. Thank you for your answers, they are very helpful to me!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • I tried it, very neat work. Just keep improving it, there's potential.
    • 🔥 Grand Opening: 29 May 2026 – 19:00 Germany Time Website: https://l2-lorena.com/ Discord: https://discord.gg/TYZ88Tgx4b ━━━━━━━━━━━━━━━━━━━━━━ General Information • Chronicle: Interlude • Server Type: PvP Rates • EXP/SP: x5000 • Adena: x500 • Drop: x500 Premium Account • 2x EXP / Drop / Adena ━━━━━━━━━━━━━━━━━━━━━━ Starting Setup • Starting Town: Aden • Starting Level: 76 • Starting Gear: S-Grade ━━━━━━━━━━━━━━━━━━━━━━ Enchant System • Safe Enchant: +4 • Normal Scroll: 50% • Blessed Scroll: 70% • Crystal Scroll: 100% ━━━━━━━━━━━━━━━━━━━━━━ Subclass System • All classes available • Dominator subclass enabled • Dominator subclass cost: 20 Donate Coins ━━━━━━━━━━━━━━━━━━━━━━ Items Balance • Custom items • Elegia Armor added as Custom Set • Rare S-Grade items with boosted stats • Balanced PvP gameplay ━━━━━━━━━━━━━━━━━━━━━━ Siege & PvP Rewards • Aden Castle special reward: 200 Donate Coins • Competitive PvP and siege-focused gameplay ━━━━━━━━━━━━━━━━━━━━━━ Epic Bosses • All Epic Bosses available up to Valakas ━━━━━━━━━━━━━━━━━━━━━━ Augmentation Rates • Top LS: 100% skill chance • High LS: 7% skill chance • Mid LS: 3% skill chance ━━━━━━━━━━━━━━━━━━━━━━ Perfect For Players Who Want ✔ Fast progression ✔ Clean Interlude gameplay without custom chaos ✔ Active PvP action ✔ Competitive sieges ✔ Long-term fun
    • I think u need https://adrenalinebot.com/en/script/anti-captcha/ But contact tech support to be sure it works on ur server
    • Hello everyone, Are you looking for a server where you can have fun with friends and relive the good old days of Lineage II? Join us for an enjoyable adventure, exciting battles, and a nostalgic old-school experience together with the community. Introducing a Gold-style fast progression gameplay experience — no more spending months in the same zone farming endlessly. Enjoy faster progress, more action, and a more rewarding adventure from the very beginning. For more information and updates, visit our Facebook page and join the community! Download patch:https://mega.nz/file/hEUAFIAY#8F5BMBRV_v-O1gjDTLsCkmFiWFMvT3hzVYSMdswm2rs
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..