rollraw / qo0-csgo

internal cs:go cheat base/template
https://www.unknowncheats.me/forum/cs-go-releases/585900-v2-qo0s-internal-cheat-base-template.html
MIT License
331 stars 99 forks source link

Cheat crashing (4.8) #42

Closed stamidyxxx closed 4 years ago

stamidyxxx commented 4 years ago

Cheat is randomly crashing with manual map and loadlib injector. Any help?

rollraw commented 4 years ago

did u debug it? (debug configuration -> attach to process -> csgo.exe -> inject with loadlib)

stamidyxxx commented 4 years ago

i did... just says some weird fucking shit ive never seen before... (ive debuged many other cheats before). manual map: https://gyazo.com/4ea0ee4224995bd24cc828104be5cd4f loadlib: https://gyazo.com/d5f264d3d7f7d24e556aad461f693d6c

rollraw commented 4 years ago

u shoul build it with debug config man image

stamidyxxx commented 4 years ago

my bad. didnt know your base does it like that.

manualmap: https://gyazo.com/539b3c12ee9fb62aa3c1a8e7cca43038 loadlib: https://gyazo.com/6664f018e6c5cf8b103f0db96d9a265f

rollraw commented 4 years ago

wtf u doing.

  1. attach to csgo.exe
  2. inject debug dll with loadlibrary injector (prefered with -insecure launch param)
stamidyxxx commented 4 years ago

yes... lol it injected in debug with loadlib. (i screenshotted the console lol)

rollraw commented 4 years ago

try with -insecure

stamidyxxx commented 4 years ago

same thing with -insecure (the console)

rollraw commented 4 years ago

manualmap: https://gyazo.com/539b3c12ee9fb62aa3c1a8e7cca43038 loadlib: https://gyazo.com/6664f018e6c5cf8b103f0db96d9a265f didn't immediately noticed it but u shown crash with manualmap, right?

stamidyxxx commented 4 years ago

didn't immediately noticed it but u shown crash with manualmap, right? yes. i crash with manual map while compiling in debug and without it. the only time i dont crash is when i build with debug and inject using loadlib

rollraw commented 4 years ago

debug is mm unjectable

stamidyxxx commented 4 years ago

debug is mm unjectable

Oh I see.. Ya anyways. I still crash while injecting with manualmap or loadlib, without debug. Any obvious reason why that would happen?

stamidyxxx commented 4 years ago

debug is mm unjectable

Oh I see.. Ya anyways. I still crash while injecting with manualmap or loadlib, without debug. Any obvious reason why that would happen?

oh i have edited nothing about the base btw... i downloaded it tried injecting and its crashing

rollraw commented 4 years ago

try to enable debug information for release mode and see whats wrong

1FIRST1 commented 4 years ago

I have a question. Where to change the style and color of the menu. And why doesn't the cheat run on windows 10, but works on version 7?

rollraw commented 4 years ago

draw_style and draw_style_color regions in draw.cpp. About winver its really weird did u tested it?

1FIRST1 commented 4 years ago

It works for me on Windows 7, but two friends do not start Windows for 10. Maybe they don't have VS drivers installed ...

1FIRST1 commented 4 years ago

Thanks for the answer anyway.

rollraw commented 4 years ago

tell them to try to install redistributables: https://github.com/rollraw/qo0-base#wrench-prerequisites

1FIRST1 commented 4 years ago

Ok, thank.

rollraw commented 4 years ago

tell me if it closes issue

stamidyxxx commented 4 years ago

enabled the debug, now im getting these errors: https://gyazo.com/4a4abe08a16979b487968e1269bf8d76

1FIRST1 commented 4 years ago

My friend installed all the drivers, but still this error appears. In the cheat, I did not change anything globally, only AA and the color of the menu. 13BE70A3-AC4B-4665-8798-EC4882208678

rollraw commented 4 years ago

message tells u whats wrong. VCRUNTIME140D is in Visual C++ 2015 redistributable

1FIRST1 commented 4 years ago

Well, later I will personally check everything for 10 windows and write it off. Thanks for the advice.

rollraw commented 4 years ago

@stamidyxxx did it fixed ur issue?