qo0-csgo icon indicating copy to clipboard operation
qo0-csgo copied to clipboard

internal cs:go cheat base/template

Results 16 qo0-csgo issues
Sort by recently updated
recently updated
newest added

This PR improves compilation times. Results of a clean build on a 4-core CPU: - **Release**: - before: **56531 ms** - after: **32473 ms** - **Debug**: - before: **39149 ms**...

@rollraw @danielkrupinski (I would like your input on this matter) https://github.com/rollraw/qo0-base/blob/master/base/core.cpp ### References DllMain: - https://docs.microsoft.com/en-us/windows/win32/dlls/dllmain - https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-best-practices - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mscs/implementing-dllmain DisableThreadLibraryCalls: - https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-disablethreadlibrarycalls - https://books.google.com/books?id=GbNCAwAAQBAJ&pg=PT448&lpg=PT448&dq=Inside+Windows+debugging+DisableThreadLibraryCalls&source=bl&ots=mryQSoOEvZ&sig=ACfU3U3fsI-Me-zj_8IfgJXUzlwkt794sw&hl=en&sa=X&redir_esc=y#v=onepage&q=Inside%20Windows%20debugging%20DisableThreadLibraryCalls&f=false - https://microsoft.public.development.device.drivers.narkive.com/JYxBPTOn/proper-msvc-dll-usage-in-port-monitor-print-driver CRT: - https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features?view=msvc-170...

improvement

currently does not build with clang-cl which is a bummer because msvc compiled binaries notoriously perform unreasonably badly, which effects the usability for more advanced features that require a well...

enhancement

I've coded a legit cheat on alpha's base before, currently adding legitbot to qo0 and having trouble finding the variable for the so called "viewangles" Here's the code from my...

✨ enhancement

### References - https://walbourn.github.io/living-without-d3dx/ - https://walbourn.github.io/the-zombie-directx-sdk/ - https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009- - https://github.com/ocornut/imgui/blob/c71a50deb5ddf1ea386b91e60fa2e4a26d080074/docs/CHANGELOG.txt#L2990 - https://github.com/ocornut/imgui/blob/440824d4314b59049a196e9e6964d8e72aed25bd/backends/imgui_impl_dx9.cpp#L123 ___ - **Delete: d3dx9.lib** https://github.com/rollraw/qo0-base/blob/101e504a4cebdc9851502463ad7df46dbbb5b116/base/cinnamon.vcxproj#L235 - **Delete: d3dx9.lib** https://github.com/rollraw/qo0-base/blob/101e504a4cebdc9851502463ad7df46dbbb5b116/base/cinnamon.vcxproj#L261 - **Delete: d3dx9.lib** https://github.com/rollraw/qo0-base/blob/101e504a4cebdc9851502463ad7df46dbbb5b116/premake5.lua#L76 - **Delete: #include ** https://github.com/rollraw/qo0-base/blob/e19f443302ba954c2b534db953b6b69511174983/base/common.h#L94...

improvement

https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L612 https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L622 https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L627 https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L632 https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L637 https://github.com/rollraw/qo0-base/blob/92a3b3aefa220da941c3feee387702c772d1af82/base/utilities/draw.cpp#L648 Isn't colOutline.Set(colShape.Get()) better? Agree It's ugly to read but why would you want individual alphas?

I haven't tested this code because I don't have enough bandwidth to download Visual Studio again, at least it's syntactically correct. This PR adds compatibility with more `LoadLibrary` DLL injectors....

tell me pls about ur value in the sv_maxusrcmdprocessticks according to my knowledge, this value can be 17 ( bypassing send_move ) so the best solution would be to change...