Open-source, external CS2 cheat.

Related tags

Command-line ProExt
Overview

๐ŸŽฎ ProExt - A game enhancer for CS2

showcase

๐Ÿ“‹ Features:

  • ESP ๐Ÿ‘๏ธ
  • Aimbot ๐ŸŽฏ
  • Triggerbot ๐Ÿ’จ
  • Crosshair โŒ–
  • Radar ๐Ÿ“ก
  • Bomb Timer ๐Ÿ’ฃ
  • Spectator List ๐Ÿ‘€
  • Styling ๐Ÿ–Œ๏ธ
  • ...and more to come!

๐Ÿ’ฌ Q&A:

๐Ÿค” Is this detectable?
Yes, this may be detectable in certain circumstances, it is a user-mode cheat afterall. It is important to note that you might not be detected, other factors such as suspicious gameplay also are important to consider.

๐Ÿค” FPS drops when focusing on the menu, any way to fix that?
Yes, there is an actual fix for this. If you have turned on the developer console, you can simply run the following command to resolve this issue:
engine_no_focus_sleep 0

๐Ÿค” My antivirus says "X", is this a virus?
Of course not, it wouldn't be the brightest of ideas to open source a virus - and you can always build the software yourself if you have concerns with the auto-update system. Why the antivirus flagged the software in the first place could be because of various factors, but likely as this is a cheat.

๐Ÿ› Known Bugs:

  • โš ๏ธ ESP might not work as expected, as some players might seem to "teleport" suddenly. I suspect that the data which is being read from the game is sometimes outdated. Thankfully, this doesn't occur too often - and when it does, it is more times than not the players far away.

  • โš ๏ธ The FOV circle might flicker from two different sizes, this happens mostly when a scope is un(equipped) or the scope's zoom is changed. An easy workaround is to only enable the FOV circle to adjust your FOV, and then promptly disable it.

  • โ“ Something missing? - If you find a bug, you may open an issue on the repository and it will be added here, the bug may also be fixed in a later update.
You might also like...
An open source, programmed in rust, privacy focused tool for reading programming resources (like stackoverflow) fast, efficient and asynchronous from the terminal.

Falion An open source, programmed in rust, privacy focused tool for reading programming resources (like StackOverFlow) fast, efficient and asynchronou

Open-source compiler for the Papyrus scripting language of Bethesda games.

Open Papyrus Compiler This project is still WORK IN PROGRESS. If you have any feature requests, head over to the Issues tab and describe your needs. Y

A modern high-performance open source file analysis library for automating localization tasks

๐Ÿง› Filecount Filecount is a modern high-performance open source file analysis library for automating localization tasks. It enables you to add file an

Over-simplified, featherweight, open-source and easy-to-use authentication and authorization server.

concess โš ๏ธ Early Development: This is not production ready, yet. Do not use it for anything important. Introduction concess is a over-simplified, feat

Horus is an open source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual machine, and the Rust programming language.
Horus is an open source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual machine, and the Rust programming language.

Horus Horus is an open-source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual mach

Open source email client written in Rust and Dioxus. Under ๐Ÿ—๏ธ
Open source email client written in Rust and Dioxus. Under ๐Ÿ—๏ธ

Blazemail A full-featued, beautiful, mail client that doesn't suck. Works on mac, windows, linux, mobile, web, etc. Features, status Blazemail is curr

Open-source Fortnite launcher, built in Rust.

Instigator Instigator is a basic command-line Fortnite launcher I've been working on for the last day and a bit. It is extremely basic. It injects con

Open-source Rust framework for building event-driven live-trading & backtesting systems

Barter Barter is an open-source Rust framework for building event-driven live-trading & backtesting systems. Algorithmic trade with the peace of mind

A free and open-source DNA Sequencing/Visualization software for bioinformatics research.
A free and open-source DNA Sequencing/Visualization software for bioinformatics research.

