1033 Commits

Author SHA1 Message Date
Yimura
e50bdd8c42 feat(Spoofing): Add local user name spoofing (#502)
* Spoofs your local name by using natives and writing to a single struct (couldn't spoof name in chat otherwise)
* Add tooltip to IP spoofing to mention that it may cause you to get dropped from a session while connecting
* Expanded explanation in spoofing section to include that spoofing is server-side and not client-side.
2022-12-22 23:03:34 +00:00
maybegreat48
ce5c317d87 Commands (#725)
* feat(Commands): Prototype command system
* feat(Commands): Chat commands
* refactor(Toxic): convert most options into commands
* feat(Protections): block breakup kicks on other players as host
* refactor(Kicks): convert most options into commands
* refactor(Commands): add labels and descriptions to all commands
* feat(Commands): cleanup on unload
* refactor(Troll): convert most options into commands
* refactor(Misc): convert most options into commands
* refactor(Teleport): convert most options into commands
* feat(Commands): Variadic commands and toggleable bools
* feat(Hotkeys): hotkeys now use commands
* fix(Chat): fix the chat window locking up when a message is sent
* fix(Commands): properly handle spoofed username
* fix(Spam): update filter

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-12-22 21:23:32 +00:00
Bugisoft
9d9d438b5d feat(Api): Add more api endpoints to the scui api (#714)
* feat(Api): Add send message to player database
* feat(cpr): Disabling test build
* feat(Api): Fix max message length
* feat(Api): Download job for creator menu
2022-12-22 10:49:34 +00:00
maybegreat48
1dda472562 Network Time (#724)
* fix(NativeHooks): Fix softlock when loading Cayo Perico
* fear(netTime): Try to modify time remotely
* fix(timeSync): Make it work more consistently
* feat(netTime): net time sync for all!
2022-12-19 17:39:06 +00:00
Yimura
292a45f0a1 feat(crossmap): more accurate crossmap (#720) 2022-12-18 23:24:44 +00:00
Yimura
20e53e620f fix(globals): keep thread running (#721) 2022-12-18 23:22:01 +00:00
Yimura
ddddbd4efd 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
Yimura
b74dd7516c feat(Protection): Add bypass for rare report metric (#715) 2022-12-18 00:00:04 +00:00
Bugisoft
ac94dd5311 feat(Api): Implemented SCUI Api (#712)
* feat(Api): Async joining via rid joiner
* feat(cmake): disable cpr tests

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-12-17 16:24:45 +00:00
maybegreat48
808878ea63 Save creator jobs and bug fixes (#713)
* feat(Session): Session info serialization
* feat(Creator): Save and load jobs to file
* fix(Creator): Actually load the job
* fix(Creator): Try to fix loading
* fix(ScriptFunction): Fix memory corruption due to low stack size
* fix(Creator): Fix "No translation."
* fix(NativeHooks): Fix softlock when loading Cayo Perico
* chore(Toxic): Remove net time test for now
2022-12-17 14:47:01 +00:00
Yimura
fac091ba6f refactor(HandlingService): Use JSON to store profiles (#711)
* fix(HandlingService): Correctly apply profile from storage
* fix(HandlingService): Name inconsistency in UI
* feat(HandlingService): Convert old handling profiles
2022-12-17 14:11:36 +00:00
Yimura
9829e0e3ab chore: Remove patched toxic features (#709) 2022-12-16 21:12:01 +00:00
Yimura
d624f1aaa1 refactor: Renderer (#694)
* Simplified SwapCHain, Device and DeviceContext pointers
* Added DX and WndProc callback registration
* Cleaned up GUI code
* Optimised Mouse Toggle
2022-12-16 17:55:55 +00:00
Yimura
0e6547b519 fix(cmake): update git commit hash (#706) 2022-12-15 20:20:55 +00:00
maybegreat48
11ab7e74d3 Sigscanner bypass (#703) 2022-12-15 12:38:03 +01:00
maybegreat48
64197f938a 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
Yimura
4fb4c6b15e feat(Issues): Remove default assignee (#687) 2022-12-12 20:03:25 +00:00
Yimura
7c5e2b825f feat(Issues): Updated bug report template (#686) 2022-12-12 10:20:47 +00:00
Reece Watson
b7c40a4efd feat(Protections): Block Indecent Exposure crash. (#683) 2022-12-11 01:28:56 +01:00
Aure7138
e3ce965aa9 feat(Protections): Improve rope crash protection (#682) 2022-12-10 22:27:28 +00:00
Aure7138
54aecb0586 feat: BDSM crash protection & fix #668 (#680) 2022-12-10 19:36:45 +00:00
Yimura
4a0027a569 feat(Protections): Constraint attachment crash (#673) 2022-12-09 19:55:25 +00:00
Yimura
038d61046d feat(renderer): add UI scaling (#674)
Closes #587
2022-12-09 19:43:01 +00:00
Yimura
64f833c74f 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
a435e49e50 RID Spoofing Improvements (#666)
* Fix stability issues with handler hook
* Better RID spoofing
2022-12-08 12:23:57 +00:00
Forever Gone
7db4c9d20b Improve CEventNetwork and add comments sEntityDamagedData (#665) 2022-12-08 10:28:41 +01:00
maybegreat48
a427ccb914 Toxic update (#641) 2022-12-06 16:12:02 +00:00
Aure7138
7f74a436d2 chore(Received Event): Rename variables with accurate names (#653) 2022-12-01 19:37:58 +01:00
Yimura
d6c59d0997 feat(hotkey_service): disable on active chat (#651) 2022-11-29 19:48:58 +00:00
Aure7138
df1c459089 feat: Fast Respawn, Rapid Fire, removed static offsets (#649)
Closes #495
Fixes #635
2022-11-29 19:16:07 +00:00
Yimura
a17aed317e feat(cmake): embed git info in binary (#644) 2022-11-28 17:19:03 +00:00
tupoy-ya
6374552a80 chore(CMake): Absolutely unnecessary CMake changes. (#648) 2022-11-28 16:27:43 +00:00
Yimura
0a2007bb29 fix(hotkey_service): duplicate key overwrite (#643) 2022-11-26 21:12:21 +00:00
SpaghettDev
2db1ce1c48 feat(hud): Add force show HUD component and replaced some hard-coded values. (#628) 2022-11-26 19:42:58 +00:00
Aure7138
89ad2755ac feat(services): added hotkey_service (#634)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-26 17:29:14 +00:00
Yimura
14a9b78df1 Bumped GTAV-Classes, removed unused declarations and other stuff (#638) 2022-11-25 21:29:03 +00:00
maybegreat48
b5466f8ba4 Add session browser (#633) 2022-11-24 22:49:05 +01:00
Aure7138
f1f5a48bc9 chore: Renamed ptr_to_handle & some small refactoring (#632) 2022-11-22 22:12:40 +00:00
maybegreat48
bbd13dd06d Lessen breakup kicks and more (#625) 2022-11-21 15:42:12 +00:00
Yimura
6f3e3cc6b3 feat(BytePatch): added std::array/vector support (#626)
Co-authored-by: xiaoxiao921 <xiaoxiao921@hotmail.fr>
2022-11-21 15:37:12 +00:00
maybegreat48
d9d53c8e42 Improve protections again and player database (#606) 2022-11-19 02:49:36 +01:00
Rainer Zufall
ba3ab119d5 fix(README): globals.hpp link (#614) 2022-11-19 00:36:55 +01:00
Quentin E. / iDeath
a265a4c942 fix table of contents (#613) 2022-11-18 18:29:29 +01:00
Rainer Zufall
bc9be571ff Update README.md (#611) 2022-11-18 16:43:55 +00:00
Quentin E. / iDeath
ce4c8034ef fix(README) Better build instructions (#603) 2022-11-18 16:23:58 +00:00
Rimmuru
db75000851 feat(mobile): Helicopter Pickup, Request Ammo Drop (#605) 2022-11-17 17:05:47 +00:00
8KV
f4e813c294 feat(PersistCar): collision, invincibility & visibility on vehicle (#602) 2022-11-16 19:31:12 +00:00
Rimmuru
69690ced1a Improved protections (#598) 2022-11-16 17:07:59 +00:00
SpaghettDev
2cdb23fe06 fix: filters for Visual Studio (#600) 2022-11-16 13:15:18 +00:00
Yimura
1986dee1b5 refactor!: Modified memory::module class (#597) 2022-11-14 21:59:02 +00:00