Advertisement
WraithRIOT

Untitled

Aug 31st, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.01 KB | None | 0 0
  1. dcx {
  2.   if ($isid) { return $dll(dll\dcx.dll,$1,$2-) }
  3.   else { dll "dll\dcx.dll" $1 $2- }
  4. }
  5. udcx {
  6.   if ($dcx(IsUnloadSafe)) { $iif($menu, .timer 1 0) dll -u dcx.dll }
  7.   else { echo 4 -qmlbfti2 [DCX] Unable to Unload Dll. }
  8. }
  9. xdid {
  10.   if ( $isid ) { return $dcx( _xdid, $1 $2 $prop $3- ) }
  11.   dcx xdid $2 $3 $1 $4-
  12. }
  13. xdialog {
  14.   if ( $isid ) { return $dcx( _xdialog, $1 $prop $2- ) }
  15.   dcx xdialog $2 $1 $3-
  16. }
  17. xpop {
  18.   if ( $isid ) { return $dcx( _xpop, $1 $prop $2- ) }
  19.   dcx xpop $2 $1 $3-
  20. }
  21. xpopup {
  22.   if ( $isid ) { return $dcx( _xpopup, $1 $prop $2- ) }
  23.   dcx xpopup $2 $1 $3-
  24. }
  25. mpopup { dcx mpopup $1 $2 }
  26. xdock {
  27.   if ($isid) { return $dcx( _xdock, $1 $prop ) }
  28.   dcx xdock $1-
  29. }
  30. xtray {
  31.   if ($isid) { return $dcx(TrayIcon, $1 $prop $2-) }
  32.   dcx TrayIcon $1-
  33. }
  34. tab {
  35.   var %i = 1, %tab | while (%i <= $0) {
  36.     if ($eval($+($,%i),2) != $null) { %tab = $instok(%tab,$eval($+($,%i),2),$calc($numtok(%tab,9) + 1),9) }
  37.     inc %i
  38.   }
  39.   return %tab
  40. }
  41. shell { return $scriptdirshell.dll }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement