AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to block this script? (https://forums.alliedmods.net/showthread.php?t=326526)

tepegoz 08-04-2020 11:48

How to block this script?
 
HTML Code:

bind v "-forward;wait;+moveleft;wait;+use;wait;+jump;wait;-moveleft;wait;+duck;wait;-use;wait;-jump;wait;-duck;-duck"
In cs 1.6 how to block this bind script? I want to block this script.

RaidoNek 08-04-2020 14:32

Re: How to block this script?
 
I dont really know, why do you want to block it, it's basic command(alias)

tepegoz 08-05-2020 10:05

Re: How to block this script?
 
Quote:

Originally Posted by RaidoNek (Post 2712990)
I dont really know, why do you want to block it, it's basic command(alias)

This command allow to making trick easly on my mod. If you know how to block this script, you can say it.

Black Rose 08-07-2020 08:28

Re: How to block this script?
 
Quote:

Originally Posted by tepegoz (Post 2713099)
This command allow to making trick easly on my mod. If you know how to block this script, you can say it.

The problem with blocking a command sequence that is also supposed to be used manually is that you will probably get false positives.

You can check if the order of those buttons are true without checking any other buttons. But the risk of false positives increases.

You can check if the order of those buttons are true with checking other buttons but then all you have to do is to add an irrelevant command within the sequence to disable the protection.


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

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