Comments
(20) RSS
results 1 - 20 of 47,837 comments
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...
mIRC Snippet:
AutoOpScript
Posted on Nov 20, 2009 5:29 pm
Posted on Nov 20, 2009 5:29 pm
/op # nick
lazy bastards..
lazy bastards..
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:26 pm
Posted on Nov 20, 2009 5:26 pm
$Regex(String,/Match/i)
is case-insensitive (Matches a-zA-Z] incase you were wondering.
is case-insensitive (Matches a-zA-Z] incase you were wondering.
mIRC Snippet:
Harry potter duel script
Posted on Nov 20, 2009 5:24 pm
Posted on Nov 20, 2009 5:24 pm
Extravagant, mate! I wouldn't have nerves for something like that... Actually, who knows, lol XD
mIRC Snippet:
Dark Nexus Rpg
Posted on Nov 20, 2009 5:21 pm
Posted on Nov 20, 2009 5:21 pm
lol, I might be crazy, but I ain't dumb XD
I type /loadx and I get the welcome screen, the first weapons, stuff gets written in writeini.
[character]
health=100
...
But I cannot use any command :/
I type /loadx and I get the welcome screen, the first weapons, stuff gets written in writeini.
[character]
health=100
...
But I cannot use any command :/
mIRC Snippet:
Highlight Script by XperTeeZ
Posted on Nov 20, 2009 5:19 pm
Posted on Nov 20, 2009 5:19 pm
Thank you. Although, I don't see anything great about it :)
mIRC Snippet:
Highlight Script by XperTeeZ
Posted on Nov 20, 2009 5:04 pm
Posted on Nov 20, 2009 5:04 pm
Great scripting :). The job has been done many times over but this is very exceptional :).










