xredxthornsx

xredxthornsx

Joined
Jul 23, 2007

Activity Stream

xredxthornsx commented on a Page, Server Listout  -  Oct 14, 2008

lol if someone doesn't know how to use aliases they need type /help aliases and find out.

 Respond  
xredxthornsx commented on a Page, Anti Advertise Kicker  -  Oct 14, 2008

i just noticed you two opened up a 1 year old snippet.... way to go

 Respond  
xredxthornsx commented on a Page, Anti Advertise Kicker  -  Oct 09, 2008

No that is the easy way. useing 1 300 and 400 just makes the script check the users list to see if the person has the level of 1 300 or 400. which is so much easier then making variables because with variables you would have to make a new one each time someone advertises. Which would need a bunch of cross reference checks.

it could use work but this was posted last year so idk it might have been posted many more times with more improvments

i would say that you need to remove the user when they leave the channel

 Respond  
xredxthornsx   -  Sep 26, 2008

@xyzzy Nothing Happens...

 Respond  
xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 26, 2008

Hmmm i think he told me earlier today that he never tested the script

 Respond  
xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 26, 2008

forgot about $input

 Respond  
xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 14, 2008

you might want to make it a trigger script for bots as well

on *:text:!spy*:#: {
/spy $1 $2
}

on *:text:!unspy*:#: {
/unspy
}

maybe make a yes no dialog to ask you if you want to set mode to +p

Instant message me snape about the dialog i know of a program that helps make dialogs ok i think i have givben all i can give i dont know if i even helped any i'm just a simple mIRC scripter and am just now getting back into IRC and mIRC

 Respond  
xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 14, 2008
alias spy {
  if (%spychat == $null) {
    join $1
    join $2
    set %spychan $1
    set %spyreport $2
    enable #spybot
    echo SpyBot can only work in one channel at a time.
    mode $me +p
  }

so when it does activate it makes itself +p

alias unspy {
  echo No longer spying on %spychan
  mode $me -p
  unset %spychan
  unset %spyreport
  disable #spybot
}

maybe add a CTCP section so it replies to a certain ctcp if it is in remote mode

maybe something like

ctcp *:status:?:{
   ctcpreply $nick I am currently spying on %spychan and reporting to %spyreport
}

the above might be useless but i[m known tfor making useless stuff

 Respond  
xredxthornsx commented on a Page, Channel Spy Bot  -  Sep 14, 2008

i was going to Reply to this with a theory but my theory was flawed..

i thought if you used a @window you could have it report to the window but i thought if you were using it as a remotely hidden bot then you really wouldn't be able to see it but there might be a way to relay everything through dcc if you wanted to. Alot like manicks php bot using the monitor #channel command in DCC

 Respond  
xredxthornsx commented on a Page, Deop Dialog  -  Nov 15, 2007

ok thanks :)

as i said i don\'t use it anymore

 Respond  
xredxthornsx commented on a Page, Deop Dialog  -  Nov 15, 2007

yea i know it was my FIRST and i do mean FIRST dialog script i was just doing it for kicks and decided to post it here

i actually don't use this script anymore... it got in the way... but i thought it interesting enough to post... i am still new at scripting and some of the stuff i don't know how to do still.. anyways thank you for the comments

 Respond  
xredxthornsx commented on a Page, Global Channel Hop /GHopall  -  Oct 11, 2007

To add this: Open mIRC editor (ALT + O)
Click FILE > NEW
Paste Code into new file. Click OK.

replace with

To add this: Open mIRC script editor (ALT + R)
Click FILE > NEW
Paste Code into new file. Click OK.

 Respond  
xredxthornsx commented on a Page, Simple Query Control  -  Oct 02, 2007

dialog Query {
  title \"Query\"
  size 300 300 170 40
  option dbu
  text \"Accept Query?\", 987, 1 1 100 6, right
  button \"Yes\", 5, 2 17 50 11, ok,
  button \"No\", 10, 59 17 50 11, cancel
  button \"View\", 11, 117 17 50 11, default
}

i had problems  clicking the button to close the dialog so replace it with this
 Respond  
xredxthornsx commented on a Page, mimic  -  Sep 19, 2007

this is a good script i like using it on my friends

[05:28:11] with
[05:28:11] with
[05:28:12] sm.
[05:28:12] sm.
[05:28:13] then
[05:28:13] then
[05:28:16] smoff
[05:28:16] smoff
[05:28:18] afterwards.
[05:28:18] afterwards.
[05:28:19] lmao.

 Respond  
xredxthornsx commented on a Page, mimic  -  Sep 19, 2007

i edited the menu alittle bit and added a nicklist here i\'ll post it for you

 menu Menubar,Channel {
  -=Mimic Nick=-
  .$iif(%n == On,$style(1)) [On] :set %nk $$?\"Enter Mimic Nick\" | set %n On | echo -a 8Your Mimic Nick is On and The Nick is %nk
  .$iif(%n == Off,$style(1)) [Off] :unset %nk | set %n Off | echo -a 8Your Mimic Nick is Now Off
}
menu Nicklist {
  -=Mimic Nick=-
  .$iif(%n == On,$style(1)) [On] :set %nk $$1 | set %n On | echo -a 8Your Mimic Nick is On and The Nick is %nk
  .$iif(%n == Off,$style(1)) [Off] :unset %nk | set %n Off | echo -a 8Your Mimic Nick is Now Off
}
 Respond  
xredxthornsx commented on a Page, Mimic control  -  Sep 19, 2007

shugo103 i couldn\'t get that script to work

 Respond  
xredxthornsx commented on a Page, [Mimic]  -  Sep 19, 2007

um i couldn\'t get this to work at ALL i tried editing it alot adn i couldn\'t get anything to work

 Respond  
xredxthornsx created a Page  -  Sep 19, 2007
2,154 

this is easy just paste into remotes and save

  1 Thread   mIRC  
xredxthornsx commented on a Page, Deop Dialog  -  Aug 06, 2007

yea that didn\'t work

but thanks any way

 Respond  
xredxthornsx commented on a Page, Auto Identify on Connect or command  -  Aug 05, 2007

the on connect script is a good concept but it can be acheived by setting up a perform in the mIRC options (connect//options//click perform) and the on text script is good i use it with my bot

KEEP UP THE SCRIPTING ^^ have a nice day

 Respond  
xredxthornsx commented on a Page, Anti Advertise Kicker  -  Aug 05, 2007

I like this script gets right to the point. good idea

i\'m still new so nothing i can really say

 Respond  
xredxthornsx commented on a Page, Deop Dialog  -  Jul 28, 2007

does anyone know how to stop the on deop part from trying to open the dialog when it\'s already in use?

 Respond  
xredxthornsx commented on a Page, annoying devoicer and revoicer  -  Jul 28, 2007

and yea that is a flaw to the design of the scipt(some servers not having BotServ and ChanServ) but it can always be changed to where it works through your nick name but then you\'d have people pissed at you that\'s why i kept it with /Cs and /Bs

 Respond  
xredxthornsx commented on a Page, annoying devoicer and revoicer  -  Jul 28, 2007

yea i know it got bad after i while in one channel i was in. they started blaming the person with the autovoicer. i just wrote it and thought i\'d post it here for some people that like to annoy people.
it\'s one of my newer scripts but have a look at my Deop Dialog it\'s probably my best script yet

 Respond  
xredxthornsx created a Page  -  Jul 26, 2007
222 

do you know someone with a autovoice on join script and you wanna mess with their head? what it does is uses chanserv to devoice a person 1 second after join and 2 seconds after join it revoices and 3 seconds after join it uses botserv to say "Haha I Win".

xredxthornsx created a Page  -  Jul 26, 2007
966 

Have you ever been in a room and someone deoped you??? and you where just to lazy to type /cs op #channel . Well this script will probably be your companion especially if you are so lazy that you type /hop just to get your op back.... ok sorry .... ok how it works: When you get DEOPed in a room a dialog pops up on top of all windows and in the taskbar and tells you "You have been DEOPed in a room do..

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.