uTorrent patch: sequential download

By Spoofing on Jan 29, 2011

This snippet enables hidden uTorrent's option bt.sequential_download.

1) close uTorrent (if running)
2) in mIRC type /bt.sequential_download
3) run uTorrent and enjoy! ;)

Screenshot: http://img13.imageshack.us/img13/3404/screenshotfv.png

alias bt.sequential_download {
  if (!$input(Close uTorrent program,io)) return

  var %file = "C:\Program Files\uTorrent\settings.dat"
  if (!$lof(%file)) var %file = $qt($sfile($mircdir,Select uTorrent's settings.dat))

  if (!$lof(%file)) return $input(settings.dat is missing,o)

  bread %file 0 $lof(%file) &var
  bcopy &var 30 &var 2 -1
  bset -t &var 2 22:bt.sequential_downloadi1e
  bwrite %file 0 -1 &var
  return $input(Now you can run uTorrent again,io)
}

Comments

Sign in to comment.
Go-Go-gets   -  Feb 02, 2011

!$lof(%file

 Respond  
Jonesy44   -  Jan 30, 2011

You should compile this to an executable :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.