(¯ ´¯|¯` | | |¯¯ |¯¯ |¯¯) | | | /¯_ ._) | \___/ |¯ |¯ |¯¯ |__ \___/ \__| Version 1.5 (temporary release) 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 , would be used like /xt fudd hello there, be very very quiet, I'm hunting rabbits Where fudd is the , and the rest is the 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 - write in BIG letters, doesn't work with all fonts, tested with MS Sans Serif /xtalk - 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 - Send page message to other Stuffplug users /xpager - Open up pager window /xplaymid - Play midi file (local) /xstopmid - Stop playing midi file /xplaywav - Play wave file (local) /xstopwav - Stop wave file /xb - alias for /xbig /xt - alias for /xtalk /xhookme - Initialize (!XIDLE) /xresetcount - Reset counter to /xmol - The meaning of life /xspabout - About screen /xseticon - changes icon of current conversation /xsetmainicon - changes icon of main msn window /xcalc - Calculate expression (eg '/xcalc x+pi*2, Notes: use ** for to the power of, and ^ for Xor, also trigonometry functions are in radians) /xsetcvar - Set variable for calculations (eg '/xsetcvar x 10+1') /xgoogle - Open browser and search on googleŠ /xgooglesay - Search with googleŠ and display first 5 results in chat window /xslap - Slaps your buddy around with a bit of a large trout /xgooglism - Look up at www.googlism.com, eg /xgooglism who bill gates /xtranslate - Translate using GoogleŠ, use without arguments to see all valid langids /xtr - Same as /xtranslate /xscriptdebug - Switch script debugging (showing more errors) on/off /xgettime - 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 - Makes , and if it's not empty, use the message (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 - same as /xpopup, only this uses block/unblock to show for one person only, don't annoy your friends /xblockall - Block all persons in the current conversation-window /xunblockall - Unblock all persons in the current conversation-window /xaddall - Add all persons in the current cnversation-window to your contact list /xsetclipboard - *WARNING: only for extremely lazy dicks!* Set clipboard to /xfindbuddy - Find random game or chat buddy :) (Nice to get to know new people ;)) Tags: ----- (!XIRC) - Current IRC server in mIRC (!XMEVAL) - Evaluate in mirc, (!XMEVAL$me) will return your current IRC nick (use [ and ] for ( and )) (!XRNDLINE) - Returns random line from (!XPLUGDIR) - Display the directory this plugin is installed in (debug) (!XPAGEME) - How-to page for n00bs, maybe for in your personalised away message? (!XPLAYMID) - same as /xplaymid (maybe handy for in auto-response, as warning beep) (!XSTOPMID) - same as /xstopmid (!XPLAYWAV) - 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) - First hit on google.com (!XCALC) - /xcalc as a tag (!XTALK - /xtalk in tag form (!XCLIPBOARD) - Text from clipboard 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=/library/en-us/script56/html/vtoriVBScript.asp JScript documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsoriJScript.asp Change log: ----------- v1.5: - Changed notify code for plus 2.5 and up - Fixed (!XRNDLINE) bug, didn't strip off the newline at the end - Added time-out stuff to web-stuff - Fixed a few PublishInfo typos :P - Removed the new-line behind the /xgettime reply - Added /xblockall - Added /xunblockall - Added /xaddall - Made /xsetcvar convert variable name to uppercase, /xcalc does this which sometimes caused some nice lil' errors - Added (!XCLIPBOARD) (I am so damn lazy, can't even press ctrl+v anymore!) - Added /xsetclipboard (Yes, i know, now I'm even too lazy for ctrl+c) - Added /xfindbuddy 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