Commit Graph

1765 Commits

Author SHA1 Message Date
f086efc4a6 fix(ESP): Patch for #198 (#204) 2022-05-16 00:09:31 +02:00
445d6d3b23 feat(Project): Updated README & removed FEATURES 2022-05-13 22:41:40 +02:00
42df28dd2c feat(ErrorScreen): Removed detour hook as it's "detected" 2022-05-13 18:45:32 +02:00
42aca6ec69 feat(Protections): Added network group override protection 2022-05-13 18:26:15 +02:00
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
076aabadca feat(StealVehicleGun): Added timeout between kicking out of vehicle 2022-05-13 15:33:19 +02:00
cf5fd35f56 fix(Debug): Send script event prevent AC detection 2022-05-13 15:10:23 +02:00
1bae411588 fix(Toxic): Don't use 0 as player id, make sure it's valid 2022-05-13 14:49:27 +02:00
5fd3ef667d fix(Toxic): Removed unused variable location 2022-05-13 14:21:59 +02:00
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
e69927bacc feat(ESP): Expand functionality 2022-05-11 12:00:54 +02:00
1ad4e75a29 fix(MobileService): Update last update time 2022-05-11 00:02:33 +02:00
ec52c71365 fix(ReceivedEvent): Actually catch stupid crash 2022-05-10 21:59:03 +02:00
54829582f5 fix(Mobile): Typo in text for empty personal vehicle list 2022-05-10 20:55:13 +02:00
5024ea4d9d fix(Mobile): Crash while in loading (before globals are available) 2022-05-10 20:38:24 +02:00
7ddca9d877 feat(Protection): Added TASK_TEMP_VEHICLE_ACTION anti-crash 2022-05-10 20:23:48 +02:00
5b87f640f9 fix(AutoDrive): Type warnings 2022-05-10 20:22:57 +02:00
60c0eec1d1 refactor(NativeHooks): Modernized/optimized code 2022-05-10 19:40:30 +02:00
d803950360 fix(CarmodShop): Spoof stats for 2nd account 2022-05-10 19:23:28 +02:00
7ac3632553 refactor(MobileService): Auto load personal vehicles, modernized code & improved caching (#195) 2022-05-10 19:02:30 +02:00
740a4d48cf fix(ci): give autolocker write permissions (#194) 2022-05-10 17:26:30 +02:00
ebe7620738 fix(ReceivedEvent): Reset SCRIPTED_GAME_EVENT buffer 2022-05-10 17:06:00 +02:00
cbbf276d8f fix(ViewPlayer): Added lost TreePop 2022-05-10 16:54:38 +02:00
f2c551cb4f feat(ci): autolocker (#192) 2022-05-10 14:40:51 +02:00
6bd9041555 feat(Teleport): Added more teleport to objective (#185)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-09 23:00:50 +02:00
135d3b80ff feat(Vehicle): Instant into vehicle (globals) (#181) 2022-05-09 22:58:53 +02:00
1088ec6d4b 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
1443bc0cab Fix Script Event Handler hook from clogging event queue (#163)
* fixes #154

* fix(ReceivedEvent): BitBuffer was incorrectly initialised
2022-05-08 22:00:55 +02:00
2660c4f96d feat(System): Added looped feature to disable sigscanner
fixes #180
2022-05-08 18:31:36 +02:00
0832ae4603 Added variables for common self natives 2022-05-07 18:27:59 -04:00
07bdd6a927 fix: prevent dying while using spectate & freecam (#179) 2022-05-07 23:13:53 +02:00
525b4d6459 feat(Player): Added Flying vehicle
Co-authored-by: LiamD-Flop
2022-05-05 22:51:18 +02:00
410e0da91e fix(PlayerList): Scaling of window 2022-05-05 01:40:09 +02:00
1c2bb39409 chore: Cleanup code 2022-05-05 01:39:11 +02:00
a40e459788 File weirdness 2022-05-04 14:55:36 -04:00
0bd7c97337 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
93f38b20fc feat(Toxic): Kick from vehicle (#165) 2022-05-04 10:02:29 +02:00
7e344028db fix(Backend): g_local_player not updating 2022-05-03 18:37:59 +02:00
e211ddacb5 fix(Mechanic): Spawn Timer 2022-05-03 18:00:09 +02:00
1e9f4fb7ca 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
b6e2cd5172 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
c56d9194f3 feat(Vehicle): Added rainbow options (#141) 2022-05-02 21:32:23 +02:00
d1749da34a feat(Vehicle): drive on water (#140) 2022-05-02 21:31:07 +02:00
98c5596864 feat(Self): Add local visibility option (#116) 2022-05-02 21:15:49 +02:00
be7e00f4f6 fix(Blips): Get blip location by color (#146)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-02 21:15:05 +02:00
a4f00f70b3 feat(VehiclePreview): Stop preview on spawn 2022-03-31 01:34:36 +02:00
dac6cf8cc6 fix(VehiclePreview): Issue w/ running fiber 2022-03-31 01:26:22 +02:00
b7db6b45dc fix(ScriptEventHandler): Filter rotate cam for current PlayerID 2022-03-31 01:06:15 +02:00
169f09cdaf feat(Pointers): Set SCREEN_RESOLUTION signature early 2022-03-31 00:21:05 +02:00
ee6e5e500c feat(GUI): Don't use natives for resolution 2022-03-31 00:06:20 +02:00