... write a clientless tool that acts like SMC. Meaning its communicating via GlobalManager to automate the patching.
Step 0. Fix your SecurityApi
There are some oversights in pushedx 's SecurityApi. They only happen in backend communication, that's why they went unnoticed.
0x1001 is supposed to be ignored from CRC and Sequence.
// Original
byte sb1 = Gen...
Most of the written information are from before C# was popular here, so a lot of the stuff for example by pushedx is C++.
[Guide] Silkroad Development Series
He also wrote "A Guide to Silkroad’s Security" which explains how the silkroad network protocol works. The code examples are,...
...on here, but first I would like to know how the wear item button works, so is this sro_client.exe linked in gameserver.exe?
http://epvpimg.com/zFvEeab
DaxterSoul florian0 pushedx MeGaMaX
... have done so far or you have something else? of course i have but i don't have enough time to study and i need the help of a good programmer like them DaxterSoul florian0 pushedx Silkroad and private servers are always the same, now we need an innovation, these people can start,Unfortunately, since I know basic software, I can't progress because I don'...
...s a specific amount of bytes if that amount is not the same, an exception is being thrown and the client should be disconnected.
This is quite common with the SSAPI that pushedx wrote. I believe that pushedx could elaborate for you as to why this happens. Would be pretty interesting.
at Framework.Security.Recv(TransferBuffer raw_buffer)
...
...iles instantly since, assuming you released it, all available tools for these files are basic pk2 editors but no bots nor proxies
if files are stable enough, just like what pushedx said, I bet you won't regret what will happen but you just need time :cool:
Hi Epvp!
Today I will share a nude patch for trsro.
Thank you pushedx for helping me :)
https://www.youtube.com/watch?v=f0sviZUrN7M
Download Now: TRSRO Nude Patch v.1.1
Rar Password: Srolobby
...ll researches last few days about packet handle for SRO filter and what I've found that almost filter (standalone application) out there is used SilkroadSecurityAPI from pushedx.
While I'm thankful to him for make a simple/lightweight API but I still wondering is any other "better" API out there in nowadays (sorry pushedx, no offence)? X-Filter...
Yes, now that you have updated the structures, you have to find and update the offsets for VSRO. :)
Inside Program.cs, you'll want to find and update this section of code. Consider...
Anyways, I think the past 15 years of gaming has provided enough ideas and innovations to copy and apply to SRO.
Yea and those new ideas makes us stick to 15 years old game because no...
What are you actually JMP'ing into in your first screenshot? The address the JMP points to is not shown in that second screenshot. If you dynamically load your DLL, you'll have to dyn...
WARNING: This is not a tool that has any practical use for most people. It's nothing new really, only building on what's already been released. It's a project I'm sharing for anyone w...
There's so much to talk about in this thread, there's not enough time or space, so I'll point out something about this reply that is relevant to the topic.
Over the years, I've com...
Did you spoof FarmManager correctly?
Your image is actually showing that FarmManager is binding to 192.168.0.110 (as in, it's not spoofed) and connecting to 26.0.117.125
the patcher...
I looked into this more tonight, because I've been interested in understanding how these blockchain games work and how to design/implement them for a while now, but there's certain as...
As I continue to learn new things and my interest in game design and development grows, my motivation for finally learning this stuff and being able to work with it has started to pic...
I looked into this more tonight, because I've been interested in understanding how these blockchain games work and how to design/implement them for a while now, but there's certain as...
Silkroad is an incomplete idea I think.
It is incomplete, for sure. The job system it's the best example, the whole idea about the mythic Silk Road was reworked leaving an unpleasa...
I have old posts/projects that have old C++ security api code in them, but I don't recommend using them.
For example, in this thread: https://www.elitepvpers.com/forum/sro-hacks-bo...
I barely knows ASM but I was able to find the cause about it because at my point of view, it was the places where that popup window could be shown, not because item type so there was ...
I've checked a few of your posts, and your stuff looks cool, so good work. However, I'll tell you what I've told a few other people who are interested in bot work:
When you have co...
I checked into this for fun tonight, and it doesn't look possible. VSRO 188 doesn't seem to contain the logic handler to use that item, so that's why you get "The selected item is unu...
Nowadays, I see a lot of people talk about the state of the community and just how bad it is. A lot of people feel doing things for the community is a waste because of any number of r...
I personally wouldn't go the DB route for trying to manage certification stuff nowadays, but it's still cool to see people trying new and interesting things.
Ye the database appr...
Short and sweet: this project allows you to have native server stats via PHP without having to use an external program to collect the server stats.
In other words, everyone should...
...ing comparison for all the questions) etc. is not mentioned above. This is just some kind of pseudo code.
The first of all, I did some digging in this forum and I have found pushedx's guides.
Firstly, I read [Guide]Simple Proxy Reference.
When the client connects to the proxy, the proxy then creates its own client to connect to the server. The reason for...