| Stuffplug v1.4 by DJMystic! | 
| Author: | Message: | 
| Lareamond Junior Member
 
   
 
  I like big butts.
 
 Posts: 85
 39 /
  / – Joined: Jul 2003
 
 | | O.P.  Stuffplug v1.4 by DJMystic! 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.
  Attachment: stuffplug14.zip (95.16 KB) This file has been downloaded 972 time(s).
 
 | 
 | 
| 08-15-2003 02:49 PM |  | 
|  | 
| BooGhost Veteran Member
 
      
 
  
 
 Posts: 3186
 Reputation: 10
 38 /
  /  Joined: May 2003
 
 | | RE: Stuffplug v1.4 by DJMystic! Great a newq one    
btw whens gonna DJMystic be un-banned   | 
 | 
| 08-15-2003 03:22 PM |  | 
|  | 
| Swaptor Full Member
 
    
 
  erm.... empty?
 
 Posts: 271
 41 /
  / – Joined: Nov 2002
 
 | | RE: Stuffplug v1.4 by DJMystic! don't think he'll be.The admins were pretty annoyed by him ignoring the board-policy...
 | 
 | 
| 08-15-2003 03:39 PM |  | 
|  | 
| Kryptonate Veteran Member
 
      
 
  
 Posts: 2873
 Reputation: 23
 39 /
  / – Joined: Jun 2003
 
 | | RE: Stuffplug v1.4 by DJMystic! 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. | 
 | 
| 08-15-2003 04:17 PM |  | 
|  | 
| Lareamond Junior Member
 
   
 
  I like big butts.
 
 Posts: 85
 39 /
  / – Joined: Jul 2003
 
 | | O.P.  RE: Stuffplug v1.4 by DJMystic! 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. | 
 | 
| 08-15-2003 04:26 PM |  | 
|  | 
| surfichris Former Admin
 
      
 
  
 Posts: 2365
 Reputation: 81
 Joined: Mar 2002
 
 | | RE: Stuffplug v1.4 by DJMystic! Lets argue then... | 
 | 
| 08-15-2003 05:15 PM |  | 
|  | 
| chris Veteran Member
 
      
 
 Posts: 1137
 Reputation: 2
 37 /
  / – Joined: May 2003
 
 | | RE: Stuffplug v1.4 by DJMystic! 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 | 
 | 
| 08-16-2003 07:14 AM |  | 
|  | 
| lylesback2 Veteran Member
 
      
 
  [lylesback2]
 
 Posts: 1786
 Reputation: 1
 40 /
  / – Joined: Jan 2003
 Status: Away
 
 | | RE: Stuffplug v1.4 by DJMystic! kool    but the list is huge...<skanky>lylesback2</lanky>3 days, 4 hours, 2 minutes, 56 seconds till the end of the world
 
 
 | 
 | 
| 08-16-2003 07:12 PM |  | 
|  | 
| wipey Full Member
 
    
 
  .oOo.
 
 Posts: 310
 38 / – / –
 Joined: Jul 2003
 
 | | RE: Stuffplug v1.4 by DJMystic! um....why was DJMystic banned? 
 ![[Image: msgplus468banner2.gif]](http://files.msgplus.net/contest/promote/msgplus468banner2.gif) www.wipey.tk
  7522 days, 13 hours, 34 minutes, 33 seconds ago until my 18th birthday  | 
 | 
| 08-16-2003 09:23 PM |  | 
|  | 
| Kryptonate Veteran Member
 
      
 
  
 Posts: 2873
 Reputation: 23
 39 /
  / – Joined: Jun 2003
 
 | | RE: RE: Stuffplug v1.4 by DJMystic! 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    he violated the rules | 
 | 
| 08-16-2003 09:27 PM |  | 
|  | 
| Pages: (3): 
« First
  
 [ 1 ]
 2
 3
 
»
 
Last » | 
|  |