Advertisement
mruno

Hodor mIRC Script

May 14th, 2015
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.74 KB | None | 0 0
  1. ;put this in the first remote file in mirc or create a new file and load it with: /load -rs1 filename
  2. ;disable any other scripts that edit ON INPUT events.
  3.  
  4. on 1:INPUT:# {
  5.   var %a $readini($mircini,n,text,commandchar)
  6.   if ($1 == %a $+ me) || ($1 == %a $+ action) || ($1 == %a $+ describe) && ($ctrlenter == $false) me Hodor
  7.   else say Hodor
  8.   halt
  9. }
  10. on 1:INPUT:? {
  11.   var %a $readini($mircini,n,text,commandchar)
  12.   if ($1 == %a $+ me) || ($1 == %a $+ action) || ($1 == %a $+ describe) && ($ctrlenter == $false) me Hodor
  13.   else say Hodor
  14.   halt
  15. }
  16. on 1:INPUT:= {
  17.   var %a $readini($mircini,n,text,commandchar)
  18.   if ($1 == %a $+ me) || ($1 == %a $+ action) || ($1 == %a $+ describe) && ($ctrlenter == $false) me Hodor
  19.   else say Hodor
  20.   halt
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement