mcmd


  

Dieses tolle mIRC addon verwaltet Commandos!

on *:Dialog:cmd:*:*: { 
  if ($devent == init) {
    set %sub.nums 3
    dialog -t cmd mIRC CMD :: %nick.os
    set %home.cd $mircdir $+ cmd
    did -ra cmd 12 $mircdir $+ cmd
    did -ra cmd 24 %sub.nums
    did -a cmd 5 Die mIRC COmmandos sind noch recht wenige. Die meißten benötigen ausserdem #channel etc.
  }
  if ($devent == edit) {
    if ($did == 1) { set %command.temp $did(cmd,1) | did -ra cmd 7 Edit Commando... }
    if ($did == 16) { set %run.temp $did(cmd,16) | /did -ra cmd 7 Runs a Programm, %home.cd $+ %run.temp }
    if ($did == 12) { set %home.cd $did(cmd,12) | /did -ra cmd 7 Runs a Programm, %home.cd $+ %run.temp }
  }
  if ($devent == sclick) {
    if ($did == 18) { did -a cmd 5 Checkbox has no alias update your console or skip this feature. Warning: 1/5 }
    if ($did == 29) { url www.stevenspedia.de.tl/mcmd.htm }
    if ($did == 14) { did -r cmd 12 | set %home.cd $null }
    if ($did == 13) { echo -a This set a Path to an File. It's easier to run more Programms. }
    if ($did == 17) { run %home.cd $+ %run.temp | did -a cmd 7 A Programm is running %home.cd $+ %run.temp | did -ra cmd 5  If Programm is not running, add a to the End of the Path. }
    if ($did == 9) { %command.temp | did -ra cmd 7 Command is running: %command.temp }
    if ($did == 10) { did -r cmd 1 | did -ra cmd 7 Command %command.temp delete... }
    if ($did == 3) { dialog -m mcmdlist mcmdlist }
  }
}
dialog cmd {
  title ""
  size -1 -1 310 221
  option dbu
  edit "", 1, 77 0 195 10
  text "Command", 2, 50 0 27 8
  button "Commandlist", 3, 272 0 35 10
  box ">                                                                                      Fehler Console                                                                                   <", 4, 1 171 307 50
  list 5, 5 180 300 37, size vsbar
  box ">                                                                                Command Preview                                                                                   <", 6, 1 121 307 50
  list 7, 6 132 297 37, size
  box "", 8, 2 11 306 109
  button "+", 9, 0 0 10 10, flat
  button "-", 10, 10 0 10 10, flat
  text "Wechsele Verzeichnis", 11, 6 23 62 8
  edit "", 12, 68 23 215 10
  button "?", 13, 284 23 10 10
  button "!", 14, 294 23 10 10
  text " Portable Run:", 15, 6 33 35 8
  edit "", 16, 46 33 237 10
  button "!", 17, 284 33 10 10
  check "Save Commands", 18, 212 99 55 10
  text "mIRC Path://", 19, 6 43 34 8
  edit "", 20, 46 43 236 10, read
  text "mIRC CMD version:", 21, 6 53 48 8
  edit "0.0.1", 22, 55 53 50 10, read
  text "Saved Logfiles:", 23, 6 63 37 8
  edit "", 24, 43 63 20 10, read
  text "Command Version:", 25, 6 73 45 8
  edit "1.2", 26, 52 73 50 10, read
  text "Updates", 27, 6 83 25 8
  edit "www.stevenspedia.de.tl/mcmd.htm", 28, 32 83 100 10, read
  button "+", 29, 131 83 10 10
  text "About:", 30, 6 93 18 8
  edit "This Dialog is written by Nick@freechat-network.de :: This is only a Beta Version - The Original is in produce.^^.  Update you CMD.  Thank you.", 31, 32 93 180 17, read multi
}
on *:load:{
  echo ~ mIRC CMD was loaded
  echo Runs with: cmd
  set %nick.os $me $+ @ $+ $os $+ .de
  writeini commandlist.ini Commands open /run
  writeini commandlist.ini Commands ip //echo $ip
  writeini commandlist.ini Commands AjoinInvite /ajoininvite
  writeini commandlist.ini Preview open /Open Paint.exe - Paint is running...
  set %mirc.dir $mircdir
  echo ~ Dialog Konfiguriert ~
  dialog -m cmd cmd
}
dialog mcmdlist {
  title ""
  size -1 -1 208 103
  option dbu
  box "mIRC Commands", 1, 1 1 100 101
  box "CMD Commands", 2, 101 1 106 101
  list 3, 2 7 97 90, size vsbar
  list 4, 102 7 103 89, size vsbar
}
on *:dialog:mcmdlist:*:*:{
  if ($devent == init) {
    did -a mcmdlist 3 /join #
    did -a mcmdlist 3 /kick # nick
    did -a mcmdlist 3 /echo
    did -a mcmdlist 3 /write
    did -a mcmdlist 3 /read
    did -a mcmdlist 4 /show.ip
    did -a mcmdlist 4 /ajoin.invite
    did -a mcmdlist 4 /host.scan #
    did -a mcmdlist 4 /surl
    did -a mcmdlist 4 /createpass
  }
  if ($devent == sclick) {
    if ($did == 3) {  set %command.prob $did(mcmdlist,3).seltext | did -ra cmd 1 %command.prob | /set %command.temp %command.prob }
    if ($did == 4) { set %command.prob $did(mcmdlist,4).seltext | did -ra cmd 1 %command.prob | /set %command.temp %command.prob }
  }
}
alias host.scan {
  if ( !$1 ) {
    echo -a * /host.scan: /host.scan #channel
    halt
  }
  set %nicks 1
  while ( %nicks <= $nick($1,0) ) {
    echo -a $address($nick($1,%nicks),1)
    inc %nicks
  }
  unset %nicks
  halt
}
alias ajoin.invite {
  set %ajnvite $iif(%ajnvite == on,off,on)
  ajinvite %ajnvite
}
alias show.ip {
  echo -a Deine IP: $ip
}


Installation:

Öffne den Scripteditor mit alt + r -> gehe im oberen menu auf file und auf new

Im nun leeren Textfenster den oben stehen den Code einfügen. Den Dialog mit /dialog -m cmd cmd
starten.

Screenshot: 
 
Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden