Fake sv_dowloadurl to players
- Send fake sv_downloadurl "URL" to all players, they still download missing content from your real URL
Simple plugin what change players convar sv_downloadurl "text"
*edit
This not protect your server downloadurl 100%
If you didn't know, players can peek server sv_downloadurl when they connected.

Cvars
- Plugin not generate config file
- To reset players sv_downloadurl back, disable plugin and change map (player need reconnect)
- To see fake url changes, add new sm_fakedownloadurl "text" and disable/enable plugin.
*edit
Seems douple backslash // broke text when type directly in cvar, (http://www.trollolloo.com/mod/).
Works when you add in config file.
- Send fake sv_downloadurl "URL" to all players, they still download missing content from your real URL
Simple plugin what change players convar sv_downloadurl "text"
*edit
This not protect your server downloadurl 100%
If you didn't know, players can peek server sv_downloadurl when they connected.
Cvars
Quote:
sm_fakedownloadurl_version "1.0" // Plugin version sm_fakedownloadurl "Add here your fake URL" // "" empty by default // Fake dowload URL to players, text max 99 length sm_fakedownloadurl_enabled "1" // 1 by default // Enable/Disable Fake dowload URL to players |
- To reset players sv_downloadurl back, disable plugin and change map (player need reconnect)
- To see fake url changes, add new sm_fakedownloadurl "text" and disable/enable plugin.
*edit
Seems douple backslash // broke text when type directly in cvar, (http://www.trollolloo.com/mod/).
Works when you add in config file.
Wyświetl pełny artykuł