Coder Social home page Coder Social logo

chameleon-ng's People

Contributors

aixxe avatar emskye96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chameleon-ng's Issues

VAC BAN? or VAC ERROR?

If you inject this DLL, will you get VAC BAN?
Or will VAC authentication error occur?
(Or will the result change with DLL Injector?)

sorry my bad english

Offsets

Do we have to update any offsets for this hack??
TIA

Crashes csgo.exe on exit..

Works great, but i noticed when i exited out of csgo.. it crashes when this is loaded..

Thought you would like to know that.

StatTrak Enhancement Idea

I thought id throw it out there and see what you guys think..

How about a way to have it update the stattrak count locally for a weapon?

ALT+TAB while chameleon-ng menu open

I notice an issue if i have the chameleon menu open and i accidentally alt+tab out of csgo..
Bad things happen.. It doesn't alt tab out right... The CSGO window and chameleon menu are still on screen..

I've figured out a workaround when i do this by just alt+tabbing back, sometimes works.. or i have to ctrl+alt+del and go to task manager.. then alt+tab again or a few times.. then it gets it back to the csgo window..

Thought you guys would like to know.. :)

New CSGO Compiler

Can you update the signatures to make the cheat work on the newest update?

VAC Error (not ban)

Was working great for months.. But now I get some sort of VAC error message..
Popup Message Screen Capture

I'm not using any other hacks and using my own injector..

Page that pops up afterwards says:

Modifying game files and/or in-game textures may cause this error.

Please remove any custom textures, skin changers, or software that modifies game files and restart your computer. We also recommend verifying your game files after making these changes.

Am I the only one that's getting this?

Use persistent configuration.

Re-compiling to change skins in current year? I'm thinking flat files in the same folder as the DLL, even using GetPrivateProfile* functions would be a massive step up. I wouldn't mind including some JSON library but if we can stick to WinAPI functions that would be a lot nicer.

Updating offsets

Is there any way for someone to give me some insights how to go about it?

fix - ALT+TAB while chameleon is open

I think i figured out a fix to the crazyness that happens when you alt+tab out of csgo with the chameleon menu open. I logged all the wndproc messages while i alt+tabbed out and the 2nd msg was
WM_NCACTIVATE. Below modification works for me.. Do you see anything wrong with this approach?

In Renderer.cpp --> Renderer::HandleInputMessage();

bool Renderer::HandleInputMessage(UINT message_type, WPARAM w_param, LPARAM l_param) {
>>	// If alt+tab is detected, close chameleon menu to switch windows properly
>>	if (message_type == WM_NCACTIVATE && w_param == 0 ) {
>>		this->active = false;
>>	}

	// Toggle the menu when INSERT is pressed.
	if (message_type == WM_KEYUP && w_param == VK_INSERT)
		this->active = !this->active;

 
	// When the GUI is active ImGui can handle input by itself.
	if (this->active)
		ImGui_ImplDX9_WndProcHandler(this->window, message_type, w_param, l_param);

	return this->active;
}

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.