qo0-csgo icon indicating copy to clipboard operation
qo0-csgo copied to clipboard

internal cs:go cheat base/template

Results 16 qo0-csgo issues
Sort by recently updated
recently updated
newest added

minor changes related to server time

With the release of CS:2 replacing CS:GO will this base be updated?

πŸ‘‹ question

Fix a crash when entering retakes and a rare crash that happens sometimes randomly also fixes a crash that can come from uninjecting and then injecting back in the same...

![image](https://github.com/rollraw/qo0-csgo/assets/36515039/2f0db950-3a34-4697-99e6-f420dbd333f3) might be able to recreate the way it happened to me ### How it happened: 1. Loaded into workshop map(config generator to be specific) 2. After 5 mins do...

🐞 bug
πŸ’« module/features

… with it enabled or when trying to enable it with post processing already on

🐞 bug
πŸ’« module/features

https://github.com/rollraw/qo0-csgo/blob/c477e85116d43a534dcb8e887c48091ae4146514/base/utilities/crt.h#L710 ```c++ inline Q_CRT_FORMAT_STRING_ATTRIBUTE(printf, 2, 3) int StringPrint(char* szBuffer, const char* const szFormat, ...) { va_list args; va_start(args, szFormat); const int iReturn = stbsp_vsprintf(szBuffer, szFormat, args); va_end(args); return iReturn; }...

πŸ’‘ improvement