+ Reply to Thread
Page 4 of 4 FirstFirst ... 234
Results 46 to 59 of 59

Thread: BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

    1. BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1 Details »»

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

      Version: 1.4.0.0 rev1, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1208
      Released: 22.01.18 Last Update: Never Installs: 6
      • Supported
      • Re-useable Code
      • Free for all
      • Translations
      • Beta Stage

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1



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

      >>>>>> DigitalDJ & ghostfucker <<<<<<


      ╔═══════════════════════════╗
      Credits:
      ╚═══════════════════════════╝

      >>>>>> Butcho <<<<<<
      >>>>>> Rebound <<<<<<
      >>>>>> hitman <<<<<<
      >>>>>> Manas <<<<<<
      >>>>>> eudora <<<<<<
      >>>>>> ghostfucker <<<<<<
      >>>>>> anon <<<<<<
      >>>>>> Instab <<<<<<
      >>>>>> cloud99 <<<<<<
      >>>>>> illusive <<<<<<
      >>>>>> molosse <<<<<<

      ╔═══════════════════════════╗
      Supplied by:
      ╚═══════════════════════════╝

      >>>>>> SB-Innovation <<<<<<

      ╔═══════════════════════════╗
      Original Mod by:
      ╚═══════════════════════════╝

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


      Change Log:

      + ProLeech

      + Perfect Spoof 2

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

      + Perfect Spoof 1.0 by ghostfucker

      + (Fake Upload) Stop faking when swarm speed is zero

      + Upload Kicker

      + Ratio Tool

      + Synced with latest Abuze Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Fixed Proleech Torrent Export in menu

      + Updated core to BiglyBT 1.4.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
      5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.
      6. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
      NOTE: If you want to run BiglyBT-console.exe perform step 6 but instead create file "BiglyBT-console.exe.vmoptions"
      Code:
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
      --add-modules=java.xml.bind
      7. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

      NOTE: To see the folder in Finder, you may need to perform the following steps:
      4a. Open Terminal
      4b. Run the following command:
      Code:
      defaults write com.apple.finder AppleShowAllFiles YES
      4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
      4d. Once you have copied the files, you can revert to hiding folders with:
      Code:
      defaults write com.apple.finder AppleShowAllFiles NO
      5. Open up a Terminal and run the following commands. This forces BiglyBT to use the system-wide JRE installed in Step 1.
      Code:
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
      sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
      echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 17.10
      1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
      NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads).
      Code:
      sudo apt install openjdk-9-jre openjdk-9-jre-headless libjna-java
      2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
      Code:
      wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
      chmod +x BiglyBT_Installer.sh
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-9-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-9-openjdk-amd64/" ./BiglyBT_Installer.sh
      5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)
      Code:
      unzip -o BiglyBT_*.zip -d "~/biglybt"
      6. Append the following VM options for Java 9 compatibility:
      Code:
      echo "--patch-module=java.base=ghostfucker_utils.jar" >> "~/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> "~/.biglybt/java.vmoptions"
      echo "--add-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"
      7. Run BiglyBT and Enjoy!

      Troubleshooting:
      Before posting problems please make sure:
      1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads).
      2. You have uninstalled BiglyBT using the uninstaller.
      3. You have removed the BiglyBT Application folder:
      Code:
      C:\Program Files\BiglyBT (Windows x64)
      C:\Program Files (x86)\BiglyBT (Windows x86)
      /Applications/BiglyBT (macOS)
      ~/biglybt / /home/<username>/biglybt (Linux)
      4. You have removed the BiglyBT Settings folder:
      NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS
      Code:
      %APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
      %APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
      /Users/<username>/Library/Application Support/BiglyBT (macOS)
      ~/.biglybt / /home/<username>/.biglybt (Linux)
      5. Reinstalled BiglyBT using the package from BiglyBT - Download.
      6. Re-applied the hack by following the installation instructions above.

      Portable Mode:
      Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze.
      In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.



      Enjoy!

      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    Spidtest (09.04.18) , attiadona (04.04.18) , BiglyJRE (01.03.18) , Datendiebstahl (27.01.18) , Blocker (27.01.18) , eragooo (23.01.18) , lil-fella (23.01.18) , Paranormal (23.01.18) , RaMa (23.01.18) , cloud99 (23.01.18) , Lucius (22.01.18) , lyric (22.01.18) , anon (22.01.18)


  1. #47
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633
    Quote Originally Posted by Paranormal View Post
    I fixed it by additionally installing the older Java 8 runtime jre-8u162-windows-x64.
    If BiglyBT is using the Java 8 runtime, PerfectSpoof features will fail.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anon (18.03.18)

  3. #48
    Paranormal's Avatar
    Join Date
    14.05.10
    Location
    Germany
    P2P Client
    BiglyBT
    Posts
    16
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss16
    In the BiglyBT About box it says:
    Java 9.0.4 (64 bit)
    Oracle Corporation
    c:\program files\java\jre-9.0.4

    So its using version 9 but without having installed version 8 I get the error message about EXE4J_JAVA_HOME


    Sidenote: The UI feels a lot less responsive then on Windows 7
    Last edited by Paranormal; 18.03.18 at 10:37.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    (23.09.22)

  5. #49

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    Don't touch that file, leave it as it is after installing the mod.
    ok, so how i exactly spoof that specific version of azureus (vuze)

    @Paranormal
    Unninstall that java 8 and just do what anon said few posts ago (symlinking)
    Last edited by BiglyJRE; 18.03.18 at 14:03.
    Reply With QuoteReply With Quote
    Thanks

  6. #50
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by Paranormal View Post
    In the BiglyBT About box it says:
    Java 9.0.4 (64 bit)
    Oracle Corporation
    c:\program files\java\jre-9.0.4

    So its using version 9 but without having installed version 8 I get the error message about EXE4J_JAVA_HOME
    You probably have a mish-mash of Java runtimes right now, so I'd uninstall all of them, try to get things working as per the first post, and use the symlinking trick otherwise.

    In either case, you will ensure you only have one JRE installed: version 9.

    Quote Originally Posted by BiglyJRE View Post
    ok, so how i exactly spoof that specific version of azureus (vuze)
    Oops, sorry, I forgot you needed to spoof some old version that's the only one your tracker will accept. The vast majority of people aren't interested in spoofing Vuze, which is why I recommended not touching the file at all.

    Anyway, 5.6.0.0 is pre-Bigly (March 2015), so it's fine the way you posted on the screenshot.

    Code:
    azureus.spoof.boolean=True
    azureus.spoof.spoofbiglybt=False
    azureus.spoof.value=5.6.0.0
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #51

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Spoiler Announces:
    GET /announce?info_hash=%F0%7E%0B%05%84t%5B%7B%CB5%E9%8 0%97H%8D4%E6%86%23%D0&peer_id=-TR2030-cgcayhmbea5h&port=55805&uploaded=0&downloaded=0&le ft=1502576640&numwant=80&key=pgwma8e5&compact=1&su pportcrypto=1&event=started HTTP/1.1
    Host: torrent.ubuntu.com:6969
    User-Agent: Transmission/2.03
    Accept: */*
    Accept-Encoding: gzip;q=1.0, deflate, identity

    HTTP/1.0 200 OK
    Content-Length: 407
    Content-Type: text/plain
    Pragma: no-cache
    Content-Encoding: gzip

    ....c_.Z..K..J..-.I-I.4275K54.J..,(..O.IL/65.b ...Xe...54.H..
    ....%.d.Z....Z........X..HY......q...=_.O\].F...g.cj..w{^(.<.h8.t....(..'...[fi..w..8q5........|g.[.fW..[.!qN..P.]c...#.N....{x...J..0..wZ..;q5lI...W..2...e........ ...u....%...>q5(......Sw....W..~*.@.N.......y6ye.. ..z....Ye....''9~:.vy.y6w.?E...._.x.j.....8.}..z.i t..#*g...-.}<0.f...v.3C..H,.Y.t..T..WY......uW.D..k..2...p]......vj.}.
    .~u......


    GET /announce?info_hash=%05q%07%EB%A2%FC%03%DF%1F%23%1D %E09%C5%01%E6XUF%AD&peer_id=-TR2030-hj7ihf9c76rq&port=55805&uploaded=0&downloaded=0&le ft=790626304&numwant=80&key=fp477iem&compact=1&sup portcrypto=1&event=started HTTP/1.1
    Host: torrent.ubuntu.com:6969
    User-Agent: Transmission/2.03
    Accept: */*
    Accept-Encoding: gzip;q=1.0, deflate, identity

    HTTP/1.0 200 OK
    Content-Length: 407
    Content-Type: text/plain
    Pragma: no-cache
    Content-Encoding: gzip

    ....._.Z..K..J..-.I-I..02I54.J..,(..O.IL/65.b ...Xe..M52O...KR...s2
    -..RM.
    RS...
    ..X..'.(
    O9.~..C..f.+I?k...-.(.p........Z/O.y8 D.n...W.|.>q5(.......S.N\uQ.t...k~......7...I..%.. .$.....os@.....w....W}z0r[hS.....4.i.x.;.v..........,..'.V...I=...:.......TV ...$Y.w..V..Ws'..U.e$.jn..{....O../3J...._;q...v...|.$....s.P..L...._%.~f5>q5.cO..k.. ....O..P...B.....S...'.....2;....@[..FJ=......=......8...CS...F.....


    GET /announce?info_hash=%5F%A9%93P%8DL%833%F7%14%DC%00E %85%16%F3%3Ej%F1%A6&peer_id=-TR2030-ykuy7uiw4q7a&port=55805&uploaded=0&downloaded=0&le ft=787480576&numwant=80&key=5dcr985c&compact=1&sup portcrypto=1&event=started HTTP/1.1
    Host: torrent.ubuntu.com:6969
    User-Agent: Transmission/2.03
    Accept: */*
    Accept-Encoding: gzip;q=1.0, deflate, identity

    HTTP/1.0 200 OK
    Content-Length: 409
    Content-Type: text/plain
    Pragma: no-cache
    Content-Encoding: gzip

    .....`.Z..K..J..-.I-I.416M54.J..,(..O.IL/65.b ...Xe..M52O...KR...s2
    -..RM.
    RS...
    ......J=.^.{.u...Lr7.o.n.~..qp...WC.h.:.......W..9 R6.;(|.QZ...R.....oTJ=..H..g....q...o...
    ^..,w.j...B.8..iw\1......G.... s.....X^.X/x|..7.K'.&s. <q-gc..q......O..M.}.*......Yw...j...).N\.X5....A/3....Xs..J....y..Cu..N\...[...=......`...........F...z.S.....F....z..h..,b.+. U=..........zu....$B.....g}....1.....W.$X.:~L..KB. .....


    GET /announce?info_hash=w%8C%E2%80%B5%95%E5w%80%FF%08%3 F%2E%B6%F8%97%DF%A4%A4%EE&peer_id=-TR2030-ov7quvt47amv&port=55805&uploaded=0&downloaded=0&le ft=1624211456&numwant=80&key=26ewf5pa&compact=1&su pportcrypto=1&event=started HTTP/1.1
    Host: torrent.ubuntu.com:6969
    User-Agent: Transmission/2.03
    Accept: */*
    Accept-Encoding: gzip;q=1.0, deflate, identity

    HTTP/1.0 200 OK
    Content-Length: 408
    Content-Type: text/plain
    Pragma: no-cache
    Content-Encoding: gzip

    ....$`.Z..K..J..-.I-I.4460N54.J..,(..O.IL/65.b ...Xe...57N...KR...s2
    -..RM.
    RS...
    .....Y..d.....*....T.N...{...z.7..K....(&tZ...;... ^..@.N...@.....&..'..>.............h.?....?....S.. .;.
    ..........r..Y.._%.-.^:.A.%.M'...8Y..X....IKX.<Q=q.)......9..O\
    O9.tU.....W..+..nY]..}.jD...}.....O\..n
    .....O.1...%...........=9..R....<.U5...%!zo...3;.. .N...k..}.{..+.......A:.}'n.....&.U=`
    ..f...B>....Jp.....z*.wEi.....


    Is it possible to make a Transmission 2.03 client file :)? This is the announces. Transmission 2.03 Mac.
    Last edited by Spidtest; 21.03.18 at 16:00.
    Reply With QuoteReply With Quote
    Thanks

  8. #52

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Let's hope the continued Java9 support doesn't prevent regular updates as BiglyBT evolves :-> ... thanks to the devs for tracking the Vuze/BiglyBT development for all this time!
    Reply With QuoteReply With Quote
    Thanks

  9. #53

    Join Date
    06.12.17
    Location
    DZ
    P2P Client
    qb
    Posts
    1
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss1
    hello,

    didnt work for me on centos 7

    does anyone test it on c7 ?
    Reply With QuoteReply With Quote
    Thanks

  10. #54

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Hello lads, its me again!
    Now a new problem- spoof does spoof version number correctly, but it doesent spoof vuze/azureus, it spoofs biglybt...

    Click image for larger version. 

Name:	2018-04-05_191418.png 
Views:	178 
Size:	5.5 KB 
ID:	18695Click image for larger version. 

Name:	2018-04-05_191545.png 
Views:	170 
Size:	3.5 KB 
ID:	18696

    What did i do wrong!

    P.s. ive put valid vuze version, covered it for security measures. - but most likely ill get banned on that site...
    Reply With QuoteReply With Quote
    Thanks

  11. #55
    Moderator
    Rebound's Avatar
    Join Date
    19.04.07
    Location
    Ende der Welt
    P2P Client
    Faze Mod 0.2 Private Beta
    Posts
    3,723
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 sssss3723
    The spoofing feature is set in the BiglyBT settings and not in the file you posted. Don't touch that file and set up the spoof through the settings.


    Reply With QuoteReply With Quote
    Thanks

  12. #56

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Yeah, but there are only 1 or 2 client files which is whitelisted across all my trackers.
    Any way to get more client files??
    Reply With QuoteReply With Quote
    Thanks

  13. #57
    Moderator
    Rebound's Avatar
    Join Date
    19.04.07
    Location
    Ende der Welt
    P2P Client
    Faze Mod 0.2 Private Beta
    Posts
    3,723
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 sssss3723


    Reply With QuoteReply With Quote
    Thanks

  14. #58

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Or if you are looking for a particular client you can post it in here, someone will make it when they are available :)
    Reply With QuoteReply With Quote
    Thanks

  15. #59

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    lots of new fixes in unmodded updated 1.5.0.0
    will there be a updated BiglyBT Extreme Mod 1.5.0.0
    Reply With QuoteReply With Quote
    Thanks

  16. #60

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by lil-fella View Post
    lots of new fixes in unmodded updated 1.5.0.0
    will there be a updated BiglyBT Extreme Mod 1.5.0.0
    http://www.sb-innovation.de/showthre...758#post347574
    Last edited by BillyG; 14.04.18 at 18:31.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 4 of 4 FirstFirst ... 234

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
  •