GithubHelp home page GithubHelp logo

Comments (10)

danyrusdem avatar danyrusdem commented on May 24, 2024

plz make it enhancement

from csgo-cheat-base.

danyrusdem avatar danyrusdem commented on May 24, 2024
//add in variables.hpp
inline bool aimbot = false;
	inline float aimbot_fov = 0.f;

	inline float rcs_x;
	inline float rcs_y;
	inline float aimbot_smoothing = 2.f;

	inline int bone;
	
	inline bool aimbot_isvisiblecheck = true;
	inline bool simple_rcs = true;

from csgo-cheat-base.

danyrusdem avatar danyrusdem commented on May 24, 2024
//menu.cpp in aim tab
menu_framework::check_box(variables::menu::x + 120, variables::menu::y + 45, variables::menu::x + 375, render::fonts::watermark_font, "aimbot enable", variables::aimbot);
			menu_framework::slider(variables::menu::x + 120, variables::menu::y + 60, 125, render::fonts::watermark_font, "fov", variables::aimbot_fov, 0.f, 10.f);
			menu_framework::slider(variables::menu::x + 120, variables::menu::y + 75, 125, render::fonts::watermark_font, "smooth", variables::aimbot_smoothing, 1.f, 5.f);
			menu_framework::check_box(variables::menu::x + 120, variables::menu::y + 90, variables::menu::x + 375, render::fonts::watermark_font, "rcs", variables::simple_rcs);
			menu_framework::slider(variables::menu::x + 120, variables::menu::y + 105, 125, render::fonts::watermark_font, "rcs x", variables::rcs_x, 1.f, 3.f);
			menu_framework::slider(variables::menu::x + 120, variables::menu::y + 120, 125, render::fonts::watermark_font, "rcs y", variables::rcs_y, 1.f, 3.f);
			menu_framework::check_box(variables::menu::x + 120, variables::menu::y + 135, variables::menu::x + 375, render::fonts::watermark_font, "visible only", variables::aimbot_isvisiblecheck);

from csgo-cheat-base.

jon4dev avatar jon4dev commented on May 24, 2024

Pasted from cleminternal/overflow and some other shit this is dont needed.

from csgo-cheat-base.

danyrusdem avatar danyrusdem commented on May 24, 2024

from csgo-cheat-base.

danyrusdem avatar danyrusdem commented on May 24, 2024

from csgo-cheat-base.

vibingdir avatar vibingdir commented on May 24, 2024

from csgo-cheat-base.

danyrusdem avatar danyrusdem commented on May 24, 2024

from csgo-cheat-base.

vibingdir avatar vibingdir commented on May 24, 2024

from csgo-cheat-base.

gr1ndy avatar gr1ndy commented on May 24, 2024

'pCSPlayer': undeclared identifier

how do I fix?


nvm

from csgo-cheat-base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.