Quentin E. / iDeath
09f77d79aa
Add vehicle jump ( #290 )
2022-06-27 15:42:53 +02:00
Yimura
9f90b4c935
feat(Vehicle): Spawn list takes up entire screen
2022-06-26 00:31:51 +02:00
mentolixite
12f4035eff
feat(vehicle): LSC (Los Santos Customs) tab ( #254 )
...
Co-authored-by: mentolixite <mentolixite@pm.me>
2022-06-26 00:14:00 +02:00
Kim123LP
483ecd1384
feat(Self): Added Heal ( #285 )
2022-06-25 22:03:43 +02:00
Yimura
d323d8a7fe
fix(PlayerList): Players rendered off-screen
...
Fixes #283
2022-06-24 23:57:52 +02:00
mentolixite
8626bf2184
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
14aa991147
feat(Protections): Prevent TSE freeze and alternative send to cayo
2022-06-22 12:19:00 +02:00
Yimura
cade4f832b
Removed detected stuff ( #275 )
2022-06-12 21:24:35 +02:00
Yimura
2083f66d94
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
2afe6703f4
feat(CTX MENU): Added ctx menu toggle ( #265 )
2022-06-02 12:36:16 +02:00
mentolixite
a2848e933d
feat(Hooks, PlayerList): CNetworkPlayerMgr::init(), add self ( #251 )
2022-05-28 17:44:05 +02:00
Maddy
d3d231375c
remove(Toxic): remove toxic options
2022-05-24 15:59:54 -04:00
Maddy
e52ba9a02f
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
Maddy
c081eda4c8
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
0f09234130
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
cf2ae14a3e
Received clone sync hook ( #235 )
2022-05-23 00:31:21 +02:00
LiamD-Flop
9aebeaed17
F.A.R.T. Interface ( #104 )
...
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-22 16:38:28 +02:00
xM4ddy
f0d1639884
Should be working.
2022-05-16 15:33:43 -04:00
xM4ddy
f1604fede6
Added Vehicle Fly
2022-05-16 02:22:11 -04:00
Yimura
803ffa2d80
feat(TSE): Added protection against more script hashes
...
fixes #205
2022-05-16 00:56:15 +02:00
karifeld
3243bcb107
fix(ESP): Patch for #198 ( #204 )
2022-05-16 00:09:31 +02:00
Yimura
7bdc0021c8
feat(Project): Updated README & removed FEATURES
2022-05-13 22:41:40 +02:00
Yimura
ad690f242b
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
Yimura
49e6739c0f
fix(Debug): Send script event prevent AC detection
2022-05-13 15:10:23 +02:00
karifeld
302243038f
feat(ESP): Expand functionality
2022-05-11 12:00:54 +02:00
Yimura
52d0950b0c
fix(Mobile): Typo in text for empty personal vehicle list
2022-05-10 20:55:13 +02:00
Yimura
d4974859de
fix(Mobile): Crash while in loading (before globals are available)
2022-05-10 20:38:24 +02:00
Yimura
050149e8af
feat(Protection): Added TASK_TEMP_VEHICLE_ACTION anti-crash
2022-05-10 20:23:48 +02:00
Yimura
608fcc8868
refactor(MobileService): Auto load personal vehicles, modernized code & improved caching ( #195 )
2022-05-10 19:02:30 +02:00
Yimura
f9b729040f
fix(ViewPlayer): Added lost TreePop
2022-05-10 16:54:38 +02:00
Aure7138
cce5c553e6
feat(Teleport): Added more teleport to objective ( #185 )
...
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-09 23:00:50 +02:00
MoneyDropLobby
929705cd8a
feat(Vehicle): Instant into vehicle (globals) ( #181 )
2022-05-09 22:58:53 +02:00
Maddy
0e340a5217
feat(Vehicle): Add auto drive ( #182 )
...
* Should be working
* Boy am I dumb
* Fixes and added wander and other shit
2022-05-09 14:59:38 +02:00
xM4ddy
31124cbf28
Added variables for common self natives
2022-05-07 18:27:59 -04:00
Mystro
28640b453e
feat(Player): Added Flying vehicle
...
Co-authored-by: LiamD-Flop
2022-05-05 22:51:18 +02:00
Yimura
cf22bdc63a
fix(PlayerList): Scaling of window
2022-05-05 01:40:09 +02:00
Yimura
933c3eb145
chore: Cleanup code
2022-05-05 01:39:11 +02:00
LiamD-Flop
e7cc2611b6
feat(GUI): Simplifying the gui ( #118 )
...
Co-authored-by: Maddy <59680197+xM4ddy@users.noreply.github.com>
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-04 19:16:40 +02:00
Mystro
52e2fe19ac
feat(Toxic): Kick from vehicle ( #165 )
2022-05-04 10:02:29 +02:00
cl1xa
ee1c0ef440
fix(ESP): Elements getting cut off on screen edges ( #160 )
...
Co-authored-by: Caden <82620517+cl52902@users.noreply.github.com>
2022-05-03 15:03:39 +02:00
Maddy
c7f2fb9fcb
fix: Globals, UI and removed super run ( #161 )
...
* RGB vehicle feature had broken UI
* Globals updated to 1.59
* Removed super run (ReClass outdated)
2022-05-03 15:02:18 +02:00
Maddy
cc463cc2ef
feat(Vehicle): Added rainbow options ( #141 )
2022-05-02 21:32:23 +02:00
Maddy
e65ee20053
feat(Vehicle): drive on water ( #140 )
2022-05-02 21:31:07 +02:00
Maddy
61781b3312
feat(Self): Add local visibility option ( #116 )
2022-05-02 21:15:49 +02:00
Yimura
dd31636275
feat(VehiclePreview): Stop preview on spawn
2022-03-31 01:34:36 +02:00
Yimura
d6ccfd242f
feat(GUI): Don't use natives for resolution
2022-03-31 00:06:20 +02:00
Yimura
d4ee375309
fix(GUI): Call ImGui::End regardless of return of ImGui::Begin
...
Fixes #127
2022-03-22 23:39:33 +01:00
Maddy
cc7223dc6a
feat(session): Add Local Weather Options ( #123 )
...
Co-authored-by: LiamD-Flop <contact@liamd.me>
2022-03-21 22:06:16 +01:00
Maddy
e23153c887
feat(spawn): Add Spawn Maxed Option ( #124 )
...
Co-authored-by: LiamD-Flop <contact@liamd.me>
2022-03-21 22:05:13 +01:00
Yimura
a2f459fad9
feat(Logging): Added settings to toggle them ( #126 )
...
* feat(Settings): Added notification settings
2022-03-21 18:10:18 +01:00