Top

Bot Commands {Updated}


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.3 (of 4 scores)
Date Added  Nov 15, 2007
Last Updated  Mar 15, 2008
Tags  bot  commands 

Introduction

these are simply bot commands that start with ! and also to make this bot work for your nick you must type /auser owner yournick have fun with the code

sorry its still a little messy

Grab the Code

on owner:TEXT:*:#:{
  If ($strip($1) == !op) mode $chan +o $2
  If ($strip($1) == !deop) mode $chan -o $2
  If ($strip($1) == !voice) mode $chan +v $2
  If ($strip($1) == !devoice) mode $chan -v $2
  If ($strip($1) == !ban) mode $chan +b $adress ($2,4)
  If ($strip($1) == !owner) { auser owner $2 | notice $nick 14,1Lucky $2 You Got owner from $nick dont screw it up }
  If ($strip($1) == !delowner { ruser owner $2 | notice $nick 14,1WoW $2 YOU FUCKED UP YOUR OWNERSHIP DUMBASS }
  If ($strip($1) == !master { auser master $2 | notice $nick 14,1WOO!!!! CONGRADULATIONS $2 YOU GOT BOT MASTER DONT FUCK IT UP } 
  If ($strip($1) == !delmaster { ruser master $2 | notice $nick 14,1 GOOD JOB $2 YOU FUCKED UP YOUR MASTER DUMBASS }
  If ($strip($1) == !shit { auser shit $2 | msg $chan 14,1 you pissed off $nick | Kick $chan $2 YOU FUCKED UP BITCH by $nick}
  If ($strip($1) == !delshit { ruser shit $2 | msg $chan 14,1 wow $nick is way too forgiving | invite $chan }
    else { halt }
  }
  on master:TEXT:*:#:{
  If ($strip($1) == !op) mode $chan +o $2
  If ($strip($1) == !deop) mode $chan -o $2
  If ($strip($1) == !voice) mode $chan +v $2
  If ($strip($1) == !devoice) mode $chan -v $2
  If ($strip($1) == !ban) mode $chan +b $adress ($2,4)
  If ($strip($1) == !shit { auser shit $2 | msg $chan 14,1 you pissed off $nick | Kick $chan $2 YOU FUCKED UP BITCH by $nick}
  If ($strip($1) == !delshit { ruser shit $2 | msg $chan 14,1 wow $nick is way too forgiving | invite $chan }
      else { halt }
  on Shitlist:join:*:#:{ kick $Chan $nick you screwed up bitch get out }
}

Comments

  (22)  RSS
Get_A_Fix
Comments: 18
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 15, 2007 10:59 pm
your code is starting to look better. Unfortunately you have overlooked the use of brackets, missing the bottom one, and replacing the top one with a )
Keep reading, keep trying, but most of all, keep scripting.
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 15, 2007 11:03 pm
thanks dude i will keep working on it =]
spitfire3292
Comments: 36
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 16, 2007 12:08 am
Ahh. So much better. I am glad you took my advice and worked on it :) There are sitll a couple bracket errors. Remember it is just simple addition and subtraction

say...{ are positive and } are negative. In the end it must equal 0. Where you place the brackets can also change your script just like in an equation. (4+4)*5 is compeltely different than 4+4*5

So suppose we opened 3 { now we need to close them. soo...

3 + -3 = 0
{ + } = 0
{ { { } } }

Hopefully that makes some sense o.O
spitfire3292
Comments: 36
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 16, 2007 12:09 am
Also unless your talking abotu a specific network, auser and ruser commands do not exist. If they are custom alias's then please add them :)
Lazy
Comments: 12
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 16, 2007 8:25 am
spitfire3292 - unless I misunderstood your comment... ruser and auser are built in mIRC commands. /auser [-a] <levels> <nick|address> [info] and /ruser [levels] <nick | address> [type]

And to demonic, I agree with what others have mentioned above, keep working on the scripting, you'll only get better.
CharltonJ
Comments: 44
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 16, 2007 9:30 am
Hmm not bad...you can make this too! :)

on shoot:JOIN:#:{ /ban # $nick | /kick # $nick Get Outta Here! shoot! }
mountaindew
Comments: 1,826
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 16, 2007 1:54 pm
so this is the same thing as the disobedient bot but it seems like it would work? then yd u like basiclaly post it twice? =\

hint: use $$2
napa182
Comments: 1,455
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 19, 2007 4:07 am
disobedient bot was a POS... I concur with mountaindew you should have updated ur old script instead of posting it twice...
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 21, 2007 11:31 am
dudes this script is a working version of the other script cuz the other script was designed to kick you on every command so this is diferent because it actualy works ok dude
mountaindew
Comments: 1,826
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 21, 2007 4:34 pm
Quote:
this is diferent because it actualy works

so if the other one didnt work then why didnt u just update it with this coding on the other one? =\
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 26, 2007 7:36 pm
because i made the "disobedint bot to be a giant pain in the as$ to everyone who tryed to use it ok mountaindew
Eugenio
Comments: 1,193
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Feb 22, 2008 9:49 am
LMAO mountaindew got told!
mountaindew
Comments: 1,826
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Feb 22, 2008 10:03 am
lol Eugenio
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Mar 15, 2008 4:21 pm
I updated this snippet a bit if u guys have any suggestions please let me know
EL
Comments: 1,125
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Mar 15, 2008 11:22 pm
Yeah don't use userlevels.And hello again >D
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Mar 16, 2008 11:21 pm
i dont c y not but okay and btw u got my room closed on ctc and me klined + what was ur server mIRC adress
AdrianF
Comments: 53
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 11, 2008 7:31 pm
DAMN**** RIPPER..... maybe. i have the script like this but better.... looks soo the same
AdrianF
Comments: 53
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 11, 2008 7:31 pm
yes u god damn* mutha !@#$* rippen ass* ho. sry if i hurt ur feelins. but u ripped me
fire_wizard1
Comments: 80
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Nov 29, 2008 3:10 am
the script needs work
AdrianF
Comments: 53
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Apr 10, 2009 7:28 pm
Check Out My Script Its Wayyyyyy Better: http://www.hawkee.com/snippet/5333/
AdrianF
Comments: 53
 
mIRC Snippet:  Bot Commands {Updated}
Posted on Apr 10, 2009 7:28 pm
This guy ripped my scripts. Lil Biatch A$$ FU(K3R
DemonicDerek666
Comments: 32
 
mIRC Snippet:  Bot Commands {Updated}
Posted on May 3, 2009 11:05 pm
AdrianF i didnt rip shoot from you alright now if u would like to meet up with me i will be checking my comments more often then i did send me a server # and a room name and ill set you straight got it

Commenting Options

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

  
Bottom