i Added The Source Code of the Clientless Login .. if any one can Tell Me How Can i Send Packets From it !!
in Silkroad Security Api DLL
How Can i Send Packet Like This One
PHP Code:
[C -> S][7034] 00 0D 06 00 00
i Know i Use This
PHP Code:
Packet p = new Packet(0x7034, true); p.WriteUInt8(00); p.WriteUInt8(0D);>> Error That 0D Must Turn To Another Something p.WriteUInt8(06); p.WriteUInt8(00 00); >> Error That 00 00 Must Turn To Another Something Gateway.SendToServer(p);
May it Stupid but i try to use C# i Didnt Know any thing in it
if u write hex numbers u must use the prefix "0x", i recommend to use only hex numbers or decimal numbers to not get confused when u mix them.
and u cant make spaces in a number, if u want to write 2 times 00 then u can use .WriteUint16 or 2 times .WriteUint8
this should work.
Packet p = new Packet(0x7034, true);
p.WriteUInt8(00);
p.WriteUInt8(0x0D);>> Error That 0D Must Turn To Another Something
p.WriteUInt8(06);
p.WriteUInt16(00); >> Error That 00 00 Must Turn To Another Something
Gateway.SendToServer(p);
Need help with some silkroad packets 11/26/2012 - SRO Coding Corner - 0 Replies plz guys i need help , any help here
Using iSRO , Local 18 , Version 394
I have some packets don't know what is it for or how to analyze it:
0x2114 ??
0x34A5 ??
0x3013 : How to get items White Stat?
How to get Blue Stat Code in "Media.pk2"?? not in Packet
Each item code ends with 0100020003000400 , 0100 for socket and
Security packets rausfinden 11/09/2012 - Alliance of Valiant Arms - 0 Replies Hi ich bin grad am neuen bypass machen und wollte fragen ob irgendwer ein prog kennt mit dem ich vom server gesendete security packets abfangen und mir anschauen kann
und evt irgendwas mit dem ich startups verhindern kann wenn ich das schaffe muss ich xigncode nur noch vom client entfernen dann hab ichs
[HELP]silkroad security 05/09/2011 - SRO Coding Corner - 6 Replies what it silkroad security???
what is the packet analyzing???
Parsed Silkroad Packets 02/12/2011 - SRO Coding Corner - 2 Replies I found this on an old usb stick. It's a rip from the sremu.org wiki page. It contains many parsed and explained silkroad packets. The opcodes are wrong but the packets content is still actual.
This should help some people.
SroPackets.zip ... at ul.to - Free File Hosting, Free Image Hosting, Free Music Hosting, Free Video Hosting, ...
No scan because there aren't any .exe files, but if you like scan it.
All credits to sremu.org and jMerlin!
Silkroad New security? 01/24/2010 - Silkroad Online - 68 Replies This must be a joke or something another wanna be Game Guard? cus silkroad added a new folder called hackshield to the game directory... lol anyone have any inputs on this? maybe for once they trying to do something lol kinda funny... :rtfm: