Quentin E. / iDeath
f75ee5cbf8
Implements #272 ( #461 )
...
Closes #272
2022-10-06 12:30:04 +01:00
maybegreat48
db874462c5
Add improved desync kick protection ( #443 )
...
Update GTAV-Classes vendor
2022-09-12 20:44:47 +02:00
Yimura
b4700d40d8
refactor: Removed detour of IS_DLC_PRESENT ( #430 )
2022-09-08 15:20:56 +02:00
Forever Gone
8a9588b1e1
Improved detour handler, cleaned up hooks, and improved RCS hook ( #399 )
...
* Removed player join/leave for assign physical index, added new stuff to RCS, and improved joaating functions because it was driving me nuts.
* Improved the detour handler, got it down to 15ms or so for hooking. and added the sync options in the view
* Added includes to RCS
* Added a check on GGO to ensure it's not null
* Updated GTAV-Classes submodule
* Added CObject header file
* Changed a native to a pointer, when such changes didn't need to be done.
* Changed string on hooking
* Fixed the enum, was unsigned so removed -1 as unknown object to out of range sync.
* Added IDP Enable/Disable (#402 )
2022-08-09 20:39:55 +02:00
Yimura
400ba48fa6
Add custom text service ( #370 )
2022-07-29 14:32:02 +02:00
Yimura
e7bfb4a8f1
Update menu for 1.61 ( #360 )
2022-07-27 14:39:22 +02:00
Forever Gone
10f549183b
feat(hooks): General cleanup on hooks and pointers ( #322 )
2022-07-05 22:54:45 +02:00
Yimura
a286d84e1b
feat(hooks): replace increment stat with received event handler ( #320 )
...
Closes #296
2022-07-05 18:58:12 +02:00
mentolixite
30a48b6c6f
feat(Hooks, PlayerList): CNetworkPlayerMgr::init(), add self ( #251 )
2022-05-28 17:44:05 +02:00
DayibBaba
ce1d22a238
Received clone sync hook ( #235 )
2022-05-23 00:31:21 +02:00
Reece Watson
b525638fa2
feat(Protections): Added desync protection and notification ( Closes #156 ) ( #220 )
...
* feat(Protections): Added desync protection and notification (#156 )
* fix(Protections): Fix warning and revert Premake VS version
2022-05-20 18:17:41 -04:00
Yimura
524a961e43
refactor(FreemodeRecovery): Replaced stack recovery and patch script VM instead
...
closes #213
2022-05-18 23:17:57 +02:00
Yimura
42df28dd2c
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
Yimura
42aca6ec69
feat(Protections): Added network group override protection
2022-05-13 18:26:15 +02:00
Yimura
ec52c71365
fix(ReceivedEvent): Actually catch stupid crash
2022-05-10 21:59:03 +02:00
Yimura
1443bc0cab
Fix Script Event Handler hook from clogging event queue ( #163 )
...
* fixes #154
* fix(ReceivedEvent): BitBuffer was incorrectly initialised
2022-05-08 22:00:55 +02:00
Yimura
24a7e7d906
refactor: Improvements and small changes ( #125 )
...
* fix(Looped): Typo in spectate function name
* fix(Spectate): Prevent falling through world
* feat(Pointers): Shortened useless part of signature
* feat(ReceivedEvent): Removed unused include
* feat(Protections): Optimised NET_ARRAY_ERROR protection
* feat(View/Settings): Restructured protections dropdown
2022-03-21 18:02:30 +01:00
Yimura
046759a8cc
feat(Protections): Added version mismatch patch
2022-03-16 15:55:27 +01:00
Yimura
37e9e36713
feat(PlayerList): Rewrite of entire player management system
2022-01-31 18:27:35 +01:00
Yimura
3e8679792a
feat(vendor): Updated GTAV-Classes
2022-01-30 00:23:26 +01:00
Yimura
2f7b8d425b
feat(Hooks): Added player join and leave hooks
2022-01-25 02:55:35 +01:00
Yimura
eba692ff37
feat(Hooking): Added GTA Thread start hook
2022-01-21 23:11:37 +01:00
Yimura
4e6e0d0e49
fix(Hooking): Confusion between 2 different natives
2021-12-22 14:26:54 +01:00
Yimura
359567afd0
fix(ErrorScreen): Fix arguments and simplified pointer decl
2021-12-22 01:13:10 +01:00
Yimura
fbfb80dea2
feat(Spoofing): Added spoofing with SendNetInfoToLobby hook
2021-12-18 19:24:30 +01:00
Yimura
ed1d8a3d8b
feat(Hooks): Removed useless REPORT MYSELF and REPORT CASH SPAWN events
2021-12-18 14:58:02 +01:00
Yimura
ca473efe1c
feat(Hooks): Added is_dlc_present hook
2021-12-06 16:39:46 +01:00
Yimura
007d905819
feat(NativeHooks): Added basics for native hooking
2021-11-08 13:05:28 +01:00
Yimura
3d6b1b667d
feat(Protections): Hooked REPORT_MYSELF_EVENT sender
2021-08-08 10:19:04 +02:00
Yimura
93c1a449fa
feat(Hooks): Removed report cheating handler unused
2021-08-05 14:59:05 +02:00
Yimura
55ab43563e
feat(Protections): Added scripted game event protection
2021-07-26 00:38:03 +02:00
Yimura
055dc25fc3
feat(Hooking): Added hooks for report_cash_spawn & report_cheating
2021-07-24 14:49:31 +02:00
Yimura
e2db18ead5
refactor(Hooks): Swapped net_event_struct with CNetworkIncrementStatEvent
2021-05-26 14:45:36 +02:00
Yimura
600e9ad892
refactor(IncrementStatHook): Re-added old code
2021-05-25 14:44:35 +02:00
Yimura
abdfa503a5
refactor(IncrementStat): Removed increment stat and moved to received event
2021-05-25 14:09:02 +02:00
Yimura
6001b9e9b7
feat(Protections): Added received event
2021-05-25 12:58:33 +02:00
Yimura
ef818f03da
feat(Hooks): Added error screen hook
2021-05-20 15:49:36 +02:00
Yimura
f070caf23d
feat(IncrementStatEvent): Added REPORT blocking
2021-05-19 16:19:38 +02:00
Yimura
b34cc84694
feat(Protections): Added freemode_script_recovery
2021-05-19 00:41:55 +02:00
Yimura
4a3093f0be
feat(Project): Fresh start
2021-05-18 23:03:42 +02:00
Yimura
021e77caf9
feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK
2021-02-19 15:42:39 +01:00
Yimura
ccda1feae4
wip(Hooks): Received event protections
2021-02-07 17:08:25 +01:00
Yimura
7d077dc9f7
feat(GetLabelText): Added hook for getlabeltext
2021-02-04 18:39:20 +01:00
Yimura
97c8a2cfc2
feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer
2021-02-03 19:43:15 +01:00
Yimura
ae742543be
feat(Hooks): Added snend net info to lobby hook
2021-01-29 18:56:17 +01:00
Yimura
4c0a94276a
refactor(RIDJoiner): Cleaned up some old broken code
2021-01-14 21:36:06 +01:00
Yimura
47e4e9c491
wip(Project): pushing project
2021-01-10 16:19:40 +01:00
Yimura
2b8679289e
feat(Hooking): Added protections for remote events on GetEventData function.
2020-12-31 23:22:28 +01:00
Yimura
fe9d985d9e
feat(Hooking/Pointers/TabOnline): Added disable chat censoring option
2020-12-31 02:22:12 +01:00
Yimura
10e925f42b
feat(Hooking/Pointers): Added script event handler hook
2020-12-27 19:10:01 +01:00