PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1



DigitalDJ
22.01.18, 09:39
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

https://www.sb-innovation.de/attachment.php?attachmentid=3630

╔═══════════════════════════╗
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 (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

Installation:

Windows

1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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 (http://www.7-zip.org/download.html)) 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"


--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 (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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:


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:


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.


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 (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).


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 (https://www.biglybt.com/download/)).


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/


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)


unzip -o BiglyBT_*.zip -d "~/biglybt"

6. Append the following VM options for Java 9 compatibility:


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 (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


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


%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 (https://www.biglybt.com/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 (https://wiki.vuze.com/w/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!

eragooo
23.01.18, 11:38
No more fancy menu! Thank you for that! :)

lyric
23.01.18, 20:05
Thanks for update but portable mode not works for me.

DigitalDJ
23.01.18, 20:17
Ensure you read the instructions fully. Test with unmodded BiglyBT first. Portable mode is not a feature of the mod.

Datendiebstahl
27.01.18, 21:08
Test with unmodded BiglyBT first successfully.


crash at start


java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)



i tried delete jre inapp useless double lib

anon
28.01.18, 21:25
Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)

See 346291 onwards.

moham_99
29.01.18, 12:16
Is there a manual for this mod?I'm a beginner and I get lost in the fake upload options

anon
31.01.18, 22:15
Is there a manual for this mod?

13781

Somewhat outdated but still very much relevant.

sbkk
05.02.18, 05:49
can u explain the function of ProLeech?

anon
05.02.18, 06:24
can u explain the function of ProLeech?

If you export a ProLeech torrent and give it to someone else, they'll be able to download it without having an account on the tracker, or even knowing which tracker it's from at all (automated ghostleeching, essentially). The person in question must also be using the mod, as it's the only one that supports this feature. You can load a ProLeech torrent on a regular client, but it won't have any peers and will never start downloading.

talbot
05.02.18, 11:19
Uploading at 100% won't start:
18567

cloud99
05.02.18, 12:46
Uploading at 100% won't start:
18567

Perhaps this is a glitch cause I faced it to on Vuze Extreme Mod too. Or perhaps there’s something else to it. Anyways, un-ticking the option “Start Fake Upload when the following ___% done is reached”, allows you to get back to your fake upload.

If you want to fake upload after completion of a torrent, simply enter 0 in the upload speed value, until you’ve completed the torrent. Once downloading is over, you can change the value from 0-> 150kb/s or custom speed.

Regards,
~cloud99

Datendiebstahl
05.02.18, 14:58
Hi ✌�� , this is interesting. ProLeech torrents are what in difference? Without looking at it, does it enable PEX for it? My guess



See 346291 onwards.
9
fixed my problem! Java 9 needed!!!

anon
07.02.18, 05:24
Hi ✌�� , this is interesting. ProLeech torrents are what in difference? Without looking at it, does it enable PEX for it? My guess

It adds the IPs and port numbers of all known peers to the .torrent file, as a value that is only read by this mod. Enabling PEX or DHT would require flipping or removing the private flag on the torrent, changing its info_hash and rendering it unusable.

Datendiebstahl
07.02.18, 13:05
Ah its embedded nice. That also explains the exporting intervals.

Well you don't have to change info hash. You can mod, the Mod. There is a function called "isPrivate();" If you return false, on Proleech torrents, by detecting this embedded peers isSet || !isEmpty(ProLeech_peers) are present, its another way to keep fresh peers with all modded clients communication to each other because no real peer would answer the pex, since the private flag is still set! May this could be included into mod. If you need more Information todo so, i let you know. I already made a DHT&PEX Patch myself, because of the infohash changing issue, by returning false on the function. Very easy. But only helps if other peers do this too obviously.

cztrollolcz
12.02.18, 12:05
Hey,
could anyone post screenshots of how it looks after install?
Im not sure if Ive installed it the right way :/

anon
17.02.18, 03:39
If you see the "SBI MOD" label in the status bar, you're good to go.

moham_99
24.02.18, 07:16
Can you add the ability to apply settings to multiple torrent from extreme mod settings tab?
like in swarm tab where you can see the swarm for any number of torrents selected.
so, i select multiple torrents and then in the extreme mode tab i can set the settings to all these tabs

BiglyJRE
28.02.18, 22:52
Hello,
first of all, im not new here, just needed to create new acc, since ive forgot old ones email.
Im using your mods for several years, and i must say thank you for everything, and good work!!!
SO far i was using vuze extreme mod, and it was working awesome (except on one tracker which doubled my download report - still dunno why).
Now id like to switch to BiglyBT, sadly i have a problem. After following step-by-step instructions, i ended up with bigly unable to run with this error: 18638. Ive also tried troubleshoot steps, tried also different locations, but no luck. Bigly, however works only without jre folder removal step. I have also checked for other java versions, deleted registry keys etc... 18639
Help please!!! Thanks

Spidtest
01.03.18, 08:32
Hi, I'm using a Mac. Can I request qbittorrent 4.0.4 without global peer ID as a client file? Thanks

cloud99
01.03.18, 10:30
Hi Spidtest,


Can I request qbittorrent 4.0.4 without global peer ID as a client file?
Thank you for using the correct section. You can dowload the qbittorrent 4.0.4 [NGPID] here:- Removed the client file as it contain invalid information.

Information regarding this particular client file.

1) PeerID is set to non-global. (As requested by you)
2) Key is set to Global. (As seen in Windows/Linux versions, please confirm that the Mac Version reports the same by capturing announces).
3) IPv6 and IPv4 address report disabled. (If you want either of them enabled, you have to provide me announces with IP address in it. So I can make it accordingly).
4) No forms of Encryption(s) (supported or forced). If you want it simply enable it from your settings.



