WorldDMT

WorldDMT

Joined
May 11, 2009

Activity Stream

WorldDMT commented on a Page, mIRC Copy Clipper (/clip)  -  Jan 05, 2013

if you dont want comments... dont post! :)
about /window -D what is -D switch??
i dont know if it can be useful

WorldDMT commented on a Page, My Rainbow Colors  -  Dec 19, 2012

rainbow isnt just 2 colors it's 7 but as u like i dont know :)
use menu * is not a good idea u may have a picwin game and this will be appear into menu!! so, better to use menu status,channel,query,nicklist,menubar
you can use $regsubex, u dont have to repeat "Turn Raindows on/off", and variable can be 1 or 0 to return true or false so your code can be like this

menu status,channel,query,nicklist,menubar {
  Turn Rainbows $iif(%rainbows,On,Off) : set %rainbows $iif(%rainbows,0,1)
}
on *:input:*:{
  if ($left($1-,1) != / && %rainbows) {
    haltdef
     msg $active $regsubex($1-,/([^\s])/g,$+($chr(3),$gettok(4 12,$r(1,2),32),\t))
  }
}
 Respond  
WorldDMT commented on a Page, Random Jokes Plus Facts  -  Nov 22, 2012

hehehe busy :p

 Respond  
WorldDMT commented on a Page, Random Jokes Plus Facts  -  Nov 19, 2012

nice job dude ;)

 Respond  
WorldDMT commented on a Page, Auto Greet Humper >.>  -  Jan 26, 2012

what r u telling me??
on **!*:join:#:{ the "!" on prefix it's stop the execution of code if YOU** ARE JOIN CHANNEL

about %var if 2 nicks join same time or in less than 3 seconds only one of then will be gratified

 Respond  
WorldDMT commented on a Page, Auto Greet Humper >.>  -  Jan 22, 2012

if (%noflood.example. [ $+ [ $chan ] ] >= 2) { halt }

so if 3 different nick jion the channel this will do noting?

and may be better to add "!" on prefix of event

 Respond  
WorldDMT commented on a Page, FWS V2  -  Jan 20, 2012

what about flood?

 Respond  
WorldDMT commented on a Page, !TV  -  Jan 14, 2012

lool

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Jan 12, 2012

@hixxy: ?!

 Respond  
WorldDMT commented on a Page, !Slap  -  Jan 03, 2012

lol ok :D

 Respond  
WorldDMT commented on a Page, !Slap  -  Jan 02, 2012

hehehe jethro what's that new profile pic :D

 Respond  
WorldDMT commented on a Page, !Slap  -  Jan 01, 2012

flood detected ;)

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 28, 2011

@FelicianoX your EG is off topic

btw try to do this

alias test {
  echo -a $1-
  return $1
}
 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 28, 2011

when u have an identifer it will be automaticly tokenized 32 and never ever need to be evaluated
about evaluate on %var is only if u have in same line another %var or if u r making a new identifer like

$ $+ %var 
or 
$ $+ $N

this requires an evaluation to get the results

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 28, 2011

@Firstmate there are 3 variables which i based i saw only 4 entry maximum

@Fuzionx no need to evaluate $1- and no need to tokenize u can remove that line and see that's useless

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 27, 2011

well, I just tested mine and it works well
and it gives the exact result of the OP

good luck

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 27, 2011

Sorry for my accent because i don't speak English well

@Firstmate on "$vget(test,$me,0)" this will return %testSavage0 but the variable is without the "0" just %testSavage

and look at his code "if %name exist return %name else echo -ea %name is not set!" so when u use return to both the variable can be "Variable not set." and noting will be returned on active window

@Fuzionx wtf are you saying!! did you think twice before telling me this dumb story?

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 27, 2011

@Firstmate your code will not work 100%
and why did you tokenize $1- ???? it's already tokenized :/

 Respond  
WorldDMT commented on a Page, Variable reader ($vget)  -  Dec 26, 2011

hi
i think no need to loop u can do it like this also

 alias vget {
  if (!$2) { echo -ea invalid parameters! | HALT }
  var %x $iif($0 = 4,$1-3,$1-2)
  if $(% $+ $replace(%x,$chr(32),$chr($(,$+($,$0)))),2) { return $v1 }
  else { echo 7 -ae % $+ $replace(%x,$chr(32),$chr($(,$+($,$0)))) is not set! }
}

P.S: this is just an E.G not tested yet only to give some idea

 Respond  
WorldDMT commented on a Page, Auto Join on Kick  -  Dec 20, 2011

useless
no need to this code cz it already exist in mIRC

 Respond  
WorldDMT commented on a Page, Info Center  -  Dec 20, 2011

I said that was my opinion
Moreover if it's matter of color there is a way without dll like /window

 Respond  
WorldDMT commented on a Page, Info Center  -  Dec 19, 2011

so what?
if he uses often DCX for his dialogs this doesnt justify the need to use a big dll for a small code like this one
btw it is my opinion

 Respond  
WorldDMT commented on a Page, Info Center  -  Dec 18, 2011

hi
the same result can be given in a few lines maybe only one but
using the DCX.dll on this code is exaggerated

 Respond  
WorldDMT commented on a Page, Slap Protection. Very simple.  -  Nov 16, 2011

hi

u need a flood protection

 Respond  
WorldDMT commented on a Page, DCX Kick/Ban counters  -  Nov 16, 2011

Hey

u can do alias kbcounters like this if u want

alias kbcounters dialog $iif($dialog(kbcounters),-v,-m kbcounters) kbcounters

and no need "1" after "inc %var"

 Respond  
WorldDMT commented on a Page, Previously Known As Reporter  -  Nov 05, 2011

ah ok
i didnt read all posts

 Respond  
WorldDMT commented on a Page, Previously Known As Reporter  -  Nov 03, 2011

hey

i think on :join:#: who # should be on me::join:#: who #

 Respond  
WorldDMT commented on a Page, !whois script  -  Nov 03, 2011

tien de la pub!
kickban Wims Spammer hehehehe

 Respond  
WorldDMT commented on a Page, !whois script  -  Nov 02, 2011

lol jethro

 Respond  
WorldDMT commented on a Page, WhoIs Dialog  -  Oct 31, 2011

hi

text "IP Address:", 20, 4 40 31 8

u can get his IP??

 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.