scp222thj / MalumMenu

An easy-to-use Among Us cheat menu with a simple GUI and lots of useful modules.
GNU General Public License v3.0
93 stars 30 forks source link

how find AmongUs.GameLibs.Steam #9

Closed pjy612 closed 1 year ago

pjy612 commented 1 year ago

how find or dump AmongUs.GameLibs.Steam ?

scp222thj commented 1 year ago

Why? What's the problem?

pjy612 commented 1 year ago

no problem, just thought I'd ask. I'd like to expand on the source to add some functionality and see what happens, but from the project AmongUs.GameLibs.Steam doesn't seem to be on nuget, so I'd like to ask how to extract it. I've never looked into il2cpp before...only learned mono.

scp222thj commented 1 year ago

You can find deobfuscated assemblies for the latest Among Us version in this modding Discord server (in the #resources channel). Just download the latest DLL and use a C# decompiler like dnSpy to read its code. To learn more on Among Us modding you can find useful guides here (however I don't recommend using the Reactor modding api when making Among Us mods because it doesn't work on public unmodded lobbies)

pjy612 commented 1 year ago

I found that the nuget package is on nuget.bepinex.dev, adding a new source for the package should be fine

pjy612 commented 1 year ago

By the way, it is recommended that the shortcut for triggering the window be set to be configurable using Config.Bind

scp222thj commented 1 year ago

I found that the nuget package is on nuget.bepinex.dev, adding a new source for the package should be fine

Isn't this package already present in nuget.config and MalumMenu.csproj?

By the way, it is recommended that the shortcut for triggering the window be set to be configurable using Config.Bind

That's an interesting idea that I might implement in the future, since as you can see from some of the other open issues the DELETE key doesn't seem to be working for some people

pjy612 commented 1 year ago

这个包是否已存在于nuget.configMalumMenu.csproj中?

I apologize for my oversight.