Advertisement
intersys

Untitled

Dec 28th, 2014
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.34 KB | None | 0 0
  1. on *:text:*:?:{
  2.   if (server: isin $1-) && (AutoRun isin $1-) && (%JGtr == ON) {
  3.     var %gt $input(Do You Want To Connect The Server?,y,Do You Want To Connect The Server?)
  4.     if (%gt == $true) {
  5.       set %serverip $gettok($strip($15),1,44)
  6.       echo -a /run %serverip
  7.     }
  8.   }
  9. }
  10. menu * {
  11.   Temani masriah
  12.   .ON: set %JGtr on
  13.   .OFF: unset %JGtr
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement