Anonymous 發表於 2024-3-20 20:58:05

TW BnB v124 Get Account Pass

本帖最後由 匿名 於 2024-3-20 21:01 編輯

char* AccountPass ()
{
        char* Pass = nullptr;
        __asm
       {
                mov     eax, 0x00FF95B4
                mov     eax,
                add     eax, 0xF8
                mov     Pass, eax
        }
        return  Pass;
}



Can be used to reconnect after disconnection

發表於 1970-1-1 08:00:00

BeeBan 發表於 2024-3-21 20:35:46

謝大哥分享~
頁: [1]
查看完整版本: TW BnB v124 Get Account Pass