I'm using a Mac.

Unfortunately, some torrent client (take uTorrent as an example) use different information (peer id prefix, key, reserved bytes etc) on different Operating Systems. Therefore, it would be best if you check whether or not the BiglyBT's announces (with qBittorrent client) are similar to your torrent client (qBittorrent). This can be done by capturing announces and comparing them. If you find it difficult to understand, simply post the data (captured announces data) here and someone will confirm it for you.

Tutorial to capture announces using Wireshark can be found at the below thread.
https://www.sb-innovation.de/f59/how-capture-announces-wireshark-limited-http-trackers-only-33436/

~cloud99

Spidtest
01.03.18, 10:41
Hi Spidtest,


Thank you for using the correct section. You can dowload the qbittorrent 4.0.4 [NGPID] here:- 18640

Information regarding this particular client file.

1) PeerID is set to non-global. (As requested by you)
2) Key is set to Global. (As seen in Windows/Linux versions, please confirm that the Mac Version reports the same by capturing announces).
3) IPv6 and IPv4 address report disabled. (If you want either of them enabled, you have to provide me announces with IP address in it. So I can make it accordingly).
4) No forms of Encryption(s) (supported or forced). If you want it simply enable it from your settings.




Unfortunately, some torrent client (take uTorrent as an example) use different information (peer id prefix, key, reserved bytes etc) on different Operating Systems. Therefore, it would be best if you check whether or not the BiglyBT's announces (with qBittorrent client) are similar to your torrent client (qBittorrent). This can be done by capturing announces and comparing them. If you find it difficult to understand, simply post the data (captured announces data) here and someone will confirm it for you.

Tutorial to capture announces using Wireshark can be found at the below thread.
https://www.sb-innovation.de/f59/how-capture-announces-wireshark-limited-http-trackers-only-33436/

~cloud99

I'll PM you an announce from the actual qBittorrent and BiglyBT. Thanks for client file.

cloud99
01.03.18, 14:05
You can dowload the updated qbittorrent 4.0.4 here:- 18641

Information regarding this particular client file has been based on the information from the announces you have provided at the below post.

http://www.sb-innovation.de/f46/ratiomaster-plus-2-1-a-33029/index23.html#post346991

Archived announces can be found here: 18642

1) Client is for qBittorrent 4.0.4 (macOS Version)
2) PeerID is set to non-global.
3) Key is set to non-global.
4) IPv6 and IPv4 address report disabled.
5) Supports encryption. (sends "&supportcrypto=1" paramater with announces)


~cloud99

