Raised This Month: $7 Target: $400
 1% 

SendProxy Manager


Post New Thread Reply   
 
Thread Tools Display Modes
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 01-31-2018 , 11:34   Re: SendProxy Manager
Reply With Quote #331

I modified Benoists fork so that it builds on CS:GO SDK and also filled out the PackageScript so that it's easy to build and use.

Source can be found here: https://github.com/SlidyBat/sendproxy
Also attached some builds using sm 1.8 and mms 1.10

I tested it out briefly and it seemed to work fine, but let me know if there are any issues.
Attached Files
File Type: zip addons.zip (593.7 KB, 388 views)
hmmmmm is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 02-17-2018 , 08:52   Re: SendProxy Manager
Reply With Quote #332

If anyone ever picks up the development of SendProxy Manager again, a feature I'd personally love to see would be to modify tables per-player, i.e.:
Code:
public void OnClientPutInServer(int client)
{
	SendProxy_HookEx(client, "m_iHealth", Prop_Int, SendProxy_Callback);
}

// entity - the entity whose props are networked to others
// client - the client who receives the proxied, networked props
public Action SendProxy_Callback(int entity, int client, const char[] PropName, int &iValue, int element)
{
	if(IsClientInGame(client) && GetClientTeam(entity) != GetClientTeam(client))
	{
		iValue = 0;

		return Plugin_Changed;
	}

	return Plugin_Continue;
}
The expected result of this would be to eliminate the HP information showed in ESP cheats - but only to the other team.
Such functionality can allow a revolution in server-sided anti-cheats. From the top of my head, it could be used to: block wallhacks, mess up triggerbots/aimbots, make anti-aim cheats ineffective and even render spectator list cheats useless. I'm sure there's much more that could happen if the extension gets this functionality.
__________________
retired

Last edited by shavit; 02-17-2018 at 08:52.
shavit is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-18-2018 , 15:54   Re: SendProxy Manager
Reply With Quote #333

Wouldn't it also need a ton of server resources to fake a vale to each individual?
Mitchell is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 02-18-2018 , 19:23   Re: SendProxy Manager
Reply With Quote #334

Yea I've looked through how it works, and I don't think there is any easy way to do this, at least not with the same method the extension currently uses.
hmmmmm is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 12-08-2018 , 09:45   Re: SendProxy Manager
Reply With Quote #335

CS:GO gamedata for this broke in latest update. Get updated gamedata from https://github.com/SlidyBat/sendproxy
hmmmmm is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 12-09-2018 , 00:59   Re: SendProxy Manager
Reply With Quote #336

Another update: Following psychonic's suggestion I removed the gamedata dependency entirely and used SDKHooks instead, which should make it much more future proof. I've updated the build here for Windows: https://github.com/SlidyBat/sendproxy

Haven't updated the linux build yet, but if you need to use the extension now just use the attached updated gamedata file.
Attached Files
File Type: txt sendproxy.txt (350 Bytes, 305 views)

Last edited by hmmmmm; 12-09-2018 at 00:59.
hmmmmm is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 12-09-2018 , 07:34   Re: SendProxy Manager
Reply With Quote #337

Both Windows and Linux build now available on the repo: https://github.com/SlidyBat/sendproxy
Thanks to Bara for doing the Linux build.
hmmmmm is offline
sazonische
Senior Member
Join Date: Dec 2013
Old 12-24-2018 , 13:38   Re: SendProxy Manager
Reply With Quote #338

when the players reconnected, the server with SendProxy_Hook crashes

example plugin:
https://forums.alliedmods.net/showthread.php?t=312982

crash id:
OVIN-4OPX-CAD2
__________________
my steam LINK
sazonische is offline
Send a message via Skype™ to sazonische
Inopt
Junior Member
Join Date: Jul 2017
Location: ¯\_(ツ)_/¯
Old 01-07-2019 , 20:12   Re: SendProxy Manager
Reply With Quote #339

Quote:
Originally Posted by sazonische View Post
when the players reconnected, the server with SendProxy_Hook crashes

example plugin:
https://forums.alliedmods.net/showthread.php?t=312982

crash id:
OVIN-4OPX-CAD2
Crash you provided not related to sendproxy extension. More likely mistake in your plugin.
__________________
Inopt is offline
sazonische
Senior Member
Join Date: Dec 2013
Old 01-08-2019 , 11:05   Re: SendProxy Manager
Reply With Quote #340

Quote:
Originally Posted by Inopt View Post
Crash you provided not related to sendproxy extension. More likely mistake in your plugin.
Official sourcemod crash
https://crash.limetech.org/cxuiv4dy3ku5
__________________
my steam LINK
sazonische is offline
Send a message via Skype™ to sazonische
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode