TreeTon
Max   Jamaica
 
 
My Latest Short Movie:
https://www.youtube.com/watch?v=KCN4lvPUe_w
Latest Clutches, Aces, and Epic Moments CS GO Video!
https://www.youtube.com/watch?v=4WQSJycFDYg
Latest Funny Moments CS GO Video!
https://www.youtube.com/watch?v=kudli-fdRw0

PC Spec:
cpu: Intel i7 9700k
gpu: RTX 3070 8GB
ram: HyperX Fury 32GB @ 3100mhz
monitor: 164hz
keyboard: Logitech G610
mouse: Logitech G703 Lightspeed

Mouse Settings:
Mouse DPI: 400
Sensitivity: 2.00

CS GO Rank:
Rank: Legendary Eagle Master used to be :steamhappy:
Currently In-Game
V Rising
CS GO Settings & Config
//----------------------------IN GAME SETTINGS----------------------------//
// Global Shadow Quality: High
// Model / Texture Detail: Low
// Effect Detail: Low
// Shader Detail: Low
// Multicore Rendering: Enabled
// Multisampling Anti-Alising Mode: 8x MSAA
// Texture Filtering Mode: Bilinear
// FXAA Anti-Aliasing: Disabled
// Wait for Vertical Sync: Disabled
// Motion Blur: Disabled

// --AUDIO--
// Master Music Volume: 0.33
// Main Menu Volume: 0
// Round Start Volume: 0
// Round End Volume: 0
// Bomb/Hostage Volume: 0.17
// Ten Second Warning Volume: 0.05
// Death Camera Volume: 0.02

//--KEYBOARD/MOUSE--
// Mouse Sensitivity: 2
// Zoom Sensitivity: 1
// Raw Input: On
// Mouse Acceleration: Off

//----------------------------CONFIG STARTS HERE----------------------------//
//Create Notepad, place everything below inside there
//Name Notepad file as "autoexec.cfg"
//Place it here: ...\Counter-Strike Global Offensive\csgo\cfg

con_enable "1" //Enables Console
r_drawtracers_firstperson "0"
cl_downloadfilter "nosounds"
cl_forcepreload "1"

bind "mouse5" "+voicerecord" //Binds "mouse5" as the communication button

// Jump Throw Script
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "mouse4" "+jumpthrow" //Binds "mouse4" as JumpThrow

//PRACTICE WITH BOTS
bind h "noclip" // Allows to fly
bind j "bot_place" // Places the bot at the specific location
bind k "sv_infinite_ammo 1" // Infinite Ammo ON
bind l "sv_infinite_ammo 0" // Infinite Ammo OFF

//Nade CROSSHAIR Switcher
alias "-crosshairsmoke" "cl_crosshairsize 3;cl_crosshairdot 0;cl_crosshairgap -1" //Remember to change here the values to the ones of your current crosshair.
alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -5"
bind "C" "+crosshairsmoke" //Binds "C" as Crosshair Switch

//bhop mode switcher (Switches Bhop/Change Weapon by the use of a Scroll Wheel)
bind mouse3 "bhopon" // toggle "mouse3" scroll wheel bhop
alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"

//DUCK JUMP (100% Consisten CTRL+SPACE jump, fully automatic)
alias +djump "+jump;+duck"
alias -djump "-jump;-duck"
bind space "+djump" //Binds "space" as Duck Jump

//RADAR SETTINGS (makes it better)
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"

/---------DISABLED FOR ME-----------/
//Radar zoom in-out script
//bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
//bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
/-----------------------------------/

//DEATH CAM (Disabled)
cl_disablefreezecam "1"

//Help Messages (Disabled)
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"

//NET STAT by PRESSING TAB
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet" //Binds "TAB" as Net Stat & In Game Stats

//--------------REMOVE THIS PART IF YOU DO NO NEED IT--------------//
//Hud Modification
hud_showtargetid "1" //Enables Target Names
cl_hud_bomb_under_radar 1
cl_hud_color 7
cl_hud_radar_scale 0.9
cl_radar_scale 0.3
cl_radar_always_centered 0
cl_hud_playercount_showcount 0
cl_hud_playercount_pos 1
cl_hud_healthammo_style 1
cl_hud_background_alpha 0
cl_loadout_colorweaponnames 1 //Different colors for each weapon quality
cl_radar_icon_scale_min 0.8
cl_showloadout 1 // Don't fade out the loadout
hud_scaling 0.80
safezonex 0.85
safezoney 0.85
//--------------REMOVE THIS PART IF YOU DO NO NEED IT--------------//

// Mouse Settings
m_forward 1
m_rawinput 1
m_mouseaccel2 0
m_mouseaccel1 0
m_customaccel 0
m_customaccel_max 0
m_customaccel_exponent 0
m_customaccel_scale 0

// Display Damage Script (Shows damage at the left top corner)
alias displaydamage "displaydamage_on"
alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
displaydamage_on
bind "f5" "displaydamage" //Binds "F5" to show Damage Again

//--------------DO NOT MODIFY THIS PART--------------//
// Clutch Script - Disables all the teammate's mics, enabled in-game help
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff"
alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice Enabled, I can hear you now; alias clutch clutchon"
clutchoff

bind "F2" clutch //Binds "F2" to enable Clutch mode
//--------------DO NOT MODIFY THIS PART--------------//

cl_use_opens_buy_menu "0" // Disables E from opening buy-menu.

//Bobcycle
cl_bob_lower_amt 5
cl_bobamt_lat 0.1
cl_bobamt_vert 0.1
cl_bobcycle 0.98
cl_viewmodel_shift_left_amt 0.25
cl_viewmodel_shift_right_amt 0.25

//Viewmodels
viewmodel_offset_x 1
viewmodel_offset_y 2
viewmodel_offset_z -2
viewmodel_fov 64
viewmodel_presetpos 4

//Changes Rates (doesn't work on Valve Servers)
rate 128000
cl_cmdrate 128
cl_updaterate 128
cl_interp_ratio 1
cl_interp 0
cl_lagcompensation 1
cl_predict 1
cl_predictweapons 1

//Extras
fps_max "600" //600 loads maps faster and reduces input lag
fps_max_menu "144" //Depends on your HZ of your monitor
net_graph "1" //Enables Net Graph
net_graphheight "990"
net_graphmsecs "400"
net_graphpos "2"
net_graphproportionalfont "0" //Makes Net Graph font smaller
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200"
net_scale "5"
net_steamcnx_allowrelay "1"

// No Tutorial/Info Messages
gameinstructor_enable 0
cl_showhelp 0
cl_autohelp 0
cl_disablefreezecam 1
cl_disablehtmlmotd 1

bind f4 ignoremsg

//CROSSHAIR SETTINGS
cl_crosshair_drawoutline "0"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_width "1"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshairdot "0"
cl_crosshairgap "-3"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "1"
cl_crosshairsize "2.5"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-1"

//CROSSHAIR COLOR
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"

//AUTOBUY USING NUMPAD KEYS
//SHOWS WHAT EACH BUTTON DOES
|--------|---------|---------|---------|
| NUM | / | * | - |
| LOCK | decoy | smoke | flash |
|--------|---------|---------|---------|
| 7 | 8 | 9 | + |
|--------|---------|---------| |
| 4 | 5 | 6 | GRENADE |
|--------|---------|---------|---------|
| 1 | 2 GALIL | 3 | ENTR |
| M4\AK | FAMAS | AWP | |
|--------|---------|---------| |
| 0 | . | | KEVLAR |
| | | | HELMET |
| P250 | MP7 | | DEFUSER |
|--------|---------|---------|---------|

bind "kp_ins" "buy p250;"
bind "kp_del" "buy mp7;"
bind "kp_enter" "buy vest; buy vesthelm; buy defuser;"
bind "kp_multiply" "buy smokegrenade;"
bind "kp_minus" "buy flash
bind "kp_plus" "buy hegrenade;"
bind "kp_slash" "buy decoy;"
bind "kp_end" "buy ak4
bind "kp_downarrow" "buy galilar; buy famas;"
bind "kp_pgdn" "buy awp;"
Recent Activity
65 hrs on record
Currently In-Game
2 hrs on record
last played on May 24
0.2 hrs on record
last played on May 12
Mafrav May 17 @ 6:42am 
+rep pretty good player <3
Ferdin Apr 15 @ 8:32am 
Time to level up. Game?
I NEED MORE BOULLETS Sep 20, 2023 @ 9:11am 
hari-hari shotgun kont
Pureflame Apr 7, 2021 @ 7:33pm 
hi mate, can you add me? just for a quick chat
1mpulse Feb 4, 2019 @ 10:14pm 
Hi, I can give my Tiger Tooth M9 bayonet for all of your csgo graffitties (Im collecting them) so if it's ok send me trade offer please. Trade link in my profile bio
TreeTon Jul 7, 2017 @ 8:43pm 
@Ña It can be clearly seen that you have no idea what you are saying and you have no idea where I am from. Thanks for commenting bwt. It shows that you <3 me. :steamhappy: