These days the best way to download ‘what ever you like’ is using a torrents website, and the best torrent sites are the ones that are not open for the public. Which means that if you want to register for a private torrents site you need to be invited in by an existing member.
The reason you can usually download from private torrent websites so fast is that the members of these private websites must upload back every megabyte they downloaded.
Unfortunately many people around the world cant upload as fast as they download which makes downloading large torrents a bit of a problem. With a 500KB/25KB Internet connection downloading a 50 gigabyte torrent would take a 2-3 days at the most but a month to upload back.
There are many ways to fake ratio, the most popular way is to send fake upload data to the tracker - the server that keeps track of the amount of data you upload and download.
My way to fake ratio works the other way around, instead of faking upload data I’m going to show you how to fake your download data so the tracker will assume you downloaded a lot less than you really did therefore you will have to upload back a lot less. Using this method you don’t really fake anything you just control the amount of data that is reported to the tracker, if you will do it wisely you will never get caught and banned from the private website.
So how do you fake bit torrent ratio the smart way? Well it’s quite simple, you need to block network access to the tracker after you download the amount you want the tracker to register.
First find out the address of the tracker, open the torrent using a bit torrent client (like utorrent) and look for the tracker’s address in the properties of the torrent.
For example this torrent’s tracker is tracker.torrentleech.org

The next stage is to block our local machine from communicating with that address, there are many ways to block network traffic to a certain address. You can use a firewall on you local machine or your network router to block network traffic to that address.
Another way to block the access to the tracker is by manipulating DNS, that is the method that will be explained here because it can be done easily on any machine and doesnt requite additional software or hardware.
Windows Users:
You need to edit your hosts file and add an entry that sets the IP address for the tracker to 127.0.0.1
The hosts file is located in %SYSTEMROOT%\system32\drivers\etc\hosts (%systemroot% is an environment variable that points to your Windows directory), open it using notepad and add the following line at the end of the file.
127.0.0.1 dns.address.of.tracker
In our case it would be: 127.0.0.1 tracker.torrentleech.org and the entire hosts file will contain:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a ‘#’ symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
127.0.0.1 tracker.torrentleech.org
Linux/Unix Users:
You can do the same thing by editing the /etc/hosts file and restart the network service, although its probably simpler to add a firewall rule.
After adding the rule to the hosts file your system will not be able to contact the tracker and update it on the amout of data you downloaded, when you finish downloading your torrent stop the download and add a # character at the begining of the line you have added to block the tracker. The # sign marks the line as comment and the line is ignored.
After you unblocked the tracker you can upload back the amount of data you let the tracker know you downloaded and you’re done, your ratio is balanced.
Be Smart
If you use this technique on every torrent you download you will get busted, use it only on big torrents.
If you want to grab a 50 gigabyte torrent that contains all the seasons of Lost, first download a few episodes without blocking the tracker and upload back the amount you have downloaded so it would register as a normal download. After you are done balancing your ratio, block the tracker (using a firewall or the hosts file) and continue downloading the rest of the files. Don’t block the tracker before you start the download again (In case you paused/stopped it), give your bit torrent client a minute to receive the peer list from the tracker.
stuff