Improve Name stealer
\r character creates long space that is detectable. \e on the other hand is fully invisible
This commit is contained in:
parent
a3f58e027f
commit
70c724bf51
@ -128,7 +128,7 @@ const char *GetNamestealName(CSteamID steam_id)
|
||||
{
|
||||
|
||||
// Return the name that has changed from the func above
|
||||
return format(stolen_name, "\015").c_str();
|
||||
return format(stolen_name, "\e").c_str();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user