C# Clientless using edxSilkroadProxy

09/03/2009 16:15 backo#1
Here is a basic clientless written in C# using drew bentons edxSilkroadProxy. The code isn't complicated at all, using the basics which the .net framework provides. It doesn't provide any cool features, that's up to you to add. ;)

Source Download ( No binaries ): [Only registered and activated users can see links. Click Here To Register...]

There will be more releases @ [Only registered and activated users can see links. Click Here To Register...] for different sro versions, and different programming languages. ;)
09/03/2009 16:17 InvincibleNoOB#2
Approved.
09/03/2009 21:33 maxbot#3
Nice code, although I'm no fan of C#. Also the GUI elements on mouse-over looks nice lol.
09/04/2009 00:37 backo#4
Quote:
Originally Posted by maxbot View Post
Nice code, although I'm no fan of C#. Also the GUI elements on mouse-over looks nice lol.
Thanks, well I can say it feels alot cleaner than cpp, not to mention how easy the gui stuff is. ;)
09/04/2009 11:40 Shadowz75#5
Sehr schön geschrieben und gut strukturiert. Könntest du das noch ins cpg stellen?
09/04/2009 15:52 backo#6
Quote:
Originally Posted by Shadowz75 View Post
Sehr schön geschrieben und gut strukturiert. Könntest du das noch ins cpg stellen?
Danke, kannst ins cpg stellen falls du möchtest, pm mir nur den thread link falls du es machst. ;)
09/05/2009 13:27 maxbot#7
Quote:
Originally Posted by backo View Post
Thanks, well I can say it feels alot cleaner than cpp, not to mention how easy the gui stuff is. ;)
Yeah, GUI stuff in cpp is a bitch. I use Qt now for GUI stuff and it's awesome :p
09/06/2009 07:38 bot90210#8
Quote:
Originally Posted by backo View Post
Danke, kannst ins cpg stellen falls du möchtest, pm mir nur den thread link falls du es machst. ;)
Charles Manson ist Homosexuell.
09/06/2009 16:17 backo#9
Quote:
Originally Posted by bot90210 View Post
Charles Manson ist Homosexuell.
your mom

Quote:
Originally Posted by maxbot View Post
Yeah, GUI stuff in cpp is a bitch. I use Qt now for GUI stuff and it's awesome :p
Still, not comparable to .NET :)
09/07/2009 12:33 out-lawz#10
any guide available how to use this tool ?
09/10/2009 13:19 theonly112#11
Hey wirklich sehr nice das ding. Nur ein Problem seit Dienstag geht es nicht mehr.
Anstatt die Serverlist zu kriegen kriegt man Packete die aussehen wie für ein Patch (Bild :
[Only registered and activated users can see links. Click Here To Register...] )
Kannst du mir sagen was ich ändern muss damit es wieder geht? Weil ich versuch grad ein bisschen weiterzuschreiben aber so geht das schlecht :D
thx
09/10/2009 13:38 Shadowz75#12
Geh mal in die ClientPackets.cs Datei. Dann suche das hier:
Quote:
public static void HandleAgentPacket(BinaryReader readPacket)
{

UInt16 srvLen = readPacket.ReadUInt16();
char[] srvName = readPacket.ReadChars(srvLen);

string ServerName = new string(srvName);

if (ServerName == "GatewayServer")
{
BinaryWriter writer = Globals.GeneratePacket(true);
writer.Write((ushort)0);
writer.Write((ushort)0x6100);
writer.Write((ushort)0);
writer.Write((byte)18);
writer.Write((ushort)9);
writer.Write("SR_Client".ToCharArray());
writer.Write((uint)211);
das letzte
Quote:
writer.Write((uint)211);
ist die Silkroad Version. Ändere sie auf 212(weiß ich nicht genau ob das die neuste ist,da ich kein silkroad mehr spiele.ändere es auf die Versionsnummer dann sollte es gehen), dann sollte es gehen
09/10/2009 17:20 theonly112#13
ah thx. sowas hatte ich gesucht aber das hab ich dann wohl übersehen :)
09/14/2009 14:52 JasonWalker#14
Good job, thanks.
09/14/2009 16:07 crossfirexx#15
guys, can you please talk in english?

thnx