You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🐲
Here be Dragons ...
Oliver John Hitchcock
c0rp3n
🐲
Here be Dragons ...
I was staring at tiles all day at work, so I went on holiday to Lisbon to stare at more tiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A short script to pull and download the sripting files for Sourcemod.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So this gist should explain the techniques behind the cheating scandal in TGL through the use of recompiled server side sourcemod plugins as to avoid suspition and detection.
The brief concept was they recompiled a default plugin present on most servers thus to avoid anyone seeing any out of place files, in this case it was nextmap, so then presumably they added too or replaced the existing command in this plugin due to the plugin being opensouece and freely availible at nextmap.sp
Adding a new command
So to go into further depth, there are two approaches they could have taken the first would be adding a new console command here and the second would be too add code to the commands callback being the function Command_List as listmaps is not a admin command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workshop activity for C++, Calculate the Standard Deviation for inputted numbers. Extended to use random numbers for testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Just a testing for itterate arround a circle orr circular array.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JQuery dynamic loading for a title page for a blog or other content.
JQuery dynamic loading for a title page for a blog or other content, this approach allows me to not have repeated and data and code for each blog post.
This is just a simple implementation a more complicated one may be included later.