How to Create Multi Client without any tool

01/25/2019 11:55 NorseGodTyr#1
Hey Community :)
many People write a thread or are looking for it! How to start Silkroad several times without any tools I've got the task to write a thread how this works :)

1. Download ollydbg (I using x32dbg)
2. Run x32dbg as Admin

(My Silkroad.exe and Sro_client.exe is already edited that's why other disassemblers are available)


Open silkroad.exe
Search for ----> All modules ----> Textreferences
Write in search ----> Already

Click on Address 004358BC "Critical Error !! Mutex Already in use !!! "
Scroll up to 004358B3 Click on keyboard Space and Change jne 0x004358E1----> jmp 0x004358E1
[Only registered and activated users can see links. Click Here To Register...]



Click on Address 00437CD6 "Silkroad is already executed!!"
Scroll up to 00437CD0 Click on keyboard Space and Change jne 0x00437D30 to ----> jmp 0x00437D30
[Only registered and activated users can see links. Click Here To Register...]



Click on Address 00437D4F "Silkroad is already executed!!"
Scroll up to 00437D4B Click on keyboard Space and Change jne 0x00437DB3 to ----> jmp 0x00437DB3
[Only registered and activated users can see links. Click Here To Register...]



STRG + P and Patch silkroad.exe

Next Step
Open sro_client.exe
STRG+G ----> Expression
Paste Address 00830C67 and Enter
Click on keyboard Space and Change to ----> jmp short 00830C72

Paste Address 0083297F and Enter
Click on keyboard Space and Change to ----> jmp short 008329C8

Paste Address 008329EB and Enter
Click on keyboard Space and Change to ----> jmp short 00832A0C

Paste Address 00844AEF and Enter
Click on keyboard Space and Change to ----> jmp short 00844B5C

STRG + P and Patch sro_client.exe


Give me thanks if I helped you
01/25/2019 20:50 SubZero**#2
good work (y)
01/25/2019 21:23 XxGhostSpiriTxX#3
Thanks bro
03/01/2020 20:50 Noitpecbot#4
Hey @NorseGodTyr,

the changes wont work with OllyDGB 32Bit

Tried x64dbg works fine.

Thank you