Updated 10/4/2019 Here are my configs for you to use, they have been edited so you can pick what you want to use or just use them as a template. Here is what the main file looks like. The zip file will be attached for you to download.
Code:
//First a list of keyboard key names
//Hope it helps
//windows key left - LWIN
//windows key right - RWIN
//SHIFT, CTRL, ALT Left - SHIFT, CTRL, ALT
//SHIFT, CTRL, ALT Right - RSHIFT, RCTRL, RALT
//Print Screen - Can not be bound
//Scroll Lock - SCROLLLOCK
//Pause - NUMLOCK
//Insert - INS
//Home - HOME
//Page Up - PGUP
//Page Down - PGDOWN
//Delete - DEL
//End - END
//Arrow Key Up - UPARROW
//Arrow Key Down - DOWNARROW
//Arrow Key Left - LEFTARROW
//Arrow Key Right - RIGHTARROW
//You can not bind this key ;
//Slots - what they are
//slot1 - malee weapons
//slot2 - magnum
//slot3 - smg
//slot4 - shutgun
//ULX Mod Commands please bind the menu command for the love of god... Looking at you fryman...
//full list of ulx commands can be found here https://pingperfect.com/phpbb/viewtopic.php?t=659
//!menu (typing this in chat will open up the ulx menu (but just bind the one of the folling to a key))
//xgui - opens menu
//ulx menu - opens menu
//ulx gag * - the emergency gag all command (makes it so no one can use their mic(mutes you too)
//ulx gimp * - ADMIN ONLY... the emergency gimp all command (makes it so no one can type in chat
exec "/scripts/dances.cfg" //excutes this file so then we can bind alias from that file.
exec "/scripts/tickrate.cfg"
//remove // (comments) from the binds below if you want to use it.
//binds (change these to whatever keys you want) example: bind "<key>" "<command>"
//alias's
bind "alt" "+cjump"
bind "c" "msgdeath"
bind "/" "tgag"
bind "." "tgimp"
//Alias's
//crouch jump
alias +cjump "+jump; +duck"
alias -cjump "-duck; -jump"
//msg + death (types a message in chat and kills yourself instantly
alias msgdeath "say I tripped!; kill"
//toggle gag all
alias tgag "tgag1"
alias tgag1 "ulx gag *; alias tgag tgag2"
alias tgag2 "ulx ungag *; alias tgag tgag1"
//toggle mute all (again Admin only)
alias tgimp "tgimp1"
alias tgimp1 "ulx gimp *; alias tgimp tgimp2"
alias tgimp2 "ulx ungimp *; alias tgimp tgimp1"
1. No cheating
2. No glitching (such as hiding inside another object or texture which makes you invisible)
3. You must be completely visable as a prop
4. You can NOT hide in an unaccessible spot
5. You can not go to areas that are out of bounds for a map.
(such as jumping off a wall to the outside area of a map or illegal zone)
6. No excessive use of foul language
7. No Racism
8. No ghosting (automatic perma ban)
9. No mic or chat spamming or voice changers allowed
10. No trolling
11. Not allowed to switch teams to avoid being a hunter
12. No nudity in sprays
13. You are NOT allowed to hide under cars unless all 4 tires are full of air
14. If you have a problem with a player, talk with an admin and do not start a fight
Apparently several VGUI elements are broken after Garry's Mod December 2017 update. So far I have not found a fix for this.
Dbutton and Dlabels labels appear stacked in scoreboard header. Need to find a possible fix or Fretta - PropHunt scoreboard
will need re-coded using the new VGUI derma skin changes. If anyone has any insight on this let me know.