Closed Thread
Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 91

Thread: BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 Beta

  1. #1
    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

    BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 Beta



    ╔═══════════════════════════╗
    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:

    + Integrated Peer Injector 0.3 by anon
    + Perfect Spoof 2 by ghostfucker
    + uTorrent ID Generator
    + Modifiable Client Files
    + Ghostleech
    + LTEP Fixes
    + Multiple peerlist entries fixed
    + More No Report Options
    + (Fake Upload) Stop faking when swarm speed is zero
    + Upload Kicker
    + Ratio Tool
    + Synced with latest LegitBly Mod
    + (Upload Multiplier) Show as seeder
    + (SBI-Hack Torrentview) Scrollbars added
    + Fix Tracker Update Interval Divider
    + Use Swarm Peers fixed
    + Updated core to BiglyBT 2.3.0.0


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

    Windows

    1. Download and install the latest OpenJDK Java. It must be Java version 13 or higher. (JDK GA Release).
    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).
    6. Open the OpenJDK archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
    7. Rename the extracted "jdk-XX" folder to "jre".
    8. 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 8 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
    9. Run BiglyBT and Enjoy!


    macOS
    1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release). Note the path to the OpenJDK archive downloaded. You will need it for step 5.
    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. NOTE: You need to replace "PATH_TO_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.
    Code:
    OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
    sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
    sudo tar -xzf "$OPENJDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
    sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
    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"
    6. Run BiglyBT and Enjoy!

    Linux
    NOTE: Based on Ubuntu 19.10
    1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 19.10 this is openjdk-13-jre and libjna-java.
    NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release).
    Code:
    sudo apt install openjdk-13-jre 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-13-openjdk-amd64/
    Code:
    app_java_home="/usr/lib/jvm/java-13-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:
    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"
    7. Run BiglyBT and Enjoy!

    Troubleshooting:
    Before posting problems please make sure:
    1. You have updated Java in the "jre" folder to the latest version (must be Java 9 or higher) (JDK GA Release]).
    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.


    Enjoy!
    Last edited by DigitalDJ; 08.03.20 at 07:51.
    Thanks

  2. Who Said Thanks:

    lotteria (22.08.21) , Poppeye (10.08.20) , Clectus (16.04.20) , ilkr77 (13.04.20) , eragooo (04.04.20) , insane (04.04.20) , Instab (03.04.20) , senshi (24.03.20) , UserXY (21.03.20) , vren43 (21.03.20) , No one (20.03.20) , tixev79853 (19.03.20) , Spongebob (17.03.20) , ryaneagle (16.03.20) , jpopsuki (16.03.20) , crystal (15.03.20) , kgshank (15.03.20) , kelly (15.03.20) , Vation (13.03.20) , buddhay (12.03.20) , infected_ (12.03.20) , artins90 (08.03.20) , Maitikaonyx (08.03.20) , termit779 (08.03.20) , anon (07.03.20) , Datendiebstahl (07.03.20) , salsa12 (07.03.20) , lil-fella (06.03.20) , Sazzy (05.03.20) , lyric (05.03.20)

  3. #46

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    So @DigitalDJ I've tried every troubleshooting measure you've proposed. Currently my main concern is if you are actually listening to any kind of negative feedback, or if you just don't understand the problems highlighted by JP2020.
    After trying various solutions you've recommended to solve Perfect Spoof not working on HDBits and and BitHDTV is still showing me as a leecher with my BT client being BiglyBT 2.3.0.0 instead of qBitTorrent 4.2.1
    Thank you very much for your efforts to solve this problem but you don't seem to understand that we are trying to report whats not working to actually move ahead in this discussion.

    As for any installation issues: I haven't had any JP2020, despite reinstalling it numerous times
    Thanks

  4. #47

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Quote Originally Posted by --->HDBD<--- View Post
    As for any installation issues: I haven't had any JP2020, despite reinstalling it numerous times
    Thanks for that. So my installation issues would seem likely to be unrelated to the client_id problem

    What you might try is changing the version spoof using the contents of BiglyBTSpoof.properties if Azureus isn't banned - it should disable the GF spoofs anyway - but check that no spoofed fields 'hangover'


    #BiglyBT / Vuze / Azureus Perfect Spoof
    #By Shu
    #No check are being done on what's entered !
    #Enter valid version numbers otherwise you'll be detected as Unknown/Fake client
    #Example :
    #2.5.0.4
    #3.0.2.2
    #3.0.2.3_B11
    #To activate it write azureus.spoof.boolean=True
    #To deactivate it write azureus.spoof.boolean=False
    #Spoof BiglyBT azureus.spoof.spoofbiglybt=True
    #Spoof Azureus / Vuze azureus.spoof.spoofbiglybt=False
    azureus.spoof.boolean=True
    azureus.spoof.spoofbiglybt=False
    azureus.spoof.value=5.7.5.0


    When i tried it showed in the tracker as Azureus (version)





    Could i ask you to clarify what you actually did being as the first 'install java' instruction is under such confusion, and if you did anything other than simply run the BBT installer linked as step to? and if you had/have a java installed?
    Might help me see whats going wrong.







    Regarding my issues, and for info
    https://github.com/BiglySoftware/BiglyBT/issues/583

    maybe Need to try the version there but need to look up what the 1.8 vs 13.2 etc version numbers mean.


    Does seem like installing jre rather than jdk makes little if any actual difference.


    Seems to be less glitches like magnets giving a similar java library error (but working OK as copy link into open works fine) if java installed before BBT install rather than after for me with openjdk. No idea why, and not ceratin install sequence is the cause/fix.


    'the procedure entry point ucrtbase.terminate could not be located in the dynamic link library
    api-ms-win-crt-runtime-i1-1-0.dll'


    Thought i had remembered what I did the one time the client_id worked ok, but perhaps not. Its still showing biglybt (version)
    - maybe it was just a fluke or wishful thinking.
    Thanks

  5. #48
    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 --->HDBD<--- View Post
    So @DigitalDJ I've tried every troubleshooting measure you've proposed. Currently my main concern is if you are actually listening to any kind of negative feedback, or if you just don't understand the problems highlighted by JP2020.
    After trying various solutions you've recommended to solve Perfect Spoof not working on HDBits and and BitHDTV is still showing me as a leecher with my BT client being BiglyBT 2.3.0.0 instead of qBitTorrent 4.2.1
    Thank you very much for your efforts to solve this problem but you don't seem to understand that we are trying to report whats not working to actually move ahead in this discussion.

    As for any installation issues: I haven't had any JP2020, despite reinstalling it numerous times
    As I've said multiple times. There may very well be a problem with PerfectSpoof. I haven't had time to really had a deep look into it.

    The installation issue that JP2020 has absolutely nothing to do with the potential issue.

    To help track down the issue, as I've recommended previously: Install Wireshark, packet capture a HTTP tracker update with PerfectSpoof enable, and share the results. Happy for you to censor any private information -- torrent hashes, pass hashes etc.
    Thanks

  6. #49

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    Here a capture
    Click image for larger version. 

