Jump to content
xisto Community

dLz

Members
  • Content Count

    17
  • Joined

  • Last visited

Everything posted by dLz

  1. Heh, they r nice. Btw here is veeery simple Ban protection. I made it myself... on 1:BAN:#:{if (($bnick == $me) || ($banmask == $address($me,1) || ($banmask == $address($me,2) || ($banmask == $address($me,3) || ($banmask == $address($me,4) || ($banmask == $address($me,5)) && ($me isop $chan) { notice $nick Don't do that! | cs unban $chan | join $chan }} I hope it will work...
  2. They are very nice, but you don't have to use slashes (/) in mirc scripting (snippets, addons, bots, whatever...). But they work, thats important. BTW the best way to make bot is to put this in remote (his): on 1:TEXT:*:#:{if ($nick == OWNER'S NICK) && ($$1 == !do) { . $+ $$2- }} Ex: Owner of the bot types: !do join #some-channel and bot will join #some-channel.
  3. You can find them on: http://hawkee.com/ http://www.mircscripts.org/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ ... Here are somones...: ; Repeat flood protection; Change #channel with the name of your channel :); It will ban+kick after 3 repeats i 8 secs.on *:text:*:#klinci: { if ($nick == $me) || ($nick isop $chan) || ($nick ishop $chan) { halt } else { var %text = $hash($strip($1-),32) var %stari.text = %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] var %stari.text = $deltok(%stari.text,1,46) if (%rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] == $null) || (%stari.text != %text) { set -u8 %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] 1. $+ %text } var %temp = %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] var %broj = $gettok(%temp,1,46) inc %broj set -u8 %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] %broj $+ . $+ %text if (%broj >= 4) { ban -ku100 $chan $nick 1 Repeat Flood! unset %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] } }} ;Random part reasonON me:*:PART:#: { .set %partreason $rand(1,5) { if (%partreason == 1) .part $chan Random part reason 1 } { if (%partreason == 2) .part $chan Random part reason 2 } { if (%partreason == 3) .part $chan Random part reason 3 } { if (%partreason == 4) .part $chan Random part reason 4 } { if (%partreason == 5) .part $chan Random part reason 5 } .halt } ;Ping Replayon *:text:!ping*:#: { ctcp $nick ping | notice $nick Please wait... }on *:ctcpreply:ping*: { notice $nick Your ping is: $calc($ctime - $2) $+ secs } And more... ;Mass commands;Use /mass +o/-o +v/-v ...alias mass { if ($me !isop #) { echo -a Error : You are not op on $chan } else { if ($regex($1,/\Q+v\E/i) == 1) { echo -a +V var %x 1 while %x <= $nick(#,0,r) { set %x.nick %x.nick $nick(#,%x,r) if $numtok(%x.nick,32) == $modespl { mode # + $+ $str(v,$modespl) %x.nick | unset %x.nick } inc %x } if %x.nick { mode # + $+ $str(v,$modespl) %x.nick | unset %x.nick } } if ($regex($1,/\Q-v\E/i) == 1) { var %x 1 while %x <= $nick(#,0,v) { set %x.nick %x.nick $nick(#,%x,v) if $numtok(%x.nick,32) == $modespl { mode # - $+ $str(v,$modespl) %x.nick | unset %x.nick } inc %x } if %x.nick { mode # - $+ $str(v,$modespl) %x.nick | unset %x.nick } } if ($regex($1,/\Q+o\E/i) == 1) { var %x 1 while %x <= $nick(#,%x,a) { set %x.nick %x.nick $nick(#,%x,a) if $numtok(%x.nick,32) == $modespl { mode # + $+ $str(o,$modespl) %x.nick | unset %x.nick } inc %x } if %x.nick { mode # + $+ $str(o,$modespl) %x.nick | unset %x.nick } } if ($regex($1,/\Q-o\E/i) == 1) { var %x 1 while %x <= $nick(#,%x,o) { set %x.nick %x.nick $remove($nick(#,%x,o),$me) if $numtok(%x.nick,32) == $modespl { mode # - $+ $str(o,$modespl) %x.nick | unset %x.nick } inc %x } if %x.nick { mode # - $+ $str(o,$modespl) %x.nick | unset %x.nick } } }} Notice from mayank: Merged posts
  4. Fifa 06 is good game, but still, PES and WE are much better!
  5. There is also Google, and CheatBook Database (http://www.cheatbook.de/)
  6. Mmm, very nice.I like this with loading links in a new tabs.
  7. I'm using Windows XP, but i don't think it's great. :\
  8. LOL, it's great, specially the name => GahooYoogle :DBTW LOLz to their logo too!
  9. I dont use Yahoo, but this looks nice, very nice!
  10. omG this is great!!! :DDD I agree with you - PlayStation RULZ!!!
  11. I cant compare them :DSimply, Sony PSP rulz!
  12. My favorite football club is Red Star (Crvena Zvezda) from Belgrade, Serbia! And my favorite player is Nikola Zigic. More about Red Star: http://forums.xisto.com/no_longer_exists/. And fans site is http://www.oaza.rs/sport/delije/
  13. Hmm...1. Coca-Cola2. Milk Shake3. Energies (energy drink )
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.