Jump to content

IceShiva

Member
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by IceShiva

  1. IceShiva

    Phase Dump

    This tool is for decrypting modules in Win32/PhaseBot-A malware so is useless in metin2 xD
  2. IceShiva

    Phase Dump

    This tool is for decrypting modules in Win32/PhaseBot-A malware so is useless in metin2 xD
  3. I think yes. But compilation process will be long. Unless you have other machine with armvx stronger processor specific machine, or you can use qemu with armvx emulation on amd64 host.
  4. You have outdated libraries in extern. Some of them is compiled in vs 2008 you must update boost/cryptopp and other for correct compile.
  5. Ok then but if you want remake inventory ui you using coordinates from paint.net?
  6. Hello mates. I need to know how to search vaild coordinates (x,y) in metin2 ui. Anybody can explain it for me? Thanks in Advance!
  7. M2 Download Center Download Here ( Internal ) Scan: [Hidden Content] Download: [Hidden Content] May this will help for someone understand (why is useless) how hackshield works and how to run it in metin2.
  8. M2 Download Center Download Here ( Internal ) Scan: [Hidden Content] Pass: YpalS@BOERSE Download: [Hidden Content]
  9. [Hidden Content] If you search "ready to go" client dont't download it. You must repack archives with packed type3,4,5 archives and change locale to own.
  10. input_main.cpp CInputMain::SyncPosition ch->GetDesc()->SetPhase(PHASE_CLOSE); return -1; to //ch->GetDesc()->SetPhase(PHASE_CLOSE); //return -1;
  11. Can you check flood ip connection proto?
  12. It's not a ddos it's a bruteforce attack. Install fail2ban for ssh.
  13. in desc_client.cpp from if (!g_bAuthServer) { static bool bSentBoot = false; if (!bSentBoot) { bSentBoot = true; TPacketGDBoot p; p.dwItemIDRange[0] = 0; p.dwItemIDRange[1] = 0; memcpy(p.szIP, g_szPublicIP, 16); DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p)); } } TEMP_BUFFER buf; TPacketGDSetup p; memset(&p, 0, sizeof(p)); strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP)); to if (!g_bAuthServer) { static bool bSentBoot = false; if (!bSentBoot) { bSentBoot = true; TPacketGDBoot p; p.dwItemIDRange[0] = 0; p.dwItemIDRange[1] = 0; memcpy(p.szIP, "you external ip here", 16); DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p)); } } TEMP_BUFFER buf; TPacketGDSetup p; memset(&p, 0, sizeof(p)); strlcpy(p.szPublicIP, "you external ip here", sizeof(p.szPublicIP));
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.