46 Commits

Author SHA1 Message Date
Yimura
3d6b1b667d
feat(Protections): Hooked REPORT_MYSELF_EVENT sender 2021-08-08 10:19:04 +02:00
Yimura
65cacc17f3
feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
93c1a449fa
feat(Hooks): Removed report cheating handler unused 2021-08-05 14:59:05 +02:00
Yimura
da5ae55dd6 feat(ReceivedEvent): Added received event blocking 2021-08-03 20:30:16 +02:00
Yimura
55a0ba50c6 feat(ScriptEventHook): Renamed Fake Deposit to Deposit 2021-08-03 20:26:18 +02:00
Yimura
55ab43563e feat(Protections): Added scripted game event protection 2021-07-26 00:38:03 +02:00
Yimura
1f869a927e feat(Hook/ErrorScreen): Inverted if-statement 2021-07-24 15:00:23 +02:00
Yimura
055dc25fc3 feat(Hooking): Added hooks for report_cash_spawn & report_cheating 2021-07-24 14:49:31 +02:00
Yimura
773a2fe0e6 fix(ReceivedEvent): strcat instead of strcpy 2021-07-24 00:16:43 +02:00
Yimura
94faea5a32 fix(ReceivedEvent): Get event name 2021-07-23 21:16:58 +02:00
Yimura
a090a33106 feat(ReceivedEvent): Cleaned up messages of detections 2021-07-23 12:27:07 +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
1ac84a5c9c
feat(ReceivedEventHook): Added protections 2021-02-19 15:44:00 +01:00
Yimura
5f22dfd304
refactor(CustomText): Changed custom_text global to be static 2021-02-08 20:57:58 +01:00
Yimura
ccda1feae4
wip(Hooks): Received event protections 2021-02-07 17:08:25 +01:00
Yimura
d3a9e3d58d
feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler 2021-02-07 01:14:36 +01:00
Yimura
c6c7fbd90f
refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code. 2021-02-05 02:38:56 +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
095d130013
feat(Spoofing): Added IP, R*id and name spoofing 2021-02-03 19:41:46 +01:00
Yimura
d73448bc69
fix(GetEventData): Fixed typo on notify 2021-02-03 19:40:04 +01:00
Yimura
6903aa03be
feat(Spoofing): IP Address and Rockstar ID 2021-02-02 16:23:12 +01:00
Yimura
ae742543be
feat(Hooks): Added snend net info to lobby hook 2021-01-29 18:56:17 +01:00
Yimura
8fe7981e07
fix(IncrementStatEvent): Fixed player struct 2021-01-29 18:55:54 +01:00
Yimura
241232f6e7
fix(GetEventData): Changed settings.protections to settings.script_protections 2021-01-17 00:47:37 +01:00
Yimura
5e5f6c1c51
refactor(ReadSessionResponse): Removed unused file 2021-01-15 21:41:15 +01:00
Yimura
79a59603b5
feat(ScriptEventHandler): Improved logging and added join msg 2021-01-13 15:35:21 +01:00
Yimura
47e4e9c491
wip(Project): pushing project 2021-01-10 16:19:40 +01:00
Yimura
6b0d9c0e21
feat(TabSettings): Added disable logging to settings 2021-01-02 23:42:43 +01:00
Yimura
3bbe770095
fix(GetEventData): Added checks for which protections are enabled 2021-01-02 16:16:29 +01:00
Yimura
638034044b
fix(GetEventData): Added check for if the event came from a valid client 2021-01-02 11:56:00 +01:00
Yimura
89151f5dda
fix(Hooking->GetEventData): type char array allocation too small 2021-01-01 01:03:15 +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
939da8769d
feat(Hook): Added logging to script event handler 2020-12-28 01:32:22 +01:00
Yimura
10e925f42b
feat(Hooking/Pointers): Added script event handler hook 2020-12-27 19:10:01 +01:00
Yimura
de4e91e2bc
feat(Hooking/Pointers): Added increment stat event hook to block reports 2020-12-27 18:29:33 +01:00
Yimura
f5c7fb9959
fix(ErrorScreen): Removed unused/useless include 2020-12-27 18:26:56 +01:00
Yimura
6c16d9d317
feat(Hooking): Added hook to prevent warnings/errors from the shop_controller script 2020-12-27 17:49:50 +01:00