58 Commits

Author SHA1 Message Date
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
Maddy
b77668694e feat(Session): Added local time modifiers 2022-03-19 23:15:38 +01:00
Yimura
69d30ce297 feat(SpecialAmmo): Added special ammo options
- Removed frame flags #108
2022-03-16 19:16:52 +01:00
Yimura
54bdb6da56 feat(Spawner): Preview vehicle before spawning (#113) 2022-03-14 23:31:30 +01:00
LiamD-Flop
d07d851f4b fix(ESP): Color picker fixed 2022-03-09 01:12:24 +01:00
LiamD-Flop
5a25456431 feat(ESP) (#90)
* feat(ESP): Basic esp

* feat(ESP): Optimized ESP, Added tracer & playername

* feat(ESP): Added health & distance

* feat(ESP): Added settings for esp

* feat(ESP): Toggle ESP

* feat(ESP): Small customizability added

* feat(ESP): Toggle settings on global toggle

* fix(ESP): Stupid mistake

* fix(ESP): Build warning

Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-03-09 00:03:14 +01:00
Maddy
9503ab4fdb feat: remote clear wanted level and remote never wanted (#93) 2022-03-08 19:26:28 +01:00
Maddy
bfea7e0722 feat: Added suggestions from #64
Added:
* Give All Weapons
* No spread
* No recoil
* Force Crosshair
* Weapon Damage Modifier
* Clean Player & Keep Player Clean
* Invisibility

Modified:
* Welcome notification shows the current hotkey to open menu
* Weapons.h has been updated with the most recent weapons
2022-03-02 14:48:53 +01:00
LiamD-Flop
a47d0a3359 Merge: rework_gui > master 2022-02-28 23:04:56 +01:00
Yimura
9ecffc7d68 feat(Vehicle): Added checkbox to disable targetting 2022-02-22 01:39:09 +01:00
Yimura
a2d9f04f1e feat(Globals): Simplified code, sorry to anyone who has to update their code 2022-02-22 01:18:49 +01:00
Yimura
c49cb35cfc fix(Globals): Assign to correct settings and don't int cast 2022-02-13 23:52:33 +01:00
Maddy
5ea6135856 Added Infinite ammo & clip. 2022-02-08 23:06:33 -05:00
Yimura
1dc68d23e1 feat(PlayerList): Rewrite of entire player management system 2022-01-31 18:27:35 +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
a65171db21 feat(Hooks): Split freemode script recovery into 2 different files 2022-01-21 23:13:10 +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
74fdad96fe feat(Debug): Added Script Event Logging
Closes #26
2022-01-06 08:47:00 +01:00
Yimura
b4d23c1789 fix(Self): Wanted Level added force toggle
fixes #23
2022-01-05 18:30:16 +01:00
Yimura
0c01593ab9 fix(Globals): Don't forget to close file handle 2021-12-24 01:58:56 +01:00
Yimura
91052e3ef6 feat(Globals): Added debug window bool 2021-12-22 21:26:26 +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
e41e25228b feat(Self): Added free cam 2021-09-21 01:44:24 +02:00
Yimura
f22682b607 feat(Vehicle): Added vehicle god mode 2021-08-16 23:11:08 +02:00
Yimura
1ba4aa1251 feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
af413c11a4 feat(Vehicle): Added ability to change position of speedo meter 2021-08-03 20:29:54 +02:00
Yimura
706ba87bfc feat(Self): Added never wanted and set wanted level 2021-07-28 00:46:00 +02:00
Yimura
b0cf5cb611 feat(Self): Added frame flag cheats 2021-07-26 21:18:19 +02:00
Yimura
a55cbcd571 feat(Protections): Added scripted game event protection 2021-07-26 00:38:03 +02:00
Yimura
5770015563 feat(Globals): Added handling window 2021-07-25 21:06:49 +02:00
Yimura
fcc796e8cb feat(Globals): Added value checking to deep_compare method 2021-07-24 17:15:31 +02:00
Yimura
0ae142bd40 feat(Globals): Made settings save location const 2021-07-24 15:27:41 +02:00
Yimura
9a8b7c8308 fix(Globals): Fixed certain settings being overwritten 2021-07-24 15:16:15 +02:00
Yimura
7f3a9a6f3c feat(Globals): Added no idle kick 2021-07-24 14:39:13 +02:00
Yimura
a1739bcca4 feat(Tunables): Added disable phone 2021-07-24 00:16:04 +02:00
Yimura
6de66af692 feat(Globals): Added deep_compare function to update settings 2021-07-23 21:15:32 +02:00
Yimura
cba521b616 feat(Players): Made list alphabetical 2021-07-23 18:06:33 +02:00
Yimura
e426963f54 feat(Recovery): Push more code related to setting char level 2021-07-23 12:28:17 +02:00
Yimura
1feb58f5c3 feat(Windows): Added player window 2021-05-26 13:17:19 +02:00
Yimura
3f61818c4e feat(Globals): Added window bool states to permanent settings 2021-05-21 14:13:00 +02:00
Yimura
98a4b89d1c feat(Window): Added Log window 2021-05-21 12:44:43 +02:00
Yimura
7006e55558 feat(TopBar): Toggle main window 2021-05-21 02:28:14 +02:00
Yimura
a69ea344dc feat(Self): Added Off Radar 2021-05-21 01:16:33 +02:00
Yimura
05f591fb9c feat(Self): Added no ragdoll 2021-05-21 00:52:59 +02:00
Yimura
6cde27e7e7 feat(Vehicle): Added horn boost 2021-05-20 23:18:44 +02:00