generated from YimMenu/YimMenuV2
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic online compatibility and a lot of other stuff 2 (#36)
* feat(invoker): add an invoker * feat(debug): add entrypoint dumper * finishing touches * feat(settings): add settings * feat(anticheat_bypass): hook SendMetric * feat(menu): basic online support * feat(vc): add voice chat override * feat(gui): GUI refactor * fix: fix hotkeys * feat(protections): add a basic remote TP protection (untested) * fix: rewrite gadget protection * fix: don't zero out entity ptr * feat(protections): basic sync protections * feat(protections): improve protections * fix(renderer): add font support for Vulkan renderer * feat(protections): improve protections * feat: more protections * feat(players): add a player service * finishing touches * fix merge * fix: code review fixes * Added tp to waypoint * Notification service & some features * Added expiry bar to notifications * feat(protections): add an object model mismatch check * Merge Marcezsa's patch * Changed minisubmenu highlights * Readded teleport util files * Added half working spectate * Fixed spectate --------- Co-authored-by: maybegreat48 <email@hostname>
- Loading branch information
Showing
130 changed files
with
5,079 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,9 @@ namespace YimMenu | |
{ | ||
OnCall(); | ||
} | ||
|
||
void Command::MarkDirty() | ||
{ | ||
Commands::MarkDirty(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.