Spidtest
01.03.18, 14:08
You can dowload the updated qbittorrent 4.0.4 here:- 18641

Information regarding this particular client file has been based on the information from the announces you have provided at the below post.

http://www.sb-innovation.de/f46/ratiomaster-plus-2-1-a-33029/index23.html#post346991

Archived announces can be found here: 18642

1) Client is for qBittorrent 4.0.4 (macOS Version)
2) PeerID is set to non-global.
3) Key is set to non-global.
4) IPv6 and IPv4 address report disabled.
5) Supports encryption. (sends "&supportcrypto=1" paramater with announces)


~cloud99

THANK YOU! I appreciate it. If you need someone who has a mac and needs testing, ill be here, drop me a PM.

BiglyJRE
02.03.18, 21:42
Update for problem above:
tried with other versions of java jre 9, same result, also tried to point manualy trough Environment Variables, didnt work.
Only possible thing could be if im adding that line wrong in vmoptions
18643

p.s. am i using correct section?

Spidtest
02.03.18, 22:50
Update for problem above:
tried with other versions of java jre 9, same result, also tried to point manualy trough Environment Variables, didnt work.
Only possible thing could be if im adding that line wrong in vmoptions
18643

p.s. am i using correct section?

Have you done step 5?
Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.

&Is that notepad run in ADMIN mode?

BiglyJRE
03.03.18, 17:26
Yes and yes (otherwise it wouldnt let me save it).

Spidtest
03.03.18, 20:54
Yes and yes (otherwise it wouldnt let me save it).

try reinstall java, make sure its the one from the link posted and make sure its JRE and not JDK

BiglyJRE
03.03.18, 22:05
Yes its from the link, also tried all other 9.x versions i could find, same with everything.
Tried troubleshooting instructions, cleaned all registry and appdata folders from bigly and java, and all over again... doesent work...
18644

DigitalDJ
04.03.18, 06:37
Where is Java installed? Where is BiglyBT installed?

If Java JRE is installed correctly, the following folder should exist and contain 3 files:

C:\ProgramData\Oracle\Java\javapath

Ensure java.exe, javaw.exe and javaws.exe exist in that folder, then view the properties to ensure it is 9.0.4 JRE.

The folder above should also be in your System PATH environment variable.

BiglyJRE
04.03.18, 14:04
Hello and thanks for reply and help.
Yeah, everything is like you said (i think so).
Im posting screenshots of everything you mentioned.
I was using default paths for both.
18645186461864718648

DigitalDJ
04.03.18, 15:06
Not sure if it matters, but path should be to: C:\ProgramData\Oracle\Java\javapath, not the one with the _suffix.

What happens if you open up cmd and type "java --version"

BiglyJRE
04.03.18, 18:25
Looks strange to me too, but like i mentioned earlier, installed everything using default settings, dunno where prefix came from.

and in cmd mentions server (i dont know should it be like that), when i clearly used normal win 64 jre.
1864918650

Should i try renaming that programdata path???

BiglyJRE
08.03.18, 22:02
Any workarround friends? Im without client for 10 days :P, and would avoid getting back to vuze... Or if there is some alternative (good and new), would give a try to that too!
Thanks!
:top:

DigitalDJ
09.03.18, 01:47
Any workarround friends? Im without client for 10 days :P, and would avoid getting back to vuze... Or if there is some alternative (good and new), would give a try to that too!
Thanks!
:top:

You can copy the JRE9 folder into the BiglyBT\jre folder as an alternative, although this will mean you will need to manually apply Java updates.

It's likely there is something fundamentally wrong with your Windows install, or instructions aren't being followed 100%

anon
09.03.18, 04:24
You can copy the JRE9 folder into the BiglyBT\jre folder as an alternative, although this will mean you will need to manually apply Java updates.

Workaround for the workaround: symlink the jre directory to the one in Program Files =]

It's weird to see this giving people so much trouble, I simply followed the instructions to install the new Java and got everything working on the first attempt.

DigitalDJ
09.03.18, 07:15
Workaround for the workaround: symlink the jre directory to the one in Program Files =]

It's weird to see this giving people so much trouble, I simply followed the instructions to install the new Java and got everything working on the first attempt.

Yep that too! That's a better alternative.

