Register for your free account! | Forgot your password?

You last visited: Today at 18:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[C#] iSro Loader help

Discussion on [C#] iSro Loader help within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old 07/26/2016, 01:17   #16
 
elite*gold: 0
Join Date: Aug 2009
Posts: 152
Received Thanks: 11
I'm trying to execute my connect function and I successfully receive the IP & Port from the game , and then try to call the real connect function to connect to my proxy. So should I provide something else?
tarek1500 is offline  
Old 07/26/2016, 10:16   #17
 
elite*gold: 0
Join Date: Feb 2008
Posts: 73
Received Thanks: 18
like the code you are trying to execute.
pergian is offline  
Old 07/26/2016, 15:26   #18
 
elite*gold: 0
Join Date: Aug 2009
Posts: 152
Received Thanks: 11
Here is my connect function.
Code:
[DllExport("Detour_Connect", CallingConvention = CallingConvention.Cdecl)]
public static int Detour_Connect(IntPtr s, ref Functions.sockaddr name, int namelen)
{
	if (namelen == 16)
	{
		if (name.sa_data[2] == 121 && name.sa_data[3] == 128 && name.sa_data[4] == 133 && (name.sa_data[5] == 53 || name.sa_data[5] == 54 || name.sa_data[5] == 55 || name.sa_data[5] == 56))
		{
			if (name.sa_data[0] * 256 + name.sa_data[1] == 15779)
			{
				name.sa_data[0] = (15778) / 256;
				name.sa_data[1] = (15778) % 256;
				name.sa_data[2] = 127;
				name.sa_data[3] = 0;
				name.sa_data[4] = 0;
				name.sa_data[5] = 1;
			}
		}
	}

	int ReturnValue = Functions.connect(s, ref name, namelen);

	return ReturnValue;
}
and this is Function.connect
Code:
[DllImport("ws2_32")]
public static extern int connect(IntPtr s, ref sockaddr name, int namelen);
tarek1500 is offline  
Reply


Similar Threads Similar Threads
ISro Loader
02/21/2017 - SRO Hacks, Bots, Cheats & Exploits - 72 Replies
Hello ya all.. I made a Silkroad Loader Functions : No DC Multi Client Nude Patch Zoom Hack Swear Filter
iSRO loader
05/14/2011 - Silkroad Online - 3 Replies
So I've been looking for a working loader since yesterday and I couldn't find it. Yes, I've already used SROKING's multiclient but it laggs my pc and usually crashes. :rtfm: So now my question is: Is there any working loader? Please don't flame me saying ''use the search button mofo!'' :D
iSRO&LOADER?? HELP
04/18/2008 - Silkroad Online - 2 Replies
How do i use the paid iSRO bot and Loader multi cleint... together? i want to use the loader.. to use bot.. how ..



All times are GMT +1. The time now is 18:38.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.