Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Update to 2023.10.24 #605

Merged
merged 9 commits into from
Oct 28, 2023
Merged

Update to 2023.10.24 #605

merged 9 commits into from
Oct 28, 2023

Conversation

cddjr
Copy link
Contributor

@cddjr cddjr commented Oct 27, 2023

closes #604
closes #603

kotae4
kotae4 previously approved these changes Oct 27, 2023
Copy link
Member

@kotae4 kotae4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In hooks/PlainDoor.cpp the new usage of get_class can be expensive. Might cause a slow frame when these functions run on potato PCs. Might be worth saving the class variable elsewhere, or wrapping it in an if (klassPlainDoor == NULL) { // get_class } block. A micro-optimization either way.

Great work. Super fast.

@onesailant
Copy link

how can i download this files?

@onesailant
Copy link

can some help me to install this mode? my discord xxxxxxxxxx2222

@qLeooo
Copy link

qLeooo commented Oct 27, 2023

how can i download this files?

https://github.com/cddjr/AmongUsMenu/tree/2023.10.24

@cddjr cddjr marked this pull request as ready for review October 28, 2023 08:50
@cddjr cddjr requested a review from kotae4 October 28, 2023 16:14
@PokeSaibott
Copy link

i build the debug version and when i try to inject i got this error

Unable to locate PlayerControl_MurderPlayer
Unable to locate PlayerControl_RpcMurderPlayer
Unable to locate ShipStatus_RpcRepairSystem
Unable to locate ShipStatus_RepairSystem
Unable to locate Vent_ExitVent
Unable to locate PlayerControl_TurnOnProtection
Unable to locate SabotageSystemType_ForceSabTime
[16:15:05][DEBUG - AUM - cctor_finished] Class AmongUsClient Has Static Constructor: false
[16:15:05][DEBUG - AUM - Run] Game::pAmongUsClient is 0x21E67D40 -> 0x2251EB60
[16:15:05][DEBUG - AUM - cctor_finished] Class GameData Has Static Constructor: true
[16:15:05][DEBUG - AUM - Run] Game::pGameData is 0x21E67ED0 -> 0x00000000
[16:15:05][DEBUG - AUM - cctor_finished] Class PlayerControl Has Static Constructor: true
[16:15:05][DEBUG - AUM - Run] Game::pAllPlayerControls is 0x21E67F24 -> 0x22508480
[16:15:05][DEBUG - AUM - cctor_finished] Class PlayerControl Has Static Constructor: true
[16:15:05][DEBUG - AUM - Run] Game::pLocalPlayer is 0x21E67F20 -> 0x00000000
[16:15:05][DEBUG - AUM - cctor_finished] Class ShipStatus Has Static Constructor: false
[16:15:05][DEBUG - AUM - Run] Game::pShipStatus is 0x1CDD4530 -> 0x00000000
[16:15:05][DEBUG - AUM - cctor_finished] Class LobbyBehaviour Has Static Constructor: false
[16:15:05][DEBUG - AUM - Run] Game::pLobbyBehaviour is 0x1CDD4538 -> 0x00000000
[16:15:05][DEBUG - AUM - Run] Game::RoleManager is 0x1fe5cca8
Failed to hook Vent_ExitVent, error 6

@kotae4 kotae4 merged commit 9f90e91 into BitCrackers:main Oct 28, 2023
4 checks passed
GDjkhp pushed a commit to GDjkhp/AmongUsMenu that referenced this pull request Oct 29, 2023
* update types

* update

* update

* doors

* delete dleks

* add new role

* update

* fix null pointer dereference

* fix BitCrackers#516
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update for v2023.10.24 update
5 participants