Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 439 Bytes

CSSO Antiflash

Very simple antiflash for Source Offensive

Script just change some bytes for removing flashbang overlay

csso.write_float(flashstrength, float(0) if csso.read_float(flashstrength) == float(255) else float(255))

If m_flFlashMaxAlpha is 255, script change value to 0 and back

Installation:

  1. pip install pymem
  2. python main.py

WARNING!

Any cheats are bad. The script was created as a learning interest