Shoutbox

Stuffplug v1.4 by DJMystic! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Stuffplug v1.4 by DJMystic! (/showthread.php?tid=14536)

Stuffplug v1.4 by DJMystic! by Lareamond on 08-15-2003 at 02:49 PM

Courtesy post... :p

quote:
Quoted from stuffplug_readme.txt
(¯  ´¯|¯` |   |  |¯¯ |¯¯ |¯¯) |    |   | /¯_ 
._)   |   \___/  |¯  |¯  |¯¯  |__  \___/ \__|
        Version 1.4
            By DJMystic
-------
How to install?
---------------
Just run the attached .exe


Note:
-----
This plugin is optimized for MSN Messenger 6, some commands might not work on older or newer version!


Note:
-----
words between <> mean you have to replace them, for example a command like /xt <lang> <text>, would be used like
    /xt fudd hello there, be very very quiet, I'm hunting rabbits
Where fudd is the <lang>, and the rest is the <text>


Files that should be included in this package:
----------------------------------------------
stuffplug_readme.txt    - This file
stuffplug_talkers.ini    - Standard talkers
stuffplug.dll        - The DLL
talker.java.js        - Example javascript talker
talker.blah.vbs        - Example VBScript talker


Commands:
---------
/xbig <text>        - write in BIG letters, doesn't work with all fonts, tested with MS Sans Serif
/xtalk <lang> <text>    - Write in that language, lang's are in the stuffplug_talkers.ini file, standard langs: leet, chinese, nor, to make your own talkers read the NOTE at the end of this readme
/xhide            - Hide text-window, good if you have evil-sisters watching over your shoulder
/xpage <message>    - Send page message to other Stuffplug users
/xpager            - Open up pager window
/xplaymid <midi>    - Play midi file (local)
/xstopmid        - Stop playing midi file
/xplaywav <wav>        - Play wave file (local)
/xstopwav        - Stop wave file
/xb            - alias for /xbig
/xt            - alias for /xtalk
/xhookme        - Initialize (!XIDLE)
/xresetcount <number>    - Reset counter to <number>
/xmol            - The meaning of life
/xspabout        - About screen
/xseticon <icon>    - changes icon of current conversation
/xsetmainicon        - changes icon of main msn window
/xcalc <expression>    - Calculate expression (eg '/xcalc x+pi*2, Notes: use ** for to the power of, and ^ for Xor, also trigonometry functions are in radians)
/xsetcvar <var> <expr>    - Set variable for calculations (eg '/xsetcvar x 10+1')
/xgoogle <keywords>    - Open browser and search on googleŠ
/xgooglesay <keywords>    - Search with googleŠ and display first 5 results in chat window
/xslap            - Slaps your buddy around with a bit of a large trout
/xgooglism <how> <what>    - Look up at www.googlism.com, eg /xgooglism who bill gates
/xtranslate <langid> <text> - Translate using GoogleŠ, use without arguments to see all valid langids
/xtr <langid> <text>    - Same as /xtranslate
/xscriptdebug        - Switch script debugging (showing more errors) on/off
/xgettime <text>    - Request buddies local date and time, only works if other person(s) have SP v1.4 or higher too, if text is not specified 'Request for local date and time' will be used as the message
/xinbox            - Go directly to your hotmail inbox
/xprefs            - open preferences window
/xcontact        - open Contact manager
/xpopup <count>    <msg>    - Makes <count>, and if it's not empty, use the message <msg> (WARNING: this is preliminary shit, could be buggy while changing nick back!) , popups on your contacts desktop (offline/online switching), but don't annoy your friends too much!
/xperspopup <email> <cnt>    - same as /xpopup, only this uses block/unblock to show for one person only, don't annoy your friends


Tags:
-----
(!XIRC)            - Current IRC server in mIRC
(!XMEVAL<command>)    - Evaluate <command> in mirc, (!XMEVAL$me) will return your current IRC nick (use [ and ] for ( and ))
(!XRNDLINE<file>)    - Returns random line from <file>
(!XPLUGDIR)        - Display the directory this plugin is installed in (debug)
(!XPAGEME)        - How-to page for n00bs, maybe for in your personalised away message?
(!XPLAYMID<midi>)    - same as /xplaymid (maybe handy for in auto-response, as warning beep)
(!XSTOPMID)        - same as /xstopmid
(!XPLAYWAV<wave>)    - same as /xplaywav (maybe handy for in auto-response, as warning beep)
(!XSTOPWAV)        - same as /xstopwav
(!XCOUNT)        - Counter, Good for away-replies: 'This is the (!XCOUNT)nd time someone didn't understand I am AWAY!'
(!XMUP)            - Uptime of MSN (since stuffplug started)
(!XIDLE)        - Idle time, type /xhookme before using this
(!XCPUSPD)        - Returns your CPU speed
(!XCPU)            - Returns your CPU info
(!XRES)            - Return Screen Resolution
(!XGOOGLE<keywords>)    - First hit on google.com
(!XCALC<expr>)        - /xcalc as a tag
(!XTALK<lang> <text>    - /xtalk in tag form

NOTE: how to make your own talkers:
-----------------------------------
There are 2 ways, one is the .ini file (stuffplug_talkers.ini),
which should be located somewhere like C:\Program files\Messenger Plus! 2\Plugins\
This method is the simplest,but can only replace letters
If you want to add a talker just add something similar to this at the bottom of it:
    [name]
    r=l
    b=o
This will make a talker named 'name' which will replace r with l, and b with o,
you can use this talker like: /xtalk name boo i am red

The other method is slightly more difficult, and requires knowledge of Javascript or VBScript
just make a file named talker.name.ext 9in the same dir as stuffplug_talkers.ini), where name is the name of the talker, and ext is one of js or vbs,
js is for JavaScript, vbs for VBScript
for examples please look at talker.java.js or talker.blah.vbs (both located in your msn plus! directory)
java and vbscript talkers are used exactly the same as normal talkers

VBScript documentation: http://msdn.microsoft.com/library/default.asp?url.../vtoriVBScript.asp
JScript documentation: http://msdn.microsoft.com/library/default.asp?url...56jsoriJScript.asp
   


Change log:
-----------
v1.4:
    - Preliminary nick change for /xpopup (BUGGY!)
    - Added (!XTALK)
    - Added resetcount number argument
    - Fixed resetcount in publishinfo
    - Fixed explenation -> explanation
    - Changed readme style a bit
    - /xgettime added
    - /xpopup and /xperspopup added
    - /xinbox, /xprefs, /xcontact added
    - Tried fixing /xhide bug (temporary (but working) solution)
    - Added an easter egg (actually two, but one consumed more than 50% of filesize, so i threw it out) try to find it!
v1.3:
    - /xtranslate added
    - added talker vbscript compatibility
    - added script more-debugging
v1.2 and a half:
    - Added /xgooglism
    - Added talker JScript funtionality
    - Switched host to http://www.disrication.com/djmystic/
v1.2:
    - Added /xslap
    - Added /xcalc, /xsetcvar, and (!XCALC)
    - Added /xgoogle, /xgooglesay, and (!XGOOGLE)
    - Added (!XRES)
v1.1b:
    - changed (!XCPU) to (!XCPUSPD)
    - Added (!XCPU) for CPU info
v1.1:
    - Made nice installer :D
    - Added /xgoogle command       
    - Made (!MEVAL) [ ] replace with ( )
11-7-2003:
    - Deleted /hackurl and /hackjava, they've been placed in my cheatplug :D


Enjoy.
RE: Stuffplug v1.4 by DJMystic! by BooGhost on 08-15-2003 at 03:22 PM

Great a newq one :D



btw whens gonna DJMystic be un-banned :S


RE: Stuffplug v1.4 by DJMystic! by Swaptor on 08-15-2003 at 03:39 PM

don't think he'll be.
The admins were pretty annoyed by him ignoring the board-policy...


RE: Stuffplug v1.4 by DJMystic! by Kryptonate on 08-15-2003 at 04:17 PM

look, DJMystic just wants to make msn6 more fun and these people are willing to help him with that, so why ban them if they don't violate the forum rules? just because they post news from DJMystic? that doesn't make sense.


RE: Stuffplug v1.4 by DJMystic! by Lareamond on 08-15-2003 at 04:26 PM

Don't even start talking about this stuff... I'd rather keep this in the Plugins section of the forum... Wanna argue about it? Go to T&T.


RE: Stuffplug v1.4 by DJMystic! by surfichris on 08-15-2003 at 05:15 PM

Lets argue then...


RE: Stuffplug v1.4 by DJMystic! by chris on 08-16-2003 at 07:14 AM

All i gotta say is lets keep the versons going up and get more and more featurs. but i think i might have read soemwere DJMystic was gonna stop makin it but well if he does we need something simaler!But besides that i love it


RE: Stuffplug v1.4 by DJMystic! by lylesback2 on 08-16-2003 at 07:12 PM

kool :P but the list is huge...


RE: Stuffplug v1.4 by DJMystic! by wipey on 08-16-2003 at 09:23 PM

um....why was DJMystic banned?:$


RE: RE: Stuffplug v1.4 by DJMystic! by Kryptonate on 08-16-2003 at 09:27 PM

quote:
Originally posted by Swaptor
don't think he'll be.
The admins were pretty annoyed by him ignoring the board-policy...

that's why :rolleyes: he violated the rules
RE: RE: Stuffplug v1.4 by DJMystic! by WDZ on 08-16-2003 at 09:33 PM

quote:
Originally posted by wipey
um....why was DJMystic banned?:$

He was originally banned for insulting members of this forum and posting harmful code. Then he tried to bypass the ban by making new accounts and using proxies. He also did dodgy stuff to other parts of the MsgPlus community (plug-in site, IRC channel). That's just a brief explanation. :tongue:
RE: Stuffplug v1.4 by DJMystic! by Kryptonate on 08-16-2003 at 09:34 PM

hm, I c, I understand you ban him for doing that, I just don't understand why people who post his stuff on this forum should be banned :undecided: like I said before, that doesn't make sense if they follow the rules.


RE: RE: Stuffplug v1.4 by DJMystic! by WDZ on 08-16-2003 at 09:39 PM

quote:
Originally posted by .::Krypt0n4t3::.
hm, I c, I understand you ban him for doing that, I just don't understand why people who post his stuff on this forum should be banned :undecided: like I said before, that doesn't make sense if they follow the rules.

I don't really understand that either. :refuck: Chris is the one who wants to ban them... :rolleyes:
RE: Stuffplug v1.4 by DJMystic! by ling_vob on 08-16-2003 at 09:40 PM

it makes total sense really... its just like.. gettin a boot lol. Your too young to buy alcohol so you get someone who is able to do it, do it for you. thats still breaking the rules.. your doin what your not allowed. in this case DJMystic wasnt able to post so he got someone to do it for him. that is still breaking rules and should not be allowed.


RE: Stuffplug v1.4 by DJMystic! by Kryptonate on 08-16-2003 at 09:42 PM

uhm, that aint breaking the rules ;-) . . . so if a friend of mine has a problem with his internet connection or so and he has created a plug-in then you are saying I can't post it on this forum, right? doesn't make sense dude, btw, you can't compare a forum with dealing in alcohol :rolleyes:


RE: Stuffplug v1.4 by DJMystic! by ling_vob on 08-16-2003 at 10:16 PM

no no.. this little boy gets someone to buy him alcohol.. doesnt mean hes allowed to have it, cause he isnt, underage. DJMystic isnt able to post so he gets someone to do it for him,  doesnt mean hes allowed to do so, cause hes banned.. btw tthe alcohol thing was the first thing that came to mind lol:P


RE: Stuffplug v1.4 by DJMystic! by kc2x on 08-17-2003 at 11:18 PM

DJ Mystic is banned for a month. Lets get over it!. Plus, I understand the whole alcohol comparison but this isn't really posting but upgrading a plugin. If he used someone else to say what he wants to say then maybe the alcohol comparison would be a little better but i dont think chris should ban them if they dont break the rules.


RE: Stuffplug v1.4 by DJMystic! by p4nz3r on 08-18-2003 at 11:47 PM

omg, this plugin is TOO nice !


RE: Stuffplug v1.4 by DJMystic! by chris on 08-19-2003 at 05:50 AM

anyone been having trouble with the /xtalk part? i posted this before but i forgot what they told me to do and deleted it from my inbox. so ya have n e one els had troubel with that one?


RE: Stuffplug v1.4 by DJMystic! by Stigmata on 10-19-2003 at 09:23 AM

dj mystical shouldnt of been banned for so long..........what he did was wrong but get over it.............any way cant wiat till stuff plug ng ....clock as a disply pic, sweet


ps: pip i get the same problem with the countdown


RE: Stuffplug v1.4 by DJMystic! by reisyboy on 10-19-2003 at 09:49 AM

I dont see a problem at all with passing on information. Well what about you are allowed to pass it on in the Plugins forum from DJM but not in other forums thats when ur banned? that would make more sence to me :)


RE: Stuffplug v1.4 by DJMystic! by dotNorma on 10-19-2003 at 04:32 PM

quote:
Originally posted by jackass_wanabe
dj mystical shouldnt of been banned for so long..........what he did was wrong but get over it.............any way cant wiat till stuff plug ng ....clock as a disply pic, sweet


ps: pip i get the same problem with the countdown

And thanx to Rolando you will be able to pick out of 4 or so clocks which one you want :)

RE: Stuffplug v1.4 by DJMystic! by Stigmata on 10-19-2003 at 04:34 PM

oh ok


RE: Stuffplug v1.4 by DJMystic! by dotNorma on 10-19-2003 at 05:07 PM

why are we posting in an old stuffplug thread?


RE: Stuffplug v1.4 by DJMystic! by Stigmata on 10-19-2003 at 05:37 PM

cus no1 made a new one??????


RE: Stuffplug v1.4 by DJMystic! by user2319 on 10-31-2003 at 02:23 PM

who said that guy posted for DJMystic? he just posted that there was a new plug-in and posted the readme file.. :-/


RE: Stuffplug v1.4 by DJMystic! by billywoods1 on 10-31-2003 at 03:30 PM

Old thread. :dodgy:

Actually, Lareamond does help DJMystic develop plugins. I assume he helped with StuffPlug too, so in this case, Lareamond's done absolutely nothing wrong. Neither has DJMystic.


RE: Stuffplug v1.4 by DJMystic! by Scito on 10-31-2003 at 05:58 PM

Stuffplug NG is really cool :).

You can also change the clock yourself :). Probarly, you'll also get this clock (see attachment)


RE: Stuffplug v1.4 by DJMystic! by dilated on 11-03-2003 at 09:43 AM

i was just messing around with /xbig and i noticed that any word beginning with 'g' brings up a msgbox saying the command is not recognized, why is this?


RE: Stuffplug v1.4 by DJMystic! by |Rolando| on 11-03-2003 at 02:15 PM

quote:
Originally posted by Messenger_Plus!
And thanx to Rolando you will be able to pick out of 4 or so clocks which one you want

actually they are 9 clocks :P
and not all of them were done by me... I edited 2 clocks (the xp and everaldo's) and made one on my own. Each clock can have the stuff plug logo, mess.be logo, or a plain clock.

3x3=9 ... I think :undecided: