| Armedia_1831 a întrebat:

Cine imi poate da si mie un script de anti-flash bun si sa imi zica cum il instalez va rog frumos dau funda mare(pentru jocul Counter-Strike)

1 răspuns:
| NacRonDX a răspuns:

Uite iei asta si il pastezi la sfasitul configului din folderu cstrike :

// Anti-Flash Exploit Script [fullupdate]
// By: Q-bA11 - 04/07/07
// scripting.elxDraco.net
// Important: Works but lags your HUD!

alias echo_on.rZ2 "motdfile echo.txt; cl_showfps 0"
alias echo_off.rZ2 "developer 1; motd; developer 0; motdfile motd.txt"
hud_drawhistory_time "0.01"

alias AntiFlash_Tog.rZ2 "AntiFlash_On.rZ2"
alias AntiFlash_On.rZ2 "weapon_knife; flash; flash; wait; alias _special AntiFlash_Loop.rZ2; AntiFlash_Loop.rZ2; echo_on.rZ2; motd_write [Loading Anti-Flash...]; echo_off.rZ2; speak activated; alias AntiFlash_Tog.rZ2 AntiFlash_Off.rZ2"
alias AntiFlash_Off.rZ2 "alias _special; echo_on.rZ2; motd_write [Anti-Flash Loaded]; echo_off.rZ2; speak deactivated; alias AntiFlash_Tog.rZ2 AntiFlash_On.rZ2"
alias AntiFlash_Loop.rZ2 "fullupdate; wait; special"

// Edit Here:
bind "alt" "AntiFlash_Tog.rZ2"

UPDATE 2010

// Software Mode Only
// NoSmoke / NoFlash
// By rpg7 AKA H3av3nBoss
// scripting.elxDraco.net

d_spriteskip "-1"

alias +noflash.rZ2 "r_luminance 1"
alias -noflash.rZ2 "r_luminance 0"
bind f "+noflash.rZ2"

Bafta