SKIBIDI
 
 
(◣_◢)
Currently Online
Items Up For Trade
491
Items Owned
124
Trades Made
500
Market Transactions
Items Up For Trade
491
Items Owned
124
Trades Made
500
Market Transactions
Screenshot Showcase
DEATH STRANDING
1
CS2 Config
// Clear console
clear

// Enable developer
developer 1;
con_enable 1;

// Console filtering
// con_filter_enable 2;

echo " >> CSGO CONFIGURATION << ";
echo " ";
echo " ";

log_color Console FFFF00FF;
echo "[] Attempting to execute binds...";


// Buy binds
bind "uparrow" " buy smokegrenade;";
bind "leftarrow" " buy flashbang;";
bind "downarrow" " buy hegrenade;";
bind "rightarrow" " buy incgrenade; buy molotov;";

log_color Console 008000FF;
echo "[] Buy binds loaded!";

// // Throwable binds
// bind f "slot7"; // Flash
// bind z "slot8;";
// bind x "slot10;";
// bind c "slot6;";
// bind v "slot9;";

// Throwable binds
bind "f" "slot3; slot7";
bind "z" "slot3; slot8";
bind "x" "slot3; slot10";
bind "c" "slot3; slot6";
bind "v" "slot3; slot9";

alias +dropc4 "slot3;slot5"
alias -dropc4 "drop"
bind g "+dropc4" // Drop C4

bind "h" "drop" // Drop currently equipped weapon
bind "j" "slot12" // Use healthshot

alias +fakeflash "lastinv;slot7"
alias -fakeflash "drop"
bind "f3" "+fakeflash";

// bind "o" "toggle cl_crosshair_recoil" // Follow recoil bind
//Crosshair follow recoil
bind "o" "incrementvar cl_crosshair_recoil 0 1 1

//declare crosshairs
alias active "cl_crosshaircolor 1; cl_crosshair_recoil true"
alias passive "cl_crosshaircolor 5; cl_crosshair_recoil false"

//roll through your options
alias xhair "xhair1";
alias xhair1 "active; alias xhair xhair2"
alias xhair2 "passive; alias xhair xhair1"
w
bind "o" "xhair"

log_color Console 008000FF;
echo "[] Throwable binds loaded!";

// Jumpthrow binds
# alias "+jumpaction" "+jump;"
# alias "+throwaction" "-attack; -attack2"
# alias "-jumpaction" "-jump"
# bind alt "+jumpaction;+throwaction;"

// New jump binds
bind "alt" +jump;

// Bunnyhop binds
bind "mwheeldown" +jump;
bind "mwheelup" +jump;

// Cycle next weapon binds
alias +switch "slot3";
alias -switch "lastinv";
bind "space" +switch;

// Radio binds
bind "MOUSE4" "+radialradio2";

log_color Console 008000FF;
echo "[] Jump binds loaded!";

log_color Console 89CFF0FF;
echo "[] All binds successfully loaded!";

log_color Console FFFF00FF;
echo "[] Attempting to set crosshair settings...";

// cl_crosshair_drawoutline "1";
// cl_crosshair_dynamic_maxdist_splitratio "0.300000";
// cl_crosshair_dynamic_splitalpha_innermod "1";
// cl_crosshair_dynamic_splitalpha_outermod "0.5";
// cl_crosshair_dynamic_splitdist "7";
// cl_crosshair_friendly_warning "1";
// cl_crosshair_outlinethickness "0.828132";
// cl_crosshair_sniper_show_normal_inaccuracy "0";
// cl_crosshair_sniper_width "1";
// cl_crosshair_t "0";
// cl_crosshairalpha "200";
// cl_crosshaircolor "4";
// cl_crosshaircolor_b "50";
// cl_crosshaircolor_g "250";
// cl_crosshaircolor_r "50";
// cl_crosshairdot "0";
// cl_crosshairgap "-1.695248";
// cl_crosshairgap_useweaponvalue "0";
// cl_crosshairsize "2";
// cl_crosshairstyle "4";
// cl_crosshairthickness "0.627592";
// cl_crosshairusealpha "1";
// cl_fixedcrosshairgap "-6.000000";

// cl_crosshair_dynamic_maxdist_splitratio "0.300000";
// cl_crosshair_dynamic_splitalpha_innermod "1";
// cl_crosshair_dynamic_splitalpha_outermod "0.5";
// cl_crosshair_dynamic_splitdist "7";
// cl_crosshair_friendly_warning "1";
// cl_crosshair_outlinethickness "0.828132";
// cl_crosshair_sniper_show_normal_inaccuracy "0";
// cl_crosshair_sniper_width "1";
// cl_crosshairalpha "255"
// cl_crosshaircolor "4"
// cl_crosshaircolor_b "50"
// cl_crosshaircolor_r "50"
// cl_crosshaircolor_g "250"
// cl_crosshairdot "0"
// cl_crosshairgap "-2"
// cl_crosshairsize "2"
// cl_crosshairstyle "4"
// cl_crosshairusealpha "1"
// cl_crosshairthickness "0.5"
// cl_fixedcrosshairgap "-2"
// cl_crosshair_outlinethickness "0"
// cl_crosshair_drawoutline "0"

cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "255"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0.5"
cl_fixedcrosshairgap "-2"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "1"

log_color Console 89CFF0FF;
echo "[] Crosshair settings successfully loaded!";

log_color Console FFFF00FF;
echo "[] Attempting to set HUD & View settings...";

viewmodel_fov "68";
viewmodel_offset_x "2";
viewmodel_offset_y "2";
viewmodel_offset_z "-2";
viewmodel_presetpos "0";
cl_hud_color "4";
cl_hud_radar_scale "1.150000";
hud_scaling "0.700000";
hud_showtargetid "1";
// cl_righthand "1";
cl_color "0";
cl_radar_always_centered "0";
cl_radar_icon_scale_min "0.850000";
cl_radar_rotate "1";
cl_radar_scale "0.3";
cl_radar_square_with_scoreboard "1";

log_color Console 89CFF0FF;
echo "[] HUD & View settings successfully loaded!";

log_color Console FFFF00FF;
echo "[] Attempting to set sensitivity...";

sensitivity 1.1;

log_color Console 89CFF0FF;
echo "[] Sensitivity set!";

log_color Console FFFF00FF;
echo "[] Setting max fps...";

fps_max 200;

log_color Console 89CFF0FF;
echo "[] Max fps set!";

log_color Console FFFF00FF;
echo "[] Setting recommended gamma values...";

r_fullscreen_gamma 2.5;

log_color Console 89CFF0FF;
echo "[] Gamma settings set!";

// log_color Console FFFF00FF;
// echo "[] Setting other cs2 convars...";

// Add random weapon toggle
bind "f3" "toggle cl_dm_buyrandomweapons"

// Performance commands

//engine_low_latency_sleep_after_client_tick true;
fps_max 0;
cl_disable_ragdolls 1;
vprof_off;
iv_off;
cl_autohelp 0;
cl_hide_avatar_images 1;
cl_crosshair_friendly_warning 0;
demo_flush 0;
r_csgo_water_effects true;
r_csgo_water_refraction true;
fog_enable_water_fog 1;
r_drawparticles 1;

log_color Console 89CFF0FF;
echo "[] All settings set!";
M1SA💛💚💜 27 Nov @ 7:46am 
i found loli furry hentai on his laptop
雲 渊 29 Oct @ 3:35pm 
-rep dog
Micage 4 May @ 8:48am 
Ready to face me in CS?
76561199043720702 14 Apr @ 8:48am 
+rep from faceit
Julix |-_-| 3 Apr @ 8:46am 
+rep, good teammate
OTIT MARVS OF BAKAKENG 26 Mar @ 7:47am 
.....................▄▄▄▄▄
..................▄▌░░░░▐▄
.................▐░░░░░░░▌
......... ▄██▓░░░░░░▓█▄
....▄▀░░░▐░░░░░░▌░▒▌
.▐░░░░░▐░░░░░░▌░░░▌
▐ ░░░░░▐░░░░░░▌░░░▐
▐ ▒░░░░▐░░░░░░▌░▒▒▐
▐ ▒░░░░▐░░░░░░▌░▒▐
..▀▄▒▒▒ ▐░░░░░░▌▄▀
........ ▀▀▀▐░░░░░░▌
.................▐░░░░░░▌
.................▐░░░░░░▌
.................▐░░░░░░▌
.................▐░░░░░░▌
................▐▄▀▀▀▀▀▄▌
...............▐▒▒▒▒▒▒▒▒▌
...............▐▒▒▒▒▒▒▒▒▌
................▐▒▒▒▒▒▒▒▌
..................▀▌▒▀▒▐▀