ExtraConcentratedJuice / ChristWareAmongUs

A cheat for the recently popular fad game Among Us
MIT License
110 stars 33 forks source link

I can't compile .dll #25

Closed Andrii-Danylenko closed 3 years ago

Andrii-Danylenko commented 3 years ago

I have never worked with c++. Could you help me with instruction? Or newer files will be released in main repository?

mlucap commented 3 years ago

Download visual studio 2019. Open the .sln file. On the top change it to Release and x86, hit the build drop down and choose Build ChristWareAU, or use the shortcut Ctrl+B. Be warned that the repository is out of date for the latest release and will not work correctly. Compile #19 if you want to use radar and a few other options that currently are working with it

domints commented 3 years ago

@mlucap it just works for you? For me it's mad about not being able to resolve _D3D11CreateDeviceAndSwapChain@48 and when I show him that he needs to link in d3d11.lib it compiles, but crashes with access violation on injection.

EDIT: After resetting repo and changing it to Release it doesn't complain anymore, but still crashes.

mlucap commented 3 years ago

@domints which repo are you building? the base or void's fork? The base repo is out of date currently

domints commented 3 years ago

@mlucap both crash the game on injection. In the first place I tried original repo and it failed, so I started digging and noticed the changes. Then cloned void's fork but it crashes in the same way, just points at different addresses