Testor

Testor

Joined
Mar 13, 2009

Activity Stream

Testor commented on a Page, AntiVirus Checker   -  Jun 20, 2012

http://en.wikipedia.org/wiki/EICAR_test_file
It's called the EICAR Standard Anti-Virus Test File.

The reason who some people's antivirus software doesn't pick it up is that they've put exclusions into the AV to ignore it.

 Respond  
Testor commented on a Page, FML  -  Nov 27, 2011

Because RScript.org has a parser for FMLs, basically.
The problem was that they changed Text: {FMLTEXT} to TEXT.

Seems to be fixed now (on 7.19), fixed a colouring issue aswell where the main text wasn't the right colour (supposed to be blue, but I had already set it to grey while it was still parsing the content) and uploaded a proper screenshot.

 Respond  
Testor commented on a Page, unReal IRC Theme Engine  -  Dec 15, 2009

When previewing themes, you should preview a default for each. for themes that have different colour schemes, you must select a theme to preview first. I suggest it automatically (or have an option to) preview the default one, instead of having to pick one first.

 Respond  
Testor commented on a Page, Theme  -  Dec 15, 2009

if only i knew how to silence the commands if prefixed with . in remotes D:.

 Respond  
Testor created a Page  -  Dec 15, 2009
1,093 

Theme is meh :x. Not great but whatever. Kinda similar to Slicht them on NNS :p. Only thing that isnt mine, i believe, is $longtime. $rdur and $radd replace characters in Duration (min,sec,hour,day,week,:) and address (,!,~,@,.,),() to nice colours (Blue for numbers, and letters) and grey for mins,,!,etc. if there's anything missing let me know :p. Built in AMSG blocker. Just edit Alias Block to include..

Testor commented on a Page, Pickle's Ping Pong game!  -  Dec 12, 2009

.Timer[Stuff .. ] (So basically a . at the start).

 Respond  
Testor commented on a Page, Pickle's Ping Pong game!  -  Dec 11, 2009
  • Timer pong activated
  • Timer pong paused
    Silencing your timers is a good idea, so you dont get that. Also there's a bug. idk if it can be fixed, or is intentional, but when you click it resets :3.
    Also, i believe using elseif in statement two here should remove the need to Halt it.

on :keydown:@Pickle's_ping::{
if ($keyval == 80) {
if (%pa == $null) { set %pa p | timerpong -p | halt }
if (%pa == p) { unset %pa | timerpong -r }
}
}

 Respond  
Testor commented on a Page, Anope Help Channel Bot  -  Dec 05, 2009

