116 Commits

Author SHA1 Message Date
Yimura
9726d96c6a feat(vendor): Updated GTAV-Classes 2022-01-30 00:23:26 +01:00
Yimura
be00df60e5 chore(Mobile): Indicate transform uses global tolower and not std::tolower 2022-01-29 23:35:13 +01:00
Yimura
296d147fa6 feat(ScriptEventHandler): Forgot to block rotate cam 2022-01-26 21:37:08 +01:00
Yimura
257fd54956 feat(ScriptEventHandler): Prevent network bail 2022-01-26 15:23:57 +01:00
Yimura
5cea9d40e7 feat(Settings): Added rebinding of menu toggle 2022-01-18 02:38:51 +01:00
Yimura
caff765f43 feat(Mobile): Added teleport into personal vehicle 2022-01-18 02:06:28 +01:00
Yimura
815d493530 feat(Vehicle): Added trigger LS Customs anywhere 2022-01-14 16:12:30 +01:00
Yimura
ea43cf7520 refactor: TabVehicle redesigned GUI elements 2022-01-09 14:14:14 +01:00
Yimura
bc6cb46faf refactor: TabTeleport moved personal vehicle global to util header 2022-01-09 01:10:38 +01:00
Yimura
1074802d8c feat(Teleport): Moved teleport personal vehicel to teleport tab 2022-01-08 23:59:32 +01:00
Yimura
7e6e1b3cc4 feat(Globals): Modified styling of buttons and fields 2022-01-08 22:30:39 +01:00
Yimura
adb95d3f46 fix(Globals): Globals created at runtime need their cache built 2022-01-08 20:30:13 +01:00
Yimura
d76ca9c23c fix(Globals): Unable to start freeze thread pool 2022-01-08 19:56:05 +01:00
Yimura
baf924d203 feat(PersonalVehicles): Alphabetic list 2022-01-08 17:48:46 +01:00
Yimura
dff8bb85e5 feat(Mobile): Added Mechanic personal vehicle summon 2022-01-08 05:42:36 +01:00
Yimura
c86f195467 refactor(Services): unnecessary global inclusion 2022-01-08 05:31:24 +01:00
Yimura
831ba8ad3a feat(Mobile): Added mors mutual insurance fix all vehicles 2022-01-07 13:58:51 +01:00
Yimura
74fdad96fe feat(Debug): Added Script Event Logging
Closes #26
2022-01-06 08:47:00 +01:00
Yimura
624373a2f9 fea(PlayerInfo): Show wanted level and if player pad has god 2022-01-05 22:14:44 +01:00
Yimura
152b5fc574 Merge pull request #38 from The-Denno/gui_player_info
feat(PlayerInfo): Added vehicle god mode detection
2022-01-05 18:54:57 +01:00
Yimura
9c4e22814d feat(PlayerInfo): Simplified Code and added separators 2022-01-05 18:51:30 +01:00
Yimura
258aacccd8 Merge pull request #37 from The-Denno/settings
feat(Settings): Added toggles for script protections
2022-01-05 18:47:05 +01:00
The-Denno
cea523f391 Update tab_settings.cpp
fix(GUI): using ImGui::TreeNode and ImGui::TreePop in settings.cpp
2022-01-05 18:43:03 +01:00
The-Denno
deab14bf83 Update player_info.cpp
feat(GUI): added player ped in godmode vehicle detection in player_info.cpp
2022-01-05 18:31:09 +01:00
Yimura
b4d23c1789 fix(Self): Wanted Level added force toggle
fixes #23
2022-01-05 18:30:16 +01:00
The-Denno
f1bfa8e22d Update tab_settings.cpp
feat(settings): added checkboxes to enable and disable protections in tab_settings.cpp
2022-01-05 18:22:06 +01:00
Yimura
d08c1c5e3f feat(Self): Reorganised self tab items in groups 2022-01-05 18:18:03 +01:00
Yimura
aa08bb206b refactor(Core): Removed eExplosionType and updated gta/enums instead 2022-01-04 23:10:27 +01:00
Yimura
caccb4064f refactor(GUI): Cleaned gui function defs 2022-01-04 22:16:36 +01:00
Kaki
3554334ed7 remove include 2021-12-29 15:09:43 +01:00
Kaki
8dfa7cd14e use array instead of vector 2021-12-29 14:57:58 +01:00
Kaki
6cd2d56a62 fixing everything 2021-12-29 14:24:12 +01:00
Kaki
b648cba70d feat(Teleport): Teleport to objective 2021-12-29 11:48:53 +01:00
Gibson
621745feca Update window_handling.cpp
Fixed window handling endline
2021-12-26 21:30:56 -05:00
Gibson
63bacc0a77 Updated tab_self for missing code
Missing treepop causing issues in self tab
2021-12-26 21:30:08 -05:00
karifeld
0f085a880b Update tab_self.cpp 2021-12-25 20:26:45 +08:00
karifeld
8efde2daa6 feat(Spoofing) disable player control 2021-12-25 19:41:25 +08:00
karifeld
e894de848f feat(Self): much more organized 2021-12-25 17:22:24 +08:00
Yimura
1a21dc1018 feat(Debug): Added global debugging tab 2021-12-24 01:53:50 +01:00
Yimura
0856f3eab5 feat(GUI): Added debug window 2021-12-22 21:41:00 +01:00
Yimura
a124296a5e feat(Settings): Removed dump entrypoints button 2021-12-22 21:30:09 +01:00
Yimura
d925ec2bbc feat(Vendor): Updated GTAV-Classes 2021-12-22 13:19:30 +01:00
Yimura
d8b7b8801a feat(CPed): In vehicle property is a bit field, check against bit instead of one value 2021-12-20 11:37:23 +01:00
Yimura
28b1224898 feat(Self): Added super run 2021-12-19 00:25:54 +01:00
Yimura
136cb01164 feat(Spoofing): Added spoofing with SendNetInfoToLobby hook 2021-12-18 19:24:30 +01:00
Yimura
f2011a6ce5 chore(Classes): Modified code to reflect changes made in GTAV-Classes vendor 2021-12-18 01:42:44 +01:00
Yimura
838da48400 feat(TopBar): Better and faster rage quit 2021-12-16 00:40:07 +01:00
xiaoxiao921
5ed9508ee7 fix(NetPlayer): Prevent a crash when user select own player in singleplayer 2021-12-13 23:00:39 +01:00
Yimura
af58184844 feat(Self): Added model change 2021-11-11 01:15:27 +01:00
Yimura
b5546cc456 feat(Player): Added toxic option blame explode 2021-10-15 11:32:46 +02:00