This Tool converts all values used in packets for Silkroad from Hex to readable values. I used this a lot when parsing all those packets. Maybe you can use it too...
[Release] Blowfish getter for all new sro version [source code included] 03/21/2017 - SRO Private Server - 19 Replies Hello,today i'll release my blowfish key getter,it uses silkroad.exe,not sro_client
I included source code
Download
credits for vitalka for FindPattern functions
this won't work with the very old clients
H.f
[Release][C#] SRProxyNET (Source Code Included) 04/11/2013 - SRO Coding Corner - 9 Replies Releasing some old source code for Silkroad.
Also usable in VB.NET with the compiled
You can implement it into your application like a Proxy or Clientless connector.
You don't need to connect to it with a Socket because you get the packets straight from the API.
As far as I can remember Clientless worked on rSRO but as I only had an iSRO version on my computer I was not able to get the right version number from rSRO to test a full connection there again. iSRO faild dunno if they updated...
[Beta] SWTOR_Login (Source Code included) 05/31/2012 - SWTOR Hacks, Bots, Cheats & Exploits - 8 Replies I wrote this so that I can start my bot remotely and or start without entering a username and password.
I realize that might sound crazy to some people and others might ask why. If you have to ask why then you don't need this. :) Also, you do not need to put your username, merely your password (and have the swtor client remember your username)
(Source Code included) How do i add these hacks to my code 12/15/2010 - WarRock - 3 Replies Hello
I wanted to add these hacks to my source code but i keep getting a message saying it failed.
i want to add theses:
//No Recoil
{*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;}
//Unlimited Stamina
{*(float*)(dwPlayerPtr+Stamina_OffSet) = 100;}