shlifedev / among-us-memory

my among us hacking utility
196 stars 57 forks source link

Cheese.GetAllUsers() always returns an empty List #22

Closed Assgent closed 4 years ago

Assgent commented 4 years ago

This seems to be a new bug, but Cheese.GetAllUsers() always returns an empty list regardless of conditions. Perhaps the game's offsets changed?

shlifedev commented 4 years ago

Hello, Sorry I am very busy at the company, so I cannot check the current issue. If game version has been updated, please check this document. Very easy.

here : https://github.com/shlifedev/AmongUsMemory/blob/master/OffsetGuide.md

ohkriss commented 4 years ago

Here is updated offsets, just replace these with the ones in EngineOffset.cs.

public static string PlayerControl_Pointer = "GameAssembly.dll+1468910"; public static string ShipStatus_Pointer = "GameAssembly.dll+146885C"; public static string AmongusClient_Pointer = "GameAssembly.dll+1468840"; public static string PlayerControl_GetData = "55 8B EC 80 3D 2A FC ??";

shlifedev commented 4 years ago

@ohkriss thank. 👍