WOI-LO SERVER FILE - Assembly for Wmware + Windows settings example
Discussion on WOI-LO SERVER FILE - Assembly for Wmware + Windows settings example within the Battle of the Immortals forum part of the MMORPGs category.
[Guide] Assembly guides to improve your VSRO Server! 12/28/2021 - SRO PServer Guides & Releases - 79 Replies This Thread contains many Assembly edits which are useful if you run a Vsro P-Server.
Requirments:
Ollydbg (download here)
Dezimal -> Hex Converter (This or This) they are all the same.
Small tutorial how to use OllyDBG:
- if you start OllyDBG, simply drag the file you want to check in the OllyDBG window (in this case the SR_GameServer.exe of VSRO). Let Olly analyze the file completly (black bar at the bottom)
- The lines are working like this: Expression |. Binary | Assemble |...
[HELP] How detect instruction in Server using Assembly 10/12/2011 - EO PServer Hosting - 2 Replies Does anyone know tell me if there is any way to do this:
I want to detect what the instruction that was executed on the server, to discount the amount of cash used for a transaction made in the game client.
I need to do this because there is no configuration to edit the amount charged to a certain transaction in my Eudemons Server.
OllyDbg would do this?
I even can do this in applications with OllyDBG, but as the transaction is done on the client, i dont know how i can analyzing...
[HELP] How detect instruction in Server using Assembly 10/09/2011 - Shaiya Private Server - 2 Replies Does anyone know tell me if there is any way to do this:
I want to detect what the instruction that was executed on the server, to discount the amount of cash used for a transaction made in the game client.
I need to do this because there is no configuration to edit the amount charged to a certain transaction in my Eudemons Server.
OllyDbg would do this?
I even can do this in applications with OllyDBG, but as the transaction is done on the client, i dont know how i can analyzing...