Jump to content

coders-irc_Bot

Administrators
  • Posts

    427
  • Joined

  • Last visited

  • Days Won

    7

Files posted by coders-irc_Bot

  1. mTwitch

    mTwitch
    mTwitch is a modulizer set of scripts for mIRC to help conform twitch more closely to the IRC standard and to make twitch more accessible from within the mIRC enviornment. More information about what each module does can be found on the wiki.
    If you appreciate the work done, consider donating via StreamJar
    Rights and Distributing
    You may do with the code as you wish so long as you do not redistrubute any files contained with in this repository, in part or whole, without direct permission from me. You may directly link to any asset within this repository so long as you also include a link to the top level of the repository.
    SReject © 2016; All rights reserved.
    Requirements and Dependencies
    mIRC v7.43
    Windows XP+: Due to a dependency in the JSON parser these scripts will not work under WINE
    JSONForMirc.mrc: Many of scripts take advantage of twitch's webapi including mTwitch.Core.mrc
    mTwitch.core.mrc is required by all other scripts in the repo
    Installation
    Download the script(s) you wish to load
    Move script(s) to a folder of your choosing
    From within mIRC hold the alt key and press r; release both
    Click File then Load
    Navigate to the folder in which you moved the script(s) to.
    Select the script(s) and then click Open
    Click OK
    If a box pops up asking if you wish to run initialization commands, click OK

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  2. dlFilter

    dlFilter.mrc - Filter out messages on file sharing channels
    Authors: DukeLupus and Sophist
    dlFilter is a text filtering script for mIRC. It is created with file sharing channels in mind, and it filters out all the file sharing commands sent by other users, leaving only the responses to your own file sharing comamnds and chat displayed.
    In 2017, dlFilter received a significant upgrade from the previous major release 1.16 with significant new functionality, which we hope will encourage strong take-up.
    This included:
    Complete rewrite to make it more efficient
    Significantly better filtering lists
    A DCC GET firewall - automatically accepting files you have explicitly requested
    (For channel operators) oChat - a channel-like window whereby channel operators can chat amongst themselves behind the scenes
    Feedback on this new version is appreciated. Now that dlFilter is hosted on Github, we welcome contributions of bug fixes and further improvement from the community.
    Downloading
    The best way to download the latest formal release of the script is to go to the Releases Page and download the zip file.
    Alternative to download the latest alpha version right click here and select save.
    Installing
    The best place to install scripts is in your mIRC settings directory (use the mIRC command //echo -a $mircdir to find out where this is) or in a scripts subdirectory.
    When you have placed the file in the directory you want, then use the mIRC command //load -rs1 [directory]\dlFilter.mrc.
    Upgrading
    The best way to upgrade if you are on dlFilter v2 is to use the built in upgrader. Otherwise, download the dlFilter.mrc script as above, replace your old version with the new version and restart mIRC.
    Help & Support
    For full help and support, please read our Wiki.
    To report issues or suggest improvements create an issue here on Github. If you have a Github account you can create it directly, otherwise you can use GitReports to create it anonymously.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  3. mIRC-Twitch-Scripts

    mIRC-Twitch-Scripts
    The main focus of the scripts on this GitHub are for use with a Twitch mIRC bot that works in conjunction with AnkhBot and AnkhBot's point system. AnkhBot is highly regarded as a great choice for a free and versatile Twitch bot, yet development on it has stopped, and it's creator, AnkhHeart, refuses to release the source code to other creators. Therefor, these scripts are designed to compliment and enchance a Twitch channel that is currently using AnkhBot, however, many of the scripts can also be easily modified to work without AnkhBot. See the WIKI for documentation regarding each script.
    Download and install mIRC. UNCHECK EVERYTHING except "Scripts" and "Help Files" on the "Choose Components" section of the install, as you don't need most of it. http://www.mirc.com/get.html
    Get YOUR BOT'S Twitch account (NOT the Twitch name that you stream with) up and running with mIRC, and set up your main Twitch account's channel as an auto-join channel as well. See http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc#MIRC You may ignore the section titled "Join/Parts - mIRC," as one of the required scripts below will perform the same function automatically. Keep in mind that for Step 5 of the tutorial, you will need to be logged into Twitch using your BOT'S Twitch account when retreiving the oauth token to use as your password.
    Once You Do Have a mIRC Twitch Bot
    Download Required Scripts
    To use any of the games scripts on this GitHub, you will need to download the following scripts to your MAIN (root) mIRC directory. If you did not change the default install directory of mIRC, you can find the directory by typing %APPDATA%/mIRC into your Windows Folder Titlebar.
    JSONForMirc.mrc: right click this link and "save link as..." to your mIRC directory.
    mTwitch.Core.mrc: right click this link and "save link as..." to your mIRC directory.
    mTwitch.DisplayName.mrc: right click this link and "save link as..." to your mIRC directory.
    mIRC SQLite: Extract the .zip file from this webpage to your mIRC directory.
    BlasBot.mrc : right click this link and "save link as..." to your mIRC directory.
    Install Required Scripts
    In mIRC, type in the following commands anywhere. Accept and run any initialization command prompts. When loading the last script (BlasBot.mrc), you will have to enter some information into input boxes that will pop up. Ignore the "unknown command" error messages that will pop up in mIRC:
    /load -rs JSONForMirc.mrc
    /load -rs mTwitch.Core.mrc
    /load -rs mTwitch.DisplayName.mrc
    /load -rs msqlite.mrc
    /load -rs BlasBot.mrc
    You will have to exit and re-open mIRC after installing these scripts.
    Download and Install Desired Scripts
    For detailed information about each script, please visit the WIKI page. You can also right click the links on the WIKI (NOT THE MAIN GITHUB PAGE) and select "save link as..." and then use /load -rs scriptname.mrc just like the previous install instructions. Again, do NOT "save link as..." using the links on the main GitHub page, as they are links to the GitHub html pages! Use the WIKI!
    You may install as many of the games scripts as desired, as to prevent spam, most of the games are designed so that if one of them is currently being played by a user in the channel, then another game cannot be started by a user until that current game is completed.
    Updating Scripts
    There are multiple ways to "update" your scripts on this GitHub. IMO, the ideal way seems to take a little more effort but it is worth the time based on how some of the scripts are written and their various dependencies.
    Step 1: Determine what scripts actually need to be updated. "All required scripts" means all of the scripts (except for msqlite.mrc) in the "Install Required Scripts" section of this GitHub above. "Optional scripts" are any of the scripts found on the WIKI.
    Step 2: While mIRC is loaded, disconnect from the Twitch server (little lightning bolt in the top left).
    Step 3: Proceed to UNLOAD all of the scripts that you wish to update by typing in mIRC /unload -rs scriptname.mrc Note: if desired, you can see all scripts that you have loaded in mIRC by pressing ALT-R and clicking the "View" menu at the top, you can also unload/load them this way as well if you are careful and know what you're doing.
    Step 4: Download and overwrite (if necessary) all of your old .mrc files with all the new ones that you wish to update. Remember to download optional scripts from the WIKI and the required scripts from the "Install Required Scripts" section above. Do NOT download from the very top of the GitHub as those are just HTML files.
    Step 5: Proceed to /load -rs scriptname.mrc for all the scripts that you are upgrading. If you are updating any of the required scripts, be sure to load them in the order that they are listed in the "Install Required Scripts" section of the GitHub above. (you may need to actually be connected to the server if loading BlasBot.mrc so it can get your bot's name)
    Step 6: Close mIRC and restart it. If you did everything properly, then you should not have any issues.
    Troubleshooting / FAQ
    Issue: User names are either blank and/or being returned as "$true" and/or other weird stuff has recently started to happen since updating scripts.
    Answer: The creator of the mTwitch and JSON scripts (SReject) recently updated those scripts. They now require that you are running the most recent version of mIRC. Many of the scripts that I have writen have had to be edited to work with those new versions. Therefor, all required scripts (except SQLite) need to be updated as well most other scripts on the GitHub. Update all the scripts from the "Install Required Scripts" section of this GitHub (except SQLite), as well as any other scripts that you are using from this GitHub. Again, be sure that you are also running the most recent version of mIRC. This should solve any issues.
    Question: How do I get rid of (unload) a script, I don't want it on my mIRC anymore!?
    Answer: Simply do the same as if you were loading the script from the instructions above, just replace /load with /unload.
    Question: How do I "update" a script from this GitHub?
    Answer: They are multiple ways. I recommend unloading the script that you wish to update (see question above). Then download the updated script and overwrite the old one. Then /load in mIRC as you originally did when you first installed the script.
    Issue: The scripts are not responding to my commands or do not appear to work at all.
    Answer: Please be sure that you are right clicking the scripts on the WIKI and choosing "save as..." rather than using the main GitHub page, as the links on the main page are links to html pages. If you know what you're doing, you can also just download the zip file of all the scripts using the link on the GitHub page and load those files into mIRC. Always be sure that you are running the LATEST versions of the scripts on the GitHub as well, especially BlasBot.mrc.
    Issue: The scripts appear to be running very slow and/or using a lot of CPU.
    Answer: Please make sure that you are using the latest mIRC version 7.47 (or higher). Earlier versions contained an old memory leak that has been fixed in the latest version.
    Issue: Whispers sent from your bot are not being received by users.
    Answer: If this is happening after your bot has been sending out a lot of whispers successfully and it just happens to temporarily stop working, then it is likely Twitch's anti-spam measures that are preventing the whispers from being sent. See this post on instructions on how to whitelist your bot. Are your whispers not going through for your bot?

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  4. mirc_fish_10

    FiSH 10
    A blowfish encryption plug-in for mIRC 7, compatible with previous FiSH scripts and other clients!
    This is an encryption addon for mIRC, it is based on FiSH v1.30 and is compatible to the original blowcrypt/bloW script as well as Mircryption and other clients. It supports private chat, channel, topic encryption and comes with a secure key exchange system (DH1080). In addition to the regular ECB Blowfish mode, it also supports the more secure CBC mode.
    SETUP
    FiSH 10 does no longer modify (patch) your mirc.exe file like the old FiSH addon used to. This has the clear advantage that FiSH 10 simply continues working even after updates to mIRC - no action required.
    Furthermore, we now have an installer that handles most of the setup routine for you. All you have to do is download and point it to the directory where your mIRC installation is located.
    The installer automatically detects whether mIRC is running in portable mode or not. If portable mode is detected, setup won't leave any traces on your system outside of the mIRC folder.
    If you just upgraded from mIRC 6, you have to manually unload the FiSH.mrc file.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

       (0 reviews)

    0 comments

    Updated

       (0 reviews)

    0 comments

    Updated

  5. LazyBot

    1 download

       (0 reviews)

    0 comments

    Submitted

  6. Jenni Bot

    2 downloads

       (0 reviews)

    0 comments

    Submitted

       (0 reviews)

    0 comments

    Submitted

  7. Dancer

    IRC Bot
     

    4 downloads

       (0 reviews)

    0 comments

    Updated

  8. Geordi Bot

    0 downloads

       (0 reviews)

    0 comments

    Updated

  9. f-IRC-Bot

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  10. eir Bot

    1 download

       (0 reviews)

    0 comments

    Submitted

  11. Dream Bot

    2 downloads

       (0 reviews)

    0 comments

    Submitted

  12. Bit Bot

    IRC Bot

    5 downloads

       (0 reviews)

    0 comments

    Updated

  13. Buzzen Profile Info

    Show buzzen member profile information on join
    By: err0r

    5 downloads

    0 comments

    Submitted

  14.   multixconnect.mrc

    This addon has a few main advantages that other 
     multiserver addons lacks -
      * mIRC's events. 
         You can still use ON JOIN, ON TEXT etc etc.  
      * mIRC's standard identifiers.
         You can still use $nick(), $chan() $ial() etc etc.
     
      * mIRC's built-in DCC Chat/Send.
         Always better/faster than scripted DCC Chat/Send.
      * mIRC's ignore system.
      * mIRC's logging system.
         
      * mIRC's nicklist colorer.
      * Small filesize.
      This addon features also a easy-to-configure 
      lag-checker and anti-idle. Note that those two features 
      are made without using timers. Great, eh? ?
      Ofcourse, there are some down-sides. You must learn some 
      new identifiers and aliases. But don't get afraid, it 
      isn't much and everything is covered in this file and in 
      the example script (example.mrc).
      One last tip, if you try this addon for the first time, 
      try it on clean copy of mIRC. 
      multixconnect.mrc won't work very well on it's own. it 
      needs example.mrc or some other script thats supports mxc.
     

    25 downloads

    0 comments

    Submitted

  15. Spambot

    Bot che cerca se ci sono Spammers nel canale e li punisce.

    1 download

    Submitted

  16. Proxy Checker

    Info:
    This module let you check on proxycheck.io for the given IP parameter if it is proxy or not and any results will be found
    will output into the channel or the user with private notice depending in the command that you enter,
    you can also change the settings from this module from the Menubar or via /wxc_sets command.
    Installation:
    This module is an part of WESTOR Module Manager that you must download and install it in order to work this module because the manager contains some require codes, if you already have the manager then just copy/paste the code into a new file and load it or paste it into an new file into the Script Editor in Remotes tab, also if you want you can download and install this module it directly from the manager with 1 click instead to do all the before steps, it is recommended to download the latest version from http://westor.ucoz.com/load/ 



    17 downloads

    0 comments

    Submitted

  17. R2 ver1.4

    In This Script I'v Input A better Flood Protection
    -----------------------------------------------------------------------
     
    Flood Protection Alone Should Hold On:
     
    Blank Nick Flood on/off button is there
     
    Guest Nick Flood on/off button is there
     
    Passport nick flood on/off button is there
    ------------------------------------------------
    Also I'v Input A New Hammer Managment which does the following:
    -----------------------------------------------------------------------
     
    stops other from owner up unless is on owner list on/off button is there
     
    stops others from host up unless on host list on/off button is there
     
    stop owner key change on/off button is there
     
    stops host key change on/off button is there
     
    stop deowner on/off button is there
     
    stops dehost on/off button is there
     
    Stops others from owner other up on/off button is there
     
    stops host from host others up on/off button is there

    12 downloads

    Updated

  18. R2 Ver1.3

    R2...ver1.3 I'v made this ver much smaller and much more simpler This Ver Has One Dailog And That NickList Dailog Script Can Work With Nicklist That build or Normal Mirc NickList The Protection Are:
     
     
    For Flood Protection
     
    Passport
     
    Nick
     
    Away
     
    Ping
     
    Hop
     
    Blank
     
     
     
    For Room Protection
     
    Topic
     
    Welcome
     
    Modes
     
    Pass

    15 downloads

    Submitted

  19. Luftwaffe V2.0 X

    A very basic msn script w/ games and room protections.

    10 downloads

    Submitted

  20. Acid~Rain~Sleeper

    This Sleeper is easy to run and easy to setup, Its Made to catch spammers either in msn chat or msn groups please read the !!READ THIS!! txt file to understand what you have to do to set it up

    7 downloads

    Submitted

  21. Hybrid Omega

    One of the best publicly released msn script of all time. A must have for all msn script lovers
     
    Updated to include mIRC 6.1.7, TG007 vincula, TG007 cookie grabber, and TGK's room creation.
     
    No other changes were made.

    13 downloads

    Submitted

  22. Zyrus Alpha V3 Updated

    Msn script based on the NuClearMSN connection by vexation! Features include a custom toolbar complete with room protections, room message editor, mp3 player, a modified text responder originally made by Pent etc.! Trivia is included but you will have to add your own questions file since most people have their own questions file they use with other scripts already! My emphasis was to make a script that was stable and easy to use especially for beginners! Now Updated due to Msn recent changes April 2006! 1st script to be updated using NuclearMsn connection, Special Thanks to The Gate Keeper!!!

    17 downloads

    Submitted

×
×
  • Create New...