Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snaacky/emerald
External no flash for CS:GO
https://github.com/snaacky/emerald
cheat csgo emerald flash hack hacks no no-flash pymem python script vac
Last synced: 12 days ago
JSON representation
External no flash for CS:GO
- Host: GitHub
- URL: https://github.com/snaacky/emerald
- Owner: Snaacky
- License: unlicense
- Created: 2017-09-04T17:22:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T16:34:30.000Z (about 3 years ago)
- Last Synced: 2024-05-01T23:45:58.680Z (9 months ago)
- Topics: cheat, csgo, emerald, flash, hack, hacks, no, no-flash, pymem, python, script, vac
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emerald
No flash cheat for CS:GO.## Get Started
1. Clone the repository
```
git clone https://github.com/Snaacky/Emerald.git
```2. Install the prerequisites
```
pip install -r requirements.txt
```3. Execute the script in a terminal with elevated privileges
```
python emerald.py
```## Warning
Emerald comes as is with no guarantees regarding its standing with VAC. This is a cheat and will get you banned if you attempt to use it on any cheat protected servers.## Common Issues
* Issue: The token does not have the specified privilege.
* Fix: The terminal or interpreter must be ran with administrator privileges.* Issue: `AttributeError: 'NoneType' object has no attribute` or any other Python error.
* Fix: Make sure you are running at least Python 3.5 (future versions may have breaking issues), have installed the correct versions of the required modules from requirements.txt, and have updated the offsets to the latest version of CS:GO.## Requirements
* Windows (minimum Vista, recommended 7/8.1/10)
* [Python 3.5](https://www.python.org/downloads/)
* [Python for Windows Extensions](https://github.com/mhammond/pywin32)
* [Pymem](https://github.com/srounet/Pymem)