Top

DefianceBot


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.8
Scores Submitted  5
Date Added  May 11, 2008
Last Updated  May 11, 2008
Tags  8  8ball  ball  bot  color  colour  defiance  defiancebot  dice  emoticon  lol  mirc  pickpocket  random  steal 
  Bookmark and Share

Introduction

A collecion of scripts funny scripts put together as a bot...
May not be so useful, but great for entertaining people when they are bored!

(P.S. I made the script simple so scripters who are new to mIRC scripting can easely feel like editing it.)


Grab the Code

Comments

  (8)  RSS
napa182
Comments: 1,128
 
mIRC Snippet:  DefianceBot
Posted on May 11, 2008 11:10 pm
seems you forgot to aadd a few things on ur `colour one
this could have been done alot better =/
and you can just do ur dice like this instead of setting a var
Code:
on *:TEXT:`dice:#:{
  describe # rolls a dice
  .timer 1 1 msg # You have rolled a $r(1,6)
}


as well as ur emoticon script
Code:
on *:TEXT:`emoticon:#:{
  var %em =].=[.=D.=0.=|.=3.=F.=x.=@.=K
  describe # $gettok(%em,$r(1,10),46)
}


you should really use local var's instead of gloabl
napa182
Comments: 1,128
 
mIRC Snippet:  DefianceBot
Posted on May 11, 2008 11:18 pm
you can do the color one something like this as well
Code:
on *:TEXT:`colour:#:{ describe $chan  $+ $+($r(0,15),$chr(44),$r(0,15)) $2- }
napa182
Comments: 1,128
 
mIRC Snippet:  DefianceBot
Posted on May 11, 2008 11:20 pm
oop's forgot a *
Code:
on *:TEXT:`colour*:#:{ describe $chan  $+ $+($r(0,15),$chr(44),$r(0,15)) $2- }
dull
Comments: 9
 
mIRC Snippet:  DefianceBot
Posted on May 11, 2008 11:26 pm
Again, I made the script simple so scripters who are new to mIRC scripting can easely feel like editing it.
But still, I aprecciate your help. :)
napa182
Comments: 1,128
 
mIRC Snippet:  DefianceBot
Posted on May 11, 2008 11:36 pm
um what i posted is simple =/ and why show new scripters to set global vars when they can set local's as well as showning them bad brackets. =/
shideezhi
Comments: 5
 
mIRC Snippet:  DefianceBot
Posted on May 12, 2008 12:51 am
been a learner at scriptin i rather look at scripts tat work an are rite so i can learn to script it rite not ones tat need fixing .then i can learn to edit them from there :)
Soular
Comments: 5
 
mIRC Snippet:  DefianceBot
Posted on May 12, 2008 2:15 am
Oh so ur that Dull guy... Hi.
EL
Comments: 1,366
 
mIRC Snippet:  DefianceBot
Posted on May 12, 2008 4:34 am
Ok since you clearly don't take good advice and help when it given im not gunna waste my timeing helping you this is 2 scripts not you say ''eh'' an blowit off so i ll just post your something that makes me laff a bit and thats this

Code:

on *:TEXT:`colour:#:{
  /set %colour $rand(1,16)
  if (%colour == 1) { describe # 0,0               }

Just the first 3 lines of you color code an wtf is going on there exactly? your not sending any text back to the channel it posts nothing at all that just made you fail worse then you already did sorry=/

Please Register or Login to start posting comments.
Bottom