C
C#4mo ago
Arbys

Dealing with offsets in C#

Hello everyone, I have an old games files which I can make private server but I want to change some features like level limits,skill limits etc... I want to learn about changing existing offsets externally with winform app Which tutorial or course you would recommend to me learning more about this topic ? Note= this has nothing to do with hacking. I don't try to hack the game I want to change features of the game I have full access including DB,Emulator and client
10 Replies
Pobiega
Pobiega4mo ago
"offsets" usually means memory editing in the client. If the game isnt coded to allow the server to change the level/skill limits, it will be very hard to manage this for the record, I myself learned C# by helping on a MMO server emulator, so I know this part fairly well
Arbys
Arbys4mo ago
I can do it on SQL but I want to learn more about memories. Is there any kind of tutoria you would recommend so I can learn something
Pobiega
Pobiega4mo ago
.. what? memory editing isnt "an alternative" to SQL if you can fix your problem by changing some values in a database, thats what you do
Arbys
Arbys4mo ago
You probably heard of Silkroad Online which was a popular MMORPG game in 2000s. I want to make a private server and change some of things in emulator
Pobiega
Pobiega4mo ago
in an MMO, the server is the authority
Arbys
Arbys4mo ago
well I couldn't probably explain in a good way
Pobiega
Pobiega4mo ago
you need the server to be aware of the new skill/level limits etc so change the things in the emulator
Arbys
Arbys4mo ago
I want to share a open source project with you. I want to make something which is smilar to this project
Pobiega
Pobiega4mo ago
I've said my piece. If you want to go the memory editing route, this is not the place for it.
Arbys
Arbys4mo ago
Okay thank you