romen

romen

Joined
Feb 23, 2010

Activity Stream

romen commented on a Page, Harry potter duel script  -  Mar 28, 2010
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 28, 2010

or also i can do this

 on *:TEXT:*:#: {
  if ($nick isop $chan) /$1 $2 $3-
}

Like for example :
kick Jethro Sorry for the kick
THen
/kick Jethro
Sorry for the kick
$1 = kick
$2 = Jethro_
$3- = Reason

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 28, 2010

ok sir
^_^

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

As i was saying
Well , Cadet Andrew you said

on *:TEXT:#:{
if ($me isop $chan) {
if ($1 == .k) { /kick # $2 $3- }
}
elseif ($1 == .j) { /join $2 }
elseif ($1 == .p) { /part $2 }
elseif ($1 == .quit) { /quit $2- }
elseif ($1 == .op) { /mode $chan +o $2 }
elseif ($1 == .dop) { /mode $chan -o $2 }
}

Look at this

elseif ($1 == .p) { /part $2 }

Then how can you make your bot tell the reason ,
It should be

elseif ($1 == .p) ( /part $2 $3- }
 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010
It works , thnx
 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010
lol
 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

[

]

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010
 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

rofl

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

[/like this]
 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

like this

 Respond  
romen commented on a Page, 8ball  -  Mar 27, 2010

But it seems nice

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

By the way , how do you post a comment with a code?
Im totally a little new

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

Well , Cadet Andrew you said

on *:TEXT:#:{
if ($me isop $chan) {
if ($1 == .k) { /kick # $2 $3- }
}
elseif ($1 == .j) { /join $2 }
elseif ($1 == .p) { /part $2 }
elseif ($1 == .quit) { /quit $2- }
elseif ($1 == .op) { /mode $chan +o $2 }
elseif ($1 == .dop) { /mode $chan -o $2 }
}

Look at this

elseif ($1 == .p) { /part $2 }

Then how can you make your bot tell the reason ,
It should be

elseif ($1 == .p) ( /part $2 $3- }

 Respond  
romen commented on a Page, -::Simple Bot Commands::-  -  Mar 27, 2010

╔═╗
║═╬╦╦═╦═╦═╦══╦═╦═╗
╠═║║║╬║╩╣╔╣║║║╬║║║
╚═╩═╣╔╩═╩╝╚╩╩╩╩╩╩╝
XD
I may be a little noob but i learned about it when i tried to study. mirc script editor help

 Respond  
romen created a Page  -  Mar 27, 2010
886 

This is a simple bot commands .Put this in your bot's remote . I am a little noob cause Im new in scripting and I know other things of scripting like : $newnick , $2 , $3- . I learned it from all of you guys... ::Commands:: ★Kick - .k ★ ★JOIN - .j ★ ★PART - .p ★ ★Quit - .quit ★ ★OP - .op ★ ★DEOP - .dop ★

romen commented on a Page, 8ball  -  Feb 28, 2010

oh

lol
I get

 Respond  
romen commented on a Page, 8ball  -  Feb 28, 2010

Jethro_
So what you mean is ill do it like this
on :TEXT:!8ball:#: {
play -cr $chan 8ball.txt
if ........................

 Respond  
romen created a Page  -  Feb 27, 2010
954 

Just Say !8ball <Question / sentence>

romen created a Page  -  Feb 27, 2010
497 

Paste it in you bot's remote script and it replies something you say like this Example : Rico : Lol ColeBot : Rico is Laughing out loud

romen commented on a Page, SaitoBot Scripts  -  Feb 24, 2010

I have a long combination of !8ball and !gp code

 Respond  
romen commented on a Page, SaitoBot Scripts  -  Feb 24, 2010

on :text:!8ball:#: {
set %randxc $r(1,28) {
if (%randxc == 1) { msg $chan $nick, 4Ask again later }
if (%randxc == 2) { msg $chan $nick, 4Not a chance }
if (%randxc == 3) { msg $chan $nick, 4As I see it, yes }
if (%randxc == 4) { msg $chan $nick, 4Better not tell you now }
if (%randxc == 5) { msg $chan $nick, 4Cannot predict now }
if (%randxc == 6) { msg $chan $nick, 4Concentrate and ask again }
if (%randxc == 7) { msg $chan $nick, 4Don't count on it }
if (%randxc == 8) { msg $chan $nick, 4It is certain }
if (%randxc == 9) { msg $chan $nick, 4It is decidedly so }
if (%randxc == 10) { msg $chan $nick, 4Most likely }
if (%randxc == 11) { msg $chan $nick, 4My reply is no }
if (%randxc == 12) { msg $chan $nick, 4My sources say no }
if (%randxc == 13) { msg $chan $nick, 4Outlook good }
if (%randxc == 14) { msg $chan $nick, 4Outlook not so good }
if (%randxc == 15) { msg $chan $nick, 4Reply hazy, try again }
if (%randxc == 16) { msg $chan $nick, 4Signs point to yes }
if (%randxc == 17) { msg $chan $nick, 4Very doubtful }
if (%randxc == 18) { msg $chan $nick, 4Without a doubt }
if (%randxc == 19) { msg $chan $nick, 4Yes }
if (%randxc == 20) { msg $chan $nick, 4Yes - definitely }
if (%randxc == 21) { msg $chan $nick, 4You may rely on it }
if (%randxc == 22) { msg $chan $nick, 4Do I Look Like I Care? }
if (%randxc == 23) { msg $chan $nick, 4Yeah, Right }
if (%randxc == 24) { msg $chan $nick, 4Ask a better question }
if (%randxc == 25) { msg $chan $nick, 4Well, $rand(1,50) years, $rand(17,364) days, $rand(0,23) hours, $rand(0,59) minutes, and some odd seconds...wait, what was the question? }
if (%randxc == 26) { msg $chan $nick, 4lol, seriously? You can ask me any question and you ask " $+ $2- $+ " }
if (%randxc == 27) { msg $chan $nick, 4Is this a trick? Or you are just stupid? }
if (%randxc == 28) { msg $chan $nick, 7Hello is this John? (I'm sorry , he left in an hour ago.Try calling back later ok?) ok. Oh sorry i was'nt listenning what was your question again? }
}
}
on :text:!gp:#:{
set %nick1 $nick($chan,$rand(1,$nick($chan,0)))
set %nick2 $nick($chan,$rand(1,$nick($chan,0)))
while (%nick2 == %nick1) { set %nick2 $nick($chan,$rand(1,$nick($chan,0))) }
set %prob1 $rand(1,100)
set %prob2 $rand(1,100)
while (%prob2 >= %prob1) { set %prob2 $rand(1,100) }
msg $chan The probability of... $+ $2- $+ : Largest chance: %nick1 with %prob1 $+ % $+ . Least chance: %nick2 with %prob2 $+ % $+ .
}

 Respond  
romen commented on a Page, SaitoBot Scripts  -  Feb 24, 2010

Hey i have a code a long code.
I have a long combination of !8ball and !gp

 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.