Search found 6 matches

by cassandra
Sat Oct 25, 2003 15:32 pm
Forum: Discussion Archive
Topic: MSN IP Sniffer
Replies: 3
Views: 23767

it takes a lot of guts to try and 'sell' something that can be done with a few simple lines of code personal access grant and deny was used (in my method) to unmask IP#'s in MSN, and unlike most 'unmaskers', mine worked on scripts as well (although they could see it being done, if they were watching...
by cassandra
Sat Oct 25, 2003 15:27 pm
Forum: Discussion Archive
Topic: An Update!
Replies: 14
Views: 67092

when MSN made their last 'major changes', all they did, was include the necessity of a third cookie (regcookie). once you added that info to your connection protocal, the connection was established. well, because they ARE msn (and therefore idiots), they did the same thing again. with their new 'maj...
by cassandra
Sat Oct 25, 2003 15:21 pm
Forum: mIRC Related
Topic: <Nickname>
Replies: 3
Views: 25780

what togirei said, just write your own aliases for /msg and /me mine look like this... /me { .raw PRIVMSG $active :ACTION $1- $+ echo $active 08[ $+ $trispot($me) $+ 08]14~ $+ %input $1- } /action { .raw PRIVMSG $active :ACTION $1- $+ echo $active 08[ $+ $trispot($me) $+ 08]14~ $+ %input $1- } msg {...
by cassandra
Sat Oct 25, 2003 15:17 pm
Forum: mIRC Related
Topic: msn chat bot
Replies: 3
Views: 26205

not that it matters now, but... alias spam { msg %spam.room Your spam msg goes here. } alias nextspam { /.timerspam 0 2 spamjoin } alias spamjoin { inc %spam 1 if (%spam <= $lines($mircdir\ $+ spam.txt)) { set %spam.em $read -l $+ %spam spam.txt %spam.em = $replace(%spam.em,$chr(32), \b) msn.join $c...
by cassandra
Thu Sep 04, 2003 17:54 pm
Forum: mIRC Related
Topic: mIRC version
Replies: 2
Views: 24052

ummm, you CAN change the default version reply, even in a blank mirc. Simply hex the mirc.exe and remove it. been done 1000 times. I use a hexed mirc.exe there's also now a .dll that cancels out the mirc.exe's default version reply, so it's not even necessary to hex the exe anymore. you can get the ...
by cassandra
Thu Mar 06, 2003 4:12 am
Forum: Site Comments
Topic: Simple, yet common Errors.
Replies: 1
Views: 28716

haven't looked at the code, but sounds like an if $exists might solve this