This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
YimMenu
Archived
Watch
1
Star
0
Fork
0
You've already forked YimMenu
Code
Actions
Releases
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu
/
src
History
Andreas Maerten
8fa0583f05
chore: remove migration code (
#2424
)
2023-11-16 23:43:04 +01:00
..
backend
Removed globalplayer_bd IsInvisible set call. (
#2416
)
2023-11-16 19:47:19 +01:00
core
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
file_manager
Disable path traversal for Project File/Folder and added Session Switch command (
#1908
)
2023-08-02 21:38:22 +02:00
fonts
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
gta
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
gui
Clone Debug Globals into Debug Locals (
#2419
)
2023-11-16 14:17:46 +01:00
hooks
Fix submarine car crash protection (
#2387
)
2023-11-05 23:00:48 +01:00
http_client
refactor: Implement HTTP client with proxy support (
#2146
)
2023-10-30 21:18:32 +01:00
logger
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
lua
feat(lua): add tunable overloads for getting / setting values through the already joaated tunable value. (
#2417
)
2023-11-14 20:21:03 +01:00
memory
fix(byte_patch): sometimes the page protections get modified between
apply
and
restore
: make sure the protections are fine for us to memcpy. (
#1831
)
2023-07-24 16:13:09 +02:00
native_hooks
fix: Health decuction while in god mode (
#2398
)
2023-11-09 10:34:00 +01:00
services
Removed log.info call from tunables_service. (
#2420
)
2023-11-16 14:18:39 +01:00
util
chore: remove migration code (
#2424
)
2023-11-16 23:43:04 +01:00
views
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
widgets
Refactored ImGui::Bitfield to use std::format. (
#2410
)
2023-11-12 14:20:08 +01:00
byte_patch_manager.cpp
Fix lua explosion bypass (
#2255
)
2023-10-12 23:34:46 +02:00
byte_patch_manager.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
call_hook.cpp
Bypass integrity checks (
#2216
)
2023-10-07 17:19:46 +02:00
call_hook.hpp
Bypass integrity checks (
#2216
)
2023-10-07 17:19:46 +02:00
common.hpp
Refactored writing RandomID into a set that's locally tracked by the user. (
#2376
)
2023-11-03 18:34:22 +01:00
crossmap.cpp
Add Garage drop-down to Spawn PV menu (
#2171
)
2023-09-22 23:16:33 +02:00
crossmap.hpp
Add Garage drop-down to Spawn PV menu (
#2171
)
2023-09-22 23:16:33 +02:00
detour_hook.cpp
refactor(detour_hook): don't use detour hook pointers, should speed up hooks ticking (skip a deref compared to before) (
#1827
)
2023-07-24 09:40:28 +02:00
detour_hook.hpp
refactor(detour_hook): don't use detour hook pointers, should speed up hooks ticking (skip a deref compared to before) (
#1827
)
2023-07-24 09:40:28 +02:00
fiber_pool.cpp
Play audio on voice chat and more (
#1053
)
2023-03-09 12:23:01 +00:00
fiber_pool.hpp
Play audio on voice chat and more (
#1053
)
2023-03-09 12:23:01 +00:00
file_manager.cpp
Disable path traversal for Project File/Folder and added Session Switch command (
#1908
)
2023-08-02 21:38:22 +02:00
file_manager.hpp
refactor!: File Manager (
#1633
)
2023-07-08 17:54:59 +02:00
function_types.hpp
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
gta_pointers_layout_info.hpp
Feat ptr cache continued (
#1227
)
2023-04-14 17:54:07 +01:00
gta_pointers.hpp
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
gta_util.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
gui.cpp
General UI tweaks (
#1538
)
2023-06-27 14:05:44 +02:00
gui.hpp
Tunables service fix and theme changes (
#1507
)
2023-06-23 08:43:44 +02:00
hooking.cpp
Bypass integrity checks (
#2216
)
2023-10-07 17:19:46 +02:00
hooking.hpp
Actually fix integrity checks (
#2232
)
2023-10-08 21:33:12 +02:00
invoker.cpp
Mission fixes and modder detection improvements (
#1598
)
2023-07-05 09:30:06 +02:00
invoker.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
json_util.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
main.cpp
chore: remove migration code (
#2424
)
2023-11-16 23:43:04 +01:00
natives.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
packet.cpp
Force relay connections (
#1813
)
2023-07-23 18:47:25 +02:00
packet.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
pointers.cpp
Fix jittering Player ESP (
#2421
)
2023-11-16 19:46:52 +01:00
pointers.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
renderer.cpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
renderer.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
sc_pointers_layout_info.hpp
Feat ptr cache continued (
#1227
)
2023-04-14 17:54:07 +01:00
sc_pointers.hpp
More player database improvements (
#1725
)
2023-07-15 22:37:20 +02:00
script_function.cpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
script_function.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
script_global.cpp
feat(ScriptGlobal): Allow for constexpr offset calculation (
#1721
)
2023-07-15 00:55:09 +02:00
script_global.hpp
feat(ScriptGlobal): Allow for constexpr offset calculation (
#1721
)
2023-07-15 00:55:09 +02:00
script_local.cpp
fix(mobile): PV summon timer (
#1689
)
2023-07-11 23:53:15 +02:00
script_local.hpp
fix(mobile): PV summon timer (
#1689
)
2023-07-11 23:53:15 +02:00
script_mgr.cpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02:00
script_mgr.hpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02:00
script.cpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02:00
script.hpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02:00
thread_pool.cpp
fix: thread pool rescaling incorrectly (
#2357
)
2023-10-31 20:21:40 +01:00
thread_pool.hpp
fix: thread pool rescaling incorrectly (
#2357
)
2023-10-31 20:21:40 +01:00
version.cpp.in
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
version.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
vmt_hook.cpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
vmt_hook.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
vtable_hook.cpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
vtable_hook.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00