Pwntage`Ninja

Pwntage`Ninja

Joined
Feb 11, 2006

Activity Stream

Pwntage`Ninja created a Page  -  Aug 17, 2008
1,607 

Some features:

Pwntage`Ninja commented on a Page, $posi  -  Jun 13, 2007

kersett: So if they don\'t specify a $2 value, I should just let the alias evaulate without the needed $2 value? Nosir, it needs to be in there.

Russel, reread the description, though I might try that thing with the \'y\' on a rainy day.

 Respond  
Pwntage`Ninja commented on a Page, $posi  -  Jun 12, 2007

Damn <_<

Why do I always overlook the ones I know =(

-Suicides-

<3 Though :P

 Respond  
Pwntage`Ninja created a Page  -  Jun 12, 2007
130 

I made this small identifier so that you can retrieve the Nth character ($2) in a string of text ($1).

Pwntage`Ninja commented on a Page, Bebop's AGreet  -  Jun 12, 2007

Thank you =)

 Respond  
Pwntage`Ninja created a Page  -  Jun 11, 2007
618 

Use this script to make AGreets for nicks joining certain channels.

Pwntage`Ninja created a Page  -  Jun 01, 2007
1,595 
Pwntage`Ninja created a Page  -  May 04, 2007
833 

Easy to use black list script.

Pwntage`Ninja commented on a mIRC Script, XCept Away v1.0  -  Apr 25, 2007

I submitted this a while back, so I\'m not too sure what\'s still in it, and I\'m not sure if this is still the on START event for the addon. But here\'s what I have:

on *:START: {
  If (!%XCeptAwayTheme) { set %XCeptAwayTheme 1 }
  If (!%xcAWAY.version) { set %xcAWAY.version v1.0 }
  If (!$isdir(\" $+ $scriptdir $+ XC\\\")) {
    mkdir \" $+ $scriptdir $+ XC\\\"
    write \" $+ $scriptdir $+ XC\\XCeptAwayN.txt\"
    write \" $+ $scriptdir $+ XC\\XCeptAwayR.txt\"
  }
  set %mdx.dir $scriptdir $+ XC\\
  echo $iif($active = Status Window,-s,-a) $lefttheme 14XCept Away %xcAWAY.version $septheme 15State: Loaded $righttheme
  If ($hget(XCeptAwayN,0).item = 0) || (!$hget(XCeptAwayN,0).item) { hmake XCeptAwayN | hload XCeptAwayN XC\\XCeptAwayN.txt }
  If ($hget(XCeptAwayR,0).item = 0) || (!$hget(XCeptAwayR,0).item) { hmake XCeptAwayR | hload XCeptAwayR XC\\XCeptAwayR.txt }
}

Notice the last two lines? It\'s trying to load the hash table from a directory that may not exist, depending on whether you unzipped it to your mIRC directory or not.

That may be a problem, lindrian.

 Respond  
Pwntage`Ninja created a mIRC Script  -  Apr 24, 2007
Pwntage`Ninja created a mIRC Script  -  Apr 24, 2007
Pwntage`Ninja created a mIRC Script  -  Apr 23, 2007
Pwntage`Ninja created a mIRC Script  -  Apr 23, 2007
Pwntage`Ninja commented on a Page, $text  -  Apr 08, 2007

Yeah, I know, I\'ve been having fun either copying mIRC identifiers/aliases and remaking them, to see if I could, or making mIRC identifiers/aliases that were plausible to be part of mIRC :S It\'s fun.

 Respond  
Pwntage`Ninja created a Page  -  Apr 08, 2007
1,596 

You know how your mIRC has those colors that define what type of action is which? Like your MODE text is green? Your own text is brown/gray/green? Well $text will help you color that color.

Pwntage`Ninja commented on a Page, $randtok  -  Apr 07, 2007

Done.

 Respond  
Pwntage`Ninja created a Page  -  Apr 07, 2007
205 

This is just basically a token extension I made, it operates thus:

Pwntage`Ninja created a mIRC Script  -  Apr 05, 2007
Pwntage`Ninja created a mIRC Script  -  Apr 05, 2007
Pwntage`Ninja commented on a Page, XCept Quotes v1.1  -  Apr 04, 2007

