904 Commits

Author SHA1 Message Date
mentolixite
340e743e65
feat(PlayerList): Show self at the top, separated by a divider (#271)
Additionally I redesigned how the player service worked.

Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-06-24 19:48:03 +02:00
Yimura
2e57cd273f
fix(pointers): Replay Interface pointer math
Fixes #280
2022-06-24 11:05:06 +02:00
Yimura
d1814cf55f
refactor: Optimised signatures (#279) 2022-06-24 00:23:07 +02:00
Yimura
133b6dd98e
feat(Logger): Remove awful indent 2022-06-23 01:03:46 +02:00
Yimura
cc566122e3
feat(Protections): Prevent TSE freeze and alternative send to cayo 2022-06-22 12:19:00 +02:00
Yimura
a96b370bdd
fix(Spoofing): Restore local spoofed name to prevent detection 2022-06-21 23:41:11 +02:00
Yimura
6e408b1215
feat(Protection): Catch vehicle temp action 15
Credit: @SkiddyToast
2022-06-19 20:42:40 +02:00
Yimura
fbe219c02f
Removed detected stuff (#275) 2022-06-12 21:24:35 +02:00
Yimura
4e5ff4e366
feat(Detection): Disable sig scanner (#269)
* feat(vendor): Update GTAV-Classes
* feat(Detection): Disable sig scanner
2022-06-03 15:14:26 +02:00
LiamD-Flop
4e091eb851
feat(CTX MENU): Added ctx menu toggle (#265) 2022-06-02 12:36:16 +02:00
Yimura
8f545c4856
fix(Crossmap): Removed detected natives
Fixes #259
2022-05-28 20:59:53 +02:00
mentolixite
30a48b6c6f
feat(Hooks, PlayerList): CNetworkPlayerMgr::init(), add self (#251) 2022-05-28 17:44:05 +02:00
mentolixite
b76af4e443
feat(ScriptEventHandler): Block known malicious script events (#219) 2022-05-28 17:42:48 +02:00
Maddy
d613347509
remove(Toxic): remove toxic options 2022-05-24 15:59:54 -04:00
Maddy
a9dbfdd138
Improved auto drive (#196)
* Improved logic to handle changes mid drive. Changed default styles. Split to waypoint and wander into two separate files for readability

* Fixed type to remove the hideous warnings

* Fixes

* wfvaenhiuefcsnhiojmfhnevioshnuefvsihnoijmefmvschnfvecshnfevSC

* iNcLuDeS aLpHaBeTiCaLlY
2022-05-24 15:59:25 -04:00
Yimura
5dd5470959
fix(NetworkGroupOverride): Enable protection (#243) 2022-05-23 15:32:38 +02:00
Maddy
f71c50167f
feat(vehicle): Add turn signals (#239)
* Initial

* Tiny update

* More small fixes

* Run in separate script.

* whoops
2022-05-22 20:00:23 -04:00
karifeld
04142b2d98
refactor: Modernized/optimized general code, bug fixing and more (#226)
* refactor: Use self globals

* refactor: Use gui::components

* fix(Vehicle Preview): Addresses #119

Previewed vehicle set to unclimbable

Only preview when hovered on vehicle

* fix(Infinite Clip): Disabling it now works

* fix(No Ragdoll): Disabling it now works

Removed unnecessary calls to natives (0xB128377056A54E2A should be enough)

* fix(Spawn): Wrong footer placement

* fix self globals file name typo

* refactor(Mobile): Clear ped tasks when set conditions are met

Only clear ped tasks if pv_teleport_into bool is true and ped is in a vehicle

* feat(Weapons): Remove current weapon

* refactor: Added missing variable in calls to self globals

* refactor: Utilize usage of ControllerInputs

* fix(Vehicle Fly): uninitialized local variable 'ped' used

* refactor(No Ragdoll, Infinite Clip): Only run on boolean change.

* refactor(Infinite Ammo): Simplified code

* refactor: Utilize ControllerInputs in other areas of code

* refactor: Utilize ControllerInputs in other areas of code
2022-05-22 18:38:45 -04:00
DayibBaba
ce1d22a238
Received clone sync hook (#235) 2022-05-23 00:31:21 +02:00
Yimura
0ae77974cf
fix(ContextMenu): Run script function 2022-05-22 18:10:51 +02:00
Yimura
a3d37b2d7d
feat(README): Adjusted Staying Up To Date section 2022-05-22 17:09:50 +02:00
Yimura
97972c2d1e
fix(vendor): ImGui commit hash was reverted to detected version 2022-05-22 16:54:09 +02:00
DayibBaba
b1e20ab91f
Separated scripts (#233) 2022-05-22 16:43:09 +02:00
Yimura
ca0074dfd8
feat(Natives): regenerated latest natives (#230) 2022-05-22 16:42:36 +02:00
LiamD-Flop
794a84e149
F.A.R.T. Interface (#104)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-22 16:38:28 +02:00
Reece Watson
b525638fa2
feat(Protections): Added desync protection and notification (Closes #156) (#220)
* feat(Protections): Added desync protection and notification (#156)

* fix(Protections): Fix warning and revert Premake VS version
2022-05-20 18:17:41 -04:00
Yimura
8f4fd4892a
feat(premake): Added GTAV-Classes as subproject 2022-05-19 22:19:14 +02:00
Yimura
b724ead134
feat(vendor): updated GTAV-Classes 2022-05-19 22:16:57 +02:00
Yimura
052059708d
chore: moved spectate check patch 2022-05-19 15:59:47 +02:00
Yimura
524a961e43
refactor(FreemodeRecovery): Replaced stack recovery and patch script VM instead
closes #213
2022-05-18 23:17:57 +02:00
Arxan-Technologies
2dad296af2
Remove unused and confusing class (#217)
Co-authored-by: MetaClient <metaclientauth@gmail.com>
2022-05-17 22:03:58 +02:00
Sainan
be9e19a007
chore: Remove unused pointer (#216) 2022-05-17 15:56:41 +02:00
Sainan
c3df3bbe8f
Fix RCOE-Patch leaving the game in a dirty state after unload (#215) 2022-05-17 15:56:17 +02:00
Maddy
e91ecb6173
Merge pull request #212 from xM4ddy/seatbelt
feat(Vehicle): Added Seatbelt Option
2022-05-16 15:40:37 -04:00
xM4ddy
f383ac6dc1 Should be working. 2022-05-16 15:33:43 -04:00
Yimura
1b5f489018
fix(ScriptEventHandler): Actually catch bad hashes 2022-05-16 12:49:21 +02:00
Maddy
58af35a6c0
Merge pull request #209 from xM4ddy/vehicle-fly
feat(Vehicle): Added Vehicle Fly
2022-05-16 03:41:36 -04:00
xM4ddy
4d5c563f9b Added Vehicle Fly 2022-05-16 02:22:11 -04:00
Yimura
790d47932d
feat(TSE): Added protection against more script hashes
fixes #205
2022-05-16 00:56:15 +02:00
karifeld
f086efc4a6
fix(ESP): Patch for #198 (#204) 2022-05-16 00:09:31 +02:00
Yimura
445d6d3b23 feat(Project): Updated README & removed FEATURES 2022-05-13 22:41:40 +02:00
Yimura
42df28dd2c
feat(ErrorScreen): Removed detour hook as it's "detected" 2022-05-13 18:45:32 +02:00
Yimura
42aca6ec69
feat(Protections): Added network group override protection 2022-05-13 18:26:15 +02:00
Yimura
f0330f2277
refactor: Remove Detected Code (#203)
* feat(premake): Cleaned up premake file, disabled ImGui asserts and other unused files

* feat(renderer): Don't build default font

* feat(vendor): replace ImGui with GTA V safe ImGui

* revert: feat(System): Added looped feature to disable sigscanner
2022-05-13 17:19:43 +02:00
Yimura
076aabadca
feat(StealVehicleGun): Added timeout between kicking out of vehicle 2022-05-13 15:33:19 +02:00
Yimura
cf5fd35f56
fix(Debug): Send script event prevent AC detection 2022-05-13 15:10:23 +02:00
Yimura
1bae411588
fix(Toxic): Don't use 0 as player id, make sure it's valid 2022-05-13 14:49:27 +02:00
Yimura
5fd3ef667d
fix(Toxic): Removed unused variable location 2022-05-13 14:21:59 +02:00
GeopJr
5158cf013f
feat(ci): error on warnings (#199)
* feat(ci): error on warnings
* fix(ci): autolocker pull_request -> pull_request_target
2022-05-11 17:40:26 +02:00
karifeld
e69927bacc
feat(ESP): Expand functionality 2022-05-11 12:00:54 +02:00