HumanTorch

HumanTorch

Joined
Apr 11, 2006
Occupation
Professional Gimnast and student of Forense Sciences and Legal Medicin
Location
Porto - Portugal
Interests
Gimnast, Music, Dance, Sciences, mIRC

Activity Stream

HumanTorch commented on a Page, iTunes Manager - v2.02  -  Sep 03, 2008

Where should I place the .dll ?

I've my mIRC installed in two different locations... The basis is in c:\programs files\mIRC\ and the other with the system files it's in C:\Users\mayusername\AppData\Roaming\mIRC .... Inside of this last one I've one folder named 'addons'.. So, the remote where I copied this snippet it's in C:\Users\mariosilva\AppData\Roaming\mIRC\addons\iTunes.ini

Where do I place the .dll ?!?!

 Respond  
HumanTorch commented on a Page, A Nick completer  -  Sep 03, 2008

Hahaha, yeah, the tab feature is useful but in some networks, like mine, we have users with a random nickname, like: NetworkUser07382 .... If in a channel there is a lot of users with that kind of nickname, the tab feature is a lil bit useless... You need to tab a lot of times...

But when I clicked this topic, I was expecting something like a code to add some symbols in the nickname.. Like, I type "User: Hey, how are you?", and in the channel appears "»'User'«: Hey, how are you?"... Something like that...

I realise that there is a lot of scripts with that feature, but I'm using the "pure" mIRC, and I'm adding some features on my own, so it can be full customizable by me... And I'm searching for that code because I'm too lazy to do one! I know there's one out there, already made! So, why do one if there is one available?! :P

Has anyone got a clue where I can find this? Thanks!

 Respond  
HumanTorch commented on a Page, Rainbow Script  -  Jan 07, 2007

The correct snippet is:


alias /ra1 {
set %rainbow $1-
%rainbow = $replace(%rainbow,a,2a,b,3b,c,4c,d,5d,e,6e,f,7f,g,8g,h,9h,i,10i,j,11j,k,12k,l,13l,m,14m,n,15n,o,2o,p,3p,q,4q,r,5r,s,6s,t,7t,u,8u,v,9v,w,10w,x,11x,y,12y,z,13z,=,14=,?,2?,!,3!,\",4\",,5,$,6$,%,7%,^,8^,&,9&,,10,$chr(40),11 $+ $chr(40),$chr(41),13 $+ $chr(41),-,3-,,4,=,5=,+,6+)
say %rainbow
unset %rainbow
}

alias /ascii {
set %ascii $1-
%ascii = $replace(%ascii,a,b,c,,d,e,f,f,g,g,h,h,i,j,j,k,K,l,,m,m,n,o,p,,q,q,r,,s,,t,t,u,v,V,w,w,x,y,,z,z,?,,!,,1/4,,1/2,,3/4,,ae,1,,2,,3,)
say %ascii
unset %ascii
}


I recommend changing the: alias /ascii {
to: alias /ra2 {

or something like that because some scripts have the /ascii with other function... You\'ll have 2functions for the command...

 Respond  
HumanTorch commented on a Page, Simple PM Blocker  -  Apr 11, 2006

well... that don\'t works with me...
do you know other mIRC snippet where i can block all PMs and where i have a White list? Like block all PMs except from the users i put in the list. Is something like the Ignore List... But i want to, when a person is in my pvt, my script sends to that person a message created by me saying the pvt is blocked...

Sorry for the bad english... \'coz is not my main lang =)

 Respond  
HumanTorch commented on a Page, Simple PM Blocker  -  Apr 11, 2006

well... that don\'t works with me...
do you know other mIRC snippet where i can block all PMs and where i have a White list? Like block all PMs except from the users i put in the list. Is something like the Ignore List... But i want to, when a person is in my pvt, my script sends to that person a message created by me saying the pvt is blocked...

Sorry for the bad english... \'coz is not my main lang =)

 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.