Kentaro Kurosaki

Kentaro Kurosaki

Joined
Sep 15, 2011

Activity Stream

Kentaro Kurosaki commented on a Page, Ignore with a timer  -  Apr 18, 2012

Also note, not all ircd's have

/silence
 Respond  
Kentaro Kurosaki commented on a Page, Raw Code  -  Apr 18, 2012

I meant 464 is for like bnc's, 491 is your invalid oper credentials, I see no reason why JAVA would be any different, unless its messing up its self
like /server blah.bnc.net 1337 myuser:pass

 Respond  
Kentaro Kurosaki commented on a Page, Raw Code  -  Mar 26, 2012

Note, my debug says 464 is USER:PASS and 491 is invalid oper

 Respond  
Kentaro Kurosaki commented on a Page, IRCop Control Panel 2  -  Mar 25, 2012

Secondly, this isn't a panel, its a popup

 Respond  
Kentaro Kurosaki commented on a mIRC Script, !ajoin add/del for bot  -  Feb 21, 2012

Another fyi not all networks have /ns ajoin ;p

 Respond  
Kentaro Kurosaki commented on a Page, DCAmp v1.2  -  Feb 21, 2012
  • Iota doesn't know why you use the script through the bot when its easier to just get the script from winamp's site that has everything
 Respond  
Kentaro Kurosaki commented on a Page, Reverse script   -  Feb 14, 2012

What is $chr(9) for?

Also, how could I use this perhaps as a bot command,
like !backwards TEXT........

 Respond  
Kentaro Kurosaki   -  Feb 13, 2012

@CinosModnar What happened to Epic Designs?

 Respond  
Kentaro Kurosaki commented on a Page, Lottery Ball Generator  -  Feb 12, 2012

Like this, this is your script only edited