BiglyJRE
09.03.18, 15:31
Thanks alot for helping!!!
Im also very confused why this happens. Its a simple step by step...
Have 2 questions:

DDJ suggestion: i kinda knew this will work, i was just afraid is it safe (will hack work) if i do it that way. So basicly only consequence is manual java updating?

anon suggestion: if this workarround is better (for example - i wont have to manualy update java), can you please clarify to me what exactly i need to do (symlink - unknown term to me).

Thanks to both again, means alot!

anon
09.03.18, 21:20
anon suggestion: if this workarround is better (for example - i wont have to manualy update java), can you please clarify to me what exactly i need to do (symlink - unknown term to me).

https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

Explains it pretty well.

BiglyJRE
15.03.18, 20:59
Sorry me again... :(
Symlink what to what?
Jre in BiglyBT folder to Jre (java folder) in program files??
Sorry for being annoying, not rly fammiliar with this stuff...

example:
jre folder in BiglyBT as source - symlink to jre folder in c/programfiles/java/jre ???

anon
17.03.18, 03:53
c:\>mklink /?
Creates a symbolic link.

MKLINK [[/D] | [/H] | [/J]] Link Target

/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.

In your case, you'll want to run something like:


mklink /D "C:\BiglyBT Portable\jre" "C:\Program Files\Java\jre"

Replace path names accordingly, of course.

BiglyJRE
17.03.18, 14:02
@anon - thanks a bunch, its finaly working!!!
Now i have another problem, i notice another option in spoof file - should both be true or like this i've set?
18668

Paranormal
17.03.18, 19:39
Now id like to switch to BiglyBT, sadly i have a problem. After following step-by-step instructions, i ended up with bigly unable to run with this error: 18638. Ive also tried troubleshoot steps, tried also different locations, but no luck. Bigly, however works only without jre folder removal step. I have also checked for other java versions, deleted registry keys etc... 18639
Help please!!! Thanks

I've got the same problem on my fresh Win10 PC.
"No JVM could be found on your system please define EXE4J_JAVA_HOME to point to an installed JRE"

I fixed it by additionally installing the older Java 8 runtime jre-8u162-windows-x64.

BiglyJRE
18.03.18, 00:42
anon's post above solved my jre issue

anon
18.03.18, 03:10
Now i have another problem, i notice another option in spoof file - should both be true or like this i've set?
18668

Don't touch that file, leave it as it is after installing the mod.

DigitalDJ
18.03.18, 06:56
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.

Paranormal
18.03.18, 09:27
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

BiglyJRE
18.03.18, 13:02
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)

anon
19.03.18, 04:33
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.


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.


azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=False
azureus.spoof.value=5.6.0.0

Spidtest
21.03.18, 14:57
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&left=1502576640&numwant=80&key=pgwma8e5&compact=1&supportcrypto=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.it..#*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&left=790626304&numwant=80&key=fp477iem&compact=1&supportcrypto=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&left=787480576&numwant=80&key=5dcr985c&compact=1&supportcrypto=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&left=1624211456&numwant=80&key=26ewf5pa&compact=1&supportcrypto=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.

BillyG
02.04.18, 18:22
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!

attiadona
04.04.18, 18:53
hello,

didnt work for me on centos 7

does anyone test it on c7 ?

BiglyJRE
05.04.18, 19:19
Hello lads, its me again!
Now a new problem- spoof does spoof version number correctly, but it doesent spoof vuze/azureus, it spoofs biglybt...

1869518696

What did i do wrong!

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

Rebound
05.04.18, 19:26
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.

BiglyJRE
05.04.18, 19:57
Yeah, but there are only 1 or 2 client files which is whitelisted across all my trackers.
Any way to get more client files??

Rebound
05.04.18, 20:11
https://www.sb-innovation.de/f274/

Spidtest
06.04.18, 10:08
Or if you are looking for a particular client you can post it in here, someone will make it when they are available :)

lil-fella
11.04.18, 08:48
lots of new fixes in unmodded updated 1.5.0.0
will there be a updated BiglyBT Extreme Mod 1.5.0.0

BillyG
14.04.18, 17:30
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/showthread.php?threadid=33758#post347574