[C#, C++, TCP] Terminal System ALL Emulators

Jaden

not so active
Aug 24, 2014
886
263
About this Terminal System.
Coded from scratch a C# Solution this Console Contains a TCP Connector inside of it which allows you to connect directly to your emulator and send encoded or just regular data which if you're smart enough you can let your emulator respond to.

How does this help?
Simply... everyone can't be in the same server at a time.. this way you can have multipal clients connected to your server like usual and still have the same stability charges as normal.

Preventing Hackers/Exploiters.
Connecting to a TCP Console is simply easy if done the correct way. This way you should come up with a unique port for them not to connect to you.. this port will be held in your configuration when its time to setup a new connection. though while your connection is being responded it will have to be authorized by the server it connects to. That is.. if you want it too.

A few addons to this terminal.
welp you caught me. I included a few features for developers/noob coders to base off of. It's not the best System but it helps you get what you're doing done and without you having to waste much time. One of these features included is updating to a new release. this allows you to allow and unencrypt the packets coming directly from the client into the server.

Encryption/Decryption - 12/10/2014
The Encryption has been updated and recoded only a slight difference as it dosent use a random integer rather than encodes the string then hashes it in MD5 this will prevent field issues and solve hackers and exploiters. As the Encoded uses a special key that will be updated every revision.

Multi-Language Multi-Purpose uses.
On node.js loves request they can connect this client twards there User-Client therefore doing alot more shit and wasting alot more time :). Also I was coding a logger for developers who run on the latest build or just pre shuffle wanting to see what packets they where missing + what packets that are 404.

Dosent sound good? Don't download it then :D
Have negative/positive BUT constructive feedback? Lay it down for me playa! comments section
Screenshots?

GUI is currently in development and i thought the console was more professional so that will be the main tool!
 
Last edited:

Users who are viewing this thread

Top