Hallo ElitePvPer Community
Seit ich das letzte Mal über Discord / epvp xx Anfragen erhalten habe
Wie baut man einen SRO Server und oder funktioniert es auf VMWare (Ja, es funktioniert)
oder wie man mehrere Shards (Server) in der Liste anzeigt
oder mehrere Server können über 1 Client laufen !!
Da es momentan zu viele Anfragen gibt, habe ich gedacht, dass ich 1 oder mehr Videos machen werde: D
Hello ElitePvPer Community
Since I got the last time via Discord / epvp xx requests
How Build an SRO Server and Or It Works on VMWare (Yes it Works)
or how to display multiple shards (servers) in the list
or several servers can run over 1 client !!
Since there are too many requests currently I've thought I'll do 1 or more videos: D
Searching and patching offset example with OllyDbg
1. Open the executable file in OllyDbg (i am using v OllyDbg V1.10)
2. Right mouse button ->Search->All referenced text strings.A new window with text strings will be open. Go to the first line and select it then press right mouse button -> Search for text.Type cannot create semaphore : module already executing in search box.Click on the first offset that matches to your search.
Its looks like this(your offset will be different from example):
Double click on the instruction line
, edit the instruction JNZ to JMP and press Assemble button.
3. Close the assemble window if is still open and press right mouse button in CPU main thread section ->Copy to executable ->All modifications. Press copy all in dialog box.A new window will show ,press right mouse button->Save file and save your new file.
That's all. Use same technique for other modules.
Seit ich das letzte Mal über Discord / epvp xx Anfragen erhalten habe
Wie baut man einen SRO Server und oder funktioniert es auf VMWare (Ja, es funktioniert)
oder wie man mehrere Shards (Server) in der Liste anzeigt
oder mehrere Server können über 1 Client laufen !!
Da es momentan zu viele Anfragen gibt, habe ich gedacht, dass ich 1 oder mehr Videos machen werde: D
Hello ElitePvPer Community
Since I got the last time via Discord / epvp xx requests
How Build an SRO Server and Or It Works on VMWare (Yes it Works)
or how to display multiple shards (servers) in the list
or several servers can run over 1 client !!
Since there are too many requests currently I've thought I'll do 1 or more videos: D
Quote:
Server Setup Downloads
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Bitte benutze deine eigenen server files oder suche nach shared files (ich Share meine nicht und verkaufe sie auch nicht)
Please use your own server files or look for shared files (I do not share mine and I do not sell them)
|
Quote:
Setup 2 Shards Download
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
|
Searching and patching offset example with OllyDbg
1. Open the executable file in OllyDbg (i am using v OllyDbg V1.10)
2. Right mouse button ->Search->All referenced text strings.A new window with text strings will be open. Go to the first line and select it then press right mouse button -> Search for text.Type cannot create semaphore : module already executing in search box.Click on the first offset that matches to your search.
Its looks like this(your offset will be different from example):
Code:
008C50F5 |. 75 46 JNZ SHORT SR_GameS.008C513D 008C50F7 |. 68 E086AD00 PUSH SR_GameS.00AD86E0 ; ASCII "cannot create semaphore : module already executing" 008C50FC |. E8 1FE20200 CALL SR_GameS.008F3320 008C5101 |. 68 E086AD00 PUSH SR_GameS.00AD86E0 ; ASCII "cannot create semaphore : module already executing" 008C5106 |. BE 90CBA500 MOV ESI,SR_GameS.00A5CB90 ; ASCII "SR_GameServer"
Code:
JNZ SHORT SR_GameS.008C513D
Code:
JMP SHORT SR_GameS.008C513D
That's all. Use same technique for other modules.
Quote:
GlobalManager offsets Address 004858B3 change JNZ SHORT 004858FB to JMP SHORT 004858FB
MachineManager offsets Address 0042B26E change JNZ SHORT 0042B2A6 to JMP SHORT 0042B2A6
GatewayServer offsets Address 0042A1F5 change JNZ SHORT 0042A23D to JMP SHORT 0042A23D
FarmManager offsets Address 0040CF43 change JNZ SHORT 0040CF8B to JMP SHORT 0040CF8B
DownloadManager offsets Address 0040DB10 change JNZ SHORT 0040DB46 to JMP SHORT 0040DB46
AgentServer offsets Address 00433FA3 change JNZ SHORT 00433FEB to JMP SHORT 00433FEB
ShardManager offsets Address 00685F73 change JNZ SHORT 00685FBB to JMP SHORT 00685FBB
Gameserver offsets Address 009361E3 change JNZ SHORT 0093622B to JMP SHORT 0093622B
Regards