;---------------------------------------------------------------------------------------------------------------------------------------------------
;Ball Generator
;Snippet by Tripple-D
;Sunday, 12 February 2012
;Just Place in Remote, The Game is very simple.                                                                        
;Commands help !help , !pick , !gift , !star     
;My Verry First Script!! 
;----------------------------------------------------------------------------------------------------------------------------------------------------
on *:TEXT:*:#:{
  if ($($+(%,bot,$chan),2) == 0) { halt }
  tokenize 32 $strip($1-) 
  if ($1 == !help) { msg $chan 4,1 $$2 choose !pick Then It Will Pick 1 Number and if you type !star it will pick out a  Star Ball }
  if ($1 == !pick) { msg $chan 12,1 $nick Spins the wheel.....!!  The Wheel Stops the ball number is:   
    var %t $rand(1,49)
    ;--This $rand lets the regular ball be picked
    if (%t == 1) msg $chan 14,1 Ball - 1 
    if (%t == 2) msg $chan 14,1 Ball - 2 
    if (%t == 2) msg $chan 14,1 Ball - 2 
    if (%t == 3) msg $chan 14,1 Ball - 3 
    if (%t == 4) msg $chan 14,1 Ball - 9 
    if (%t == 5) msg $chan 14,1 Ball - 5 
    if (%t == 6) msg $chan 14,1 Ball - 6
    if (%t == 7) msg $chan 14,1 Ball - 7
    if (%t == 8) msg $chan 14,1 Ball - 8
    if (%t == 9) msg $chan 14,1 Ball - 9
    if (%t == 10) msg $chan 14,1 Ball - 10
    if (%t == 11) msg $chan 14,1 Ball - 11
    if (%t == 12) msg $chan 14,1 Ball - 12
    if (%t == 13) msg $chan 14,1 Ball - 13
    if (%t == 14) msg $chan 14,1 Ball - 14
    if (%t == 15) msg $chan 14,1 Ball - 15
    if (%t == 16) msg $chan 14,1 Ball - 16
    if (%t == 17) msg $chan 14,1 Ball - 17
    if (%t == 18) msg $chan 14,1 Ball - 18
    if (%t == 19) msg $chan 14,1 Ball - 19
    if (%t == 20) msg $chan 14,1 Ball - 20
    if (%t == 21) msg $chan 14,1 Ball - 21
    if (%t == 22) msg $chan 14,1 Ball - 22
    if (%t == 23) msg $chan 14,1 Ball - 23
    if (%t == 24) msg $chan 14,1 Ball - 24
    if (%t == 25) msg $chan 14,1 Ball - 25
    if (%t == 26) msg $chan 14,1 Ball - 26
    if (%t == 27) msg $chan 14,1 Ball - 27
    if (%t == 28) msg $chan 14,1 Ball - 28
    if (%t == 29) msg $chan 14,1 Ball - 29
    if (%t == 30) msg $chan 14,1 Ball - 30
    if (%t == 31) msg $chan 14,1 Ball - 31
    if (%t == 32) msg $chan 14,1 Ball - 32
    if (%t == 33) msg $chan 14,1 Ball - 33
    if (%t == 34) msg $chan 14,1 Ball - 34
    if (%t == 35) msg $chan 14,1 Ball - 35
    if (%t == 36) msg $chan 14,1 Ball - 36
    if (%t == 37) msg $chan 14,1 Ball - 37
    if (%t == 38) msg $chan 14,1 Ball - 38
    if (%t == 39) msg $chan 14,1 Ball - 39
    if (%t == 40) msg $chan 14,1 Ball - 40
    if (%t == 41) msg $chan 14,1 Ball - 41
    if (%t == 42) msg $chan 14,1 Ball - 42
    if (%t == 43) msg $chan 14,1 Ball - 43
    if (%t == 44) msg $chan 14,1 Ball - 44
    if (%t == 45) msg $chan 14,1 Ball - 45
    if (%t == 46) msg $chan 14,1 Ball - 46
    if (%t == 47) msg $chan 14,1 Ball - 47
    if (%t == 48) msg $chan 14,1 Ball - 48
    if (%t == 49) msg $chan 14,1 Ball - 49
  }

  if ($1 == !star) {
    var %d $rand(1,10)
    ;--This $rand allows the star ball to be picked
    if ($1 == !star) { msg $chan 8,1 $nick Goes Upto the Star Machine.... $nick Turns the handle Really Fast... The Wheel Stops... The Star Ball Is:
      if (%d == 1) msg $chan 8 Ball - 23
      if (%d == 2) msg $chan 8 Ball - 35
      if (%d == 3) msg $chan 8 Ball - 15
      if (%d == 4) msg $chan 8 Ball - 4
      if (%d == 5) msg $chan 8 Ball - 46
      if (%d == 6) msg $chan 8 Ball - 23
      if (%d == 7) msg $chan 8 Ball - 25
      if (%d == 8) msg $chan 8 Ball - 16
      if (%d == 9) msg $chan 8 Ball - 29
      if (%d == 10) msg $chan 8 Ball - 42

   }   
    if ($1 == !gift) {
      var %g $rand(1,70)
     ;--This $rand allows picking from the following below to supply a response
      if (%d == 1) describe $chan pulls out a nice big punch! (lol)
      if (%g == 2) describe $chan pulls a few packages out of the GiftBag  tosses $nick  two different size anal plugs
      if (%g == 3) describe $chan pulls out a huge Gift from the GiftBag tosses it to $nick assortment of whips and paddles
      if (%g == 4) describe $chan pulls out box of crayons and BDSM coloring book from the GiftBag  hands it to $nick
      if (%g == 5) describe $chan pulls a poster out of the GiftBag tosses it to $nick [Homer Simpson Naked Chained to a Wall]
      if (%g == 6) describe $chan pulls out a small red box big gold bow from the GiftBag hands it to $nick inside two buttons and three rubber bands (not everyone gets a good gift) *laughs*
      if (%g == 7) describe $chan pulls out a rubber chicken from the GiftBag hands it to $nick
      if (%g == 8) describe $chan pulls stuff lamb with a big pink bow from the GiftBag  hands it to $nick inside hid is 50 dallor bill
      if (%g == 9) describe $chan pulls a giant box out of the GiftBag hands it to $nick inside rope, three leather crops and ball gag
      if (%g == 10) describe $chan pulls a bottle of strawberry flavored lubricant from the GiftBag hands it to $nick
      if (%g == 11) describe $chan pulls out of the GiftBag a can hands $nick a Coke 0,4 COKE 14,14.
      if (%g == 12) describe $chan pulls out of the GiftBag  15,15O0,0O4,4O0,5TootsieRoll4,4O0,0O15,15O0,0 4hands it to $nick
      if (%g == 13) describe $chan pulls out a roll 15,15.0,2L1,9I0,3F0,4E1,8S0,10A0,4V0,10E1,9R15,15. 4candy from the GiftBag tosses it to $nick
      if (%g == 14) describe $chan pulls out a pair silver tiny bell slave anklets from the GiftBag hands it to $nick
      if (%g == 15) describe $chan pulls out a some new slave furs for the floor from the GiftBag hands it to $nick
      if (%g == 16) describe $chan pulls out a little green box from the GiftBag hands it to $nick (small anal vibrator)
      if (%g == 17) describe $chan pulls out of the GiftBag a picture of a naked Betty White spread eagle tosses it to $nick enjoy
      if (%g == 18) describe $chan pulls a flat package out of the GiftBag tosses at $nick pair of fishnet silk stockings 
      if (%g == 19) describe $chan pulls a ball gag from the GiftBag hands it to $nick
      if (%g == 20) describe $chan pulls out a candy bar from the GiftBag 15,15.5,5.415,5HERSHEY'S4,45,5.15,15.4tosses it to $nick
      if (%g == 21) describe $chan pulls out of the GiftBag looks around strolls over puts a live mouse in $nick hand
      if (%g == 22) describe $chan pulls out a big blue box from the GiftBag hands it to $nick inside a training collar and leash
      if (%g == 23) describe $chan pulls out of GiftBag toolbox with Craftman tools hands them to $nick
      if (%g == 24) describe $chan pulls out a beautiful red rose 4red @3-->-->-- 4from the GiftBag hands it to $nick
      if (%g == 25) describe $chan pulls out a pack of gum from the GiftBag 15,15l1,8<~Juicy-Fruit~>15,15l4tosses it to $nick
      if (%g == 26) describe $chan pulls out a baggie of columbian *um thats MINE sticks it in pocket* grabs back in the bag pulls out a 8 inch vibrator with batteries out of the GiftBag hands it to $nick
      if (%g == 27) describe $chan pulls out a long box from the GiftBag hands it to $nick pins, few daggers and one jeweled sword
      if (%g == 28) describe $chan pulls a tiny box out of the GiftBag *smirks* hands it to $nick *hope you enjoy that used condom*
      if (%g == 29) describe $chan pulls a pink box from the GiftBag  *sighs* hands it to $nick to jeweled collars
      if (%g == 30) describe $chan pulls out a medium sized green box from the GiftBag hands it to $nick a p%&@# extender
      if (%g == 31) describe $chan pulls out a plastic fur vibrating v@#$ from the GiftBag hands it to $nick
      if (%g == 32) describe $chan pulls a card from the GiftBag tosses it to $nick a years membership to GoldenShowers Magazine
      if (%g == 33) describe $chan pulls out a purple barney pencil from the GiftBag hands it to $nick
      if (%g == 34) describe $chan pulls a card from the GiftBag tosses it to $nick a years membership to World of Gor Magazine
      if (%g == 35) describe $chan pulls out a little box from his GiftBag hands it to $nick small rubber ducky for the bath tub
      if (%g == 36) describe $chan pulls  out a can from the GiftBag 15,15!1,148,3MtDew15,15! 4hands it to $nick 
      if (%g == 37) describe $chan looks in bag, then back at $nick grabs chap stick out of back pocket, smears some on lips, walks over lays on big slobbery kiss *just a special gift for you*
      if (%g == 38) describe $chan pulls out from the GiftBag a black tee-shirt with group [Next-Cyber Sex] hands it to $nick 
      if (%g == 39) describe $chan grabs a red tee-shirt from the GiftBag with group [NWA - Just Don't Bite It] *smiles* hands it to $nick
      if (%g == 40) describe $chan reaches in to the GiftBag pulls out a coffee mug with group [Matchbox 20 - Back to Good] puts it in $nick hand
      if (%g == 41) describe $chan puts hand deep to the bottom of the bag pulls out a small blue box hands it to $nick inside a one song CD [Scorpions - Hey You] have to love the old classics
      if (%g == 42) describe $chan grabs a CD out of the GiftBag *laughs Out Loud* hands $nick [Rockwell - Somebody's Watching Me ]
      if (%g == 43) describe $chan reaches in picks up a CD from the GiftBag hands $nick {Basshunter - Angel In The Night - Bota Anna}
      if (%g == 44) describe $chan reaches in the GiftBag pulls out package of mint breath spray, tosses it to $nick you really need that 
      if (%g == 45) describe $chan pulls out from the GiftBag a blue tee-shirt with group [Lords of Acid - Rough Sex] tosses it to $nick
      if (%g == 46) describe $chan looks in the GiftBag pulls out a large Roll of pink Duct Tape tosses it to $nick * use your imagination*  *laughs*
      if (%g == 47) describe $chan pulls out from the GiftBag a black tee-shirt with group [HIM - Wings of a Butterfly] hands it to $nick 
      if (%g == 48) describe $chan reaches in the GiftBag pulls out a rolled up  Poster [Trews, The - So She's Leaving] hands it to $nick
      if (%g == 49) describe $chan reaches in to the GiftBag pulls out a coffee mug with group [Moving Units - Submission] puts it in $nick hand
      if (%g == 50) describe $chan pulls out a huge box from the Giftbag hands it to $nick two branding irons, tatoo inks and needles 
      if (%g == 51) describe $chan reaches into bag pulls out the top green box with huge silver bow from the GiftBag hands it to $nick a Barbie Doll with two sets of clothes on blue gown matching shoes, the other cowboy outfit
      if (%g == 52) describe $chan pulls out a super shooter squirt gun from the GiftBag hands it to $nick
      if (%g == 53) describe $chan reaches in the GiftBag hands $nick tube of cherry red lipstick hands it to $nick
      if (%g == 54) describe $chan reaches in the GiftBag hands $nick two tampons and some instructions in french *laughs*   
      if (%g == 55) describe $chan grabs inside the GiftBag pulls out a small brown paper bag hands $nick the leftover turkey and swiss cheese sandwich from yesterday 
      if (%g == 56) describe $chan grabs in the GiftBag pulls out a gift for $nick hands them a 5 year old Fruit Cake don't look at the expiration date 
      if (%g == 57) describe $chan starts to reach in the GiftBag looks over at $nick drops the bag, walks over hugs them so tight hears the air escape from their lungs *oops couldn't help myself*  
      if (%g == 58) describe $chan pulls out of the GiftBag a small box of nude Women playing cards hands them to $nick 
      if (%g == 59) describe $chan pulls out of the GiftBag Troll Repellent hands it to $nick
      if (%g == 60) describe $chan reaches in the GiftBag hands $nick Hair Remover Kit with Hot Wax and instructions 
      if (%g == 61) describe $chan reaches in the GiftBag hands $nick nailpolish (passion pink) 
      if (%g == 62) describe $chan grabs inside the GiftBag pulls out a empty bag of M&Ms hands it to $nick *so I was hungry*  *shrugs*
      if (%g == 63) describe $chan grabs inside the GiftBag pulls out A pretty snow globe with lots of snow inside scene of two hobbits making love hands it to $nick
      if (%g == 64) describe $chan reaches in the GiftBag hands $nick a paper with a cute saying to put in the nicklist popups [14  Yes, I KnoW ThaT MY TypinG is BaD ThaT's ßecause The Fairies are HavinG Se× on MY KeyßoarÐ ThanK You VerY MucH !!!!4]  
      if (%g == 65) describe $chan grabs inside the GiftBag pulls out brand new little sailboat for the bathtub  hands it to $nick
      if (%g == 66) describe $chan reaches in the GiftBag hands $nick a sticky notepad with Tweety Bird on them 
      if (%g == 67) describe $chan pulls out of the GiftBag a small box of nude Men playing cards hands them to $nick 
      if (%g == 68) describe $chan pulls out of the GiftBag a nerf football hands it to $nick
      if (%g == 69) describe $chan reaches in the GiftBag hands $nick a Dunce hat points to the corner...
      if (%g == 70) describe $chan reaches in the GiftBag hands $nick cherry lollipop
    }
  }
;--EOF (End of File)

That's how I would say to do it, you don't have to add the comments, its just an example

 Respond  
Kentaro Kurosaki commented on a Page, Lottery Ball Generator  -  Feb 12, 2012

Yes That is commenting :) Its usually good practice to get good knowing where, and how to comment, as you may need to put comments inside of a event like:

set %thisvariable thisword
;-- this sets this variable to this word for this reason etc.

I hope that's a understandable example

 Respond  
Kentaro Kurosaki commented on a Page, Lottery Ball Generator  -  Feb 12, 2012

You may not understand me, but I'm trying the best I can

 Respond  
Kentaro Kurosaki commented on a Page, Lottery Ball Generator  -  Feb 12, 2012

You can either do this.

;---------------------------------------------------------------------------------------------------------------------------------------------------
;Ball Generator
;Snippet by Tripple-D
;Sunday, 12 February 2012
;Just Place in Remote, The Game is very simple.                                                                        
;Commands help !help , !pick , !gift , !star     
;My Verry First Script!! 
;----------------------------------------------------------------------------------------------------------------------------------------------------

or you can do this

/*
---------------------------------------------------------------------------------------------------------------------------------------------------
Ball Generator
Snippet by Tripple-D
Sunday, 12 February 2012
Just Place in Remote, The Game is very simple.                                                                        
Commands help !help , !pick , !gift , !star     
My Verry First Script!! 
----------------------------------------------------------------------------------------------------------------------------------------------------
*/

Commenting right makes it so that your events don't come back with "someword that's in the lines" Unknown Command

 Respond  
Kentaro Kurosaki commented on a Page, Lottery Ball Generator  -  Feb 12, 2012

An fyi, : is not a comment, The reason I say that is because that's what I see,

;This is a one line comment

/*
This sentence
is a multiline 
comment
*/
 Respond  
Kentaro Kurosaki commented on a Page, Timed Message!  -  Feb 03, 2012

@Cheekyminx See above comments about changing the dialog size
I retract my earlier comment,
Can you explain?

 Respond  
Kentaro Kurosaki commented on a Page, Awesome Channel codes  -  Feb 03, 2012

Probably, but not worth your time to use this one unless you want to die laughing ;p

 Respond  
Kentaro Kurosaki commented on a Page, AntiSpamBot 4.0  -  Feb 02, 2012

watches as he probably will start getting spam notices

 Respond  
Kentaro Kurosaki commented on a Page, Seen v1.9  -  Feb 02, 2012

@mountaindew: Its actually /exit -r
An FYI :)

 Respond  
Kentaro Kurosaki commented on a Page, Protocol JANUS  -  Jan 25, 2012

/me gives +1 to all :D

 Respond  
Kentaro Kurosaki commented on a Page, funny wale script :D  -  Jan 21, 2012

DFSFOT: I added it to mine ;p
As I run this in my bot

 Respond  
Kentaro Kurosaki commented on a Page, Auto Greet Humper >.>  -  Jan 21, 2012

Same here, I can see that getting a bit troublesome, especially with troublemakers
Though as good fyi, don't always rely on operstatus to help you out with your own code, use common sense with it and I could probably help you with the "certain people" etc.

 Respond  
Kentaro Kurosaki commented on a Page, funny wale script :D  -  Jan 21, 2012

Me like ;) Wonderful script
EDIT: I added

if ($nick != "mynick") { ignore -u60 $nick }

you could probably change that to

if ($istok($waitwhale,$nick,C) = $true) { ignore -u60 $nick }
;with C being the ascii character with which to seperate the nicks, 32 for a space, 44 for a comma, etc. if I ;have the table of ascii characters in my bookmarks ;p
alias waitwhale {
return nick1 nick2 nick3 
}
 Respond  
Kentaro Kurosaki commented on a Page, !Ping  -  Jan 21, 2012

unless of course you wanted to say "!ping this bitch" ;D Sorry

 Respond  
Kentaro Kurosaki commented on a Page, Simple Youtube Downloader  -  Jan 05, 2012

I'm going to have to try this

 Respond  
Kentaro Kurosaki commented on a Page, Custom Identifiers  -  Jan 05, 2012

And added a meme

 Respond  
Kentaro Kurosaki commented on a Page, Custom Identifiers  -  Jan 05, 2012

Added 4 more identifiers

 Respond  
Kentaro Kurosaki commented on a Page, Custom Identifiers  -  Jan 04, 2012

Thank you Aha2Y :)

 Respond  
Kentaro Kurosaki commented on a Page, Custom Identifiers  -  Jan 04, 2012

Updated with two more useful identifiers

 Respond  
Kentaro Kurosaki commented on a Page, Sgkk alias  -  Dec 10, 2011

o,o Yes I am, thank you
Edit: Though I found its only on here, so i copied wrong

 Respond  
Kentaro Kurosaki commented on a Page, First While Loop :D  -  Dec 10, 2011

I know, it was telling me how many at the certain time i was on :P
ie if I had 5 connections up for him it would tell me 5

 Respond  
Kentaro Kurosaki created a Page  -  Dec 10, 2011
2 196 

Just tells me his connections without me having to eval his $scon's. It works, tested it multiple times

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.