on :Text::%HelpChan {
You forgot the : and { in some places, BTW.

 Respond  
Testor commented on a Page, Anope Help Channel Bot  -  Dec 04, 2009

on :Join:%HelpChan: { Script goes here. }
on
:Text:*:%HelpChan: { Script }

 Respond  
Testor commented on a Page, ASCII evaluator v2  -  Dec 01, 2009

^
Also; $Addtok(STring,STringToAdd,Seperator) can be used instead of /set %var %var stringtoadd.

 Respond  
Testor commented on a Page, Blacklist  -  Nov 30, 2009

BanMask 4, imo, is a bad banmask compared to 3/2, as you're banning people that may have similar hosts, from same region, etc :.

 Respond  
Testor commented on a Page, Anope Help Channel Bot  -  Nov 30, 2009

Maybe adding a menu/alias to pick what channel(s) for to work on, and using the var set in place of #help for the on event? would make adding more, removing, or changing channels easier for the user :D.

 Respond  
Testor commented on a Page, Random Commands and Identifiers  -  Nov 29, 2009
Alias Gohl Msg $Active $+($Left($RegSubEx($Str(.,$Nick(#,0)),/./g,$Nick(#,\n) $+ $Chr(44) $+ $Chr(32)),-2),.)

Returns each nick on chan delimited with a comma + space, and a . at the end, tis shorter and looks better :p.
Emp + rainbow can be shortened with $iif($isid,Return,Msg $Active)

 Respond  
Testor commented on a Page, Seen script.  -  Nov 27, 2009

/whowas has an "expiration time" :\ so over long time frames, it wont work; as far as i know.

 Respond  
Testor commented on a Page, simple !ml   -  Nov 25, 2009

[/quote] Testor, using a variable without a command like that sets the variable. [/Quote]
But you don't use it again anywhere? :\

 Respond  
Testor commented on a Page, Flip Numbers  -  Nov 24, 2009

C1 and C2 aliases are probably going to conflict with many colour aliases, as lots of people use c1 + c2 as their colour aliases, so maybe not the best alias name to use for it :x.

 Respond  
Testor commented on a Page, simple !ml   -  Nov 24, 2009
    %ml $hget($sockname,output) ... 

You don't assign anything to %ml, but use it in the output?.

 Respond  
Testor commented on a Page, cessil's theme  -  Nov 23, 2009

You should add Quits , not just

  if (+b !isin $1-) {

You should use !isincs $1-

You forgot to add a custom /whois, amongst other custom Raws. http://mirc.net/raws/#WHOIS For some /whois related, which without makes a whois look ew when using a custom theme :.

 Respond  
Testor commented on a Page, Highlight Script by XperTeeZ  -  Nov 21, 2009

Testor, if someone happens to use an older version of mirc, the /noop command won't work. It's the same for $v1 and $ifmatch identifier. /echo -q is a safer bet, and they function pretty much alike.

Mmkay.

 Respond  
Testor commented on a Page, Highlight Script by XperTeeZ  -  Nov 21, 2009
.echo -q $input(Highlight successfully added!,io,Success!)

Could be =>

Noop $input(Highlight successfully added!,io,Success!)

AS for displaying the HLs themselves, would be cool to replace the Actual highlight in the text.
Eg, outputting: Hi Wetty Instead of like, Hi Wetty Might look more professional. Although you may have done that, i don't think you have since i didn't actually test it :o. (Ik you have colours, not bolds, for yours.)

 Respond  
Testor commented on a Page, Dark Nexus Rpg  -  Nov 20, 2009

$Regex(String,/Match/i)
is case-insensitive (Matches a-zA-Z] incase you were wondering.

 Respond  
Testor commented on a Page, Dark Nexus Rpg  -  Nov 20, 2009

• Why are some aliases local, and some not? You should just make them all local aliases.
• Instead of $Regex($Lower(String),Match) why not just do $Regex(String,/Match/i)? :o.

 Respond  
Testor commented on a Page, AutoOpScript  -  Nov 20, 2009

/Aop <Name/Address> ?

 Respond  
Testor commented on a Page, nick  -  Nov 17, 2009

StoneD Said..

on :TEXT::#:{
if ($chan == $active) {
halt
}
if your on the channel and some one calls your nick will not echo Thats why (:
My version does that D: /Late

 Respond  
Testor commented on a Page, nick  -  Nov 15, 2009

you should strip out control (k/u/r/b) codes from your description.
And check if $Me isin $Strip($1-), rather than just $Me isin $1-
Also, instead of

on *:TEXT:*:#:{ 
  if ($chan == $active) { 
    halt
  }
  else { 
..

to

on *:TEXT:*:#:{ 
  if ($chan != $active) { 
...
 Respond  
Testor commented on a Page, Twisted spin the bottle!  -  Nov 15, 2009

should add a check for .spin, instead of always doing a randnick, if there's a name specified, set spinnick to that, not random. if not, use random.

Nice idea btw.

 Respond  
Testor commented on a Page, simple loger  -  Nov 14, 2009

=> means you could change it to that :3
E: Meant to say "=> $VNick $+ 's"

 Respond  
Testor commented on a Page, simple loger  -  Nov 14, 2009

Forgot a bracket at the end.
took $vnick 's (Eg, Wetty 's) => took $vnick's (Eg, Wetty's)
if ($window(@Log) == $null) window -ak0 @Log
=> if (!$Window(@Log)) { Window -ak0 @Log }

 Respond  
Testor commented on a Page, AUTHED Join And Part Channel Script For Bot  -  Nov 09, 2009
on *:Text:!*:#: {
if ($Nick = BOTOWNER) {
if ($Strip($1) == !Join) { .Join $Replace($2-,$Chr(32),$Chr(44)) }
if ($Strip($1) == !Part) { .Part $iif(!$2,$Chan,$Replace($2-,$Chr(32),$Chr(44))) }
}
}

Another way of doing it? o.O

 Respond  
Testor commented on a Page, ===New Away Script===  -  Nov 08, 2009
  elseif ($away == $true) {
    /echo You are already away and will not be marked for auto-away.
  }

You shouldn't really have that, as if you're really away you won't be there to read that, lol.
Also, when you do come back you'll return to a window full of that, from it telling you whenever the script runs that you're away because it doesen't do a check whether it;s been triggered before, just repeats over and over again.

 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.