What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)

[pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
Hey it's letter switcher/encrypter

make sure your contacts dont see what you are typing :O
it switches the letters around by replacing certain letters with different ones... beta version so there might be bugs.


.plsc File Attachment: Letter Switcher.plsc (1.21 KB)
This file has been downloaded 143 time(s).
[quote]
Ultimatess6
: What a noob mod
11-30-2006 12:14 AM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
Whats the point without another script to decode. Sure your friends won't understand (or like) you, but they won't know you're laughing at them about it ;)

Also the source code seems very familiar (one of the "1337" scripts that were lying around on the forum somewhere)
<Eljay> "Problems encountered: shit blew up" :zippy:
11-30-2006 12:59 AM
Profile PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
quote:
Originally posted by SpunkyLoveMuff

Also the source code seems very familiar (one of the "1337" scripts that were lying around on the forum somewhere)

:O i didnt know that!
[quote]
Ultimatess6
: What a noob mod
11-30-2006 01:03 AM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are say
roflmao456, with all due respect, but slow down on the release of scripts.

Non of your scripts are finished, contain many bugs, and many are quite useless or simply don't even work.

It is better to release something working and at least bug tested, than release a script every hour.

Even simply start by making your code nice and tidy instead of spaces and tabs everywhere... If you do at least this, you'll see that your code contains a lot of redundant stuff (eg: 1 OnGetScriptMenu() in this letter switcher script contains a lot of unneeded spaces, tabs and { } which doesn't need to be there).

2 Not to mention that the function OnEvent_ChatWndSendMessage() in this script doesn't work like you intended it at all. And this is even the core of this whole script... eg:
code:
Message = Message.replace(/f/gi,"s");
Message = Message.replace(/s/gi,"f");
will simply return the very same Message content since you first replace "f" with "s" and then you replace that same "s" back to "f"...

3 There are no about or how-to windows defined

4 etc...

and all that just with this simple script....

I don't want to discourage you from scripting at all, but simply note that all those releases aren't good for anybody. If everybody would release their 5-minute-instant scripts they've made, the forum would be one big chaos.

So please stop releasing these kinds of scripts and put some more time and effort into 1 script instead.

This post was edited on 11-30-2006 at 02:15 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-30-2006 01:13 AM
Profile PM Find Quote Report
xsouldeath
Junior Member
**


Posts: 30
Joined: Sep 2006
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
my bot uses such a feature
to translate like
google.com/dogs+are+fun
so that the user can type
google dogs are fun
and it messages them with a nice link rather than them messaging with
google dogs+are+fun :)
12-09-2006 02:16 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On