Nov 23, 2009

mIRC Scripting - Is there any scripters in here?

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > Miscellaneous Scripting Languages & Ideas

mIRC Scripting - Is there any scripters in here?

flippys
I am wondering if there is more than me who script mIRC..
If there is please share your scripts and screens.

Here you can find a screenshot of my newest creation "flipIRC". Tell me what you like/dislike smile.gif

/flippys


--------moved this from What Is... to here, as this place is more appropriate and should get you more responses wink.gif --------szupie

Comment/Reply (w/o sign-up)

miCRoSCoPiC^eaRthLinG
Dude I used to do a whole lot of mIRC Scripting - though I've long been out of irc. But Iguess I still have some of my old scripts with me. Will have to find them and post in here.
Regards

Comment/Reply (w/o sign-up)

Spog
my friends a great scripter. if you need any help, ask me and ill ask him. he havent made any big published script, but i saw him in action and he kills.

Comment/Reply (w/o sign-up)

vizskywalker
I've just started scripting, and so far the best I have done is a remote that says hi to other users as they log on only if a certain other user isn't on. If you want to look it over for me or provide helpful pages with tutorials on mIRC scripting, I would be much obliged. Code of the remote as follows:
CODE
on *:JOIN:#NBot:{
 if ($nick == Qop123) {
   /msg #NBot hello $nick
 }
 if ($nick != $me) {
   if (Qop123 ison #NBot) {
     /msg #NBot
   } else
   {
     /msg #NBot hello $nick
   }
 }
}


I also made a simple little remote that lets other users cause me to say they someone with something. Once again, code to follow (since you asked us to share):
CODE
on *:TEXT:!hit*:#NBot:{
 /msg #NBot $nick hits $2 with $3-
}


I'm also trying to make a script that automatically logs me back onto a channel when kicked from it, but it isn't working. If you could help, I would appreciate it.
CODE
on *KICK:#NBot:{
if ($knick == $me) {
 /join #NBot
}
}

 

 

 


Comment/Reply (w/o sign-up)

Muddyboy
I know a bit of mIRC scripting, i did play around with some other scripts adding/removing bit to make it easier for me to use biggrin.gif

I like creating my own things, its soo much more satisfing

Comment/Reply (w/o sign-up)

yungblood
Have you checked #mIRCHelp on EFNet? I used to be a channel operator there. They do extensive help when you can catch the right person there. Depending on how complex scripting help you need, I even might be able to help you. Let me know what kind of scripting help you need.

QUOTE (flippys @ Mar 11 2005, 10:07 AM)
I am wondering if there is more than me who script mIRC..
If there is please share your scripts and screens.

Here you can find a screenshot of my newest creation "flipIRC". Tell me what you like/dislike smile.gif

/flippys
--------moved this from What Is... to here, as this place is more appropriate and should get you more responses wink.gif --------szupie
*

Comment/Reply (w/o sign-up)

Cookiemonster
This Is Mainly how you make a gatekeeper dialog box to record gates and stuff. I got this from Lord Of Darkness its not mine in other words

