hanK | TRADEIT
hanK   Pune, Maharashtra, India
 
 
:luckclover::luckclover::luckclover::luckclover::luckclover::luckclover::luckclover::luckclover::luckclover::luckclover::luckclover:
WELCOME TO MY PROFILE
:e3big::e3big::e3big::e3big::e3big::e3big::e3big::e3big::e3big::e3big::e3big:
Offline
Gablota prac graficznych
sam
2 1
CFG
// Config - Updated 2022-01-31
// starting command: -novid -no-browser -nojoy -freq 75 +snd_use_hrtf 0 -tickrate 128


echo Config Loaded! (1/2) //This confirms that the config has been loaded

// Content
// 1. Main Settings
// 2. Bindings
// 3. Crosshair
// 4. Hud
// 5. Radar
// 6. Mouse
// 7. Viewmodel
// 8. Bob
// 9. Rates
// 10. Net
// 11. Video
// 12. Sound
// 13. Other
// 14. Scripts

// 1. Main Settings
con_enable "1" //Enables Console
gameinstructor_enable "0" //Removes in-game instructions
cl_showhelp "0" //Removes on-screen help
cl_autohelp "0" //Removes automatic help
cl_disablefreezecam "1" //Disables Freezecam
cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server

// 2. Bindings
//buy BINDS

// buy binds generated by csgobuynds.com
bind "kp_ins" "buy ak47; buy m4a1;"
bind "kp_del" "buy vest;"
bind "kp_end" "buy fiveseven; buy tec9;"
bind "kp_downarrow" "buy deagle;"
bind "kp_pgdn" "buy aug; buy sg556;"
bind "kp_5" "buy awp;"
bind "kp_rightarrow" "buy famas; buy galilar;"
bind "kp_leftarrow" "buy mac10; buy mp9;"
bind "kp_home" "buy flashbang;"
bind "kp_uparrow" "buy smokegrenade;"
bind "kp_pgup" "buy molotov; buy incgrenade;"
bind "kp_plus" "buy hegrenade;"
bind "kp_enter" "buy vesthelm;"
bind "kp_slash" "buy p250;"
bind "kp_multiply" "buy ump45;"
bind "kp_minus" "buy defuser;"

// Other Binds
bind c "use weapon_c4; drop"
bindtoggle ' gameinstructor_enable
r_drawtracers_firstperson 1

// grenade binds
bind "3" "use weapon_knife; use weapon_smokegrenade"
bind "4" "use weapon_knife; use weapon_incgrenade; use weapon_molotov"
bind "2" "use weapon_knife; use weapon_hegrenade "
bind "MOUSE3" "use weapon_knife; use weapon_flashbang"

// 3. Crosshair (green cross)
//CROSSHAIR CVARS
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cl_crosshair_drawoutline "0.000000"
cl_crosshair_dynamic_maxdist_splitratio "0"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "1"
cl_crosshair_dynamic_splitdist "2"
cl_crosshair_friendly_warning "1"
cl_crosshair_outlinethickness "2.500000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "2"
cl_crosshair_t "0.000000"
cl_crosshairalpha "200.000000"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "0.000000"
cl_crosshairgap "-3.000000"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "120"
cl_crosshairsize "2.000000"
cl_crosshairstyle "4.000000"
cl_crosshairthickness "1.000000"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-5"


//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



// 4. Hud (Personal preference)
hud_scaling "0.95" //Scales hud elements to maximum value
hud_showtargetid "1" //Enables display of target names, important
cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
cl_hud_color "6" //Makes the hud color yellow, for banana style
cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
cl_hud_playercount_pos "0" //Puts player information in the bottom instead of top
cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
cl_hud_background_alpha "0.4" //Hidden but still visible black bars, easy on the eyes
cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
cl_teamid_overhead_always 1 //Always show team behind walls
safezonex "1" //Screen width percentage for the hud (I've changed these values since 2017-04-24 back to 1 instead of 0.85)
safezoney "1" //Screen height percentage for the hud (I've changed these values since 2017-04-24 back to 1 instead of 0.85)

// 5. Radar (Optimized radar settings)
cl_teammate_colors_show 2 //Show letters in radar
cl_hud_radar_scale "1" //Radar size, not too big and not too small
cl_radar_scale "0.8" //Radar map scale size, 0.4 works on all maps
cl_radar_always_centered "0" //Centers map instead of player
cl_radar_icon_scale_min "1" //Minimum player icon scale

// 6. Mouse (Makes sure mouse is using "Raw Input" & "No Acceleration")
m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
m_customaccel "0" //Custom mouse acceleration disabled
m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
zoom_sensitivity_ratio_mouse "0.714933027098955175" //Fixes your zoom sensitivity to act as your real sensitivity, default value is 1.
sensitivity 1.54

//7. View modal
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "68"
viewmodel_offset_x "-0.800000"
viewmodel_offset_y "-2.000000"
viewmodel_offset_z "-2.000000"
viewmodel_presetpos "0"
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"











echo Config Loaded! (2/2) //This just confirms that the config has ended successfully

// 14. Scripts
// SCRIPTS BELOW - Optional!

echo HEY YOUR CONFIG IS LOADED enjoy!!!!



// Netgraph inside Scoreboard
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet" //Bind to whatever you prefer (Default TAB)






// Toggle Info Target ID 2017-03-16
alias "ToggleInfo" "info_on"
alias "info_on" "+cl_show_team_equipment; alias ToggleInfo info_off"
alias "info_off" "-cl_show_team_equipment; alias ToggleInfo info_on"
info_on


Ostatnia aktywność
3 764 godz. łącznie
Ostatnia gra: 14 stycznia
174 godz. łącznie
Ostatnia gra: 31 grudnia 2024
57 godz. łącznie
Ostatnia gra: 20 grudnia 2024
elgobleno 2 grudnia 2021 o 3:17 
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣷⠘⢆
⠀⣄⠀⠀⠀⠀⠀⠀⠀⠀⡷⢼⡄⠈⢣⡀
⠸⡏⠓⢤⡀⠀⠀⠀⠀⠀⢳⠀⠙⠀⠀⠈⢦⡀
⠀⢳⡀⠀⠈⠓⠦⣄⡀⠹⣾⠷⠀⠀⠀⠀⠀⢳⡀
⠀⡶⠷⣤⠀⠀⠀⠀⠉⠉⠛⠓⠲⠦⣤⣀⠀⠀⣧⠀⠀⠀⡤⠶⠲⢤
⠀⠹⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠲⢿⡀⣠⠞⠀⠀⠂⠀⣟⣲⡶
⠀⠀⠈⣓⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠁⠀⠀⢀⣀⡴⠋⠁
⠀⠀⠀⢯⡀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡿⠁
⠀⠀⠀⠀⠉⢽⣋⣀⣀⣀⣀⣤⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠃
⠀⠀⠀⠀⠀⠀⠀⠉⣉⡥⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⢀⡴⠁
⠀⠀⡴⠒⠒⠒⠚⠋⠁⠀⠀⣠⠴⠶⠤⠤⠤⠤⠖⠁
⠀⠀⠓⠒⢲⠞⠋⣀⠀⠀⡼⠁
⠀⠀⠀⠀⠯⠤⢞⡏⠀⡸⠁
⠀⠀⠀⠀⠀⠀⠸⣥⠜ 𝐻𝑎𝑣𝑒 𝑎 𝑙𝑜𝑣𝑒𝑙𝑦 𝑑𝑎𝑦
elgobleno 17 września 2021 o 4:47 
░░░░░░░█▐▓▓░████▄▄▄█▀▄▓▓▓▌█
░░░░░▄█▌▀▄▓▓▄▄▄▄▀▀▀▄▓▓▓▓▓▌█
░░░▄█▀▀▄▓█▓▓▓▓▓▓▓▓▓▓▓▓▀░▓▌█
░░█▀▄▓▓▓███▓▓▓███▓▓▓▄░░▄▓▐█▌
░█▌▓▓▓▀▀▓▓▓▓███▓▓▓▓▓▓▓▄▀▓▓▐█
▐█▐██▐░▄▓▓▓▓▓▀▄░▀▓▓▓▓▓▓▓▓▓▌█▌
█▌███▓▓▓▓▓▓▓▓▐░░▄▓▓███▓▓▓▄▀▐█
█▐█▓▀░░▀▓▓▓▓▓▓▓▓▓██████▓▓▓▓▐█
▌▓▄▌▀░▀░▐▀█▄▓▓██████████▓▓▓▌█▌
▌▓▓▓▄▄▀▀▓▓▓▀▓▓▓▓▓▓▓▓█▓█▓█▓▓▌█▌
█▐▓▓▓▓▓▓▄▄▄▓▓▓▓▓▓█▓█▓█▓█▓▓▓▐█

DOGE approves you.
elgobleno 4 kwietnia 2021 o 15:32 
🐯☮ ℍ𝔸𝓟ᵖƳ 乇ᗩ𝓢тᵉᖇ ᗰα𝐓Ẹ!! 💛💎
elgobleno 29 marca 2021 o 9:32 
...,,__   ,.。='`1
     .,,..;~`''''    `''''<``彡 }
  _...:=,`'    ︵  т ︵  X彡-J
<` 彡 /  ミ  ,_人_. *彡 `~
  `~=::              Y
    i.             .:
   .\       ,。---.,,  ./
    ヽ /゙''```\;.{    \/
     Y   `J..r_.彳   |
     {   ``  `   i
     \         \   ..︵︵.
     `\         ``ゞ.,/` oQ o`)
      `i,          Y  ω /
       `i,      .    "   /
      `iミ           ,,ノ
       ︵Y..︵.,,     ,,+..__ノ``
     (,`, З о,.ノ 川彡ゞ彡Have a nice week!
elgobleno 2 marca 2021 o 10:10 
▄▂_
[█|||███████]▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ +REP +REP +REP +REP +REP
__▂▄▅█████████▅▄▃▂
I█████████████████████]
◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤
elgobleno 26 stycznia 2021 o 4:59 
✶ 🎀 𝑀𝒶𝓎 𝓉𝒽𝒾𝓈 𝑅𝑒𝓅𝓊𝒷𝓁𝒾𝒸 𝒟𝒶𝓎 𝓁𝑒𝓃𝒹 𝑒𝒶𝒸𝒽 𝒶𝓃𝒹 𝑒𝓋𝑒𝓇𝓎 𝒽𝑒𝒶𝓇𝓉 𝑔𝓇𝑒𝒶𝓉 𝓈𝓅𝒾𝓇𝒾𝓉𝓈 𝒶𝓃𝒹 𝓁🏵𝓋𝑒 𝒻🌸𝓇 𝓉𝒽𝑒 𝒸🌺𝓊𝓃𝓉𝓇𝓎.𝐿𝑒𝓉 𝓊𝓈 𝒸𝑒𝓁𝑒𝒷𝓇𝒶𝓉𝑒 𝑅𝑒𝓅𝓊𝒷𝓁𝒾𝒸 𝒟𝒶𝓎 𝒷𝓎 𝓉𝒽𝒶𝓃𝓀𝒾𝓃𝑔 𝓉𝒽☯𝓈𝑒 𝓌𝒽💞 𝓈𝒶𝒸𝓇𝒾𝒻𝒾𝒸𝑒𝒹 𝓁𝒾𝓋𝑒𝓈 𝒻🏵𝓇 𝓊𝓈. 𝑀𝓎 𝒷𝑒𝓈𝓉 𝓌𝒾𝓈𝒽𝑒𝓈 𝓉🌸 𝓎💍𝓊 🍬𝓃 𝓉𝒽𝒾𝓈 𝑅𝑒𝓅𝓊𝒷𝓁𝒾𝒸 𝒟𝒶𝓎❢ 🎀 ✶