If I knew anything about VB I'd help but unfortunately my coding skills are limited to runescape private servers. Which are nothing compared to SRO game server/emulators.
Although.. RS is coded in JAVA which I hear is rather close to C++..
well good luck, i hope u guys make a good job on it.... which i dont think but .. anyways i hope u finish it
LOL, they have windrius in their team, so believe me, they will get it far on this..its just to bad that is it another emulator..but maybe it is a good one, but maybe it isnt, lets just hope it is, so we can put some stable servers up, just for some unique killing fun, or some pvp killing fun..
LOL, they have windrius in their team, so believe me, they will get it far on this..its just to bad that is it another emulator..but maybe it is a good one, but maybe it isnt, lets just hope it is, so we can put some stable servers up, just for some unique killing fun, or some pvp killing fun..
Windrius just hard codes all the packets in his source , thats not called speed ;D
Just for you people who will probably insult this not knowing what it means
Quote:
Hard coding (also, hard-coding or hardcoding) refers to the software development practice of embedding input or configuration data directly into the of a or other executable object, or fixed formatting of the data, instead of obtaining that data from external sources or generating data or formatting in the program itself with the given input.
Well since each new attempt to develop an emu, start from scratch they will never get anywhere and most data needed to develop an emu arent public or still unknown.
Do you have security and encryption enable?? or just doing like each open project with loader and no encryption??
Are you validating the packets sent to the server???
Well since each new attempt to develop an emu, start from scratch they will never get anywhere and most data needed to develop an emu arent public or still unknown.
Do you have security and encryption enable?? or just doing like each open project with loader and no encryption??
Are you validating the packets sent to the server???
there is no need for the packet encryption. the bypass is public avaible and there is no sense at all for a emulator project.
there is no need for the packet encryption. the bypass is public avaible and there is no sense at all for a emulator project.
Well i can enumerate a few reasons to implement it
- Sever side check is different from client side one.
- It give you protection to other types of attacks.
- If you dont know anything about cryptography you can learn some new stuff and that is always a plus.
which are some of the most important packets as everything orrientates around these.
Oh.. Sorry. I didn't know that character data packet is sooo easy and every single value can be seen so easily.
If I don't need it atm I just hard code that part.