842 Commits

Author SHA1 Message Date
aa15032261
d852750810
Added headlight, neon light and custom tire options to LSC. (#332) 2022-07-14 16:16:30 +02:00
aa15032261
15ef1b874d
Added proofs to vehicle menu and improved waterproof feature. (#330)
- Added proofs section to vehicle menu that allows player to control damage bits. 
- Player can now drive or walk underwater with waterproof turned on.
- Added bring closest vehicle feature.
- Vehicle will not deform with collision proof on.
- Improved vehicle menu arrangement.
- Added plate changer in LSC.
- Updated LSC layout.
- Expanded wheel type feature.
- Fixed a bug where the mod section shows repetitive wheel mods.

Fixed issue #331
2022-07-12 16:42:07 +02:00
aa15032261
2d9021f0b8
feat(Personal Vehicle): Added clone personal vehicle feature. (#326) 2022-07-10 00:33:14 +02:00
Vanquish
964347dbe4
Disable player list in offline (#327)
Prevent the playerlist from being rendered if the user is not online.
2022-07-08 01:30:02 +02:00
LiamD-Flop
08cacf0b6e
fix(Notifications): Added titles to duplicate check (#325) 2022-07-06 13:02:54 +02:00
Yimura
5b0eaeb941
feat(vendor): updated GTAV-Classes (#323) 2022-07-06 12:01:35 +02:00
Yimura
034931b670
feat(session): cleaned up switcher GUI (#324) 2022-07-06 11:59:08 +02:00
aa15032261
fa90f775e7
Weapon impact (#321) 2022-07-05 22:55:18 +02:00
Forever Gone
10f549183b
feat(hooks): General cleanup on hooks and pointers (#322) 2022-07-05 22:54:45 +02:00
mentolixite
6a4ee2b282
fix(ViewPlayer): Make "never wanted" feature independent for each player (#316)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-07-05 22:35:32 +02:00
Yimura
a286d84e1b
feat(hooks): replace increment stat with received event handler (#320)
Closes #296
2022-07-05 18:58:12 +02:00
aa15032261
3fdafbab45
feat(Gui): Improved playerlist. (#317) 2022-07-05 18:56:32 +02:00
Yimura
291c186731
Added model hashtable (#319) 2022-07-05 11:11:16 +02:00
Yimura
034affd0a3
refactor: hooking restructure (#311) 2022-07-03 01:05:33 +02:00
Yimura
6624060398
refactor(PlayerService): Split classes into multiple files (#310) 2022-07-03 00:26:25 +02:00
mentolixite
f41b44478b
feat(ViewPlayer): Give health, armour, ammo, weapons (#261)
Co-authored-by: maybegreat48 <96936658+maybegreat48@users.noreply.github.com>
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-07-03 00:03:07 +02:00
aa15032261
e987b665c2
Added "Fill Inventory" button. (#309) 2022-07-02 21:45:11 +02:00
Maddy
9363f4797a
Fix warning and removed non-existent transition state. (#308) 2022-07-02 21:12:50 +02:00
Maddy
d015450c14
Update Readme (#307)
Update the "Cloning and generating project files" URL
2022-07-02 20:07:00 +02:00
aa15032261
51d03c8883
Added entity proofs (#304) 2022-07-02 17:15:22 +02:00
aa15032261
60911e657b
Fixed player list unable to display players with same name. (#305)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-07-02 14:55:37 +02:00
aa15032261
38519a169e
Added more TSE crash protections and fixed some TSE notifications (#302) 2022-07-01 21:35:36 +02:00
Yimura
dba617ae9f
refactor: cleaned up service directory structure (#300) 2022-06-30 00:11:54 +02:00
Yimura
39056979fa
feat(premake): commented debug build (#298) 2022-06-29 23:29:01 +02:00
Quentin E. / iDeath
4d19585b20
feat context_menu_service (#293)
- add box around selected entity
- add option to select entity types 
- show reticle in middle of screen
2022-06-29 23:27:44 +02:00
GeopJr
3f46bad9c1
feat: switch to issue forms (#297)
and remove autocloser as form fields can be/are required
2022-06-29 18:36:03 +02:00
DayibBaba
7bfc04bea0
Name and status variables for the Script system. (#244)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-06-27 20:12:45 +02:00
Quentin E. / iDeath
a64f016412
Feat vehicle gun improv (#291) 2022-06-27 15:59:25 +02:00
Quentin E. / iDeath
747af10277
Feat teleport improv (#292) 2022-06-27 15:45:26 +02:00
Quentin E. / iDeath
1384bd600d
Add vehicle jump (#290) 2022-06-27 15:42:53 +02:00
Quentin E. / iDeath
2c02b976bc
Desync kick / MsgNetComplaint: (#289) 2022-06-27 15:41:03 +02:00
Quentin E. / iDeath
66cea797fc
cache self player_ptr (#288) 2022-06-27 15:24:34 +02:00
Yimura
bb3c4ec0bf
feat(Vehicle): Spawn list takes up entire screen 2022-06-26 00:31:51 +02:00
mentolixite
249f4800f7
feat(vehicle): LSC (Los Santos Customs) tab (#254)
Co-authored-by: mentolixite <mentolixite@pm.me>
2022-06-26 00:14:00 +02:00
Yimura
998bbc8a92
fix(PlayerService): Reset selected player back to dummy
Fixes #282
2022-06-25 22:40:34 +02:00
Kim123LP
5f440165d0
feat(Self): Added Heal (#285) 2022-06-25 22:03:43 +02:00
Quentin E. / iDeath
95b3a3f755
Make DISABLE_CONTROL_ACTION calls in their own script thread (#284) 2022-06-25 21:17:35 +02:00
Yimura
c02dedecd7
fix(PlayerList): Players rendered off-screen
Fixes #283
2022-06-24 23:57:52 +02:00
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