Clip Script

By Dabomb on Dec 15, 2005

Paste whatever you need into the dialog window, opened by selecting the command through a right click, then click 'Enter Script' and it will append it to the end of Clipscript.txt. If the file doesn't exist, it creates it.

dialog Clip {
  title "Sexy Vexy Clipboard Script. V-1.0"
  size -1 -1 238 198
  option dbu
  text "Simple Clipboard Script, Saving Feature Added On To This Clipboard, But This Allows You To Make Scripts here, and then runs them as a script in the actual script", 1, 1 0 235 14
  edit "", 2, 0 14 238 169, multi hsbar vsbar return
  button "Enter Script", 3, 0 183 237 15, multi
}
on *:DIALOG:clip:sclick:3: {
  savebuf -ao clip 2 ClipScript.txt
  unload -rs ClipScript.txt
  load -rs ClipScript.txt
}
menu * {
  Vexy ClipBoard Script
  .Open Clipboard Dialog:/dialog -dm clip clip
  .Close Clipboard Dialog:/dialog -x clip clip
  .Save Clipboard Dialog:/write script $+ %asdf $+ .txt | savebuf -ao $did(clip,2)Script $+ %asdf $+ .txt | /inc %asdf
}

Comments

Sign in to comment.
Dabomb   -  Dec 16, 2005

Sry about that, I\'ll post a revised version. A line of coding was done COMPLETELY wrong.

 Respond  
`Kazuma   -  Dec 15, 2005

Hm, I have an error when I try to save it:

  • Loaded script \'C:\Documents and Settings\Alex\Desktop\mIRC\mIRC\ClipScript.txt\'
  • /unload: no such file \'ClipScript.txt\' (line 14, script14.ini)
 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.