This is a message sender/ chatroom for SCAR.
This was requested from friends at school for being used at school, so I made it disguised as Google 
Edit: Make sure you read about invisible mode!
I just saw someone log on and they went into invisible mode, and I think they accidentally did because they haven't came out of it.
I'm lazy, so here is a quote straight from inside the scirpt
SCAR Code:
{////////////////////////////////////////////////////////////////////////////////////
~ Message Sender
~
~ Hot Keys-
~ F3- Switch between Private and Public messaging mode
~ F4- Switch between viewing messages and viewing online users
~ F5- Brings Message Sender back up if it is in invisible mode
~
~ Instructions-
~ Put the message you want to send in the search bar and send it by
~ clicking the search button.
~ To send a message privately to a certain user, hit F4 to open the
~ online users screen. Double Click on the user you want to send it to.
~ To switch to private messageing mode, either hit F3 or click the
~ private messaging checkbox. (the one on the right)
~ To switch back to sending messages publicly, hit F3 again or click
~ the public messaging checkbox. (the one on the left)
~
~ Features-
~ -User name checking
~ You can't log in with a username that is already logged in.
~ -Script updating
~ If your Message Sender is out of date it will automatically ask you
~ if you would like to update to the latest version.
~ -Background image downloading
~ You don't have to find the background image file yourself! If you
~ don't have it on your computer it will ask you if you would like
~ to download it and it will save to wherever SCAR is on your comp.
~ -Invisible mode
~ There is an invisible box in the upper right hand corner of the
~ program. If your mouse goes over it, Message Sender goes into
~ invisible mode. This is good for if a teacher is coming :)
~ Just hit F5 to bring it back up. (Everyone in Message Sender will
~ be told that you are in invisible mode and when you are out of
~ invisible mode)
~ -Login and Logout text
~ You can edit what it tells everyone on Message Sender when you log
~ in and out below where it says "LogInText = 'has logged in.';"
~ -Monitor program avoidance
~ Message Sender can end the process student.exe that is used to
~ monitor what is on your screen by teachers. Below you can turn this
~ option on or off where it says "DeleteProgram = True;"
~ (Set it to false to not do it)
~
~ Commands-
~ These are things you can put in with your message to do certain things
~ -clear (on public messaging mode)-
~ Type in clear and it will clear out the file that holds all messages
~ sent. DON'T USE THIS unless the file is getting huge and things start
~ going slow. It deletes it for everyone on Message Sender.
~ -clear (on private messaging mode)-
~ This clears out your private messages box. This one is fine to use
~ as much as you want because it only clears out your own personal file.
~ -url (private or public mode)-
~ Used like this- url google.com
~ In public mode it sends a request for everyone to go to the site you
~ put in after url.
~ On private mode it sends the request to the user you have selected.
~ If you accept a request it will automatically pull up that web page.
}////////////////////////////////////////////////////////////////////////////////////
I'm expecting minor bugs in this, so I would like people to help me test it out before I go back to school this monday.
I would also appreciate suggestions, like what kind of commands and features I should add.
This took me a long time (and adding the url command was hell) so it would be cool if you could post some feedback.
Bugs:
-It tells you who sent a URL request in public chat but not in private. No big deal. (can't fix)
-It displays the right amount of online users, but doesn't show all of their names.
Version 2 fixed this.