Mpdreamz

Mpdreamz

Joined
Oct 10, 2005
Location
Royal Kingdom Of The Netherlands

Activity Stream

Mpdreamz commented on a Page, Blocks 1.02  -  Dec 07, 2008

it doesnt run to smooth just yet (even on my quadcore pc) Not to say the effect is really cool :)

 Respond  
Mpdreamz commented on a Page, Read this before copyes a mIRC script!  -  Dec 07, 2008

RusselB your the one who's not getting me.

The code is "meant" to hack someone else's account, so a hacker (shouldn't) have the original password, and, therefore, would not be able to have an ON CONNECT event which auto-identifies for the nick.

The "hacker" wouldn't be able to but the "victim" could have such a script already loaded. Which isn't an odd scenario theres thousands of people that auto identify using an on CONNECT.

Whoever loads this script will have his/her own password tried to be changed every time the person who loads this script connects. This will fail because he needs to be identified before ns set password works. IF however the person who loads this script already has an on connect identifying him/her then the posted on connect IS succesful at changing that persons own password.

I never said ANYTHING about changing other peoples passwords.

It's a crappy hack(if one should even call it such), a stupid script which does nothing useful and should thus be deleted.

 Respond  
Mpdreamz commented on a Page, Read this before copyes a mIRC script!  -  Dec 07, 2008

RusselB. Your statement that a person needs to be a identified for this to be evil is true but say if a person who loads this now has 2 scripts loaded

  1. Script1.mrc
ON *:CONNECT: if ($network == somenet) ns identify password

2.this script.mrc

Then this script will be successful in changing the password. Luckily mIRC's own perform is triggered after the very last on CONNECT otherwise this script would have an even higher success rate.

In any case this snippet has a potential security flaw and should thus be removed in my opinion.

 Respond  
Mpdreamz commented on a Page, Read this before copyes a mIRC script!  -  Dec 06, 2008

RusselB thats assuming the person hasn't already set another on CONNECT which identifies them in another script.

 Respond  
Mpdreamz commented on a Page, Read this before copyes a mIRC script!  -  Dec 05, 2008

This should be deleted from hawkee.com

 Respond  
Mpdreamz commented on a Page, $charcheck  -  Dec 01, 2008

lol yeah i should have known why i was the person who found out mIRC translates to $n internally in the regsubex to do the actual substitution.

See in action:

//echo -a  $regsubex($str(.,23),/(.)/g,$(\1,0))

Posted the wrong one :) $1- should also be $1

the fix is easy though:
alias charcheck return $regsubex($1,/(?<=\s|^)([^ $chr($2) ])/gx,$chr( [ $2 ] )\1)

 Respond  
Mpdreamz commented on a Page, $mtsprecompile  -  Dec 01, 2008

I did make one years back where this was a part of it. It loaded themes in a matter of milliseconds instead of seconds like KTE and most others. I never got round to getting ready to release it though :)

 Respond  
Mpdreamz commented on a Page, $mtsprecompile  -  Dec 01, 2008

MTS is in the form of

's <> kicked 's butt this should be interperitted by mIRC like this: %::chan $+ 's < $+ %::knick $+ > kicked %::nick $+ 's butt . What this alias does is it allows you to return the first form or the evalled form by just passing the alias $mtsprecompile('s kicked 's butt,EVAL).
 Respond  
Mpdreamz commented on a Page, /drawcir and /drawsect  -  Dec 01, 2008

Code could have been a bit more cleaner if you had incorperated a $circle alias to return x y position to draw. Zonirc has some very good suggestions and is right about the -e switch it does allow you to create circles.

 Respond  
Mpdreamz commented on a Page, $charcheck  -  Nov 29, 2008

Nothing wrong with regsubex Lindrian it was designed to do text replacing so why not take advantage of it ?

Not to say the TheImrac's regex couldn't be shortened somewhat:

alias charcheck return $regsubex($1-,/(?<=\s|^)([^ $chr($2) ])/gx,$chr($2)\1)

but thats not really an issue :_

 Respond  
Mpdreamz commented on a Page, $msn and /msn  -  Nov 29, 2008