Name:	Anmerkung 2020-03-22 122707.jpg 
Views:	112 
Size:	145.1 KB 
ID:	20323
    Last edited by --->HDBD<---; 22.03.20 at 12:33.
    Thanks

  7. #50
    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
    Thank you, this is actually extremely useful. I'll look into it as soon as I can.
    Last edited by DigitalDJ; 22.03.20 at 14:19.
    Thanks

  8. #51
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Alright, today I took the time to do a completely clean install, following the procedure in the first post, just as if I'd never used the mod before. It worked. There are no error messages, it runs, the spoof works, "stop torrent when completed" works, everything is fine. So JP2020, I honestly have no idea what's causing you so much trouble here. But you're welcome to try running the mod using the script I posted before; actually, please use this slightly modified one instead.

    Code:
    @echo off
    rem In case this is called from a terminal window, remember the original working directory
    set WD="%CD%"
    
    cd /d "%~dp0"
    rem Directly use the Java you set up in steps 5, 6 and 7 of the Extreme Mod install procedure
    set JAVA_HOME=%CD%\jre
    set BBTEMDIR=%CD%
    echo Starting BiglyBT Extreme Mod...
    rem I removed the parameters that make it portable
    start "" "%JAVA_HOME%\bin\javaw.exe" -classpath "%BBTEMDIR%\BiglyBT.jar;%BBTEMDIR%\swt.jar" -Djava.library.path="%BBTEMDIR%" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED com.biglybt.ui.Main
    set JAVA_HOME=
    set BBTEMDIR=
    
    cd /d %WD%
    set WD=
    Then open the mod using that as a replacement for BiglyBT.exe. This has to work regardless of whether you have zero, one or more runtimes of any version already installed anywhere or whether they are operational or not... but well, the same should be true of the executable (and it was during my tests).
    "I just remembered something that happened a long time ago."
    Thanks

  9. #52
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    HDBD, that screenshot is pretty interesting, because everything other than the User-Agent is as it should be for qBittorrent 4.2.1. So the spoof isn't completely broken (which makes this even more puzzling).

    First of all, it should be noted that as of this writing, there are three spoofing features in this mod.
    1. Perfect Spoof 2 by ghostfucker, which is the flagship one
    2. Shu's Perfect Spoof, controllable via a .properties file. Backported from the Legitbly mod but not really relevant here
    3. The Client Identification plugin included in the official BiglyBT

    No. 2 is not a problem as long as left disabled. My guess is that the third one is interferring with the first under certain configurations or conditions, but once again, I have been completely unable to reproduce that during testing. Please try the following.
    • Stop all torrents, disable ghostfucker's Perfect Spoof and close the mod.
    • If by any chance you edited BiglyBTSpoof.properties, replace it with an unmodified copy.
    • Open the mod. Don't start any torrents, but open the Options panel and make sure that...
      Tracker -> Client: "Send Java version and OS name" is enabled (the default).
      Plugins -> Client Identification: Client is set to "BiglyBT 2.3.0.0" (the default).
      Plugins: "bgclientid" is unticked.
    • Restart the mod. Enable ghostfucker's Perfect Spoof and pick the client you want. Restart again.

    With those settings, it works fine for me. Verified with Wireshark on Pornolab (HTTP tracker) and IPTorrents (HTTPS, but shows your User-Agent on the torrent list), tested spoofing both uTorrent and qBittorrent.
    "I just remembered something that happened a long time ago."
    Thanks

  10. #53
    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 anon View Post
    HDBD, that screenshot is pretty interesting, because everything other than the User-Agent is as it should be for qBittorrent 4.2.1. So the spoof isn't completely broken (which makes this even more puzzling).

    First of all, it should be noted that as of this writing, there are three spoofing features in this mod.
    1. Perfect Spoof 2 by ghostfucker, which is the flagship one
    2. Shu's Perfect Spoof, controllable via a .properties file. Backported from the Legitbly mod but not really relevant here
    3. The Client Identification plugin included in the official BiglyBT

    No. 2 is not a problem as long as left disabled. My guess is that the third one is interferring with the first under certain configurations or conditions, but once again, I have been completely unable to reproduce that during testing. Please try the following.
    • Stop all torrents, disable ghostfucker's Perfect Spoof and close the mod.
    • If by any chance you edited BiglyBTSpoof.properties, replace it with an unmodified copy.
    • Open the mod. Don't start any torrents, but open the Options panel and make sure that...
      Tracker -> Client: "Send Java version and OS name" is enabled (the default).
      Plugins -> Client Identification: Client is set to "BiglyBT 2.3.0.0" (the default).
      Plugins: "bgclientid" is unticked.
    • Restart the mod. Enable ghostfucker's Perfect Spoof and pick the client you want. Restart again.

    With those settings, it works fine for me. Verified with Wireshark on Pornolab (HTTP tracker) and IPTorrents (HTTPS, but shows your User-Agent on the torrent list), tested spoofing both uTorrent and qBittorrent.
    I suspect it is indeed the Client Identification plugin. It does indeed include code to add a User-Agent to tracker requests. Although, I'm still going to work through all the patches we apply and ensure they're been applied in the correct locations.
    Thanks

  11. Who Said Thanks:

    anon (23.03.20)

  12. #54
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Honestly, they should get rid of that already. It's no longer necessary - the transition stage is over, BiglyBT is the new Vuze - and trackers are always going to frown upon a client that has ID spoofing features out of the box. Even if the intentions behind it are good and it only allows a very limited set of choices.
    "I just remembered something that happened a long time ago."
    Thanks

  13. #55
    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 anon View Post
    Honestly, they should get rid of that already. It's no longer necessary - the transition stage is over, BiglyBT is the new Vuze - and trackers are always going to frown upon a client that has ID spoofing features out of the box. Even if the intentions behind it are good and it only allows a very limited set of choices.
    AFAIK, they did remove it in 2.3.0.0, but I specifically reverted that commit to keep the plugin. I'm interested as to why it's now causing problems...or maybe it was always a thing. I still need to confirm whether that is actually the issue.

    ---------- Post Merged at 20:52 ---------- Previous Post was at 16:00 ----------

    HDBD, can you please elaborate more on your setup. I just reviewed the code and things look OK. I personally tried a HTTP tracker and confirmed the qBT 4.2.1 spoof works.

    I'm curious as to why in your About Window it says "N/A" under Java 13.0.2. It should be "Oracle Corporation". This is probably a red herring.

    Can you:

    - screenshot your full Extreme Mod settings
    - open a command prompt and post the output of the following:
    cd "C:\Program Files\BiglyBT\jre\bin"
    java -XshowSettings:properties -version
    - Mention if any trackers for which you find PerfectSpoof works?
    - share the sources tab for a torrent (censor hostnames, and any other sensitive info)?
    - list the contents of:
    %APPDATA%\BiglyBT\plugins
    %PROGRAMFILES%\BiglyBT\plugins
    - share the "Connections" tab in BiglyBT settings
    - the contents of %PROGRAMFILES%\BiglyBT\BiglyBTSpoof.properties
    Last edited by DigitalDJ; 23.03.20 at 13:04.
    Thanks

  14. Who Said Thanks:

    anon (23.03.20)

  15. #56

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6
    @DigitalDJ

    Could you please provide the attachment to those of us who do not care about spoofing at all?
    All I need is "no upload" and automatic removal after finish. I couldn't care less about spoofing.

    2.2.0.2 Beta is a mess for me. Automatic removal is completely broken and it has just crashed and corrupted its settings for the second time in 24h. I'd like to at least try and see if 2.3.0.0 works better.

    Thank you very much for your hard work.
    Thanks

  16. #57

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    @DigitalDJ

    I don't have too much time right now.
    about weekends i will inform more
    Thanks

  17. #58
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    I just cleaned up the thread of "where's the download link" posts, and rolled the sticky and announcement lists back to 2.2.0.2 until we can reupload this version.
    "I just remembered something that happened a long time ago."
    Thanks

  18. #59

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    1. I don't know why it was shown as N/A but now it looks like
    Click image for larger version. 

