Installation:
Drag and drop into your garrysmod/garrysmod folder!
Loading:
Inject the bypasser of your choice (or just go on a server with sv_allowcslua set to 1!)
Open the script (lua_openscript_cl cs_loader.lua)
Type "cs_load all" to load all the scripts OR you can type "cs_load *scriptname*" to only load that specific script
Edit all the convars to your choice!
Done!
Unloading:
Type "cs_unload all" to unload all the scripts OR you can type "cs_unload *scriptname*" to only unload that specific script
How to get YOUR custom script added:
Make sure it follows the load/unload sequence (name all hooks properly, aka if your file is called hackerman name all the hooks CS.Hackerman)
Make a pull request on the github page *COUGH* cdriza/cdrizas_scripts *COUGH*
I'll look over it and you should expect your script to be added!