Raised This Month: $ Target: $400
 0% 

Block low recoil scripts


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bello
BANNED
Join Date: Jun 2010
Old 06-13-2010 , 08:29   Block low recoil scripts
Reply With Quote #1

Hi! Open this thread to ask for a plugin that blocked this type of binds:

"alias +antirclbind "+attack; +lookdown;"
alias -antirclbind "-attack; -lookdown;"" .
We also have " cl_pitchspeed 5"

this: bind "mouse1" "+attack;moveleft;moveright;up;down;"

It is known as cheat low recoil!

Someone who can help to the community and to me to blocked this type of traps, because I am sure that many have the same problem...

sorry for my bad english...
Bello is offline
Toster v2.1
Senior Member
Join Date: Oct 2006
Location: Latvia, Riga
Old 06-14-2010 , 06:17   Re: Block low recoil scripts
Reply With Quote #2

Install this:
http://forums.alliedmods.net/showthread.php?t=53728

After that go to the cvarguard.ini in your amxx config directory, add the line
cl_pitchspeed 225

It should make the noreciol script useless.
__________________
I am 52% addicted to Counterstrike. What about you?
Toster v2.1 is offline
Send a message via Skype™ to Toster v2.1
Old 06-16-2010, 21:50
Bello
This message has been deleted by Bello. Reason: offtopic
Bello
BANNED
Join Date: Jun 2010
Old 06-17-2010 , 01:01   Re: Block low recoil scripts
Reply With Quote #3

Hi toster i tested the plugin but does not work...

I have placed the command in cvarguard.ini and not blocked

That will be doing wrong?
Bello is offline
tm.
Member
Join Date: Apr 2010
Old 06-17-2010 , 08:12   Re: Block low recoil scripts
Reply With Quote #4

Try this:
PHP Code:
#include <amxmodx>

public plugin_init()
    
register_plugin("Check Pitchspeed""1.0""TM.")

public 
client_putinserver(id)
    
set_task(30.0"query_client"id__"b")

public 
client_disconnect(id)
    
remove_task(id)

public 
query_client(id)
    
query_client_cvar(id"cl_pitchspeed""cvar_result_pitch")

public 
cvar_result_pitch(id, const cvar[], const value[]) 
{
    if ((!
strcmp(cvar"cl_pitchspeed"1)) && (str_to_num(value) != 225))
        
client_cmd(id"cl_pitchspeed 225")

tm. is offline
Bello
BANNED
Join Date: Jun 2010
Old 06-17-2010 , 18:32   Re: Block low recoil scripts
Reply With Quote #5

Ok what proves later, already because they do not served the plugin said to me toster... plugin is no longer since they made a update to the counter strike
Bello is offline
Bello
BANNED
Join Date: Jun 2010
Old 06-17-2010 , 19:40   Re: Block low recoil scripts
Reply With Quote #6

wow thanks tm. Already solves the problem...

Here are all:

PHP Code:
#include <amxmodx>

public plugin_init()
    
register_plugin("Check lowrecoil""1.0""PsychO")

public 
client_putinserver(id)
    
set_task(0.1"query_client"id__"b")

public 
client_disconnect(id)
    
remove_task(id)

public 
query_client(id) {
    
query_client_cvar(id"cl_pitchspeed""cvar_result_pitch")
    
query_client_cvar(id"cl_bob""cvar_result_pitch")
    
query_client_cvar(id"cl_bobcycle""cvar_result_pitch")
    
query_client_cvar(id"cl_bobup""cvar_result_pitch")
    
query_client_cvar(id"ex_interp""cvar_result_pitch")
    
query_client_cvar(id"cl_lw""cvar_result_pitch")
}

public 
cvar_result_pitch(id, const cvar[], const value[]) 
{
    if ((!
strcmp(cvar"cl_pitchspeed"1)) && (str_to_num(value) != 225))
        
client_cmd(id"cl_pitchspeed 225")
 
    if ((!
strcmp(cvar"cl_bob"1)) && (str_to_num(value) != 0.01))
        
client_cmd(id"cl_bob 0.01")

    if ((!
strcmp(cvar"cl_bobcycle"1)) && (str_to_num(value) != 0.8))
        
client_cmd(id"cl_bobcycle 0.8")

    if ((!
strcmp(cvar"cl_bobup"1)) && (str_to_num(value) != 0.5))
        
client_cmd(id"cl_bobup 0.5")

    if ((!
strcmp(cvar"ex_interp"1)) && (str_to_num(value) != 0.1))
        
client_cmd(id"ex_interp 0.1")

    if ((!
strcmp(cvar"cl_lw"1)) && (str_to_num(value) != 1))
        
client_cmd(id"cl_lw 1")

These are the commands that used to the recoil, already blocked
Bello is offline
cs-portal
BANNED
Join Date: Dec 2009
Location: Kiev
Old 06-18-2010 , 08:09   Re: Block low recoil scripts
Reply With Quote #7

u are using non steam 100 % because on steam cl_pitchspeed is 225 and BLOCKED already after steam update.
cs-portal is offline
Send a message via ICQ to cs-portal Send a message via Skype™ to cs-portal
Bello2
Senior Member
Join Date: Jun 2010
Location: Venezuela
Old 06-18-2010 , 17:16   Re: Block low recoil scripts
Reply With Quote #8

I am not not steam, i am steam 100 per cent and not wise that had blocked that command.

Then as we could blocked this type of scripts/cheats?
Bello2 is offline
RedRobster
Veteran Member
Join Date: Apr 2010
Location: Your Closet
Old 06-18-2010 , 17:25   Re: Block low recoil scripts
Reply With Quote #9

Server IP?
RedRobster is offline
cs-portal
BANNED
Join Date: Dec 2009
Location: Kiev
Old 06-20-2010 , 02:06   Re: Block low recoil scripts
Reply With Quote #10

its already blocked by steam ( cl_pitchspeed )
cl_bob do nothing with recoil
cs-portal is offline
Send a message via ICQ to cs-portal Send a message via Skype™ to cs-portal
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 06:44.


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