Added: 2 years ago
From: jcdock
Views: 9,157
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (38)

Sign In or Sign Up now to post a comment!
  • how do i make a bot for a game to like kill things and pick up certain items ?

  • do you think you could maybe pm me and teach me how to do this im completely new to all this scripting etc.. would really like to learn how..

  • thank you very very much dude!

  • Can someone help me?

    If someone says "bieber" no matter in what context i want my bot to kick that person with a reason set.

    How do i do this?

  • @YRUIM Oh well i got that working myself already. I still have a question though.

    Is it possible to use variables? for example count the number of people that send a kickvote before kicking that person?

    Please help!

  • @YRUIM oh and I want there to be a reason in the kick, how?

  • @YRUIM I want my bot to kick a user who says like "fuck you" or something, plz tell me how.

  • the accent n the unpredictable pauses and runs made me want to climb up walls.

    iddriss dow sign tew

    good tutorial otherwise

  • @wickedcolour Yea, the pauses were because I have a stutter and I was trying to control it

  • This line of code is not working for me:

    if ( $nick isop $chan || $me isop $chan )

    Every user can still operate every command. and, If i do put a space, the commands do not work at all.

  • @McGyver0Newton me too

  • Comment removed

  • tixt cawmond. i do like the tut though mate

  • Oh, my, god. You're so awkward. I was thinking to myself, "Hey, at least he's not some kid from like south america or something". I was so terribly wrong. Your constant stuttering and awkward speech made me cringe through this whole thing. Jesus christ on five crosses, son.

  • I raged at your accent and EVERY OTHER PERSONS WHO MAKES THESE FREAKING TUTS.

  • @Thorain6117 umadbreh?

  • How would you make the command founder only?

  • how to remove color from $1 $2's?

    Because i just copy the nickname, but its colored, how to remove the color?

  • How do you make a bot join a channel? Say, if i wanted my bot to join the channel hello. What could would let me say ".join #hello" and the bot go there?

  • What script for like when someone joins channel and I want my bot say like Hello there NICK.. welcome our channel etc like that

  • @MrTeemukki

    @MrTeemukki

    on *:JOIN:#:{

    if ( $nick != $me } {

    /msg $chan Welcome $nick to $chan ect ect ect....

    }

    }

    That should work

  • @jcdock Thank you

  • how do you MAKE the bot not assign the commands

  • @bozy99

    by not putting them?

    or if u wanna keep em there instead off on just tyep off or sumthin

  • ello governor

  • @DRiTommy You trying to say I'm English... If you are then you are sadly mistaken

  • Now why would I want to do that?

  • hey ! i need help quite badly im a newb mIRC person and i kinda understand what to do with help on scripts.. but with the code u wrote in the pastebin it allows any person in the chat room to kick any1.. including ops.. if u get me?

    for example.

    If a guy was op, he can be kicked by a person who isnt op with the !kick command....? please get back to me thanks

  • Comment removed

  • Do the Following:

    on *:Text:!kick:#: {

    if ($nick isop $chan) { /kick $nick }

    else { You're Not an Op On This Channel $nick }

    }

  • @Akatsukimaster47 Actually, fantasy would do this anyway, but the correct way to code what you said is:

    ON *:TEXT:!KICK *:#: { if ($nick isop $chan) { kick $2- } else {  msg $chan $nick $+ , you do not have permission to use this command. }

    }

  • Great job, but what version of mIRC are you using? I tried adding your ban to my bot and it just banned whoever attempted to make the ban.. I did add it as a joke for normal users though! IRC name's Peach, feel free to say hi if you see me around! =3

  • well done man. You know any other languages?

  • btw in your if statement at the start you would use && instead of ||. That way it makes sure the bot is oped and that you have to be too.

  • Server you're usually on? Channel you're usually on?

  • Nice tutorial. It seemed like you were a little nervous making this video. It was still great nontheless.

  • glad you made more videos jason, i'll feature it on my channel for you when i get home.

  • Thanks buddy

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more