Well, sure, but there\'s always the possibility of being flooded off, but it\'s not too hard. It\'d be the exact same thing as the on INPUT event, minus the \"If (!$ctrlenter) {\" and an end bracket.

Though I\'m not going to add that in, because it doesn\'t seem like a good update for the script.

 Respond  
Pwntage`Ninja created a Page  -  Apr 04, 2007
456 

The design/colors can't be altered in the script, unless you go and do so yourself. You can add in acros, via dialog, by right clicking in the channel and looking under the "Acronyms" section.

  1 Thread   mIRC  
Pwntage`Ninja created a Page  -  Apr 04, 2007
303 

The point of this script is the same as the services version of !seen . It logs most basic IRC events, and whenever you (the user) or someone else types .seen it will tell you when they last saw $nick. You can also use .seenclear to clear all records.

  1 Thread   mIRC  
Pwntage`Ninja commented on a Page, XCept Easy Mode v1.1  -  Apr 04, 2007
menu channel {
  $iif(%xc.mode = on,$style(1)) Easy Mode:/chg
}

You\'re got to right click in the channel and turn it on o_o Because by default, it\'s off when you load it.

 Respond  
Pwntage`Ninja commented on a Page, XCept $Fld v1.1  -  Apr 02, 2007

Thanks for the suggestion, it made v1.1.1 =]

 Respond  
Pwntage`Ninja commented on a Page, XCept Easy Mode v1.1  -  Apr 01, 2007

Meh it\'s okay. The whole point of this was to stop scripts that went:

 If ($1 = +m) { mode $chan +m }
If ($1 = -m) { mode $chan -m }
If ($1 = +o) { mode $chan +o $2- }

And etc.
=]

 Respond  
Pwntage`Ninja commented on a Page, Ultimate Ban + Kick  -  Mar 31, 2007
.Pwnt :/mode $chan +b $address($1,1) | mode $chan +b $1 | /mode $chan +b $address($1,2) | /mode $chan +b $address($1,3) |  /mode $chan +b $address($1,4) |  /mode $chan +b $address($1,5) |  /mode $chan +b $address($1,6) |  /mode $chan +b $address($1,7) |  /mode $chan +b $address($1,8) |  /mode $chan +b $address($1,9) |  /mode $chan +b $address($1,10) | /mode $chan +b $address($1,20) | kick $chan $1 PWNT Bitch }

For that, you can put it in yourself.

menu nicklist {
Pwnt :/mode $chan +b $address($1,1) | mode $chan +b $1 | /mode $chan +b $address($1,2) | /mode $chan +b $address($1,3) |  /mode $chan +b $address($1,4) |  /mode $chan +b $address($1,5) |  /mode $chan +b $address($1,6) |  /mode $chan +b $address($1,7) |  /mode $chan +b $address($1,8) |  /mode $chan +b $address($1,9) |  /mode $chan +b $address($1,10) | /mode $chan +b $address($1,20) | kick $chan $1 PWNT Bitch
}

Also, why is the } in there for the nicklist popup you included? There\'s no { starting it.

 Respond  
Pwntage`Ninja created a Page  -  Mar 30, 2007
468 

The point of this script, is to save time with mode setting. Sometimes you really need to get that +m on to stop a flooder, or that +Q up to stop a mass kick. So use this.

Pwntage`Ninja commented on a Page, Ultimate Ban + Kick  -  Mar 30, 2007

Put a ; in front of

And for the popup version, put it in your Nicklist Popup
So that the script doesn\'t interpret it as a command.

 Respond  
Pwntage`Ninja created a Page  -  Mar 30, 2007
327 
Pwntage`Ninja commented on a Page, XCept Query Blocker v1.0  -  Mar 27, 2007

Certainly. A good idea =] I can add in a small dialog for that :S like a 50x50 pixel one, not a big one =] Thanks <3

 Respond  
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.