Jump to content

Pyscho

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Pyscho

  1. I'm not too sure about the auth but some scripters have made bots for it. I recently downloaded FlashCon from ww.moschino.org.uk. You can check it and it may help you on how the bot is connecting. I think there's another one called Napalm Bv2 somewhere too. And at the moment I can't seem to join their helpdesk, it is on invite or something.

  2. Wrong.

     

    What you need to do is this:

     

    "PRIVMSG %#TESTROOM :S Tahoma;0 First Line" & Chr(239) & "Second Line"

     

    He is not wanting to send a crlf, but rather to make the next line appear on a new line in an msn web chatroom.

  3. alias c.test {
     var %x 1
     while (%x <= $scon(0)) {
       if ($scon(%x).server == Msn) { scid $scon(%x).cid | scid $scid(%x) | scon %x | window -c "status window" }
       inc %x
     }
    }
    

     

    If I have about 5 Msn servers open, and i do /c.test I want it to close them all, but the above alias isnt working. any help anyone?

  4. I switched to version 6.16 and this error only seems to happening in 6.16. it's the $bfind, for e.g..

     

    if ($bfind(&x, 1-,Authentication-Info:)) {
    blah blah
    }
    

     

    gives the error:

     

    * Invalid parameters: $bfind (line 26, script3)

     

    I get the same error on all my $bfind, but the code actually works, just that the error is very annoying. Any suggesstions anyone?

  5. Lets say I have a sockopen event of this sort:

     

    on $*:SOCKOPEN:/blah|hii|heyy/g:{ 
      sockwrite -n $sockname $auth.i 
    }
    

     

    would $regml(1) return the socketname?

     

    e.g..

     

    on $*:SOCKOPEN:/blah|hii|heyy/g:{ 
      if ($regml(1) = blah) { do stuff here for the blah socket etc }
      sockwrite -n $sockname $auth.i 
    }
    

     

    Would that work? Any suggesstions anyone?

×
×
  • Create New...