Top

advertiseing


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  May 18, 2009
Last Updated  May 18, 2009
Tags  advertiseing 

Description

if you own a company that does work and want to advertize it on mirs alls you have to do is change it from my company to your own i wont mind

Grab the Code

On *:text:!advertizezing:#:{
  if ($nick isop $chan) 
  set %ad $rand(1,3)
  if (%AD == 1) { describe # $nick for all you catering need visit http://straubscatering.webs.com/ }
  if (%AD == 2) { describe # straubscatering is a sister company to CMangels inc }
  if (%AD == 3) { describe # $nick straubscatering is  willing to travel through out the world if price is right}
}
}

Comments

  (14)  RSS
RevJohn Straub
Comments: 46
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 3:05 pm
no i dont need a .txt file or i dont want to add any more lines it works fine just the way it is
MaxEvans
Comments: 92
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 3:19 pm
You could change the variable from the GB since this was just edited from your garbage bag script.
Prelude
Comments: 98
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 3:37 pm
Even if you don't want a .txt and to add more, at least add some form of flood protections or limiter, remember you are sharing these with others, they become vulnerable because of your script, ppl are malicious, could cause them to flood off, or flood a channel that doesn't allow bot scripts(since you have the #, its all channels you're in it will trigger), or just spam the hell outta where ever you are, pissin ppl off. So something to help with that is a good idea, and i say this about almost every !trigger script i see cause ppl tend to forget. ;)
RevJohn Straub
Comments: 46
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 3:38 pm
ya i could do that didnt see that there

RevJohn Straub
Comments: 46
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 3:44 pm
i forgot to make it available for only ops to trigger can someone help
atleast it works not like other peoples scripts i tested it before posting it
Prelude
Comments: 98
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 4:26 pm
rev, you can add the @ (op symbol) in the on text event like so:
Code:
 On @*:text:!advertizezing:#:{
or even another way is to add
Code:
 if ($nick isop $chan) {
after the on text statement.
tzar469
Comments: 26
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 7:12 pm
It would help if you spelled advertising correctly.
RevJohn Straub
Comments: 46
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 7:15 pm
thanks dan your a big help
MaxEvans
Comments: 92
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 7:51 pm
Now all you have to do is add more brackets so it'll work. Like this

On *:text:!advertizezing:#:{
if ($nick isop $chan) {
set %ad $rand(1,3)
if (%AD == 1) { describe # $nick for all you catering need visit http://straubscatering.webs.com/ }
if (%AD == 2) { describe # straubscatering is a sister company to CMangels inc }
if (%AD == 3) { describe # $nick straubscatering is willing to travel through out the world if price is right}
}
}
RevJohn Straub
Comments: 46
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 8:14 pm
tzar469 are you the spelling police maybe i spelled it like that for a reason

Prelude
Comments: 98
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 8:22 pm
* hides from the grammar and spelling nazi's >_>
napa182
Comments: 1,691
 
mIRC Snippet:  advertiseing
Posted on May 18, 2009 9:08 pm


Code:
on $*:text:/!advertizezing$/iS:#:{
  if ($nick(#,$nick,oh) && !$($+(%,adflood,.,$nick),2)) {
    set -u3 $+(%,adflood,.,$nick) on
    describe # $gettok(for all you catering need visit http://straubscatering.webs.com/|straubscatering is a sister company to CMangels inc|straubscatering is  willing to travel through out the world if price is right,$r(1,3),124)
  }
}
jonesy44
Comments: 1,892
 
mIRC Snippet:  advertiseing
Posted on May 20, 2009 6:35 pm
Or for those who can spell..

Code:
on $*:text:/!advertising$/iS:#:{
  if ($nick(#,$nick,oh) && !$($+(%,adflood,.,$nick),2)) {
    set -u3 $+(%,adflood,.,$nick) on
    describe # $gettok(for all you catering need visit http://straubscatering.webs.com/|straubscatering is a sister company to CMangels inc|straubscatering is  willing to travel through out the world if price is right,$r(1,3),124)
  }
}
Prelude
Comments: 98
 
mIRC Snippet:  advertiseing
Posted on May 20, 2009 8:32 pm
shpelling is overrated ;)

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom