flippys 0 Report post Posted March 11, 2005 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 /flippys--------moved this from What Is... to here, as this place is more appropriate and should get you more responses --------szupie Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted March 12, 2005 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 Share this post Link to post Share on other sites
Spog 0 Report post Posted March 13, 2005 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. Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted March 29, 2005 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: 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):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.on *KICK:#NBot:{if ($knick == $me) { /join #NBot}} Share this post Link to post Share on other sites
Muddyboy 0 Report post Posted March 29, 2005 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 :)I like creating my own things, its soo much more satisfing Share this post Link to post Share on other sites
yungblood 0 Report post Posted June 7, 2005 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. 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 /flippys --------moved this from What Is... to here, as this place is more appropriate and should get you more responses --------szupie <{POST_SNAPBACK}> Share this post Link to post Share on other sites
Cookiemonster1405241499 0 Report post Posted June 19, 2005 (edited) 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 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! 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. Edited June 20, 2005 by microscopic^earthling (see edit history) Share this post Link to post Share on other sites