Suggestion for Loader?

10/22/2011 10:04 vitalka#1
Hey Guys,
At the moment im working on a Silkroad Online Loader in C# the special is there are, Redirect IP, Multiclient, English Patch, some other Patches and the Loader search the Addresses automatically.

Info:
It works without C++ or other languages and without Dlls
The Loader is for RUSSIAN Silkroad, at the moment

For now i search suggestion what you need in a Loader.
What do you want more?

Here a pic:
[Only registered and activated users can see links. Click Here To Register...]

Download:
[Only registered and activated users can see links. Click Here To Register...]

VirusTotal:
[Only registered and activated users can see links. Click Here To Register...]

Atm its in the Development phase, so please dont put it in a other forum
10/22/2011 11:10 kevin_owner#2
mabye you could also add an option too redirect the agentserver. I don't know what you do with that ip atm but it from the UI it looks like you only redirect the gateway so that would be kinda pointless.

But a nice loader:) great work.
10/22/2011 12:26 vitalka#3
Its the method of lolkops tutorial, i connect with the sro_client to the proxy and if the client wants connect to the worldserver he holds the connection and do nothing

Edit: I would like make a ChatConsole Hook, but its really difficult without Dll injection. The most interesting things in the ChatConsole makes the Dll, so i need to write the whole part into the client.
10/22/2011 16:08 bootdisk#4
Nice! :)

About the ChatConsole hook by inlining inside the client... it did happen to me that I was running out of stack space (too many hooks and stubs), so I did have to write a memory pool (kind of FIFO).