+ Reply to Thread
Page 6 of 9 FirstFirst ... 45678 ... LastLast
Results 76 to 90 of 127

Thread: Azureus 2.5.0.4 Hacked Shu Mod 2.3.0.195 SB-Innovation

  1. #1

    Azureus 2.5.0.4 Hacked Shu Mod 2.3.0.195 SB-Innovation

    SB-Innovation Presents

    >>>>>> Azureus 2.5.0.4 Hacked Shu Mod 2.3.0.195 SB-Innovation <<<<<<




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

    >>>>>> Shu <<<<<<

    ╔═══════════════════════════╗
    Hacked by:
    ╚═══════════════════════════╝

    >>>>>> Butcho <<<<<<

    ╔═══════════════════════════╗
    Supplier:
    ╚═══════════════════════════╝

    >>>>>> Butcho <<<<<<

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



    Hack Changelog:

    -Add new splashscreens by Manas & Total Overdose (THX)
    -You have admin access
    -Removed login and password fields (stolen from 00de)
    -Add clientspoof plugin with utorrent 1.61 emulation by yeehaaz (THX)
    -build singel Azureus.exe by Sarmin (THX)


    Important

    -You need Java 1.6 JRE : Link


    Install

    Singel EXE: You must only start the Azureus.exe. The file contains the hole programm + hack

    Hacked JAR: Copy all files in your azureus folder and replace all files



    Changelog:

    Build 195
    Change: Updated some languages files
    Add: New splash
    Change: Allowed 0 kb/sec speed for fake upload speed ratio mode++ (to allow a new option (stop torrent after ratio is reached without fake upload)(mix of several option))

    build 194

    fix: always enable update button
    fix: Show you as a seeder(100% done and no download report) first announce bug
    fix: can’t use show as seeder with download reduction mix
    fix: can’t use show as a seeder with start fake upload when x% done

    build 193
    fix: per torrent : show as a seed wasn’t saved correctly

    build 192
    removed fake seeding mode (up & dl)
    removed fake upload multi mixed with seeding mode
    added : show me as a seed for Fake Upload Speed Ratio ++
    change: console log now show under the “plug” checkbox so you are no longer annoyed by the spam in the console log ^^
    fixed: completed flag was sent all the time when showing as a seed using no report

    build 191
    probably bugfix : I fixed the real received value



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



    Next-ShuHack



    Last edited by Butcho; 21.07.07 at 07:42.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    There are too many to display.

  3. #76

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    yep, that was the file i was editing before. i'll look into the bytecode editor and try again.
    Reply With QuoteReply With Quote
    Thanks

  4. #77
    But if i remember correctly you must insert the azureus2.jar path in the bytecode editor preferences that you can edit the files.

    "If sex doesn't scare the cat, you're not doing it right."
    Reply With QuoteReply With Quote
    Thanks

  5. #78

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    ok, need some help here. i found the "&left=" string, but there are 2 of them. now how do i add the text string of "&corrupt=0" right after the "left" string? i've already added the '&corrupt=0" as a string_info to the class file itself, so i just need to know how to add the text string to the source. thanks!

    Code:
            getfield TRTrackerAnnouncerDataProvider TRTrackerBTAnnouncerImpl.announce_data_provider
            invokeinterface long TRTrackerAnnouncerDataProvider.getRemaining() 1
            lconst_0
            lcmp
            ifeq label_159
            aload request
            ldc_w String Constant "&left="
            invokevirtual StringBuffer StringBuffer.append(String)
            lconst_0
            invokevirtual StringBuffer StringBuffer.append(long)
            pop
            goto label_183
            label_159:
            label_159:
            aload request
            ldc_w String Constant "&left="
            invokevirtual StringBuffer StringBuffer.append(String)
            aload_0 this
            getfield TRTrackerAnnouncerDataProvider TRTrackerBTAnnouncerImpl.announce_data_provider
            invokeinterface long TRTrackerAnnouncerDataProvider.getRemaining() 1
            invokevirtual StringBuffer StringBuffer.append(long)
            pop
            label_183:
            aload_0 this
            getfield String TRTrackerBTAnnouncerImpl.tracker_id
    Reply With QuoteReply With Quote
    Thanks

  6. #79
    You should search after the numwant part and change it like

    Code:
    "&corrupt=0&numwant="

    "If sex doesn't scare the cat, you're not doing it right."
    Reply With QuoteReply With Quote
    Thanks

  7. #80

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    but when an event is sent, the corrupt flag appears before it.

    Code:
    &left=0&corrupt=0&event=stopped&numwant=0
    so it needs to be added after "&left=".
    Reply With QuoteReply With Quote
    Thanks

  8. #81
    You can't insert it there because the code says that it add the value after the text part (&left=).
    If you add the corrupted flag there you will get a result like this...
    &left=&corrupted=0121524646
    Are you sure that your announce is correct?
    I ask because i have a other example in my announce collection...
    Code:
    Azureus 4.0.0.0
    
    GET /***/announce?info_hash=***&peer_id=-AZ4000-Rr811DJrPnVl&requirecrypto=1&port=49871&azudp=49871&uploaded=0&downloaded=0&left=436814237&corrupt=0&numwant=200&event=stopped&no_peer_id=1&compact=1&key=fSfOpO HTTP/1.1
    If your announce is correct you have to insert much more code to get a correct result.
    Perhaps you can handle it then like the &compact=1 code part or you take a look how they resolved it in a newer azureus version...

    "If sex doesn't scare the cat, you're not doing it right."
    Reply With QuoteReply With Quote
    Thanks

  9. #82
    without guarantee

    Code:
            getfield TRTrackerAnnouncerDataProvider TRTrackerBTAnnouncerImpl.announce_data_provider
            invokeinterface long TRTrackerAnnouncerDataProvider.getRemaining() 1
            lconst_0
            lcmp
            ifeq label_159
            aload request
            ldc_w String Constant "&left="
            invokevirtual StringBuffer StringBuffer.append(String)
            lconst_0
            invokevirtual StringBuffer StringBuffer.append(long)
            pop
            goto label_183
            label_159:
            label_159:
            aload request
            ldc_w String Constant "&left="
            invokevirtual StringBuffer StringBuffer.append(String)
            aload_0 this
            getfield TRTrackerAnnouncerDataProvider TRTrackerBTAnnouncerImpl.announce_data_provider
            invokeinterface long TRTrackerAnnouncerDataProvider.getRemaining() 1
            invokevirtual StringBuffer StringBuffer.append(long)
            pop
            aload request
            ldc_w String Constant "&corrupt=0"
            iinvokevirtual StringBuffer StringBuffer.append(String)
            pop
            label_183:
            aload_0 this
            getfield String TRTrackerBTAnnouncerImpl.tracker_id
    Last edited by ghostfucker; 15.01.10 at 16:15.
    Reply With QuoteReply With Quote
    Thanks

  10. #83

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    tried it. got an error.

    Code:
    java.lang.ClassFormatError: Field "field1" in class org/gudy/azureus2/core3/tracker/client/impl/bt/TRTrackerBTAnnouncerImpl has illegal signature "V"
    azueus loads, but the my torrents tab doesn't open.
    Reply With QuoteReply With Quote
    Thanks

  11. #84

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    still working on this. any recommendations for another bytecode editor? i tried JBE and need to know if there is a better one.

    thanks!


    EDIT: ok, tried a different editor and it seems to have worked. here's the announce with hardcoded 4.2.0.0.

    &peer_id=-AZ4200-OjNrL6Z1BOT1&requirecrypto=1&port=x&azudp=x&upload ed=x&downloaded=x&left=x&corrupt=0&event=started&n umwant=x&no_peer_id=1&compact=1&key=SjKsgFLn&azver =3

    here's the real 4.2.0.0
    &peer_id=-AZ4200-YtENKIwhUEPu&requirecrypto=1&port=x&azudp=x&upload ed=x&downloaded=x&left=x&corrupt=0&event=started&n umwant=x&no_peer_id=1&compact=1&key=caEWaABI&azver =3

    heres hardcoded track update, no event sent,
    peer_id=-AZ4200-Jw9vn05q8p7H&requirecrypto=1&port=x&azudp=x&upload ed=0&downloaded=0&left=x&corrupt=0&numwant=x&no_pe er_id=1&compact=1&key=LZnPxxrw&azver=3


    and the User-Agent were the same ,

    User-Agent: Azureus 4.2.0.0;Windows XP;Java 1.6.0_18


    on the 4.3.0.7 extreme mod, it doesn't send the OS and Java version,

    User-Agent: Azureus 4.3.0.4


    so i guess i was lucky to pick 4.2.0.0 to hardcode since both 2.5.0.4 and 4.2.0.0 send the OS and Java version.
    Last edited by A-Day; 21.01.10 at 02:57.
    Reply With QuoteReply With Quote
    Thanks

  12. #85
    Hi guys,

    Does anyone know if there is a way to limit upload speed, but get FULL download speed?

    I am having a problem where if I go to Tools -> Options -> Transfer and if I set "global max upload" to 1 KB/sec.. then my download speed drops dramatically.

    Is there no way to limit your upload without without any affect on the download seed on any Azurues/Vuze hacked client??

    Thanks,

    ~ Im2bz2p345 :)
    Reply With QuoteReply With Quote
    Thanks

  13. #86
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,484
    Activity Longevity
    12/20 19/20
    Today Posts
    3/5 ssss39484
    Quote Originally Posted by Im2bz2p345 View Post
    I am having a problem where if I go to Tools -> Options -> Transfer and if I set "global max upload" to 1 KB/sec.. then my download speed drops dramatically.
    If you're such a leecher, you'd be better off enabling no upload for all your torrents. Needless to say, that'll decrease your download speed even more if you're downloading from other peers, rather than seeders.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. #87
    Quote Originally Posted by anon View Post
    If you're such a leecher, you'd be better off enabling no upload for all your torrents. Needless to say, that'll decrease your download speed even more if you're downloading from other peers, rather than seeders.
    Thanks for the response anon. So you're saying there is no way to limit upload without affecting my download speed when downloading from PEERS (no seeders)?

    ~ Im2bz2p345 :)
    Reply With QuoteReply With Quote
    Thanks

  15. #88
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,484
    Activity Longevity
    12/20 19/20
    Today Posts
    3/5 ssss39484
    Yes, that's what I meant.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #89
    Advanced User
    Join Date
    30.07.09
    P2P Client
    Azureus™
    Posts
    847
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss847
    Anon, what do you think regarding the in-build client spoofing.
    Is it safe to use, or is there a better seperate option available, maybe a additional tool ?
    Reply With QuoteReply With Quote
    Thanks

  17. #90
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by tokiodrift1 View Post
    Anon, what do you think regarding the in-build client spoofing.
    Is it safe to use, or is there a better seperate option available, maybe a additional tool ?
    there are no external tools for that afaik.
    but you might wanna try a more current vuze mod
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 6 of 9 FirstFirst ... 45678 ... 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
  •