467 Commits

Author SHA1 Message Date
Yimura
1ee43a71e0 feat(Globals): Added no idle kick 2021-07-24 14:39:13 +02:00
Yimura
5accc047a2 feat(Tunables): Added no idle kick 2021-07-24 14:38:23 +02:00
Yimura
ab77390428 fix(DisablePhone): Correct script_global 2021-07-24 14:38:00 +02:00
Yimura
773a2fe0e6 fix(ReceivedEvent): strcat instead of strcpy 2021-07-24 00:16:43 +02:00
Yimura
9f8e3597fb feat(Tunables): Added disable phone 2021-07-24 00:16:04 +02:00
Yimura
2afef4153d fix(Pointers): Typo 2021-07-23 23:03:47 +02:00
Yimura
24e2db3d0d feat(Player): Added info tab 2021-07-23 23:02:46 +02:00
Yimura
0ab4092d40 fix(Spectate): Don't force spectate unless it's explicitly enabled 2021-07-23 23:02:26 +02:00
Yimura
f98c50dbfc rename(MainTabs): Renamed tabs.hpp to main_tabs.hpp 2021-07-23 23:00:11 +02:00
Yimura
94faea5a32 fix(ReceivedEvent): Get event name 2021-07-23 21:16:58 +02:00
Yimura
d08b6f969f feat(Windows): Added toggle for player window 2021-07-23 21:16:34 +02:00
Yimura
5c20bcbdb8 feat(Hooking): Obfuscated hooking strings 2021-07-23 21:15:55 +02:00
Yimura
1e24beed31 feat(Globals): Added deep_compare function to update settings 2021-07-23 21:15:32 +02:00
Yimura
41663429c9 feat(Players): Made list alphabetical 2021-07-23 18:06:33 +02:00
Yimura
46d79caa7b feat(Recovery): Push more code related to setting char level 2021-07-23 12:28:17 +02:00
Yimura
a090a33106 feat(ReceivedEvent): Cleaned up messages of detections 2021-07-23 12:27:07 +02:00
Yimura
f750e3d9e6 feat(Crossmap): Updated with clean version 2021-07-23 12:26:46 +02:00
Yimura
32fbef0d8b feat(Tab/Weapons): Optimised reference to weapon option in dropdown 2021-07-23 12:01:52 +02:00
Yimura
408ca4c45b feat(Tab/Vehicle): Added repair button 2021-07-23 11:59:53 +02:00
Yimura
6f5151171e feat(Tabs): Added recovery tab with set level 2021-07-23 11:59:31 +02:00
Yimura
c62430e76b feat(RepairGun): Call repair helper function 2021-07-23 11:59:01 +02:00
Yimura
b3dd9a6756 feat(Util/Vehicle): Added repair function 2021-07-23 11:58:43 +02:00
Yimura
e1d5d3ee46 feat(OffRadar): Fixed global offsets 2021-07-23 10:12:40 +02:00
Yimura
0edc11ca4a feat(HornBoost): Made exponential 2021-07-23 00:48:46 +02:00
Yimura
45f050a346 feat(Invoker): Added try except around native call 2021-07-23 00:47:55 +02:00
Yimura
1233514bbb feat(Pointers): Obfuscated and fixed pointers 2021-07-23 00:47:27 +02:00
Yimura
4bccaa4445 feat(Crossmap): Updated native crossmap 2021-07-23 00:47:01 +02:00
Yimura
ad99272383 fix(Invoker): TLS Context size changed 2021-07-23 00:46:33 +02:00
Yimura
e2db18ead5
refactor(Hooks): Swapped net_event_struct with CNetworkIncrementStatEvent 2021-05-26 14:45:36 +02:00
Yimura
f891e23760
feat(MainWindow): Added teleport to waypoint 2021-05-26 14:38:38 +02:00
Yimura
a553bc0f3f
refactor(StealVehicleGun): Wait for player to get kicked from vehicle 2021-05-26 14:26:00 +02:00
Yimura
3941178ace
refactor(GravityGun): Fixed cleanup of selected entity 2021-05-26 14:24:49 +02:00
Yimura
45158dcf14
feat(Player): Added spectate_player 2021-05-26 13:33:26 +02:00
Yimura
bb9d95525d
refactor(WindowLog): Removed unused include 2021-05-26 13:17:32 +02:00
Yimura
bebf912131
feat(Windows): Added player window 2021-05-26 13:17:19 +02:00
Yimura
260ebf9a88
fix(Pointers): Signature for REQUEST_CONTROL_OF_ENTITY 2021-05-26 13:16:29 +02:00
Yimura
07f91a28ae
feat(Entity): Patch Request Control of Entity 2021-05-26 00:14:28 +02:00
Yimura
600e9ad892
refactor(IncrementStatHook): Re-added old code 2021-05-25 14:44:35 +02:00
Yimura
ea4d1cd30b
refactor(VehicleUtil): Optimised bring vehicle 2021-05-25 14:11:13 +02:00
Yimura
abdfa503a5
refactor(IncrementStat): Removed increment stat and moved to received event 2021-05-25 14:09:02 +02:00
Yimura
a4e9bc8140
feat(Log): Changed log level of hooks and patterns 2021-05-25 12:59:02 +02:00
Yimura
6001b9e9b7
feat(Protections): Added received event 2021-05-25 12:58:33 +02:00
Yimura
a9ea72ab3b
fix(WindowLog): Move to correct disk location
fixes #2
2021-05-25 11:14:49 +02:00
Yimura
c05d1cb8f4
feat(Globals): Added window bool states to permanent settings 2021-05-21 14:13:00 +02:00
Yimura
9b0bae0272
feat(Vehicle): Added bring vehicle button 2021-05-21 14:09:28 +02:00
Yimura
b21d6d23f3
feat(Classes): Added CPedFactory and others 2021-05-21 13:16:40 +02:00
Yimura
c38cbacc30
feat(GUI): Enable all keys except interfering ones 2021-05-21 13:16:18 +02:00
Yimura
b185dbd561
fix(Logger): Lost bracket 2021-05-21 12:48:30 +02:00
Yimura
ecac78c493
feat(Window): Added Log window 2021-05-21 12:44:43 +02:00
Yimura
b87efe5a4e
feat(Main): Removed SetConsoleCtrlHandler and DeleteMenu 2021-05-21 12:16:48 +02:00