19 Commits

Author SHA1 Message Date
LiamD-Flop
dcdeebf415
feature(GUI): Notifications are gui styled. (#69)
* feature(GUI): Notifications are gui styled.

* feature(GUI): Removed ~r~
2022-03-02 00:21:29 +01:00
Yimura
0c21b74825
feat(Globals): Simplified code, sorry to anyone who has to update their code 2022-02-22 01:18:49 +01:00
Yimura
80ac68bce2
feat(Notify): Simplified code, using std::string_view 2022-02-21 01:24:27 +01:00
Yimura
5ec1f1df9d
chore: Replace strcat and others with fmt::format 2022-02-02 02:32:30 +01:00
Yimura
7dad45476e
feat(ScriptEventHandler): Forgot to block rotate cam 2022-01-26 21:37:08 +01:00
Yimura
c0f1c58f8d
feat(ScriptEventHandler): Prevent network bail 2022-01-26 15:23:57 +01:00
Yimura
9c4058e9cd
feat(Debug): Added Script Event Logging
Closes #26
2022-01-06 08:47:00 +01:00
Yimura
79afcf444e
feat(ScriptEventHandler): Rename RemoteEvent to eRemoteEvent 2021-10-15 11:31:27 +02:00
Yimura
65cacc17f3
feat(Protections): Added replay_interface 2021-08-05 23:06:47 +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
4a3093f0be
feat(Project): Fresh start 2021-05-18 23:03:42 +02: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
97c8a2cfc2
feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer 2021-02-03 19:43:15 +01:00
Yimura
79a59603b5
feat(ScriptEventHandler): Improved logging and added join msg 2021-01-13 15:35:21 +01:00
Yimura
6b0d9c0e21
feat(TabSettings): Added disable logging to settings 2021-01-02 23:42:43 +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