What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » helping out a newb

helping out a newb
Author: Message:
general sirhc
New Member
*


Posts: 11
Joined: Oct 2007
O.P. helping out a newb
i tried making a script that basicly converts a key press to a different string.
The first idea was to convert your text 70 |-|4(|< (to hacker) so when ever the user presses a letter it changes it to the hacker version a=4 b=8 c=( and so on. ANYWAY making this script was beyond me so i tried to make a script that changed the letter to a different one but this also was too difficult so now i ask my new friends here to help me understand how to do a script like this.

so yeah anyone that can help post an idea or an entire script and help is good help

thanks for answers to come

EDIT: ok
[code]function OnEvent_ChatWndEditKeyDown(ChatWnd,KeyCode,CtrlKeyDown,ShiftKeyDown){
if (Var Convert==on){
if (KeyCode==65){
//65 is a
this bit i'm unsure about but yer um add '4' instead of adding the letter A
}}

This post was edited on 10-18-2007 at 12:07 PM by general sirhc.
10-18-2007 12:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
helping out a newb - by general sirhc on 10-18-2007 at 12:01 PM
RE: helping out a newb - by albert on 10-18-2007 at 12:03 PM
RE: helping out a newb - by markee on 10-18-2007 at 12:36 PM
RE: helping out a newb - by general sirhc on 10-18-2007 at 12:47 PM
RE: helping out a newb - by Spunky on 10-18-2007 at 06:22 PM


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