So instead of using and Checking the issue that Packets got Changed and Update them you ask directly for Source? How many Threads you wanna open Today? Opennos is still Bullshit in 2022 nothing changed so what you think you get a bug free opennos source?
So instead of using and Checking the issue that Packets got Changed and Update them you ask directly for Source? How many Threads you wanna open Today? Opennos is still Bullshit in 2022 nothing changed so what you think you get a bug free opennos source?
so instead giving usefull comments u keep spaming the nostale section since multiple years ? another report for spam
Like all other Post i told you exactly what the issue is. If you cant fix it with it just pay someone for C&P Solutions like all other
Truths like fists (typical spanish phrase). This work would be to take the packets from a source, adapt it to yours and charge you. 1 minute of work, €20 perfectly I have seen that they have charged for that.
Truths like fists (typical spanish phrase). This work would be to take the packets from a source, adapt it to yours and charge you. 1 minute of work, €20 perfectly I have seen that they have charged for that.
No real need just check what Official Structure looks currently and what you need to use or wanna after that Change the Packet Structure in Opennos and Tada it works max for real to fix all these new packets 5min.
[C#] About packet injection (login packet) 07/24/2013 - SRO Coding Corner - 3 Replies hello
im developing a new bot called Silkroad Fusion and i did some research and i found about Drew's Silkroad security so i used it and i made my own proxy
and i needed a little help with the login packet
here is my code
Packet login = new Packet((ushort)0x6102);
login.WriteUInt8(Proxy.SRLocal);//isro locale
login.WriteAscii(ID.Text);
login.WriteAscii(PW.Text);
login.WriteAscii("");//mobile vertification code
...