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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: GoD-Tony
Forum: Extensions 04-14-2018, 13:16
Replies: 9
Views: 7,795
Posted By GoD-Tony
Re: [hl2dm]Many fixes

can anyone re-post the the source/extension for this?
Forum: Plugins 01-21-2018, 02:41
Replies: 641
Views: 550,890
Posted By GoD-Tony
Re: Updater

No it shouldn't update a second time. Internally the plugin's status will be set to Updated...
Forum: Extensions 06-14-2017, 08:50
Replies: 82
Views: 53,587
Posted By GoD-Tony
Re: CmdFix - CS:GO Server Crash Exploit Fix

What's the error? Which OS?
Forum: Extensions 06-13-2017, 01:48
Replies: 74
Views: 69,498
Posted By GoD-Tony
Re: [CS:S/CS:GO] Bot Attack Control

Mind PM'ing me your code? I'll take a look.
Forum: Extensions 06-09-2017, 04:53
Replies: 74
Views: 69,498
Posted By GoD-Tony
Re: [CS:S/CS:GO] Bot Attack Control

The latest gamedata is in the first post. If you're on CS:GO & Windows then you'll need the latest build as well.
Forum: Plugins 05-27-2017, 01:24
Replies: 50
Views: 41,897
Posted By GoD-Tony
Re: [CS:S] Napalm Lag Fix

Try the updated gamedata: https://bitbucket.org/GoD_Tony/napalmlagfix/raw/default/napalmlagfix.games.txt
Forum: Extensions 05-15-2017, 01:16
Replies: 74
Views: 69,498
Posted By GoD-Tony
Re: [CS:S/CS:GO] Bot Attack Control

Thanks for the help, but the reason I haven't posted an update is because CBaseEntity::InSameTeam is now inlined on Windows and can't be detour'd. It's going to take more than gamedata to get it...
Forum: Plugins 04-14-2017, 01:33
Replies: 641
Views: 550,890
Posted By GoD-Tony
Re: Updater

It's from the allchat plugin (https://forums.alliedmods.net/showthread.php?p=1593727). You can see the message here in its update config: http://vsdir.com/sm/allchat/update.txt
Forum: Source Servers (SRCDS) 12-19-2016, 00:21
Replies: 13
Views: 9,688
Posted By GoD-Tony
Forum: Extensions 12-07-2016, 12:50
Replies: 61
Views: 45,452
Posted By GoD-Tony
Re: HTTP Server w/ RCon Multiplexer

A small tip I just realized: Most web servers will do this automatically, but if you gzip your web files then you'll get faster page loads. Just be sure to add the proper WebResponse header.
...
Forum: Extensions 11-29-2016, 00:40
Replies: 82
Views: 53,587
Posted By GoD-Tony
Re: CmdFix - CS:GO Server Crash Exploit Fix

Updated Linux gamedata, untested though.
Forum: Extensions 11-09-2016, 07:14
Replies: 82
Views: 53,587
Posted By GoD-Tony
Re: CmdFix - CS:GO Server Crash Exploit Fix

Are you sure you're running the latest version?
Forum: Extensions 11-08-2016, 16:10
Replies: 82
Views: 53,587
Posted By GoD-Tony
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

In hindsight I should have just added a forward for plugins upon detection instead of the kick cvar, but glad that this works too. Thanks!
Forum: Source Servers (SRCDS) 11-06-2016, 01:34
Replies: 13
Views: 9,688
Posted By GoD-Tony
Re: [CS:GO] Blank map in server browser with GOTV+hibernation

Someone want to give this fix a try? I'll move it into a new thread if it works.

Edit: It might require a map change if you late-load it mid map.
Forum: Extensions 11-03-2016, 05:38
Replies: 82
Views: 53,587
Posted By GoD-Tony
Re: CmdFix - CS:GO Surf Server Crash Exploit Fix

I've added a convar to disable kicking. If it works for you then I'll move it to the first post.

ConVar cmdfix_kick("cmdfix_kick", "1", FCVAR_NONE, "Determines whether to kick a client when...
Forum: Coding MM:S Plugins & SM Extensions 09-24-2016, 10:04
Replies: 4
Views: 3,296
Posted By GoD-Tony
Re: [SOLVED]Detour ShouldHitEntity

I would have replied here earlier if this wasn't marked as "solved". Anyway in response to your PM:
It's referring to these member vars:...
Forum: Source Servers (SRCDS) 06-29-2016, 07:58
Replies: 131
Views: 61,160
Posted By GoD-Tony
Re: CS:GO Server Crash Exploit

Here's a quick attempt at porting backwards's fix to an SM extension. Let me know if it causes issues.

Edit: https://forums.alliedmods.net/showthread.php?t=288733
Forum: Extensions 06-29-2016, 07:58
Replies: 82
Views: 53,587
Posted By GoD-Tony
CmdFix - CS:GO Server Crash Exploit Fix

This extension fixes a known crash that can occur (usually by malicious clients) when CS:GO's sv_clamp_unsafe_velocities ConVar is set to 0, which is pretty much required for surf servers.

It is...
Forum: Source Servers (SRCDS) 05-23-2016, 14:53
Replies: 36
Views: 17,287
Posted By GoD-Tony
Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]

I'll have to take a look at the linux issues in a day or so. Thanks for the report.
Forum: Source Servers (SRCDS) 05-23-2016, 01:53
Replies: 36
Views: 17,287
Posted By GoD-Tony
Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]

Thanks, I've updated the post above to remove the auto-kicking. From now on it will silently block abuse instead.
Forum: Source Servers (SRCDS) 05-22-2016, 05:32
Replies: 36
Views: 17,287
Posted By GoD-Tony
Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]

This is an exploit that's starting to become more popular. Here is an SM extension that should block/log & kick any player that attempts to crash the server this way.

[CMDFIX] GoD-Tony (ID:...
Forum: Plugins 05-10-2016, 04:30
Replies: 641
Views: 550,890
Posted By GoD-Tony
Re: Updater

It's just a matter of my web server being temporarily offline. Updater will continue to function and you can safety ignore that error.
Forum: Extensions 03-22-2016, 01:04
Replies: 61
Views: 45,452
Posted By GoD-Tony
Forum: Source Servers (SRCDS) 03-21-2016, 11:42
Replies: 170
Views: 98,092
Posted By GoD-Tony
Re: CSGO - have fun with the server lagger exploit

Glad the extension is working for the most part. If Valve doesn't fix it within the week then I'll throw out an update with the requested features (logging, valid cvar checks, etc).
Forum: Source Servers (SRCDS) 03-20-2016, 08:47
Replies: 170
Views: 98,092
Posted By GoD-Tony
Re: CSGO - have fun with the server lagger exploit

Alright if anyone still has this issue you can give this extension a try. It'll kick a player if they spam over 1000 cvar/setinfo changes.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:58.


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