Advertisement
makimaki

lol lol lol

Jul 23rd, 2010
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.75 KB | None | 0 0
  1. alias profiles {
  2.   if ($network == Sparkpea.Net) { var %n sparkpea.net/profile.php?epuid=  }
  3.   elseif ($network == PhreikNET) { var %n phreik.net/profile.msnw?epuid=   }
  4.   elseif ($network == Buzzen) { var %n buzzen.net/profile.aspx?pid= }
  5.   echo -a * $1  Profile Link is12 http://www. $+ %n $+ $2 
  6.   window -apdk0w0  @ $+ $1 $+ 's[Profile] iconfile $mircdiricons\eXx.ico
  7.   .noop -a $dll(dll\nHTMLn_2.95.dll,attach,$window(@ $+ $1 $+ 's[Profile]).hwnd))
  8.   .noop -a $dll(dll\nHTMLn_2.95.dll,navigate, http://www. $+ %n $+ $2 )
  9. }
  10.  
  11. (Raw)
  12. raw *:*: {
  13. if ($numeric == 818) {
  14.     if ($3 == OWNERKEY) { hadd qKey $2 $4 }
  15.     elseif ($3 == HOSTKEY) { hadd oKey $2 $4 }
  16.     elseif ($3 == PUID) {  profiles $2 $4 }
  17.   }
  18.   elseif ($2 == PID) { profiles $3 $4 }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement