Raised This Month: $51 Target: $400
 12% 

special/cl_rebuy/m_pitch blocker?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hoboman
Senior Member
Join Date: Jul 2007
Old 09-07-2007 , 22:59   special/cl_rebuy/m_pitch blocker?
Reply With Quote #1

meh, so I was looking through the .sma of amx_super and noticed the super cool fullupdate blocker, so I thought to myself: why not block the other exploitable user commands?

special is a must as it is used in most looping exploit scripts ( i can give plently of examples ). cl_rebuy and m_pitch do have uses other that looping so I am not sure about blocking these two.

Now i don't know anything about this scripting business but would adding something like this work if I decided to add these blocks on my server?
register_clcmd("special","fullupdate")
register_clcmd("_special","fullupdate")
register_clcmd("cl_rebuy","fullupdate")
register_clcmd("m_pitch","fullupdate")
hoboman is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 09-08-2007 , 13:13   Re: special/cl_rebuy/m_pitch blocker?
Reply With Quote #2

The fullupdate block is actually to avoid respawn events to trigger in demo records, the fullupdate itself and something else i can't remember.If you completely block fullupdate you would break demos and possibly other things in the game.
danielkza is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-08-2007 , 14:42   Re: special/cl_rebuy/m_pitch blocker?
Reply With Quote #3

actually u cannot block those commands simply by registering them.

this requires more advanced scripting of which you use prethink to realias them and register the clcmd that the alias is changed to.

then the client will exec that new aliased command in their console.

if you can do that, go for it.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
anssik
Senior Member
Join Date: May 2006
Location: Suomi Finland Perkele
Old 09-08-2007 , 16:20   Re: special/cl_rebuy/m_pitch blocker?
Reply With Quote #4

I don't think bunnyhopping can be called 'exploit'.

Give me an example of exploit that can only be done by special/rebuy/m_pitch loops.
__________________
anssik is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 09-08-2007 , 21:46   Re: special/cl_rebuy/m_pitch blocker?
Reply With Quote #5

Valve blocked the use of alias commands in clients a while ago.

Quote:
Originally Posted by Counter-Strike Changelog
[-] August 8, 2005
Changes/Additions
  • Servers will default to starting up using VAC2
  • Added "sv_uploadmax" cvar to limit the max size (in MB) a client can use for a custom resource (i.e spray decals)
  • Don't allow servers to execute "alias" commands on clients (prevents an infinite loop exploit using alias commands from servers)
danielkza is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-08-2007 , 22:10   Re: special/cl_rebuy/m_pitch blocker?
Reply With Quote #6

just because u dont know how to realias them doesnt mean i dont.

if you're curious, pm me.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Reply



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 15:47.


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