Adds

By xbox_gamer1 on Oct 29, 2010

Hey it's a What ever command

i do not know why i made this.... Got Bored :P

This is how it works

!here Adds will start in 2 sec! hey hey hey Go to www.hawkee.com to find your Fav scripts ^^^^^^^^^^^^^^^^^^^^ Enjoy ```mirc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; xbox_gamer1;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;Adds;;;;;;;; on *:TEXT:!here:#:{ if ($nick isop #) { msg $chan Adds will start in 2 Sec! .timer 1 2 msg $chan --> hey hey hey Go to www.hawkee.com to find your Fav scripts .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE .timer 1 4 msg $chan --> YOUR TEXT GOES HERE else {.notice $nick you not authorized to use this command } } ```

Comments

Sign in to comment.
xbox_gamer1   -  Nov 02, 2010

thanks guys i will try it out soon and till you :)

 Respond  
GuitarMasterx7   -  Nov 02, 2010

true :O

 Respond  
Jethro   -  Nov 02, 2010

Yup, it makes sense using variable, since it's only temporary. :p Using hash table is a bit extreme. However, if one has a big channel and wants to reference each nick later, the hash table will be the best choice.

 Respond  
GuitarMasterx7   -  Nov 02, 2010

doing it the way you said would create a lot of
variables if its used a lot.
but then again they only last for 5 seconds.
o.o

 Respond  
Jethro   -  Nov 02, 2010

Yup, as I've said time and again, adding a trigger protection is always a safer bet to safeguard your client that runs a code with a trigger. You'd never know when you get attacked or spammed by folks with bad intentions. If want the trigger control to work on every individual, you should do, for example:

if (!%t [ $+ [ $wildsite ] ]) {
    inc -u5 $+(%,t,$wildsite)

You can also use a hash table, $() or $eval(). Depending what you like best.

 Respond  
GuitarMasterx7   -  Nov 02, 2010
 on *:TEXT:!here:#:{
  if !%f { 
    inc -u5 %f
  if ($nick isop #) {
    msg $chan Adds will start in 2 Sec! 
    .timer 1 2 msg $chan --> hey hey hey Go to www.hawkee.com to find your Fav scripts
    .timer 1 4 msg $chan --> YOUR TEXT GOES HERE
}
}

[if i have a question bout something like that
i look at Jethro_'s codes because hee likes to
have ANTI-FLOOD in his codes. i learn by
taking apart other pplz codes, but das not good
cuz that looks wrong to me for some reason o.O]

 Respond  
xbox_gamer1   -  Oct 30, 2010

how do you add floodes to the commands?

 Respond  
PuNkTuReD   -  Oct 29, 2010

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xbox_gamer1;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;Adds;;;;;;;;

im pretty sure that the second line also needs commenting out.

with all those timers triggering at the same time you risk flooding the channel.

and you did not move your .notice away from the else.

else {.notice $nick you not authorized to use this command }

 Respond  
xbox_gamer1   -  Oct 29, 2010

:P

 Respond  
Dark|   -  Oct 29, 2010

lol i know you can change it im not that dumb lol

 Respond  
xbox_gamer1   -  Oct 29, 2010

@darkj you can change the trigger if you went to i just made it that way for the command to post it

@napa182 i move it over for you and i just put the Halt there idk why
but i removed it does that make you fill better..... lol

woof woof>>>>>>>>>

 Respond  
Dark|   -  Oct 29, 2010

hmmmm.....i dont get why you made the tigger !here...when it has nothing to do with the snippet

 Respond  
napa182   -  Oct 29, 2010

Jethro_ Said:

What has the world of MSL come to? I'm speechlessly stunned.

I have to agree with you there Jethro_

xbox_gamer1 Said:

hey man i was bored :( ok :)
and what you thought you would post it as a snippet to bore the rest of us?
by the way you have the .notice next to the opening bracket you may want to fix that with a space, and why the halt?

 Respond  
xbox_gamer1   -  Oct 29, 2010

hey man i was bored :( ok :)

 Respond  
Dark|   -  Oct 29, 2010

hahaha Jethro_, Eggdrops also have this

 Respond  
Jethro   -  Oct 29, 2010

What has the world of MSL come to? I'm speechlessly stunned.

 Respond  
Dark|   -  Oct 29, 2010

You know this is a command in MIRC itself? /timer1 100 0 Hey go to www.hawkee.com <- somthing like that

 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.