I hereby claim:
- I am blackcetha on github.
- I am blackcetha (https://keybase.io/blackcetha) on keybase.
- I have a public key ASCQR3tG342f8nhQVvx3UrAT2kRa_ifMyb3_4spyHpRiXgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| require "steamauth/steamauth.php"; | |
| $i = 0; | |
| foreach ($_GET as $key => $value) { | |
| $i++; | |
| if ($i == 1) { $steamauth['loginpage'] .= "?$key=$value"; continue; } | |
| $steamauth['loginpage'] .= "&$key=$value"; | |
| } | |
| steamlogin(); | |
| ?> |
| // Show net_graph with scoreboard | |
| alias "+netg" "netg2; +showscores" | |
| alias "-netg" "netg3; -showscores" | |
| alias "netg2" "net_graph 1" | |
| alias "netg3" "net_graph 0" | |
| bind "TAB" "+netg" | |
| // MOUSE ACCEL FIX | |
| m_customaccel "0" | |
| m_mouseaccel1 "0" |
| bind w +mfwd | |
| bind s +mback | |
| bind a +mleft | |
| bind d +mright | |
| alias +mfwd "-back;+forward;alias checkfwd +forward;" | |
| alias +mback "-forward;+back;alias checkback +back;" | |
| alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;" | |
| alias +mright "-moveleft;+moveright;alias checkright +moveright;" | |
| alias -mfwd "-forward;checkback;alias checkfwd none;" |