Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #14

Closed
Dezziee opened this issue Mar 21, 2020 · 18 comments
Closed

Error #14

Dezziee opened this issue Mar 21, 2020 · 18 comments

Comments

@Dezziee
Copy link

Dezziee commented Mar 21, 2020

Capture
I've downloaded everything needed but when trying to load up the csgo_minimap it stops at the point in the picture also noticed that its named 'aaaaaaaa' etc. instead of random letters or numbers

@Speedi13
Copy link
Owner

What CPU do you use?
Does it support RDRAND? If not it might be a bit slower.

Is the title always called 'aaaaaaaa'?
Does it work without running VMProtect on the file?

@Speedi13 Speedi13 mentioned this issue Mar 22, 2020
@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

I have a Ryzen 5 3600X, it says it is supported in the screenshot but even so i've left it running throughout a whole game and it hasnt changed. The first few times i tried to load it up i didnt use VMProtect and it has always been named 'aaaaaa'. I've reset my PC as i needed to do it anyway and tried it on VMProtect but still have the same issue. I have also verified the game files multiple times, redownloaded the game but no luck. I tried running it without CSGO running and the name is still 'aaaa' so it must be something to do with the code or something other than the game.

@Speedi13
Copy link
Owner

What windows 10 version are you using? [Start "winver.exe"]

Maybe try to run my runtime installer: https://github.com/Speedi13/RuntimeInstaller/releases/download/1/VsRuntimesInstaller.zip

What AntiVirus do you use? Maybe try to disable that. [Some AntiViruses have issues with the trigger bot script]

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

The version is 1909, i've run the runtime installer and tried it but it hasnt made a difference and i dont have any AntiVirus enabled.

@Speedi13
Copy link
Owner

Did you try running it as Administrator?

Does this happen with all scripts? or only certain ones?

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

I've not tried any other script, but yeah i've ran it on admin but doesnt make a difference.

@Speedi13
Copy link
Owner

Speedi13 commented Mar 22, 2020

Strange, it must be the Random number generator.
It seems take a very long time to generate a random filled buffer for some reason.

On my test PC i had that issue with the Dual-Elliptic-Curve random number generator so I disabled it in the code.

But because your CPU supports Hardware random number generation it should only use the hardware generator.

Maybe do you have HyperV enabled? Make sure to disable HyperV.
Also disable this "Core Isolation"
image

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

I don't have core isolaton supported and dont have HyperV enabled or cant find it.

@Speedi13
Copy link
Owner

Speedi13 commented Mar 22, 2020

dont have HyperV enabled or cant find it.

https://www.isunshare.com/blog/how-to-disable-or-turn-off-hyper-v-in-windows-10-four-options/#option1

Would it be ok if I compile a version with more debug output and upload it here to send to you?
Because I can't figure the issue out any other way.

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

yeah sure, hyper v is off

@Speedi13
Copy link
Owner

Speedi13 commented Mar 22, 2020

Try to this build and post a screenshot of the result

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

image

@Speedi13
Copy link
Owner

Speedi13 commented Mar 22, 2020

lol ok, its the random number generator but not in a way I thought.

As seen in the title, it always outputs the same I guess.
That will be an issue.

I now disabled the Hardware random number generator.

Try now please.

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

Yeah thank you so much, it works. The name came up with random letters and numbers etc and its loading the gadgets and then came up with the end message. Gonna try it out ingame now thanks for your help i really appreciate it.

@Speedi13
Copy link
Owner

Speedi13 commented Mar 22, 2020

I added a check for that.
d117229

Please try if this version works. If it works I will upload it to unknowncheats ;)

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

Yeah the other version works fine in game and i've just added it and searching for a game now.

@Dezziee
Copy link
Author

Dezziee commented Mar 22, 2020

Works completely perfect, havent tried trigger or esp but dont think that matters. Thanks again

@Speedi13
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants