Pages

Monday, January 5, 2009

How to make a no upload emule mod

Compiling eMule that dosen't upload - Leecher Mod

Visual Studio 2005 or later is needed to compile eMule source codes.

The easiest way to compiling emule is to download the emule source together with the libraries.
The best one is Xtreme or MorphXT mod:

http://emulemorph.sourceforge.net/

Moding emule for no upload:

Find the file:

UploadQueue.cpp

in it change the function:

void CUploadQueue::AddClientToQueue(CUpDownClient* client, bool bIgnoreTimelimit) {

in this batch below find the right position and
add a

return;


below the declaration find the right position before a client add to upload so that the function return immediately.


Happy sharing

No comments:

Post a Comment