Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 95
Search took 0.01 seconds.
Search: Posts Made By: Seather
Forum: Unapproved Plugins 04-29-2010, 19:45
Replies: 18
Views: 9,258
Posted By Seather
Re: [TF2] Another Engie Exploit Fix Plugin

of the 3 i think yours is prob the best.

i've attached a modification that both announces to everyone if someone does it and logs it.

LogAction(client, -1, "\"%L\" attempted building exploit.",...
Forum: Unapproved Plugins 09-20-2009, 20:40
Replies: 4
Views: 4,982
Posted By Seather
Re: [TF2] Spy-taunt-cloak exploit blocker

the following thread shows an attempt at turning off cloak, for me it resulted in an uber glow and a disguise of "unknown"(sometimes?) ...
Forum: Unapproved Plugins 09-20-2009, 18:54
Replies: 4
Views: 4,982
Posted By Seather
[TF2] Spy-taunt-cloak exploit blocker

Blocks against an exploit that is deadly against sentries.

Video showing the exploit in action:
http://www.youtube.com/watch?v=o5nSZwrmluE

Actions taken:
FakeClientCommand(client, "explode");...
Forum: Plugin/Gameplay Ideas and Requests 05-26-2009, 05:05
Replies: 0
Views: 723
Posted By Seather
[TF2] Spy no block

make it so that spies do not collide with enemies, in the same way that they do not collide with allies.

combine the event code of InstantUber ...
Forum: SourceMod Anti-Cheat 08-24-2008, 22:49
Replies: 2,634
Views: 1,078,673
Posted By Seather
Re: Kigen's Anti-Cheat

does this plugin conflict with the following? global banning?
Cheat Control http://forums.alliedmods.net/showthread.php?p=600521
SendConVarValue(client, sv_cheats, canCheat);

edit: also, is it...
Forum: General 08-24-2008, 20:04
Replies: 7
Views: 2,899
Posted By Seather
Re: MyG0t Griefers?

in my experience its not that simple,

i've seen [t0gym] and tons of other variations,

adding the tag in later on,

normal name, but advertising through chat or spray
Forum: General 08-24-2008, 18:48
Replies: 7
Views: 2,899
Posted By Seather
Re: MyG0t Griefers?

do their IP addresses also change when they come back?

do their steamids look like they are from a cafe(easiest method is to see if they all start with a 7)

do they actually have their tag...
Forum: Plugins 08-24-2008, 18:15
Replies: 13
Views: 14,855
Posted By Seather
Re: Client Cvar Spy

if you are talking about "scripts/" folder and not "cfg" then sv_pure might help, by blocking all or some, but not detecting
http://developer.valvesoftware.com/wiki/Pure_Servers

i think sv_pure...
Forum: Plugin/Gameplay Ideas and Requests 08-23-2008, 23:37
Replies: 0
Views: 833
Posted By Seather
point_clientcommand proof of concept

i suspect that the point_clientcommand allows map makers to execute things that servers normally can not execute on clients

and i suspect that through a plugin we can dynamically create/fire a...
Forum: Plugins 08-20-2008, 20:11
Replies: 121
Views: 123,326
Posted By Seather
Re: Command Blocker

I noticed a problem with a mod(zombie panic?) specific cmd banner(or blocker) a while back, i think this plugin might have the same problem.(won't apply to the blocking feature)

when the cmd gets...
Forum: SourceMod Anti-Cheat 08-20-2008, 18:01
Replies: 2,634
Views: 1,078,673
Posted By Seather
Re: Kigen's Anti-Cheat

I suspect that valve might try to fix this cafe problem(they have a different definition of what that is) by changing the pool to something we can't block as easily, i suggest mass harvesting the...
Forum: Metamod:Source Plugins 08-18-2008, 16:18
Replies: 56
Views: 29,937
Posted By Seather
Re: CafeBlock - Significantly reduce the amount of cheaters on your server.

does this plugin have an identifying cvar that can be queried? so i could for example generate a list of servers that have this plugin
Forum: SourceMod Anti-Cheat 08-18-2008, 16:11
Replies: 2,634
Views: 1,078,673
Posted By Seather
Re: Kigen's Anti-Cheat

Feature request:
give "kac_block_cafe" the same flags the version cvar has
Forum: Plugins 08-13-2008, 01:59
Replies: 24
Views: 38,210
Posted By Seather
Re: IP Range Ban

makes it easier to remove bans, instead of haveing to restart the server or issue a remove command you just need execute the server.cfg file again
Forum: Plugin/Gameplay Ideas and Requests 08-13-2008, 00:41
Replies: 0
Views: 2,165
Posted By Seather
sv_pure_kick_clients/sv_pure_trace

I just noticed these two cvars, i haven't checked the output my self(the complication of triggering this put me to sleep) but there could possibly be enough info from these two cvars to do some sort...
Forum: SourceMod Anti-Cheat 08-12-2008, 16:51
Replies: 2,634
Views: 1,078,673
Posted By Seather
Re: Kigen's Anti-Cheat

Subject: sv_cheats 1 on the server, and other related misc

first post in this thread didn't make this clear to me
"(Exception being RPG, I highly advise not turning sv_cheats on yourself.)"
not...
Forum: Plugins 08-12-2008, 15:44
Replies: 24
Views: 38,210
Posted By Seather
Re: IP Range Ban

see first post for positioning of "sm_iprangeban_clear"

i'm guessing that on every map change you are adding the same bans without clearing first

it is 50 adds.
you can do
sm_iprangeban_add...
Forum: Scripting 08-09-2008, 19:32
Replies: 3
Views: 1,701
Posted By Seather
Re: Catching all commands sent by the client?

try this http://forums.alliedmods.net/showthread.php?p=667210
Forum: Plugins 08-09-2008, 19:29
Replies: 10
Views: 14,566
Posted By Seather
Show all executed commands

for testing/debuging/development

uses multiple methods, each method has different pros and cons
Forum: Plugins 08-09-2008, 19:07
Replies: 121
Views: 123,326
Posted By Seather
Re: Command Blocker

as mentioned before in this thread, there are some commands that sm_blockcommand is not capable of blocking, for example "jointeam" in cs:s

here is some code that fixes that (might have a problem...
Forum: Plugins 08-08-2008, 23:16
Replies: 7
Views: 36,508
Posted By Seather
Re: Private CVar Listing

i've modified it to have an optional search feature, and not only search by name, but also cvar/command and flags

sm_cclist [search] [AND contains] [AND contains] [...]

cheat cvars
sm_cclist...
Forum: Plugins 08-08-2008, 20:41
Replies: 13
Views: 14,855
Posted By Seather
Client Cvar Spy

access required: rcon flag

sm_cvarspy_scan <#userid|name> [optional cvar name]

sm_cvarspy_scan (#userid|name) (cvar name)
Fetch cvar value for specified cvar, on targeted client
...
Forum: Metamod:Source Plugins 08-05-2008, 16:13
Replies: 56
Views: 29,937
Posted By Seather
Re: CafeBlock - Significantly reduce the amount of cheaters on your server.

Its not clear exactly what numbers this plugin is blocking, is this done on purpose?

I'd like to point to other cafe blockers who do provide exact numbers/methods.

What do you think of these?
...
Forum: Plugins 08-04-2008, 23:26
Replies: 24
Views: 38,210
Posted By Seather
IP Range Ban

example server.cfg:

sm_iprangeban_clear
sm_iprangeban_add "127.0.0.0" "127.0.0.255"
sm_iprangeban_add "192.168.0.0" "192.168.255.255"


TODO: IP v6 support
Forum: Unapproved Plugins 07-22-2008, 14:07
Replies: 12
Views: 9,494
Posted By Seather
Re: Server Status

built in command "condump" saves console text to a text file, like the screen shot command.

here is an incomplete not-released plugin i wrote a long time ago that is very similar to this plugin,...
Showing results 1 to 25 of 95

 
Forum Jump

All times are GMT -4. The time now is 10:38.


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