Advertisement
Guest User

Untitled

a guest
Feb 26th, 2012
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.84 KB | None | 0 0
  1. menu status,channel,query,menubar {
  2.   Autotrader
  3.   .Turn Trader On:ftp_auto on
  4.   .Turn Trader Off:ftp_auto off
  5.   .Status: { .echo $timestamp << 0Your 7AutoTrader 0is5 %ftp_auto >> }
  6. }
  7. alias ftp_auto {
  8.   set %ftp_auto $1
  9.   if (%ftp_auto == on) { .echo $timestamp << 0Your 7AutoTrader 0has been turned5 ON >> }
  10.   if (%ftp_auto == off) { .echo $timestamp << 0Your 7AutoTrader 0has been turned5 OFF >> }
  11. }
  12. on *:TEXT:*:#CHANNEL:{
  13.   tokenize 32 $strip($1-,burc)
  14.   if (%ftp_auto == off) { goto end }
  15.   if ($nick == BOTNMAE) {
  16.     if ($strip($1) == COMPLETE) {
  17.       set %section $strip($3)
  18.       set %section $remove(%section,:)
  19.       set %rlz $strip($5)
  20.       set %chain1 site1
  21.       set %chain2 site2
  22.  
  23.  
  24.  
  25.     if ( %section == X264) {
  26.         set %bookmark X264
  27.         if (*/* iswm %rlz) { goto end }
  28.         if (*720p* iswm %rlz) { goto end }
  29.         if (*-* iswm %rlz) { goto TRANSFER }
  30.         goto end
  31.       }
  32.  
  33.     if ( %section == TV-X264-HD) {
  34.         set %bookmark TV-X264-HD
  35.         if (*BluRay* iswm %rlz) { goto end }
  36.         if (*/* iswm %rlz) { goto end }
  37.         if (*-* iswm %rlz) { goto TRANSFER }
  38.         goto end
  39.       }
  40.  
  41.  
  42.       halt
  43.       :TRANSFER
  44.       window @RACE
  45.       echo  @RACE $timestamp [08RACE-FN] :: [06 %bookmark ] :: [10 %rlz ]
  46.       dll Rushmirc.dll RushScript RushApp.FTP.Transfer(0,'','','',' $+ %CHAIN1 $+ ; $+ %CHAIN2 $+ ',' $+ %bookmark $+ ',' $+ %rlz $+ ', 0 , '','','','','([^\w]*100%[^\w]*)|([^\w]*-\sCOMPLETE\s\)[^\w]*)|([^\w]*-\sCOMPLETE\s-[^\w]*)',40,0,0,0,0,2,0);
  47.       ;dll Rushmirc.dll RushScript RushApp.FTP.Transfer(0,'','','',' $+ %CHAIN1 $+ ; $+ %CHAIN2 $+ ',' $+ %bookmark $+ ',' $+ %rlz $+ ', 0 , '','','','','([^\w]*100%[^\w]*)|([^\w]*-\sCOMPLETE\s\)[^\w]*)|([^\w]*-\sCOMPLETE\s-[^\w]*)',40,0,0,0,0,2,0);
  48.  
  49.       halt
  50.  
  51.       :end
  52.       halt
  53.     }
  54.   }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement