Jump to content

chain

Site Moderator
  • Posts

    540
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by chain

  1. Wow :taz: Well as you all have seen Buzzen has grown since the confirmation that MSN will shut down, I have been on there since they opened and was called at that time NSM. also i have supported all servers and from day once NSM known now as buzzen has always been on top, 2nd in running was PhreikChat. Now as long as i have been on Buzzen ive seen err0r and ozzy10 drop in at one time or another so to say they have issues with Buzzen is quite the joke! jay is also a good friend of mine and i have talked with him from time to time. The thing that annoys me is that people complain rant and rave about things, but have you ever thought of the work that goes out into a chat server, even if its a clone <wo0t> Yes take for granted that they are a clone server but all these people took the time to create a frame and service for all that couldnt chat due to MSN going subscription. Now iam not promoting or saying that VSIXc is a great server or blah blah, but if your looking for a challenge in scripting wise there ya go! Any chat server is good, but its whats to your liking....Happy chatting :taz:
  2. Iam still working on it when i get a chance, mind you its taking awhile with work and family. but soon wiley

     

    on 1:LOAD:{
     Set %awayv (XscriptV2)
     set %awaynick Enter Your away nick here!
     set %normalnick Enter Your normal nick here!
     echo -a Tnx for downloading (XScrIptV2) by Chain™!
     echo -a Your away system is installed in your menus (AwaySyS)
     echo -a Tips And bug report send to [email protected]
    }
    dialog awaysys {
     title "Away System"
     size -1 -1 230 300
     Box "",2, 10 10 210 42
     edit "",3, 15 25 200 20
     text "Pager:",4, 10 70 30 15
     combo 5, 45 70 50 65, drop,size
     text "Logging:",6, 109 70 45 15
     combo 7, 159 70 50 65, drop, size
     Box "Enter Your Away And normal Nick",14,  10 100 210 82
     Edit "",15, 15 125 200 20 
     Edit "",16, 15 150 200 20
    ;2Nd Line in dialog
     button "Close",1, 90 260 50 18,Cancel
     button "Read Logs",8,45 230 70 20,ok
     button "Del Logs",9,115 230 70 20,ok
     radio "Set to Away",10,45 200 70 20,group,push
     radio "Set to Normal",11,115 200 70 20,push
     text "",13,45 280 200 18
    }
    on *:DIALOG:awaysys:sclick:10:{
     set %awway on | did -u awaysys 11 | did -c awaysys 10 | /astatus | /nicksetup
     write sys\pager.txt Logging started: $date(mmmm) $date(dd) $+ , $date(yyyy)  $time
     set %reason $did(awaysys,3)
     set %pager $did(awaysys,5)
     set %logging $did(awaysys,7)
     set %awaynick $did(awaysys,15)
     /nick $did(awaysys,15)
     set %awaytime $ctime
     if (%pager == on) { enable #awaypager | enable #awaylogger }
     ame is AwaY - ReAsOn: %reason PaGeR: %pager LoG: %logging TiMe LeFt: $time(hh:nntt) %awayv
     away %reason
    }
    on 1:dialog:awaysys:init:*:{
     if ( %awway == on ) { /astatus | /did -c awaysys 10 }
     if ( %awway == off ) { /astatus2 | /did -c awaysys 11 }
     .timer -m 1 100 did -ra awaysys 2 R 
     .timer -m 1 200 did -ra awaysys 2 Re
     .timer -m 1 300 did -ra awaysys 2 Rea
     .timer -m 1 400 did -ra awaysys 2 Reas
     .timer -m 1 500 did -ra awaysys 2 Reaso
     .timer -m 1 600 did -ra awaysys 2 Reason
     .timer -m 1 700 did -ra awaysys 2 Reason:
     did -a awaysys 5 On
     did -a awaysys 5 Off
     did -a awaysys 7 On
     did -a awaysys 7 Off
     did -a awaysys 15 %awaynick
     did -a awaysys 16 %normalnick
    }
    on *:DIALOG:awaysys:sclick:11:{
     set %awway off | did -u awaysys 10 | /astatus2 
     set %backtime $ctime
     set %normalnick $did(awaysys,16)
     /nick $did(awaysys,16)
     ame is BaCk - ReAsOn: %reason DuRaTiOn: $duration($calc(%backtime - %awaytime)) %awayv
     disable { #awaypager | disable #awaylogger }
     /away
    }
    
    on *:DIALOG:awaysys:sclick:8:{
     awaysystemlog
    }
    
    on *:DIALOG:awaysys:sclick:9:{
     /remove $+ sys\pager.txt
    }
    
    #awaypager off
    ctcp *:PAGE:{ 
     if ($nick != $me) { 
       .ctcpreply $nick PAGE Your page has been logged!
       if (%awaypager.snd != $null) { .splay %awaypager.snd }
       window -g2 @AwayPager
       aline -p @AwayPager $time(HH:nn:ss) $date(mm/dd/yyyy) 4Page:12 $nick $+ :  $2-
       if (%awaysystem.log == On) { write %awaysystemlog.log $time(HH:nn:ss) $date(mm/dd/yyyy) 4Page:12 $nick $+ :  $2- }
     }
    }
    #awaypager end
    #awaylogging on
    on *:TEXT:*:?:{
     if (%awway == on) && ($nick != $me) { 
       window -g1 @AwayLog
       if (%awaylog.snd != $null) { .splay %awaylog.snd }
       if (%awaysystem.log == On) { write %awaysystemlog.log  $time(HH:nn:ss) $date(mm/dd/yyyy) Message: <4 $+ $nick $+ > $1- }
       aline -p @AwayLog $time(HH:nn:ss) $date(mm/dd/yyyy) Message: <4 $+ $nick $+ > $1-
       close -m $nick
       .msg $nick I'm currently away, your message has been logged. 
       if ($group(#awaypager).status == on) { .msg $nick If your message is urgent, please type 4/ctcp $me PAGE <yourmessage> }
     }
    }
    on *:TEXT:*:#:{
     if (%awway == on) && ($me isin $parms) { 
       window -g1 @AwayLog
       if (%awaylog.snd != $null) { .splay %awaylog.snd }
       if (%awaysystem.log == On) { write %awaysystemlog.log  $time(HH:nn:ss) $date(mm/dd/yyyy) 13Message: <3 $+ $chan $+ 12\4 $+ $nick $+ > $1- }    
       aline -p @AwayLog $time(HH:nn:ss) $date(mm/dd/yyyy) 13Message: <3 $+ $chan $+ 12\4 $+ $nick $+ > $1-
       close -m $nick
       .msg $nick I'm currently away, your message has been logged. 
       if ($group(#awaypager).status == on) { .msg $nick If your message is urgent, please type 4/ctcp $me PAGE <yourmessage> }
     }
    }
    #awaylogging end
    alias -l awaysystemlog {
     clear @AwaySystemLogs
     window -ad @AwaySystemLogs 100 100 650 400
     if ($exists(%awaysystemlog.log)) { loadbuf -p @AwaySystemLogs %awaysystemlog.log }
     else { 
       clear @AwaySystemLogs
       aline -p @AwaySystemLogs 4<5J2>2 AwaySystem Logs are empty
     }
    }
    alias -l logfolder {
     .set %oldawaysystemlog.log %awaysystemlog.log
     %awaysystemlog.log = $$sdir="Select Folder to store AwaySystem Logs in. Current folder is" $nofile(%oldawaysystemlog.log)
     %awaysystemlog.log = $shortfn(%awaysystemlog.log) $+ awaysys.log
     echo 4 -ae 4<5J2>2 AwaySystem logs are now kept in ' $+ $colour(normal) $+ $nofile(%awaysystemlog.log) $+ 4'
     if ($exists(%oldawaysystemlog.log)) { .timer 1 0 deloldlog }
     else { .unset %oldawaysystemlog.log }
    }
    
    alias astatus {
     .timer -m 1 100 did -ra awaysys 13 S 
     .timer -m 1 200 did -ra awaysys 13 St
     .timer -m 1 300 did -ra awaysys 13 Sta
     .timer -m 1 400 did -ra awaysys 13 Stat
     .timer -m 1 500 did -ra awaysys 13 Statu
     .timer -m 1 600 did -ra awaysys 13 Status
     .timer -m 1 700 did -ra awaysys 13 Status:
     .timer -m 1 800 did -ra awaysys 13 Status: A
     .timer -m 1 900 did -ra awaysys 13 Status: Aw
     .timer -m 1 1000 did -ra awaysys 13 Status: Awa
     .timer -m 1 1100 did -ra awaysys 13 Status: Away
    }
    alias astatus2 {
     .timer -m 1 100 did -ra awaysys 13 S 
     .timer -m 1 200 did -ra awaysys 13 St
     .timer -m 1 300 did -ra awaysys 13 Sta
     .timer -m 1 400 did -ra awaysys 13 Stat
     .timer -m 1 500 did -ra awaysys 13 Statu
     .timer -m 1 600 did -ra awaysys 13 Status
     .timer -m 1 700 did -ra awaysys 13 Status:
     .timer -m 1 800 did -ra awaysys 13 Status: N
     .timer -m 1 900 did -ra awaysys 13 Status: No
     .timer -m 1 1000 did -ra awaysys 13 Status: Nor
     .timer -m 1 1100 did -ra awaysys 13 Status: Norm
     .timer -m 1 1200 did -ra awaysys 13 Status: Norma
     .timer -m 1 1300 did -ra awaysys 13 Status: Normal
     .timer -m 1 1400 did -ra awaysys 13 Status: Normal (
     .timer -m 1 1500 did -ra awaysys 13 Status: Normal (B
     .timer -m 1 1600 did -ra awaysys 13 Status: Normal (Ba
     .timer -m 1 1700 did -ra awaysys 13 Status: Normal (Bac
     .timer -m 1 1800 did -ra awaysys 13 Status: Normal (Back
     .timer -m 1 1900 did -ra awaysys 13 Status: Normal (Back)
    }
    raw 301:* { awmsg away: $3- | halt }
    ;
    raw 305:* { awsf away : you're no longer marked as bein' away | halt }
    raw 306:* { awsf away : you're marked as bein' away | halt }
    alias awmsg {  if ($_sn) { echo $colour(info) -a :04!: $1- } | else { echo $colour(info) -a $mvar $1- } }
    alias awsf { if ($_sn) { echo $colour(info) -s :04!: $1- } | else { echo $colour(info) -s $mvar $1- } }
    alias awway dialog -m awaysys awaysys
    ; awaylogger
    alias -l awaysystemlog {
     clear @AwaySystemLogs
     window -ad @AwaySystemLogs 100 100 650 400
     if ($exists(%awaysystemlog.log)) { loadbuf -p @AwaySystemLogs %awaysystemlog.log }
     else { 
       clear @AwaySystemLogs
       aline -p @AwaySystemLogs 4<5J2>2 AwaySystem Logs are empty
     }
    }
    alias -l logfolder {
     .set %oldawaysystemlog.log %awaysystemlog.log
     %awaysystemlog.log = $$sdir="Select Folder to store AwaySystem Logs in. Current folder is" $nofile(%oldawaysystemlog.log)
     %awaysystemlog.log = $shortfn(%awaysystemlog.log) $+ awaysys.log
     echo 4 -ae 4<5J2>2 AwaySystem logs are now kept in ' $+ $colour(normal) $+ $nofile(%awaysystemlog.log) $+ 4'
     if ($exists(%oldawaysystemlog.log)) { .timer 1 0 deloldlog }
     else { .unset %oldawaysystemlog.log }
    }
    menu * {
    Awaysys
    .Awaysys.1.1:/awway
    .Readme:/run sys\readme.txt
    }
    

  3. Well once again changes, i feel that msn wont shut down seeing as it has for many years put a lot of work in there chat system, but i do see them getting outside contract from various groups to create a system that will make it harder to get scripts in. Such as Khaled the creator of mIRC! This i for see as being a huge problem, and also that you will have to buy the mIRC and then for some apparent reason i see a number being tagged to that registered user, and MSN will have control on that script= meaning any flooding or any COC isssues Khaled and MSN will ban that script your using! But this is all an opinion but a scary one :lolwave:
  4. Yeah thats one thing I use to remember about the Viper was it could take a beaten and keep on talking ..... Bot Talk :lmaojump: Well if you can still get it in MSN my hats off to you, Many people would luv to see that again......I think Viper would still knock flooders out, but then again thats one mans opinion :oops:

  5. Well iam hopping he also dose it for MSN cause quite a few ppl will love to see it again, i hear from many i dislike these scripts miss my ViperBot <bcry> so it would be a shame if it didnt come out for MSN, I can also see his point with all the updates MSN dose it is time consumming!

    eithier way it'll be good to see the Viper Bot back :D

     

  6. Hi C-dryk™ Iam inclined to disagree with others its not clustered at all, my opinion only :whistle: its quite appealing and well sorted! And I have seen many french scripts seeing as iam part french from Montreal Quebec, I like the look of the dialogs keep it up. :yes: bien fait
  7. <wo0t> Well in this area i can vouch for his flooding protections, seeing as i have seen it in action. its quite remarkable how his floods pro kicks out as close to 300 and more :lolwave: this is while hes in 8 other rooms with the same script! Also the tests had involved floodings with long and short nics plus fancy nics plus spec's and guests, you name it he kicked it out lol. And not one missed :yes: Now heres also a neat trick in which GD5 will do... david had some one else use there script for flood pro and he deownered himself and left the room, now while the room is getting flooded and theres kicking going on, the other script cant handle all of the floods and misses quite a few! so GD5 returns in the room and just kicks them out like theres no tomorrow..... Now thats impressive :shock: so for all ..dont worry about the flood protection its all well taken care of in GD5 !!
  8. Well ive been on many ..I mean many servers and I gotta say one thing, USAChat is far the best Ive been on. The reason being its well done, and for once i dont see a room with mega gold hammers, and we actually chat in the Lobby. no matter who comes in the chat theres always some one saying hi. Plus if iam there its gotta be a good server :lolwave: and who else would bug ozzy as much as I do <wo0t>:oops::lolwave: that slipped out B):P
  9. Hey david was wondering if you can add a dialog for changing the script to a diffrent language..like french I have a ferw people that would love it also but they only understand french..just a suggestion
  10. I dont know who or what ur thinking but using my nick is a huge mistake, and I really dont appreciate it and if it continues I hope 0zzy or err0r will ban the shit out of you. And first of all I dont use any other script other than my own, so I would collect more info on me other than my nick...erm maybe also collect my ip ya nimrod.....!!
  11. on *:TEXT:www.*:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /access # add deny 
       /kick # $nick: Only Owners may Post links here 
       /set %reasons Spamming links
     }
    }
    on *:TEXT:Http//*:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /access # add deny 
       /kick # $nick: Only Owners may Post links here 
       /set %reasons Spamming links
     }
    }
    
    on *:TEXT:*.com:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /access # add deny 
       /kick # $nick: Only Owners may Post links here 
       /set %reasons Spamming links
     }
    }
    
    on *:TEXT:*@hotmail:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /kick # $nick: U shouldnt spam your email in rooms 
       /set %reasons Spamming email 
     }
    }
    
    on *:TEXT:*@msn.com:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /kick # $nick: U shouldnt spam your email in rooms  
       /set %reasons Spamming email
     }
    }
    
    on *:TEXT:*@microsoft.com:#: {
     if ($nick isowner #) {
       .halt
     }
     else {
       /kick # $nick: U shouldnt spam your email in rooms 
       /set %reasons Spamming email 
     }
    }

     

    I like the old style of adkick Mind you I code like a dinosaur in that yr of age taz.gif

×
×
  • Create New...