Name:	über.jpg 
Views:	82 
Size:	71.6 KB 
ID:	20329

    2. Here are the Extreme Mod settings
    Click image for larger version. 

Name:	Extreme Mod settings1.jpg 
Views:	83 
Size:	135.8 KB 
ID:	20330
    Click image for larger version. 

Name:	Extreme Mod settings2.jpg 
Views:	86 
Size:	40.0 KB 
ID:	20331

    3. java -XshowSettings:properties -version
    Microsoft Windows [Version 10.0.18363.720]
    (c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

    C:\Users\xxxxxxx>cd "C:\Program Files\BiglyBT\jre\bin"

    C:\Program Files\BiglyBT\jre\bin>java -XshowSettings:properties -version
    Property settings:
    file.encoding = Cp1252
    file.separator = \
    java.class.path =
    java.class.version = 57.0
    java.home = C:\Program Files\BiglyBT\jre
    java.io.tmpdir = C:\Users\xxxxxxx\AppData\Local\Temp\
    java.library.path = C:\Program Files\BiglyBT\jre\bin
    C:\WINDOWS\Sun\Java\bin
    C:\WINDOWS\system32
    C:\WINDOWS
    C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler
    C:\Program Files (x86)\Intel\iCLS Client\
    C:\Program Files\Intel\iCLS Client\
    C:\WINDOWS\system32
    C:\WINDOWS
    C:\WINDOWS\System32\Wbem
    C:\WINDOWS\System32\WindowsPowerShell\v1.0\
    C:\WINDOWS\System32\OpenSSH\
    C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
    C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
    C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
    C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
    C:\Program Files\IDM Computer Solutions\UltraEdit
    C:\Program Files\IDM Computer Solutions\UltraCompare
    C:\Program Files\PuTTY\
    C:\Program Files\ojdkbuild\java-13-openjdk-13.0.1-2\missioncontrol\
    C:\Program Files\ojdkbuild\java-13-openjdk-13.0.1-2\bin
    C:\Users\xxxxxxx\AppData\Local\Microsoft\WindowsAp ps

    .
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 13.0.2+8
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 13
    java.vendor = Oracle Corporation
    java.vendor.url = https://java.oracle.com/
    java.vendor.url.bug = https://bugreport.java.com/bugreport/
    java.version = 13.0.2
    java.version.date = 2020-01-14
    java.vm.compressedOopsMode = Zero based
    java.vm.info = mixed mode, sharing
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 13
    java.vm.vendor = Oracle Corporation
    java.vm.version = 13.0.2+8
    jdk.debug = release
    line.separator = \r \n
    os.arch = amd64
    os.name = Windows 10
    os.version = 10.0
    path.separator = ;
    sun.arch.data.model = 64
    sun.boot.library.path = C:\Program Files\BiglyBT\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = amd64
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = Cp1252
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level =
    sun.stderr.encoding = cp850
    sun.stdout.encoding = cp850
    user.country = LI
    user.dir = C:\Program Files\BiglyBT\jre\bin
    user.home = C:\Users\xxxxxxx
    user.language = de
    user.name = xxxxxxx
    user.script =
    user.variant =

    java version "13.0.2" 2020-01-14
    Java(TM) SE Runtime Environment (build 13.0.2+8)
    Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)

    C:\Program Files\BiglyBT\jre\bin>
    4. On This Tracker PerfectSpoof works
    Click image for larger version. 

