blitzz

blitzz

Joined
Mar 18, 2009
Occupation
Employer
Location
Malaysia
Interests
Chatting, Scripting, Internet, Chasing Girl lol etc

Activity Stream

blitzz commented on a Page, Auto Connect/Join/Identify v2.1  -  May 22, 2010

@Simpuhl

Click Select Code above then copy it and paste it to your remote on mIRC. Press Alt + R to open your remote and make sure your remote is ON by typing /remote on into your mIRC.

 Respond  
blitzz commented on a Page, Broken aliases/popups etc.  -  Apr 21, 2010

DA, I think adding more command on it is up to people who wanna use this thing. You can add many more as you want. But, I'll look into it. :)

 Respond  
blitzz created a Page  -  Apr 01, 2010
393 

This is a simple long text/excess code detector. Added with the menu so it easily to change rather than open the remote.

blitzz commented on a Page, Awesome Channel codes  -  Jan 25, 2010

Shanker09, he's overdrink his fuel.

 Respond  
blitzz commented on a Page, Broken aliases/popups etc.  -  Jan 21, 2010

Actually, I'm running out of ideas for that title. :) So i just put like that.

 Respond  
blitzz created a Page  -  Jan 20, 2010
1 787 

Sometimes, when people reinstall their mirc, the aliases and popups will lost/disappear. And, sometimes the backups not working. So, i decided to make this little "snippet". I feel boring when peoples pm'd and paste my aliases and popups to them. So with this, it will be a bit easier to give them rather than open the aliases, popups then go to menubar,channel,nicklist etc. So just let them press ALT..

blitzz commented on a Page, PowerScripters Script/IRC  -  Jan 10, 2010

Test your snippet before posting it.

 Respond  
blitzz commented on a Page, Basic Leave and Assign Snippet  -  Dec 31, 2009

You may need to add if($nick !isop $chan) so only op chan can use the command.

 Respond  
blitzz commented on a Page, tips notify on name called   -  Dec 29, 2009

No, DS it goes into your remote. Press Alt R

 Respond  
blitzz commented on a Page, -= REVENGE =-  -  Dec 29, 2009

For the on kick event, you need to check if you are operator channel so no error appear. Like ,

on @*:kick:#: { .....

unset %chan | unset %nick

You can do

unset %chan %nick

 Respond  
blitzz commented on a Page, Limited kick  -  Dec 14, 2009

Thank you for the feedback.

 Respond  
blitzz commented on a Page, Yahoo Room Socket List Grabber w/Dialog  -  Dec 14, 2009

This is very2 cool but it suddenly damaged when i try to click one of the MAIN CATEGORIES.

  • /remove: unable to remove 'C:\Documents and Settings\PC-1\Application Data\mIRC\tmpcatlst.txt' (line 46, script21.ini)
  • /remove: unable to remove 'C:\Documents and Settings\PC-1\Application Data\mIRC\tmproomlst.txt' (line 60, script21.ini)
 Respond  
blitzz commented on a Page, Quiz script  -  Dec 14, 2009

Who is Draven?

You missing one end bracket on the Yquizresults event.

 Respond  
blitzz created a Page  -  Dec 12, 2009
600 

This is a simple kick..What it does is, if you got kicked from channel for 3 times or more/less (depending what number you put) it will kick back the person who kick you. Mybe seems useless but useful for nick lol|ta^ayu at DALnet. She pm'd me asking if there is a script which can stop a kicker who kick her 3 or more in burst.

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

You can silent the notice by adding the "." So it will not appear in your status when users use the command.

notice

To

.notice etc.....

 Respond  
blitzz liked a Page, Auto Translator  -  Nov 24, 2009
blitzz commented on a Page, !Join and !Leave script  -  Nov 24, 2009
on *:TEXT:!op*:#: {
  if ($nick isop $chan) (
  mode $chan +o $2
}
on *:TEXT:!deop*:#: {
  if ($nick isop $chan) (
  mode $chan -o $2
}

Should be

on @*:TEXT:!op*:#: {
  if ($nick isop $chan) {
    mode $chan +o $2
  }
}
on @*:TEXT:!deop*:#: {
  if ($nick isop $chan) {
    mode $chan -o $2
  }
}

You need to check if you are channel operator.

Ghost-Writer, i don't think by removing the {} can make it better. As Neptune stated, it makes the code more easier to read. Expert coder also use it. You make it more ugly. I think you know why the Author of mIRC create { and }.

 Respond  
blitzz commented on a Page, Auto Translator  -  Nov 23, 2009

Very2 cool..this can be a dictionary too..International Dictionary..Even it cannot translate 100% the words, still very usefull..Get 8/10 and a +like

 Respond  
blitzz commented on a Page, realname ban  -  Nov 23, 2009

Pergh! What Chinese? Where?...:P

 Respond  
blitzz commented on a Page, Mr. Obvious Google Search Script  -  Nov 08, 2009

"Mr. Obvious" is getting popular :}

 Respond  
blitzz commented on a Page, AUTHED !cycle and !identify script  -  Nov 08, 2009

Everyone can use your nick even 60 sec then type !identify..maybe better msg the bot to identify..like:

on *:open:?:{
  if (passwordhere iswm $1-) {
    ns identify passwordhere  
}
  close -m
}

You also can add "&& ($nick == YourNick)" after the iswm event..

 Respond  
blitzz commented on a Page, AUTHED !cycle and !identify script  -  Nov 06, 2009

@Cracker200:

 on *:TEXT:{ !cycle:#: cycle $chan } 

I think you put the { in a wrong place..

 Respond  
blitzz commented on a Page, RiskRoll  -  Nov 05, 2009

You miss alot of end brackets there..

 Respond  
blitzz commented on a Page, Computer Info  -  Oct 30, 2009

..don't you guys think he's cute..

 Respond  
blitzz commented on a Page, Computer Info  -  Oct 29, 2009

Programmer + mIRC scripting dll..this must be interesting if u're able to combine both of it :)..

lol..look he is smiling :p

 Respond  
blitzz commented on a Page, mIRC Paint  -  Oct 05, 2009

I like how you set the Mouse Position :)..not really useful but good to see you try to make something with mIRC that windows already have..one problem..a bit slower when drawing..need 1sec - 2sec for the result/draw appear..9/10 dude..

 Respond  
blitzz commented on a Page, Join channel  -  Oct 03, 2009

So looks like you just're foolish urself..you are the web designer, must be respected rite..but i think you r just playing around wif your 'fuel'..

 Respond  
blitzz commented on a Page, Best Black list script  -  Aug 12, 2009

Atr, no need for grammar into that..you can make ur own like deny.txt etc..That was just his style..

 Respond  
blitzz liked a Page, $utf8 + upsidedown and octatext  -  Aug 03, 2009
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.