Product:
Sony BRAVIA DAV-HDX589W 5.1-Channel Theater System (Black)
Posted on Nov 21, 2009 8:55 am
Posted on Nov 21, 2009 8:55 am
Great sorround sound and image quality! I'm thinking of buying myself a Bravia, and I just spotted a really good offer for it on bit.ly/3uQcai at wavee, featuring the products at less than $100!!!
mIRC Snippet:
mIRC6.3+ Lag Checker
Posted on Nov 21, 2009 6:16 am
Posted on Nov 21, 2009 6:16 am
Ghost_Writer brought it to my attention that the icon was not
needed as I posted above and could have been left null as such:
$tip(Lag,Lag %LaG seconds, $me $network,9,,,window -ax "Status Window")
I'm leaving it the way it is to avoid having to change the
screen shot as the icon does not cause any issues.
needed as I posted above and could have been left null as such:
$tip(Lag,Lag %LaG seconds, $me $network,9,,,window -ax "Status Window")
I'm leaving it the way it is to avoid having to change the
screen shot as the icon does not cause any issues.
mIRC Snippet:
realname ban
Posted on Nov 21, 2009 5:46 am
Posted on Nov 21, 2009 5:46 am
post on forums when you want somone to finish a code for you.
mIRC Snippet:
realname ban
Posted on Nov 21, 2009 5:27 am
Posted on Nov 21, 2009 5:27 am
@cessil thx for help,that one work,'n thx for rest of ya who tried to make it work
btw i dont know where to unfinished codes,i don't know much about scripting and a friend made this one,and asked for my help to find if someone can finish it
btw i dont know where to unfinished codes,i don't know much about scripting and a friend made this one,and asked for my help to find if someone can finish it
mIRC Snippet:
Weather Underground.com Bot
Posted on Nov 21, 2009 4:12 am
Posted on Nov 21, 2009 4:12 am
DarthReven Issue Please
Product Review:
Haven't sweat yet.
Posted on Nov 21, 2009 1:17 am
Posted on Nov 21, 2009 1:17 am
Everybody has a different level of endurance when it comes to exercising, as well as his or her unique physiology. This also explains why some people sweat easily than those who shows flushed faces during a workout. The key to any type of exercise is consistency. Be that as high or low intensity workouts, you should keep it up. It doesn't matter if you drip sweat or not. What matters is you stay committed to something until you've finished it for today and start over again for tomorrow. Your health will give you the appreciation you truly deserve over the long haul.
mIRC Snippet:
S.A. Inbox Messaging System v.2.1.0.0
Posted on Nov 20, 2009 11:29 pm
Posted on Nov 20, 2009 11:29 pm
good point, but i like it better this way anyway
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 11:09 pm
Posted on Nov 20, 2009 11:09 pm
i know i couldive done it those ways but it works just fine the way it is lmao i got bored lmao
mIRC Snippet:
Quote Dialog - §ágé §¢rípt
Posted on Nov 20, 2009 10:36 pm
Posted on Nov 20, 2009 10:36 pm
Tu "Script" es muy excellente mi amigo.
mIRC Snippet:
Animated Background/Tool Bar/Switch Bar
Posted on Nov 20, 2009 9:44 pm
Posted on Nov 20, 2009 9:44 pm
Nice 1 but 1 thing no gif for it, can you make it to use GIF's , i useing it and like it very nice
mIRC Snippet:
IRCOPER FUN - lazyness
Posted on Nov 20, 2009 8:37 pm
Posted on Nov 20, 2009 8:37 pm
Global variables require a harddrive write/read
local variables are held in ram. Also, by avoiding
set variables as much as possible you 'future proof'
your scripts come the day you wish to run it off a
solid state harddrive or flash memory device. I try
to only use a set global variable if I need to retain
the data across sessions and make it available to all
scripts and connections. Another nice thing about using
local variables is less likely to have variable name
collisions. They only work within that one alias, event,
or menu item. Makes it easy to use single letter variable
names.
local variables are held in ram. Also, by avoiding
set variables as much as possible you 'future proof'
your scripts come the day you wish to run it off a
solid state harddrive or flash memory device. I try
to only use a set global variable if I need to retain
the data across sessions and make it available to all
scripts and connections. Another nice thing about using
local variables is less likely to have variable name
collisions. They only work within that one alias, event,
or menu item. Makes it easy to use single letter variable
names.
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 8:00 pm
Posted on Nov 20, 2009 8:00 pm
I'm a big believer in "gooshielism" now!
p.S. YoOo, ghOsT-wRiTeR..i'ma tUrn u uPsIde dOwN.....
p.S. YoOo, ghOsT-wRiTeR..i'ma tUrn u uPsIde dOwN.....
mIRC Snippet:
Harry potter duel script
Posted on Nov 20, 2009 7:55 pm
Posted on Nov 20, 2009 7:55 pm
yea, I've actually beaten the phoenix at lv 1 XD
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 6:57 pm
Posted on Nov 20, 2009 6:57 pm
Jethro,
LOL.. be yourself and Jetify it!..
just a couple tweeks..
no need for ! on join the @ takes care of that..
when you do on/off things.. if you use 1/0 then
you can do as follows.. also if its shorter and
doesnt matter rearrange it for positive logic to
make it easier to read..
Another way to go would be to script the aop
function in the control tab of the address book
something like this:
Sorry for the long folded line
LOL.. be yourself and Jetify it!..
just a couple tweeks..
no need for ! on join the @ takes care of that..
when you do on/off things.. if you use 1/0 then
you can do as follows.. also if its shorter and
doesnt matter rearrange it for positive logic to
make it easier to read..
| Code: |
| on @*:JOIN:#:if (%op) .mode # +o $nick alias op { set -e %op $iif(%op,0,1) echo -a * $iif(%op,AutoOp has been turned on.,AutoOp has been turned off.) } |
Another way to go would be to script the aop
function in the control tab of the address book
something like this:
| Code: |
| Menu Nicklist { - AutoOpScript is $+([,$iif($aop,on,off),]):$iif($aop,aop off,aop on) $iif($aop($+($gettok($address($1,5),1,64),@*)),Remove $1 From AutoOp,Add $1 To AutoOp):$iif($aop($+($gettok($address($1,5),1,64),@*)),aop -r $+($gettok($address($1,5),1,64),@*) # $network,aop $+($gettok($address($1,5),1,64),@*) # $network) } |
Sorry for the long folded line
mIRC Snippet:
Harry potter duel script
Posted on Nov 20, 2009 6:33 pm
Posted on Nov 20, 2009 6:33 pm
gawd... -XperTeeZ- and myself have had a right blast at this earlier both dueling each other and against the bot and it rawks.. lmao.
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 6:23 pm
Posted on Nov 20, 2009 6:23 pm
Honestly if your having problems just type enter forest, after that the game gets self explanatory.
mIRC Snippet:
IRCOPER FUN - lazyness
Posted on Nov 20, 2009 6:01 pm
Posted on Nov 20, 2009 6:01 pm
gooshie thanks... ill try an avoid it... but its the way i was taught... mirc is so flexible that there actually is no right or wrong way, only slow and fast... in my mind i follow my protocol automatically... its been burnt into my brain, but ill have to change it seems...
thanks again... i learnt basiaccly from coding AOW games... atm i have one of the best ones online... coding an addon for it... POKER inside the actual game... hold thumbs ^_^
thanks again... i learnt basiaccly from coding AOW games... atm i have one of the best ones online... coding an addon for it... POKER inside the actual game... hold thumbs ^_^
mIRC Snippet:
Quote Dialog - §ágé §¢rípt
Posted on Nov 20, 2009 5:56 pm
Posted on Nov 20, 2009 5:56 pm
k cool ill check it out...










