25 Commits

Author SHA1 Message Date
Yimura
f6c00f113d
refactor!: globals (#717)
* refactor(globals): use macro's for to_json/from_json
* refactor(globals): switch from global pointer to global instance
2022-12-18 22:15:52 +00:00
maybegreat48
795929f96c
Update to 1.64 (#691)
* Update some globals
* fix(pointers): bypass C4 limit
* fix(pointers): CanApplyData signature
* feat(hooks): removed metric formatter
The function in question no longer exists along with the other metric functions.

* chore(metadata): bumped online and build number
* fix(pointers): updated Rage Security signature
* Updated some globals and locals. Part 1
* Update crossmap
* chore(Script): update script patches
* chore(nativeHooks): Update rage::scrProgram vtable size
* chore(nativeHooks): Fix rage::scrProgram destructor index
* fix(Sigscanner): Temporarily disable AC bypass
* chore(Hooks): disable can_apply_data
* Updated some globals and locals. Part 2
* chore(globals): Update transition state global
* chore(ScriptLauncher): Update local index
* feat(Toxic): Add new teleport locations
* fix(Protections): Update max interior index

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
Co-authored-by: Bugisoft <58910128+BugisoftRSG@users.noreply.github.com>
Co-authored-by: BugisoftRSG <metaclientauth@gmail.com>
2022-12-14 16:27:40 +00:00
Reece Watson
031067a668
feat(Protections): Block Indecent Exposure crash. (#683) 2022-12-11 01:28:56 +01:00
Aure7138
ae6704beea
feat(Protections): Improve rope crash protection (#682) 2022-12-10 22:27:28 +00:00
Aure7138
86f1ce747f
feat: BDSM crash protection & fix #668 (#680) 2022-12-10 19:36:45 +00:00
Yimura
0bbdacbfa3
feat(Protections): Constraint attachment crash (#673) 2022-12-09 19:55:25 +00:00
Yimura
173d01145d
Code cleanup (#667)
* chore: Changed detour_hook extension back to cpp
* chore(crossmap): split crossmap into header and source file
* chore(logger): rename macro's to code style
* chore(logger): removed unused local variable
* chore(benchmark): changed extension to C++ header
* chore: cleanup pickup_rewards file
* chore(gta): cleanup code and file naming
* chore(CanApplyData): Removed unused code
2022-12-08 12:35:41 +00:00
maybegreat48
f338479c5c
RID Spoofing Improvements (#666)
* Fix stability issues with handler hook
* Better RID spoofing
2022-12-08 12:23:57 +00:00
maybegreat48
8c3953ab20
Toxic update (#641) 2022-12-06 16:12:02 +00:00
Aure7138
675548770c
chore(Received Event): Rename variables with accurate names (#653) 2022-12-01 19:37:58 +01:00
maybegreat48
64b47779e8
Lessen breakup kicks and more (#625) 2022-11-21 15:42:12 +00:00
maybegreat48
ab49103171
Improve protections again and player database (#606) 2022-11-19 02:49:36 +01:00
Rimmuru
71aa3e5577
Improved protections (#598) 2022-11-16 17:07:59 +00:00
Aure7138
69d636f065
feat(Network): Send Chat Message (#594) 2022-11-14 16:37:38 +01:00
maybegreat48
eb41c69e09
Force session host and improve protections (#593)
* Add force session host and update protections

* Remove old popgroup protection

* Harden script patcher

* Replace looped options with script patches

* Missing break

* Use enums

* Forgot to break again...

* Add tooltip for force session host

Co-authored-by: user <email@hostname>
2022-11-13 17:34:44 +01:00
maybegreat48
74c8e8d70c
Add script patcher and update protections (#588) 2022-11-12 18:35:28 +00:00
Yimura
46d4867df1
feat(ScriptEventHandler): Block switch player to animal (#581) 2022-11-11 23:38:28 +00:00
Yimura
e0cfb36b8f feat(ReceivedCloneSync): Simplify hook 2022-11-11 22:01:56 +01:00
Aure7138
f2774c3682
fixes #559 (#576) 2022-11-11 20:01:10 +00:00
Yimura
9179e3d65e
fix(ReceivedCloneSync): Check before casting (#574) 2022-11-11 18:43:49 +00:00
Reece Watson
2e2b8cccc4
feat(RCS): Added invalid index crash protections. (#573)
Cleaned up some of the logging.
2022-11-11 17:44:45 +00:00
Demae
538919d4ca
feat(netMsg): log chat and text messages (#567) 2022-11-11 16:47:22 +00:00
Demae
ead2aa1566
Small improvements (#565) 2022-11-11 10:32:30 +00:00
Reece Watson
abdb88f68a
feat(RCS): Improved crash protections. (#407)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-11 00:21:38 +00:00
tupoy-ya
1087146e56
refactor!: Replace premake5 with CMake. (#551)
Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
2022-11-08 21:08:58 +00:00