![]() |
|
Increases your download speed :O it does - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.li/Forum-Hacking-Tools) +--- Thread: Increases your download speed :O it does (/Thread-Increases-your-download-speed-O-it-does) |
RE: Increases your download speed :O it does - bilalgcc - 04-24-2012 yah thats really works i already have tried RE: Increases your download speed :O it does - iTz CombatZ x - 04-26-2012 I did a speed test on speedtest.net and got a download speed 15mbps but when i download anything whether its direct or torrent i struggle to get 1mbps anyone have any ideas :/ RE: Increases your download speed :O it does - mihai455 - 05-01-2012 it's only a visual increase but in fact your internet speed it's the same.Nice if you want to see something fake xD RE: Increases your download speed :O it does - #Unkn0wn - 05-01-2012 This is not working, and this is not good for your router or modem RE: Increases your download speed :O it does - SirDarknight - 09-05-2012 It's just a disguise.If you've noticed then you'll see that the bytes are not increasing as fast as the speed. RE: Increases your download speed :O it does - 3r3bus - 09-05-2012 Just to let everyone know, this does absolutely nothing. from my understanding, the "speed hack" function on cheat engine changes something to do with the timing in windows, which would have NO effect on your bandwidth speed. RE: Increases your download speed :O it does - ShadowWalker - 09-05-2012 thank you very much, i will try it RE: Increases your download speed :O it does - mihec161 - 09-06-2012 nice find , going to try that but i thinks its impossible to double your network speed. RE: Increases your download speed :O it does - HEX C++ COD3R - 09-07-2012 If you clearly follow the step , you can see that your utorrent is showing fake speed and it says 2mins till completion while it takes like 2 hours to complete . All it does it makes utorrent show up fake speed which is not possible RE: Increases your download speed :O it does - Frooxius - 09-09-2012 This doesn't really work and never will, I don't even need any tests to know that, it's obvious from the way you do it. Let me explain why and what is actually happening. Think about it rationally for a bit: Your internet connection speed is controlled by a remote device owned by your ISP. It's up to this network device how much bandwidth it will let through, how many bytes will go through in a second. The speed gets limited somewhere away from your computer, so there's nothing your computer can do about the speed, it can't go above what the ISP allows you to. What uTorrent (and other applications on your computer) do on your computer, is measure and display the data transfer speed. This is done by simply counting how many bytes of data were received in a certain time interval (let's assume 1 second) and dividing it by that time interval, yielding bytes per second (including the SI prefixes, like kilobytes per second and so on, that's done by multiplying by powers of 10). Let's imagine that the uTorrent receives 20 kB of data in one second. uTorrent itself has no way of knowing how much time has passed, so it asks the system how much time has passed and it normally tells it that 1 second passed, so you get 20 kB/s. What this tool does is manipulate the time "perception" of whatever application you use it on, in this case, slowing it down. Therefore if you slow it down to half, then when it receives 40 kB of data in two seconds, system will tell it that only one second passed, so the application will report 40 kB/s. It is a wrong value though, because the reported time interval (or time interval of a timer that the application may use) was manipulated, causing wrong calculation of the speed, however the real speed is unchanged, because 40 kB/s in this case were still downloaded in 2 seconds (which is 20 kB/s), only the application is fooled to thinking that two seconds were just one, but rest of the system isn't. I hope this will be helpful to you and help to better understand how things really work under the hood, because understanding is power that lets you create amazing things and play with other as well amazing things. |