ValveSoftware / csgo-osx-linux

Counter-Strike: Global Offensive
http://counter-strike.net
784 stars 69 forks source link

[BUG] Resetteam Command Exploit #2685

Closed BlackYuzia closed 3 years ago

BlackYuzia commented 3 years ago

This bug works everywhere (exclude MM (5vs5 and 2vs2 mb somewhere too)

How bug works:

Video: https://www.youtube.com/watch?v=GwkdiDfYcSk

blogdron commented 3 years ago

LOL, дурдом. I go test

In competitive mode with resetteam option you permanently dead. (Linux)

I no test 2x2 and 5x5 MM

blogdron commented 3 years ago

@kisak-valve its critical bug

Bara commented 3 years ago

Unless it don't work on official servers, it will be fixed in the next 5-6 years (we've here enough examples as issues). ¯_(ツ)_/¯

blogdron commented 3 years ago

@Bara This works, in normal mode I played 3 maps in them 2 or 3 people at the beginning of the round teleported to the opponents and shot them. It's impossible to play.

Until the bug is fixed, there is simply no point in playing.

blogdron commented 3 years ago

@kisak-valve @davidw-valve @Tele42

pubzonero commented 3 years ago

Teleport Fix for the resetteam cvar.

#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public void OnPluginStart() {
    AddCommandListener(Cmd_resetteam, "resetteam"); 
}

public Action Cmd_resetteam(int client, const char[] cmd, int argc) {
    return Plugin_Handled;
}

To compile this sourcemod code, go to https://spider.limetech.io/ and copy the text into the input box

kisak-valve commented 3 years ago

Hello, per "– Fixed a bug that allowed enemy players to spawn outside of their spawn location." in the 2021-03-01 CS:GO update, please retest this issue.

blogdron commented 3 years ago

Fixed

Now this -> unknown command

BlackYuzia commented 3 years ago

@kisak-valve close pls with label fixed. :eyes: