Iheushai
 
 
:Batsignal_Emoticon:
got vac banned by using skin changer
Currently Offline
1 VAC ban on record | Info
1501 day(s) since last ban
Config/Setting
MagiciaN [www.instagram.com]

Settings
Sensitivity: 0.76 (1000 DPI)
Res: 1920x1080

Config

////////////////////////// 1. Hud

hud_scaling "0.75" Scales hud elements to maximum value
hud_showtargetid "1" Enables display of target names, important
cl_disablefreezecam "1" Disables freezecam
cl_hud_bomb_under_radar "1" Draws bomb under radar, convenient
cl_hud_color "4" Makes the hud color purple (THIS CHANGES THE HUD COLOR)
cl_hud_playercount_showcount "0" Shows player avatars instead of numbers left
cl_hud_playercount_pos "1" Puts player information in the bottom instead of top
cl_hud_healthammo_style "0" Reverted hud style due to hidden burst mode
cl_hud_background_alpha "0.6" Hidden but still visible black bars, easy on the eyes
cl_showloadout "1" So it doesnt fade out the weapon slots, very annoying otherwise
cl_show_clan_in_death_notice "0" Tagname will not show in death notices
cl_teamid_overhead_mode "2" Always show team behind walls with equipment
cl_showhelp "0" Removes on-screen help
cl_autohelp "0" Removes automatic help
gameinstructor_enable "0" Removes in-game instructions
safezonex "1" Screen width percentage for the hud
safezoney "1" Screen height percentage for the hud

////////////////////////// 2. Radar (Optimized radar settings)

cl_teammate_colors_show "1" Show teammates as separate colors without letter
cl_hud_radar_scale "1" Optimized Radar size
cl_radar_scale "0.4" Radar map scaled down to fit all maps
cl_radar_always_centered "0" Centers map instead of player
cl_radar_icon_scale_min "1" Minimum player icon scale

////////////////////////// 3. Mouse ("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

////////////////////////// 4. Viewmodel

viewmodel_offset_x "2" Changes viewmodel view in X scale
viewmodel_offset_y "2" Changes viewmodel view in Y scale
viewmodel_offset_z "-2" Changes viewmodel view in Z scale
viewmodel_fov "68" Highest viewmodel FOV
viewmodel_recoil "0" Disable viewmodel reactions to weapon recoil & aimpunch
cl_righthand "0"
viewmodel_presetpos "0"


////////////////////////// 5. Bob (Less weapon movement)

cl_bob_lower_amt "5" How much the viewmodel lowers when running, set to lowest for less distraction
cl_bobamt_lat "0.1" How much the viewmodel moves side to side when running, set to lowest for less distraction
cl_bobamt_vert "0.1" How much the viewmodel moves up and down when running, set to lowest for less distraction
cl_bobcycle "0.98" The frequency at which the viewmodel bobs, set to default
cl_viewmodel_shift_left_amt "0.5" Lowers the crouching animation of the viewmodel
cl_viewmodel_shift_right_amt "0.25" Lowers the crouching animation of the viewmodel


////////////////////////// 6. Network (settings are optimized for high speed connection)

rate "786432" Your download rate to the server. Max rate: "786432"
cl_cmdrate "128" Max number of command packets sent to server per second
cl_updaterate "128" Number of packets per second you are requesting from the server
cl_interp "0.007813" Sets the interpolation amount, currently on the lowest value
cl_interp_ratio "1" Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
cl_lagcompensation "1" Lag compensation helps by eliminating combat latency from client side view
cl_predict "1" Skip waiting for server feedback and simulate client side movement in real-time
cl_predictweapons "1" Skip waiting for server feedback and perform client side prediction of weapon effects
mm_dedicated_search_maxping "50" Maxping Search in Matchmaking (increase this value if you can't find any games)


////////////////////////// 7. Other

func_break_max_pieces "0" Less clutter from breaking vents (especially on Mirage)
cl_use_opens_buy_menu "0" Disable button E from opening buy-menu (Useful when picking up weapons in spawn)
r_drawtracers_firstperson "0" Remove first person tracers, does not impact gameplay, just makes it easier to spray
spec_replay_autostart "0" Disable "Auto-start Killer Replay" when available

////////////////////////// 8. Scripts

Jumpthrow (For Nades)
alias "+jumpthrow" "+jump; -attack"
alias "-jumpthrow" "-jump"
bind "mouse5" "+jumpthrow" //Bind to jumpthrow

Show FPS with scoreboard in the top-left corner (less performance load than netgraph)
alias "+fps" "+score; cl_showfps 1"
alias "-fps" "-score; cl_showfps 0"

Toggle netgraph
alias "togglenet" "togglenet_on"
alias "togglenet_on" "net_graph 1; alias togglenet "togglenet_off""
alias "togglenet_off" "net_graph 0; alias togglenet "togglenet_on""

Advanced Bind Script For Nades Switching

Part 1
alias defZ "bind z radio"
alias defX "bind x slot12"
alias defC "bind c radio2"
alias defQ "bind q lastinv"
alias defE "bind e +use"
alias defF "bind f +lookatweapon"
alias defG "bind g drop"
alias def1 "bind 1 slot1"
alias def2 "bind 2 slot2"
alias def3 "bind 3 slot3"
alias defTAB "bind tab +fps"

Part 2
alias keyZ "bind z customZ"
alias keyX "bind x customX"
alias keyC "bind c customC"
alias keyQ "bind q customQ"
alias keyE "bind e customE"
alias keyF "bind f customF"
alias keyG "bind g customG"
alias key1 "bind 1 custom1"
alias key2 "bind 2 custom2"
alias key3 "bind 3 custom3"
alias keyTAB "bind tab customTAB"

Part 3
alias customZ "god"
alias customX "noclip"
alias customC "use weapon_decoy; use weapon_molotov; use weapon_incgrenade"
alias customQ "use weapon_flashbang"
alias customE "use weapon_hegrenade"
alias customF "use weapon_smokegrenade"
alias customG "use weapon_c4; drop"
alias custom1 "autobuy; r_cleardecals"
alias custom2 "buy flashbang; buy smokegrenade; r_cleardecals"
alias custom3 "buy flashbang; buy smokegrenade; buy molotov; buy flashbang; buy defuser; r_cleardecals"
alias customTAB "togglenet"

Part 4
alias +keybinds "keyZ; keyX; keyC; keyQ; keyE; keyF; keyG; key1; key2; key3; keyTAB"
alias -keybinds "defZ; defX; defC; defQ; defE; defF; defG; def1; def2; def3; defTAB"

Part 5 - Bind key to trigger secondary command
bind mouse4 +keybinds
Comments
💗 NaVid || Artwork Designer 27 Mar, 2021 @ 3:06pm 
。                 ゚   .              .
,         .  .        :butterfly:
     。    :butterfly:               ゚         。
  .        .     .          。  . 
 .          𝓗𝓪𝓿𝓮 𝓪 𝓷𝓲𝓬𝓮 𝔀𝓮𝓮𝓴𝓮𝓷𝓭ㅤㅤㅤㅤㅤ:butterfly:ㅤㅤㅤㅤㅤ   。  .
        。:butterfly:         :butterfly:        ゚   .              
,         .  .        .
     。                   ゚:butterfly:         。
  .        .     .          。  . 

UnbeatableV 12 Aug, 2020 @ 4:31am 
Went solo and got MGE as my teammates.Fun playing :steamhappy:
VacBan 4 Jul, 2020 @ 12:46pm 
+3000 rep he's our mentor or you can say he is the man who is responsible for my addiction of this xD:steamhappy:
selim 20 Jun, 2020 @ 1:38am 
he knows how to play csgo. good with awp.
JR 1 Apr, 2020 @ 10:06am 
+2 rep ♥♥♥♥♥♥♥♥ ur too good man, really a good player and nice teammate.