maybegreat48
9ccb77e8eb
Add more spoofing options and added clang-format ( #1020 )
...
* feat(Spoofing): add spoofing
* feat(Spoofing): prepare code for player attach
* remove(PlayerAttach): isn't going to work due to netsync architecture
* fix(GUI): fix scaling
* feat(Project): add clang-format file
* feat(Classes): update classes
* fix(BlackHole): remove unnecessary cleanup
* fix(Formatting): fix formatting for initializer lists
* feat(clang-format): Set tab width and 1 space before comment
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2023-03-01 21:27:15 +00:00
Johann
6a2cd866c0
fix: update to gta version 2845 ( #1032 )
2023-02-28 19:45:55 +01:00
Aure7138
168a85c139
feat(vehicle): no collision and all weapons ( #1030 )
2023-02-28 12:42:23 +00:00
Aure7138
555e9e45ba
chore(logger): module output once ( #1025 )
2023-02-28 09:16:12 +00:00
Seanghost117
7084ce510b
Feature Additions, GUI Tweaks, Fixes ( #975 )
...
* Added view nearby to view header, moved get_entities function to entities and refactored some code. Also implemented a sphere scale to the blackhole as it can get big
* added delete and kill nearby peds and updated ped header
* added some nearby ped looped commands, and some changes to extend the buttons
* add vehicle options to nearby
* add most ciritcal feature kill enemies
* changes to ignore peds based off of some of maybegreat's suggestions, same with ped_rain, removed loose comment. Updated vehicle.hpp, changed size of vehicle buttons and inlined kill enemies
* fixed a problem where the vehicle options crashed + added color
* updated colors and added on disable for ped_rush
* finished and added vehicle rain feature
* added aimbot and triggerbot, added templating to buttons
* update vehicle rain desc
* added vdistance check, player check, police check, enemy check. Added even more commenting... sue me. 3 toggles added for the checks and slider for dist. Will tweak more later
* switched to goto statements instead of continue, should be done now
* removed delete nearby vehicles
* there was no check in get_entities for our local vehicle
2023-02-25 21:33:16 +01:00
Aure7138
9056f5aba1
feat(protection): vehicle parachute crashes ( #1022 )
...
CTaskParachuteObject_0x270 crash
2023-02-23 17:14:44 +01:00
Johann
6b6dabfeba
fix(handling): fix crash with veto modern ( #1019 )
2023-02-23 07:20:32 +01:00
Johann
7a3c55e759
feat: add casino country restriction bypass ( #1018 )
2023-02-23 07:20:04 +01:00
Aure7138
86e37c57d5
chore: vehicle class name localization ( #1016 )
2023-02-23 07:19:13 +01:00
Aure7138
5e3c08ce23
feat(protection): model mismatch ( #1014 )
2023-02-22 10:23:47 +01:00
Johann
60b61cbce2
feat(player_db): add player online status ( #983 )
2023-02-21 11:52:05 +01:00
Aure7138
c798bbe7c9
feat(world): model swapper ( #1003 )
2023-02-20 22:20:40 +00:00
maybegreat48
1361e09281
Hotfix loading missions while host ( #1011 )
...
* fix(FastJoin): remove object id patches
* remove(FastJoin)
2023-02-20 18:47:26 +00:00
Aure7138
5c8e7e8a15
debug options ( #1002 )
2023-02-19 22:04:13 +00:00
Aure7138
df33a922b6
fix: can_apply_data ( #1006 )
2023-02-19 12:54:59 +01:00
yasmasdas
c9cfde0a4d
feat(received_event): add bounds checks to certain events ( #985 )
2023-02-14 20:29:17 +00:00
Aure7138
8449eab503
fix(protection): invalid parachute ( #989 )
...
fixes #916
2023-02-14 20:28:05 +00:00
Aure7138
d663d9517c
chore: fewer sig scan ( #993 )
2023-02-14 20:18:18 +00:00
maybegreat48
1f5a118cb9
Bug fixes and improvements ( #984 )
...
* feat(KickFromInterior): improve kick from interior
Fixes #968
Fixes #953
Fixes #901
Fixes #899
Fixes #813
Fixes #726
Fixes #723
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2023-02-13 20:38:30 +00:00
Yimura
032e441753
feat(spam): removed too verbose spam text ( #981 )
2023-02-12 12:51:56 +00:00
Yimura
0701f63ccf
feat(exception_handler): use single stack_trace instance ( #979 )
2023-02-12 00:09:27 +00:00
Yimura
04bae0bc93
feat(mobile): fix personal vehicle spawning far away ( #978 )
2023-02-11 23:47:05 +00:00
Aure7138
77e9c9e884
feat: interior weapon ( #974 )
2023-02-10 21:46:40 +00:00
Yimura
37199eaefa
fix(GTA Data Service): Dead lock ( #971 )
2023-02-10 21:36:32 +00:00
Aure7138
da0d98ef0e
refactor: c4 limit and some general fixes ( #970 )
2023-02-10 21:33:47 +00:00
Aure7138
53061a98c1
feat: Improved exception handling ( #969 )
2023-02-09 18:18:12 +00:00
Johann
94b1917796
feat(self): add superman mode ( #924 )
2023-02-09 18:17:10 +00:00
Yimura
335e9325b0
feat(logger): use AsyncLogger instead of g3log ( #882 )
...
* feat(exception_handler): skip certain exception codes
* feat(zydis): Disable BUILD_DOXYGEN and FEATURE_ENCODER
* feat(cmake): link dbghelp
* feat(exception_handler): implement stack dumper
* feat(logger): differentiate between wine and non-wine
* feat(logger): add NO_COLOR env var support
* fix(logger): fix wine logging (#960 )
* feat(exception_handler): added string logging of exception
* fix(logger): exception access violation NO_COLOR
--------
Co-authored-by: Aure7138 <100095051+Aure7138@users.noreply.github.com>
Co-authored-by: tupoy-ya <72797377+tupoy-ya@users.noreply.github.com>
2023-02-08 22:36:55 +00:00
sa413x
4a6d865edd
Send Event Acknowledge pattern updated ( #961 )
...
Co-authored-by: sa413x <sa413x@users.noreply.github.com>
2023-02-08 22:03:54 +00:00
Johann
bf8a98932c
feat(world): blackhole ( #951 )
2023-02-08 21:50:26 +00:00
Aure7138
f9b59da443
refactor: take_control_of ( #962 )
2023-02-08 21:46:08 +00:00
pzy2000
f12cc48796
feat(Spam): update spam list ( #938 )
...
* Added translation for force wanted level
2023-02-06 23:41:40 +00:00
Johann
12fceace86
fix(session_browser): decrease session limit ( #954 )
2023-02-06 23:38:19 +00:00
yasmasdas
b87d4e0e1b
feat: added boat pickup, ballistic armor and keep on ground ( #932 )
2023-02-04 23:49:44 +01:00
Johann
fa7e5e5a34
feat(protections): block receive pickup ( #933 )
2023-02-04 23:20:49 +01:00
Yimura
4c45d40df1
fix(overlay): timezone crash ( #946 )
2023-02-04 23:08:53 +01:00
maybegreat48
7f37def248
More fixes for 1.66 ( #944 )
...
* fix(Menu): more update fixes
* fix(Spoofing): remove spoofing
* fix(Globals): update globals
* fix(Classes): upstream classes
* fix(Misc): remove debug code
* fix(Merge)
2023-02-04 17:35:18 +01:00
Yimura
5c01d393b9
Update for 1.66 ( #929 )
...
* feat(crossmap): update thanks @Aure7138
* feat(TSE): updated most hashes
* feat(ScriptEventHandler): Remove abused TSE hashes
* feat(pointers): fix snitl
* fix(pointers): region code
* fix(pointers): handle join request
* fix(pointers): decode session info
* fix(pointers): connect to peer
* fix(pointers): decode peer info
* fix(pointers): add player to session
* fix(pointers): handle join request
* fix(pointers): Is Matchmaking Session Valid
* fix(pointers): send session matchmaking attributes
* fix(pointers): process matchmaking find response
* fix(pointers): serialize join request message
* fix(TSE): updated lost few, thanks @Rimmuru
* fix(Menu): update menu (#930 )
* fix(globals): mechanic global
* feat(meta): bump version
* feat(spoofing): remove patched stuff
* fix(self): off radar timer offset
* fix(overlay): retain last position
* feat(self): commented dance mode
* feat(spoofing): add note about spoofing not working
Co-authored-by: maybegreat48 <96936658+maybegreat48@users.noreply.github.com>
2023-02-03 23:00:56 +00:00
Yimura
61f7c58f5e
feat(Actions): Improve CI compile times ( #921 )
2023-02-01 18:49:12 +00:00
Johann
c25e7d3fad
feat: add ragequit option + hotkey ( #925 )
2023-02-01 18:48:50 +00:00
Johann
0214d85edd
feat(self): add ptfx player effects ( #917 )
...
Co-authored-by: Seanghost117 <36561158+Seanghost117@users.noreply.github.com>
2023-02-01 18:48:31 +00:00
Yimura
d4f2960c77
feat: Translation Service ( #844 )
...
Co-authored-by: mrwoowoo <github@hiqaq.com>
Co-authored-by: LiamD-Flop <40887493+LiamD-Flop@users.noreply.github.com>
2023-02-01 18:46:33 +00:00
Johann
ef3decba53
feat(ui): add ingame overlay ( #910 )
...
* feat(overlay): add current time
* feat(overlay): add customization options
* fix(overlay): use local time zone
* fix(overlay): enable by default
* feat(overlay): add position modification
2023-01-30 23:21:29 +00:00
Johann
111e4dc19d
feat(session_browser): show basic infos on item hover ( #913 )
2023-01-30 23:19:54 +00:00
Johann
469850098a
fix(self): fix auto tp to waypoint ( #919 )
2023-01-30 23:19:05 +00:00
TheGreenBandit
f1c0092956
feat(info): Added Another Godmode Check And Health Info ( #839 )
2023-01-26 18:41:47 +00:00
TheGreenBandit
2ce44e8d98
Feat(Debug Misc): Added Options ( #883 )
2023-01-23 11:56:21 +01:00
MiniMurder
03767fcd50
Fixes Invisable Animals ( #855 )
2023-01-22 21:59:17 +00:00
Aure7138
98364f30b6
feat: stat editor ( #884 )
2023-01-22 21:57:55 +00:00
maybegreat48
d45d0c1ffc
Toxic features and improve protections ( #897 )
2023-01-22 21:57:32 +00:00