The Bastard is still on the site :). This snippet was created before the Live series of MSN it might not work with these versions anymore i'll have to do some research on that.

 Respond  
Mpdreamz created a Page  -  Nov 29, 2008

This is the first beta of XML support in mIRC. There's two example aliases that show how to use it. Once im confident it's bug free and I've added all the functionality i still want too implement ill write up a decent API documentation. The example snippets are very self explanatory.

Mpdreamz commented on a Page, RuneScape Dialog  -  Jun 12, 2008

Other then alignment/placement issues with the dialog well done srankie :)

 Respond  
Mpdreamz commented on a Page, $parse / $parseAsync  -  Jan 16, 2008

wonders who rated this a 1.0 but failed to let me know why :(

 Respond  
Mpdreamz created a Page  -  Jan 14, 2008
297 

This snippet allows you to get the content of small websites and return them back!

Mpdreamz commented on a Page, Sentence Completer/Ender v1.0  -  Jan 08, 2007

if (/ iswm $1) however the command prefix can be changed
if ($+($readini($mircini,text,commandchar),
) iswm $1) is the best way.

Other then that id like to add i dont see the point in this :/

 Respond  
Mpdreamz commented on a Page, Login & Register  -  Jan 06, 2007

\"IF I release another version it\'ll use $md5 converter to insert\"
$md5 converter ? lol

 Respond  
Mpdreamz commented on a Page, $datediff  -  Nov 14, 2006

Cherish it will accept any VB date :)

 Respond  
Mpdreamz commented on a Page, $datediff  -  Nov 14, 2006

True however this wont just return seconds, but also months quarters and years something which would take alot of mirc $calcing power and would run rather slow on big numbers.

 Respond  
Mpdreamz commented on a mIRC Addon, Battle Zone preview  -  Oct 24, 2006

Good sean, your on my good side again now :p

 Respond  
Mpdreamz commented on a Page, Dynamic Dropdown Menu  -  Oct 18, 2006

I hate standard dropdowns CSS has hardly any grasp on em and they show trough DIV\'s positioned over them in IE. (Thats why in my projects i use my own custum built one).

You dont have escape quotes to display $variables in strings \"hello $nickname\" works fine. Only when your referencing an array do you need to \'..\'

 Respond  
Mpdreamz created a Page  -  Oct 13, 2006
432 

The purpose of this snippet is to bring the power of VB's DateDiff function to mIRC which date handling functions can be quite restricting. This snippet allows you to calculate the difference between ANY date in whatever timespan you specify so you can easily check how many days have passed since Washington became president which is 79423 days at the time of writing this :). It also allows you to easily..

Mpdreamz commented on a Page, Page ID. (i.e. index.php?id=1)  -  Oct 02, 2006

Same here all my ID\'s are numeric and represent dbase values, so i just check if (is_numeric($_REQUEST[\'id\'])) {

 Respond  
Mpdreamz created a Page  -  Jun 23, 2006
134 

precompiles the MTS theme input into its mIRC parseable equivalent.

Mpdreamz created a Page  -  Jun 23, 2006
87 

Syntax: $stripwm(text,wildmatch).[frN]

 Respond   mIRC  
Mpdreamz commented on a Page, $msn and /msn  -  Dec 14, 2005

Commands
/msn -l [password]
Sign in to Msn Messenger dialog ( password might be omited by the messengerAPI)
/msn -c
sign out to Msn Messenger
/msn
Opens a chat window to the person
/msn -a [email address]
Opens the Add a Contact wizzard if a email is specified it will go to the 2nd page with the specified email filled in
/msn -i
Opens your inbox
/msn -o
Opens the MSN Messengers Options Dialog

Identifiers
$msn(online) : $true or $false indicating wheter your signed in or not (actually $true indicates status but was added to have an independent online checker)
$msn(status) : returns the status of MSN (Busy,Online,Invisible etc)
$msn(nickname) : your nickname
$msn(email) : your email
$msn(user,FriendlyName,0) total contacts in your msn
$msn(user,FriendlyName,1, echo -a Stinks!) will echo that the first contact in your msn stinks
$msn(user,FriendlyName,-1, echo -a Stinks!) will echo that everyone stinks!

Hope this clarifies it a bit more

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.