Here are some keybinds that are useful. For those of you that are thinking, 'we know how to keybind' I got asked to do a tutorial on it, so not everyone knows how to keybind Ok the first Keybinds are going to change the color of your crosshair. These come handy when playing on dark maps, then moving to a light map and so on. Code: the R= G= B= A= part is a reference to RGB colors. You can find a list of RGB Color online. Most of the RGB Color that I have tried have worked fine. But still I dont know if all RGB color will work for this. Aliases[29]=(Command="set Botpack.ChallengeHUD CrosshairColor(R=16,G=16,B=0,A=0)",Alias=Gold) Aliases[30]=(Command="set Botpack.ChallengeHUD CrosshairColor(R=168,G=68,B=18,A=0)",Alias=Orange) Aliases[31]=(Command="set Botpack.ChallengeHUD CrosshairColor(R=95,G=154,B=220,A=0)",Alias=Blue) The Alias= refers to a button which you will have to set for them to work. Example: 1=Gold 2=Orange 3=Blue When I press 1 in between map change or while I am disconnected from a server it will change my crosshair to Gold, 2 to Orange and 3 to Blue.