95 Commits

Author SHA1 Message Date
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
d88d805a6b feat(ReceivedEvent): Added received event blocking 2021-08-03 20:30:16 +02:00
Yimura
3e2ff4084e feat(ScriptEventHook): Renamed Fake Deposit to Deposit 2021-08-03 20:26:18 +02:00
Yimura
a55cbcd571 feat(Protections): Added scripted game event protection 2021-07-26 00:38:03 +02:00
Yimura
379cc8129b feat(Hook/ErrorScreen): Inverted if-statement 2021-07-24 15:00:23 +02:00
Yimura
411c2dd168 feat(Hooking): Added hooks for report_cash_spawn & report_cheating 2021-07-24 14:49:31 +02:00
Yimura
b12fa9ea63 fix(ReceivedEvent): strcat instead of strcpy 2021-07-24 00:16:43 +02:00
Yimura
ce52fea2db fix(ReceivedEvent): Get event name 2021-07-23 21:16:58 +02:00
Yimura
87a8cb5acd feat(ReceivedEvent): Cleaned up messages of detections 2021-07-23 12:27:07 +02:00
Yimura
cc3faf92eb refactor(Hooks): Swapped net_event_struct with CNetworkIncrementStatEvent 2021-05-26 14:45:36 +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
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
934b1e704a feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
cc7e6c7c9b feat(ReceivedEventHook): Added protections 2021-02-19 15:44:00 +01:00
Yimura
884ef8390e refactor(CustomText): Changed custom_text global to be static 2021-02-08 20:57:58 +01:00
Yimura
35f9cea162 wip(Hooks): Received event protections 2021-02-07 17:08:25 +01:00
Yimura
b0e301a6f6 feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler 2021-02-07 01:14:36 +01:00
Yimura
3af9c82ca2 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
d069e2893b feat(GetLabelText): Added hook for getlabeltext 2021-02-04 18:39:20 +01:00
Yimura
85348fc77d feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer 2021-02-03 19:43:15 +01:00
Yimura
a600543097 feat(Spoofing): Added IP, R*id and name spoofing 2021-02-03 19:41:46 +01:00
Yimura
a98785d4e0 fix(GetEventData): Fixed typo on notify 2021-02-03 19:40:04 +01:00
Yimura
eeaffce80f feat(Spoofing): IP Address and Rockstar ID 2021-02-02 16:23:12 +01:00
Yimura
bb268eda69 feat(Hooks): Added snend net info to lobby hook 2021-01-29 18:56:17 +01:00
Yimura
3e88d07952 fix(IncrementStatEvent): Fixed player struct 2021-01-29 18:55:54 +01:00
Yimura
c2dd750560 fix(GetEventData): Changed settings.protections to settings.script_protections 2021-01-17 00:47:37 +01:00
Yimura
d5d71b1a75 refactor(ReadSessionResponse): Removed unused file 2021-01-15 21:41:15 +01:00
Yimura
045fffd7ba feat(ScriptEventHandler): Improved logging and added join msg 2021-01-13 15:35:21 +01:00
Yimura
3334eec75e wip(Project): pushing project 2021-01-10 16:19:40 +01:00
Yimura
c76a5e3af1 feat(TabSettings): Added disable logging to settings 2021-01-02 23:42:43 +01:00
Yimura
8b9d95189a fix(GetEventData): Added checks for which protections are enabled 2021-01-02 16:16:29 +01:00
Yimura
09ed8cb864 fix(GetEventData): Added check for if the event came from a valid client 2021-01-02 11:56:00 +01:00
Yimura
c7eafe9c2f fix(Hooking->GetEventData): type char array allocation too small 2021-01-01 01:03:15 +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
de13e2b6ba feat(Hook): Added logging to script event handler 2020-12-28 01:32:22 +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
f1bb386b37 fix(ErrorScreen): Removed unused/useless include 2020-12-27 18:26:56 +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