Name:	PerfectSpoof works.jpg 
Views:	80 
Size:	134.3 KB 
ID:	20332

    5. %APPDATA%\BiglyBT\plugins
    Click image for larger version. 

Name:	APPDATA BiglyBTplugins.jpg 
Views:	73 
Size:	76.6 KB 
ID:	20333

    6. %PROGRAMFILES%\BiglyBT\plugins
    Click image for larger version. 

Name:	PROGRAMFILES BiglyBT plugins.jpg 
Views:	84 
Size:	74.9 KB 
ID:	20334

    7. %PROGRAMFILES%\BiglyBT\BiglyBTSpoof.properties
    #BiglyBT / Vuze / Azureus Perfect Spoof
    #By Shu
    #No check are being done on what's entered !
    #Enter valid version numbers otherwise you'll be detected as Unknown/Fake client
    #Example :
    #2.5.0.4
    #3.0.2.2
    #3.0.2.3_B11
    #To activate it write azureus.spoof.boolean=True
    #To deactivate it write azureus.spoof.boolean=False
    #Spoof BiglyBT azureus.spoof.spoofbiglybt=True
    #Spoof Azureus / Vuze azureus.spoof.spoofbiglybt=False
    azureus.spoof.boolean=False
    azureus.spoof.spoofbiglybt=True
    azureus.spoof.value=2.3.0.0
    Last edited by --->HDBD<---; 26.03.20 at 00:39.
    Thanks

  19. #60
    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
    Thanks, can you also share the Sources tab for a tracker that you think PerfectSpoof does not work for?

    This is puzzling. Cheers
    Thanks

Closed Thread
Page 4 of 7 FirstFirst ... 23456 ... 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
  •