DNArchery ๐Ÿงฌ A free and open-source cross-platform DNA Sequencing/Visualization Software for bioinformatics research. A toolkit for instantly performi

Comments
  • Player name garbled

    Player name garbled

    When the player name is not in English, garbled characters may appear, I modified the imgui initialization and added other fonts to fix this issue

        let mut file = File::open("C:/Windows/Fonts/msyh.ttc").expect("Failed open font file");
        let mut buffer = Vec::new();
        file.read_to_end(&mut buffer).expect("Failed read font file");
        imgui_context.fonts().add_font(&[
            FontSource::DefaultFontData { config: None },
            FontSource::TtfData {
                data: include_bytes!("C:/Windows/Fonts/msyh.ttc"),
                size_pixels: 13.0,
                config: Some(FontConfig {
                    oversample_h: 4,
                    oversample_v: 4,
                    glyph_ranges: FontGlyphRanges::chinese_full(),
                    ..FontConfig::default()
                }),
            }
        ]);
    

    I am not proficient Rust and I am not sure if this is the best solution.

    opened by BaLaLaLs 2
  • Triggerbot

    Triggerbot

    Hello! Before I begin, I want to express my appreciation for your code. It's very clean, and I'm a fan of the way you've structured it, even though I don't code in Rust. Returning to the topic at hand, there seems to be an issue with the triggerbot. After firing, it prevents mouse clicks for a solid 10 seconds. Is there a solution to this problem? I've also sent you a friend request on Discord. I'm eager to connect with you.

    opened by CherryLunaCupCake 2
Owner
Vytrol
I'm studying UI Design and Web & Software development.
Vytrol
A command line tool that resembles a debugger as well as Cheat Engine, to search for values in memory

Summary This is a small command-line tool designed to peek around memory of a running Linux process. It also provides filtering mechanisms similar to

null 213 Jul 4, 2023
Execution of and interaction with external processes and pipelines

subprocess The subprocess library provides facilities for execution of and interaction with external processes and pipelines, inspired by Python's sub

Hrvoje Nikลกiฤ‡ 375 Jan 2, 2023
AUR external package builder

AUR Build Server Goal This project aims to provide an external package making server based on any PKGBUILD based project. Right now it pulls AUR packa

Seรฏfane Idouchach 2 Sep 11, 2022
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.

Cucumber testing framework for Rust An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependenci

Cucumber Rust 393 Dec 31, 2022
REC2 (Rusty External Command and Control) is client and server tool allowing auditor to execute command from VirusTotal and Mastodon APIs written in Rust. ๐Ÿฆ€

Information: REC2 is an old personal project (early 2023) that I didn't continue development on. It's part of a list of projects that helped me to lea

Quentin Texier (g0h4n) 104 Oct 7, 2023
Rust library for integrating local LLMs (with llama.cpp) and external LLM APIs.

Table of Contents About The Project Getting Started Roadmap Contributing License Contact A rust interface for the OpenAI API and Llama.cpp ./server AP

Shelby Jenkins 4 Dec 18, 2023
An open source artifact manager. Written in Rust back end and an Vue front end to create a fast and modern experience

nitro_repo Nitro Repo is an open source free artifact manager. Written with a Rust back end and a Vue front end to create a fast and modern experience

Wyatt Jacob Herkamp 30 Dec 14, 2022
zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets you're watching easily into watchlists for easy access on your terminal.

zigfi zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets

Aldrin Zigmund Cortez Velasco 18 Oct 24, 2022
This utility traverses through your filesystem looking for open-source dependencies that are seeking donations by parsing README.md and FUNDING.yml files

This utility traverses through your filesystem looking for open-source dependencies that are seeking donations by parsing README.md and FUNDING.yml files

Mufeed VH 38 Dec 30, 2022
A blazing fast command line license generator for your open source projects written in Rust๐Ÿš€

Overview This is a blazing fast โšก , command line license generator for your open source projects written in Rust. I know that GitHub

Shoubhit Dash 43 Dec 30, 2022