+ Reply to Thread
Page 3 of 10 FirstFirst 12345 ... LastLast
Results 31 to 45 of 141

Thread: uTorrent -Serenity- mod pack v1 (DHT-Patch, noReport, etc) uTorrent 2.0.2 Build 19648

  1. #1
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478

    Lightbulb uTorrent -Serenity- mod pack v1 (DHT-Patch, noReport, etc) uTorrent 2.0.2 Build 19648



    >>>>>> uTorrent -Serenity- mod pack v1 (DHT-Patch, noReport, etc) uTorrent 2.0.2 Build 19648 <<<<<<



    ╔═══════════════════════════╗
    Coded by:
    ╚═══════════════════════════╝

    >>>>>> BitTorrent Inc. <<<<<<

    ╔═══════════════════════════╗
    Modded by:
    ╚═══════════════════════════╝

    >>>>>> Owyn <<<<<<

    ╔═══════════════════════════╗
    Changelog / Features:
    ╚═══════════════════════════╝


    The leecher pack contains the following mods:

    -uTorrent Serenity.exe - The mod, has all feautures below except multi
    -uTorrent Serenity x2.exe - Has only multi x2 (and DHT-patch)
    -uTorrent Serenity x4.exe - Has only multi x4 (and DHT-patch)
    -uTorrent Serenity x8.exe - Has only multi x8 (and DHT-patch)

    Feautures:

    DHT-Patch:

    Ignores the private flag, so DHT and Peer Exchange is enabled for ANY new torrent.
    (DHT FTW! *_*)


    -NoReport:
    Your upload and download aren't reported to the tracker. (allways reported as zero) *So you don't have to worry about your ratings and fake stats.


    -NoComplete:

    The completed event isn't sent to the tracker. (No entry in the snatchlist) *And yes it is really not reported, not like in other mods, here it just doesn't send anything to tracker when you complete a torrent.


    -ZeroLeacher:

    Your "left to download" stat is allways reported to tracker as 100%. *So that says you didn't download anything.


    -NoCorrupt:

    Your "downloaded corrupt file-parts" stat isn't reported to tracker (allways zero). *If you didn't download anything, how come you downloaded something corrupt?!


    -Multi x2 x4 x8:

    Your upload is reported to tracker 2x,4x,8x times bigger than it really is.


    Other:

    -Removed adware installation of nasty toolbars etc for uTorrent setup.

    -Changed default uTorrent icons with some bright nice ones

    -Changed about page and added this website there as a button ^_^


    Compared to other mods:

    -ZeroLeacher feauture (from other mods only Extreme mod has it)

    -noComplete works way better (not sending any data at all)

    -announce is fully correct and doesn't differ from normal uTorrent reports to tracker (no corupt session_id's or decreasing "left to download" stat, so tracker won't instant-ban you)

    -no ads in title (that's little annoying in my opinion, click "web site" in about page instead)

    -not removed updating *if you want to see when new version comes out, and if it does, come here and get a new one :> *it can be ready in less than a day if I know about new version



    There aren't any viruses or trojans in any versions! Some antivirus programs pick them up because I use a packer that's also often used to conceal malware. All mods are 100% virus and trojan-free, if you doubt ask your antivirus support to analyse file manually and see yourself.

    ╔═══════════════════════════╗
    Password:
    ╚═══════════════════════════╝



    Password:
    Code:
    owyn

    Update: 2010-06-08
    Last edited by Owyn; 05.06.10 at 10:46.
    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    There are too many to display.

  3. #31
    Moderator
    shoulder's Avatar
    Join Date
    12.04.08
    Location
    I*** D* M*****
    Posts
    4,827
    Activity Longevity
    4/20 19/20
    Today Posts
    0/5 sssss4827
    Quote Originally Posted by manaron View Post
    uTorrent Serenity.exe working properly.
    The same torrent working in Serenity.exe isn't working using a multi mod?



    ------------------------------>>>>>>>>>> <<<<<<<<<<------------------------------

    Reply With QuoteReply With Quote
    Thanks

  4. #32

    Join Date
    01.10.09
    P2P Client
    Vuze
    Posts
    1
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssssss1
    I'll have to warn you all that all static Multi is detectable with a very simple script.
    Take a look at this.

    Code:
    int lastKnowDiv = 0;
    int banCounter = 0;
    
    for (int i = 0; i<15; i++)
    {
    if(TheUploadedAmount%i==0){
    if (lastKnowDiv == i)
    {
    banCounter++
    } else{
    lastKnowDiv = i
    }
    }
    else{
    banCounter = 0;
    }
    }
    You will just need to check the ban count over time.
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    saebrtooth (08.06.10)

  6. #33
    Moderator
    Instab's Avatar
    Join Date
    18.09.09
    Posts
    6,659
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6659
    sure, static multis can be detected
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  7. #34
    Retired Seal
    SealLion's Avatar
    Join Date
    04.05.08
    Location
    The Arctic--Believe it!!
    Posts
    2,079
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss2079
    Quote Originally Posted by saebrtooth View Post
    Im no genius but when SealLion said proprietary and methods, please correct me if Im wrong SealLion, is not questioning Owyn's skill but rather trying to decipher the special techniques, ways and how-to's of your mod. This is so that we here can learn from and then construct better and improved mods.

    SealLion didnt want to "push it" and claw information from you since they are your methods that are probably secret or held close to the heart of every coder
    yes. that's pretty much correctly said.

    When I mentioned 'methods', I meant the construction methods which were talked about elsewhere and I didn't wish to reveal any more info b/c I didn't know if you (Owyn) would be comfortable with such info. Hence, my wanting to play safe with words.

    Quote Originally Posted by Owyn View Post
    .......

    .....rewriting of code section. same method .....
    ya. That's pretty much the information that I was searching for.
    Last edited by SealLion; 08.06.10 at 03:59.
    "God, from the mount Sinai
    whose grey top shall tremble,
    He descending, will Himself,
    in thunder, lightning, and loud trumpet’s sound,
    ordain them laws".


    John Milton (1608-1674) in Paradise Lost


    Ripley's SealLion's Believe it or Not! ~ NASCAR car crashes and Windows have just one thing in common.
    Oh, oh. Better use LINUX.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    saebrtooth (08.06.10)

  9. #35
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478
    Quote Originally Posted by Instab View Post
    sure, static multis can be detected
    by the fact that every report can divided by X of multi?


    Quote Originally Posted by manaron View Post
    If I use any version of the "multi", I keep getting the inscription "Error: Passkey Not Found". uTorrent Serenity.exe working properly. But I would like to use multi, in what could be the reason?
    just cheched it, it may be true on some specific trackers with non-standard announces, gonna fix it :)
    Last edited by Owyn; 08.06.10 at 10:08.
    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    saebrtooth (08.06.10)

  11. #36

    Join Date
    11.02.09
    P2P Client
    Azur
    Posts
    9
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssssss9
    Quote Originally Posted by Owyn View Post
    just cheched it, it may be true on some specific trackers with non-standard announces, gonna fix it :)
    I tried some of the other and everything worked fine, but my favorite and most tracker, this function does not work. Shall update:)
    Reply With QuoteReply With Quote
    Thanks

  12. #37
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478
    edited 1st post, try this at that tracker and on a one it was working fine, should work, tested.
    Last edited by Owyn; 08.06.10 at 14:33.
    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    manaron (08.06.10) , Butcho (08.06.10)

  14. #38
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Owyn View Post
    by the fact that every report can divided by X of multi?
    Yes, that's why Ratio Faker uses a random multiplier, for example. If you were able to multiply the upload by a random number between, say, 1.90 and 2.25, it'd solve the problem.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #39
    Quote Originally Posted by anon View Post
    Yes, that's why Ratio Faker uses a random multiplier, for example. If you were able to multiply the upload by a random number between, say, 1.90 and 2.25, it'd solve the problem.
    even if you used random multipliers this *may* not save from the bug which can get you detected on (trackers with scripts)

    @Owyn: i'll send you more details by PM tonight.
    Last edited by cheatos; 08.06.10 at 15:16.


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  16. #40
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478
    i thought about that but every report consists of even numbers anyway
    plus stats is summed from uploaded\downloaded file pieces or smth with fixed size usually 4000 as i remember, so that's dividable anyway

    but i may do random multi in later releases


    bug
    you mean 2^32 ? or i don't know what can it be, all multi does is multiplies stat (upload) ^_^
    Last edited by Owyn; 08.06.10 at 15:23.
    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  17. #41
    jokuvuan
    I’m having some really bad performance issues with the Serenity mod. I’m using Windows 7 Professional 64-bit.

    When I start the Serenity mod I notice both of my processor cores get to work with 100% efficiency. It takes relatively long time for the mod to start up (around a minute or so). Even when the mod starts, the issues continue: If I for instance minimize the mod to the system tray, it takes a lot longer than it should and vice versa.

    At first I didn’t have any of these issues, but now they seem to pop up here and there. Sometimes the mod works perfectly like the original uTorrent, but sometimes these performance issues are really, really bad.

    What should I do? I’ve naturally allowed Windows Firewall to accept the program and port forwarding has been done on the router. Should I tic the box in properties and run this mod always as a system administrator or what?
    Reply With QuoteReply With Quote

  18. #42

    Join Date
    11.02.09
    P2P Client
    Azur
    Posts
    9
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssssss9
    Quote Originally Posted by Owyn View Post
    edited 1st post, try this at that tracker and on a one it was working fine, should work, tested.
    Thanks, Problem of mind. Sometimes it is not stably version => 2.0, but this is my Problem of (tried different settings, A problem of these versions sometimes occur). Can I expect that there will be mod from you for version 1.8.5?
    P.S. Question for all. Weácan realistic to make utorrent mod, which can be safely used for example in waffles?
    P.S.S. Sorry for my English.
    Reply With QuoteReply With Quote
    Thanks

  19. #43
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478
    how unstable? maybe you should report unstability to utorrent developers then or try other clients like Deluge?
    higher version should be better for lower there are dht-patches, i think that's enough, so no plans for them ^_^

    i'd say multi x2 is safier for paranoid trackers, but i can't be sure cuz i have not used waffles at all :) ask others or find a thread & recommendations for it
    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  20. #44

    Join Date
    11.02.09
    P2P Client
    Azur
    Posts
    9
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssssss9
    Quote Originally Posted by Owyn View Post
    how unstable?
    All can operate at full speed (a sidhe and Leech), then 10 minutes, the speed drops to 0 and after some time again accelerates. And these waves continuously.
    I have tried everything, A problem copied or provider or on your computer.
    Reply With QuoteReply With Quote
    Thanks

  21. #45

    Join Date
    24.12.09
    Location
    USA
    P2P Client
    uTorrent
    Posts
    135
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss135
    Quote Originally Posted by anon View Post
    Approved!

    For the record, the ZeroLeacher feature in this mod is awesome - it behaves exactly like "no report, show as leech" in the Extreme Mod. Much better than my NoReport-Leecher mod.

    Thanks!
    In what ways is it different/better than your no report leecher mod?
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 10 FirstFirst 12345 ... LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •