ExtraJuiceMan / ChristWareAmongUs

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

Yo #1

Closed GreenMan36 closed 4 years ago

GreenMan36 commented 4 years ago

I have no clue about cheats but enough to have compiled a few programs in the past. I'm using MSbuild from cmd using C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin> ./msbuild.exe "C:\Users\<My Username>\Desktop\ChristWareAmongUs-master" and its spitting a few errors.

After the first runs I got this https://pastebin.com/07NE45H9

After lazily dumping #include "pch-il2cpp.h" after the files that where giving errors I only got 4, all pointing to x64\Debug\ChristWareAU.pch'. https://pastebin.com/cqsnhLZR

Any help?

controlado commented 4 years ago

How?

GreenMan36 commented 4 years ago

Asked someone else to compile it instead but I'm getting this:

Initializing...
2Failed to create DeviceAndSwapChain onD3D_DRIVER_TYPE_REFERENCE; Error Code:-2005270527
4Failed to create DeviceAndSwapChain onD3D_DRIVER_TYPE_SOFTWARE; Error Code:-2147024809
1Failed to create DeviceAndSwapChain onD3D_DRIVER_TYPE_HARDWARE; Error Code:-2005270527
5Failed to create DeviceAndSwapChain onD3D_DRIVER_TYPE_WARP; Error Code:-2005270527
Failed to create DeviceAndSwapChain for all driver types.
Successfully hooked a function: KeyboardJoystick_HandleHud

And no UI on delete, console is open.

GreenMan36 commented 4 years ago

Manual works fine gg

ExtraJuiceMan commented 4 years ago

I've made it clear in "Usage" what settings you need to have your compiler set to:

Compile the project (x86, Release)

Obviously this is not the case since you're looking in x64\Debug...