Jump to content

XManton

Members
  • Posts

    93
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by XManton

  1. It's time to kick ass and chew bubble gum, and I'm all outta gum!
  2. Because HWID change when you do that, I can sell you a key for 50€ if interested.
  3. First of all its not 32bit, it is 64bit... Also AmpeDx64.dll have never work with dvamp executable ::) "DVAMP 1.5mb dll. It is the last of the interlude extenders Dvamp will be making i believe" Wrong, 1.696kb DLL = IL. I did ;) I can sell 10 cheap keys + 1.696kb DLL, 50€ each. @ Read topic for rules about payment, http://www.maxcheaters.com/forum/index.php?topic=97440.0 Cheers.
  4. Lets do Lineage 2 Prelude the very first Chronicle L2С0 ;D http://www.maxcheaters.com/forum/index.php?topic=50558.0 Damn nice PvP server, Small map so none can hide mohaha!! Cheers.
  5. 100x Stack sub + No stacking mysteries( Weapon & Armor should not stack ) and no custom shit.
  6. Here it is, Have fun. http://rapidshare.de/files/48702175/AmpeDx64.rar.html
  7. Yes it have support for all clients, But you can just set it to run as IL.
  8. Those who want to fix this exploit themselves in their own extenders: 1) Hook incomming packets. # IncommingPackets(CSocket *pSocket, CSPacket *pPacket, INT16 nPacketLen, BYTE nPacketID) 2) Check for opcode 0x8C( GetItemFromPet ) and 0x8B ( GiveItemToPet ) Depends on what chronicle you use. 3) Make a check for trade at 0x0080F840. bool User::IsNowTrade() { typedef bool (*ISNOWTRADE)(User *pUser); ISNOWTRADE xIsNowTrade = (ISNOWTRADE)(0x0080F840L); return xIsNowTrade(this); } 4) Do the check when server receive packet 0x8B or 0x8C. User *pUser = pSocket->user if (pUser->IsNowTrade()) { pUser->TradeCancel(); return false; } Now if you give a item to your pet or if you take a item from the pet and if you have your trade open it will close trade and this packet will be ignored. --> 0x8C [Receive opCode ] --> Run Check Function ---> TradeOpen? ---> Close Trade + Ignore packet. --> 0x8B Simple right? Cheers.
  9. Looks good, Keep your good work up!
×
×
  • Create New...