47 Commits

Author SHA1 Message Date
Yimura
b5c12a12bf feat(Spectate): Why did I ever use signature 2022-02-01 23:14:58 +01:00
Yimura
1dc68d23e1 feat(PlayerList): Rewrite of entire player management system 2022-01-31 18:27:35 +01:00
Yimura
d762e9e69f feat(Hooks): Added player join and leave hooks 2022-01-25 02:55:35 +01:00
Yimura
04053e8032 feat(Pointers): Added GTA Thread start signature 2022-01-21 23:08:00 +01:00
Yimura
cbd94e4ef0 fix(ErrorScreen): Fix arguments and simplified pointer decl 2021-12-22 01:13:10 +01:00
Yimura
136cb01164 feat(Spoofing): Added spoofing with SendNetInfoToLobby hook 2021-12-18 19:24:30 +01:00
Yimura
f95a390310 feat(Hooks): Removed useless REPORT MYSELF and REPORT CASH SPAWN events 2021-12-18 14:58:02 +01:00
Yimura
105fe7f6d5 feat(Hooks): Added is_dlc_present hook 2021-12-06 16:39:46 +01:00
Yimura
3b840f62e9 feat(NativeHooks): Added basics for native hooking 2021-11-08 13:05:28 +01:00
Yimura
3a52c6aa2f feat(Pointers): Added blame explode 2021-10-15 11:26:52 +02:00
Yimura
a388bf573a feat(Protections): Hooked REPORT_MYSELF_EVENT sender 2021-08-08 10:19:04 +02:00
Yimura
1ba4aa1251 feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
1bb98d7fc6 feat(Hooks): Removed report cheating handler unused 2021-08-05 14:59:05 +02:00
Yimura
046f10b1be feat(Pointers): Added get_net_game_player function 2021-07-26 13:38:28 +02:00
Yimura
a55cbcd571 feat(Protections): Added scripted game event protection 2021-07-26 00:38:03 +02:00
Yimura
411c2dd168 feat(Hooking): Added hooks for report_cash_spawn & report_cheating 2021-07-24 14:49:31 +02:00
Yimura
6621562d89 feat(Player): Added spectate_player 2021-05-26 13:33:26 +02:00
Yimura
7a99637cec refactor(IncrementStatHook): Re-added old code 2021-05-25 14:44:35 +02:00
Yimura
2093db6220 refactor(IncrementStat): Removed increment stat and moved to received event 2021-05-25 14:09:02 +02:00
Yimura
3cd570be91 feat(Protections): Added received event 2021-05-25 12:58:33 +02:00
Yimura
f01875d2c9 feat(Pointers): Added trigger_script_event 2021-05-21 00:59:09 +02:00
Yimura
552bc5f49b feat(Hooks): Added error screen hook 2021-05-20 15:49:36 +02:00
Yimura
ab2d2c9af7 feat(IncrementStatEvent): Added REPORT blocking 2021-05-19 16:19:38 +02:00
Yimura
7a5473de0b feat(Protections): Added freemode_script_recovery 2021-05-19 00:41:55 +02:00
Yimura
95b0419ed4 feat(Pointers): Added Event Register 2021-05-19 00:07:13 +02:00
Yimura
934b1e704a feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
2aaed8dbe4 feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK 2021-02-19 15:42:39 +01:00
Yimura
35f9cea162 wip(Hooks): Received event protections 2021-02-07 17:08:25 +01:00
Yimura
d069e2893b feat(GetLabelText): Added hook for getlabeltext 2021-02-04 18:39:20 +01:00
Yimura
bb268eda69 feat(Hooks): Added snend net info to lobby hook 2021-01-29 18:56:17 +01:00
Yimura
f47c4d13d1 feat(Protections): Added cage protection 2021-01-17 00:47:00 +01:00
Yimura
9e7e5e2fb7 feat(Pointers): Added ReplayInterface 2021-01-15 16:48:47 +01:00
Yimura
e667330eaf refactor(RIDJoiner): Cleaned up some old broken code 2021-01-14 21:36:06 +01:00
Yimura
3334eec75e wip(Project): pushing project 2021-01-10 16:19:40 +01:00
Yimura
70ea408992 feat(Hooking): Added protections for remote events on GetEventData function. 2020-12-31 23:22:28 +01:00
Yimura
ec8905a339 feat(Hooking/Pointers/TabOnline): Added disable chat censoring option 2020-12-31 02:22:12 +01:00
Yimura
37c78f23b9 feat(Features/Pointers/PlayerWindow): Added spectate player function 2020-12-31 02:10:15 +01:00
Yimura
abb025b20e feat(TabOnline): Added set session weather 2020-12-31 01:45:27 +01:00
Yimura
fa95229cf3 feat(Pointers): Added trigger script event pointer and function definitions 2020-12-28 01:33:40 +01:00
Yimura
3d527ba68c feat(Hooking/Pointers): Added script event handler hook 2020-12-27 19:10:01 +01:00
Yimura
52ac638a90 feat(Hooking/Pointers): Added increment stat event hook to block reports 2020-12-27 18:29:33 +01:00
Yimura
0aaef995b4 feat(Hooking): Added hook to prevent warnings/errors from the shop_controller script 2020-12-27 17:49:50 +01:00
Yimura
e4c0718cde feat(Pointers): Added pointer for future Disable Error Screen hook 2020-12-27 16:27:39 +01:00
Yimura
7fa7f03a29 feat(Pointers): Added get player name function 2020-12-27 15:42:35 +01:00
Yimura
f3547d481f feat(Pointers): Added pointers and function declaration for Sync Local Time With Session 2020-12-26 17:35:05 +01:00
gir489
01d48cd314 Removed StackWalker and replaced it with g3log exception handling.
Updated natives for 1.50.
Added settings JSON implementation.
Refactored spawn vehicle bypass to not crash. (removed VMT hook)
2020-02-22 18:45:59 -05:00
Pocakking
17fe337342 Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00