CODE
on *:START:{
 window @GateKeepers
 titlebar @GateKeepers -=*[ Lord Of Darkness ]*=- GateKeeper Recorder
 .echo @Gatekeepers 1,6.........................-=*[ Script -=*[ Lord Of Darkness ]*=- V 2.0 ]*=-.........................
 .echo @Gatekeepers 4,3.............................Programmed By Admin_Elite-Rando|a.............................
 .echo @Gatekeepers 1,6......................Displays All Onjoin's Nickname And GateKeeper ID's.......................
 .echo @Gatekeepers 4,3.Displayed In The Following Format Decoded(Nick), Unicode(Nick), GateKeeper ID.
 .echo @Gatekeepers 1,6...................................Also Logs Kicks and Room Knocks.....................................
}
on *:JOIN:* {
 window @Gatekeepers
 if ($nick != $me) { echo @Gatekeepers 1,6Joins( $+ $time $+ )3 $msn.decode($nick) 4 $+ $nick $+ 1 $+ ! $+ 12 $+ $address }
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
on *:PART:* {
 window @Gatekeepers
 if ($nick != $me) { echo @Gatekeepers 1,6Parts( $+ $time $+ )3 $msn.decode($nick) 4 $+ $nick $+ 1 $+ ! $+ 12 $+ $address }
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
on *:KICK:* {
 window @Gatekeepers
 if ($me !isin $nick) {
   echo @Gatekeepers 1,6( $+ $time $+ )4 4[1 $msn.ifdecode($replace($knick,1>,Guest_)) $address($knick,1) 4]
   echo @Gatekeepers 4,3( $+ $time $+ )4 4[1 ! $+ $$ial($knick $+ *,1).addr 4]
   echo @Gatekeepers 1,6( $+ $time $+ )4 4[1 Was kicked by 4]
   echo @Gatekeepers 4,3( $+ $time $+ )4 4[1 $msn.ifdecode($replace($nick,>,Guest_)) $address($nick,1) 4]
   echo @Gatekeepers 1,6( $+ $time $+ )4 4[1 $1- 4]
   echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
   halt
 }
 elseif ($me isin $nick) {
 }
 echo @Gatekeepers 1,6( $+ $time $+ )4 4[1 You Kicked 4]
 echo @Gatekeepers 4,3( $+ $time $+ ) 1[4 $msn.ifdecode($replace($knick,>,Guest_)) $address($knick,1) 1]
 echo @Gatekeepers 1,6( $+ $time $+ ) 1[4 ! $+ $$ial($knick $+ *,1).addr 1]
 echo @Gatekeepers 1,6( $+ $time $+ )4 4[1 $1- 4]
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
 halt
}
raw knock:*473*: { set %knocki.count $calc(%knocki.count +1)
 window @Gatekeepers
 echo @Gatekeepers 1,6[ $+ $time $+ ]4 4[1 $msn.ifdecode($replace($nick,>,Guest_)) 4] [14 $address 4]
 echo @Gatekeepers 4,3[ $+ $time $+ ]4 4[1 Total Invite Only Knocks = $+ %knocki.count $+ 4]
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
raw knock:*913*: { set %knockb.count $calc(%knockb.count +1)
 /splay sounds\knocks.wav
 window @Gatekeepers
 echo @Gatekeepers 1,6[ $+ $time $+ ]4 4[1 $msn.ifdecode($replace($nick,>,Guest_)) 4] [1 $address 4]
 echo @Gatekeepers 4,3[ $+ $time $+ ]4 4[1 Total Banned Knocks = $+ %knockb.count $+ 4]
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
raw knock:*471*: { set %knockf.count $calc(%knockf.count +1)
 window @Gatekeepers
 echo @Gatekeepers 1,6[ $+ $time $+ ]4 4[1 $msn.ifdecode($replace($nick,>,Guest_)) 4] [14 $address 4]
 echo @Gatekeepers 4,3[ $+ $time $+ ]4 4[1 Total Room Full Knocks = $+ %knockf.count $+ 4]
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
raw knock:*475*: { set %knockey.count $calc(%knockey.count +1)
 window @Gatekeepers
 echo @Gatekeepers 1,6[ $+ $time $+ ]4 4[1 $msn.ifdecode($replace($nick,>,Guest_)) 4] [14 $address 4]
 echo @Gatekeepers 4,3[ $+ $time $+ ]4 4[1 Total Room Key Knocks = $+ %knockey.count $+ 4]
 echo @Gatekeepers 1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4

~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~6~4~3~1~
}
}
}
 }
}
}




Also has anyone got any good bots that i can use as i have my own chat network and i can edit the connection to go to my server so any good bots you have made or know please tell me so i can try them out thank-you! biggrin.gif

Notice from Klass:
Since you can't follow rules, and posted code without the code tag to gain hosting credits you have been warned.


Notice from m^e:
Credits Adjusted: -16 days. Be more careful in future.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : mirc, scripting, scripters

  1. Bash Shell Scripting: Comparing Directories
    (11)
  2. Best Way Of Learning A Scripting Language?
    (7)
    I was going to wonder what is the best way to learn a scripting language. I mean there are tons of
    different ways including buying Books on internet of that langauge. You can also take tech
    classes,or even internet classes, or best way to just learn by yourlself? Ive been messing alot
    lately with Macromedia MX director. Ive been learning its scripting language called Lingo, but ive
    just been learning from messing with source codes and server scripts. Is the best way trial and
    error and repeat?....
  3. How To Add A Scripting Language To A Program ?
    (12)
    Notice from vujsa: Edited Post! Please do not post email
    address here or request that help be sent via email. Replies should be made in the form of posts so
    everyone may learn from your question. Does anyone have any experience adding a scripting
    language to a program they are writing? I have one project I'm working on that needs a
    scripting language, and I would like to simply add an existing language to my program. I know how
    to use Perl, Tcl/Tk, Python, and others... but I don't know how to tie one of them into my....
  4. mIRC Scripting
    mIRC (0)
    What script is mIRC written in as i would like to know here's an example of a peace of its
    script: #capsprot on on ^*:TEXT:*:#:{ if ($nick == $chan) halt if ($$ial($nick $+ *,1).addr
    == $read(protect.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * )) return if ($nick isowner #) halt
    if ($nick isop #) halt if ($len($1-) var %caps.letters = $calc($len($1-) + 1 -
    $len($removecs(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) var %caps = $calc($len($1-)
    - $len($removecs($1-,($1-),A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) var %caps.perc....
  5. Formmail Without Scripting
    Same as above (5)
    Hi Once opon the time I did use an simple formail witout any script. I can't exactly remember
    how I did done. But something with post and then my email adress. Does any remember this poor
    solution??? Thanks Cheers! Jens....

    1. Looking for mirc, scripting, scripters

See Also,

*SIMILAR VIDEOS*
Searching Video's for mirc, scripting, scripters
advertisement



mIRC Scripting - Is there any scripters in here?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com