Yimura
|
72de3d5ec5
|
feat(PlayerInfoTab): Added player id and session host info
|
2021-07-26 21:23:55 +02:00 |
|
Yimura
|
ddfb5d625d
|
feat(System): Update player structs with less load
|
2021-07-26 21:23:27 +02:00 |
|
Yimura
|
45f0fdb174
|
fix(GTA/Player): Updated CNetGamePlayer
|
2021-07-26 21:22:59 +02:00 |
|
Yimura
|
48737f5e16
|
feat(Core/Classes): Updated GTA classes
|
2021-07-26 21:22:32 +02:00 |
|
Yimura
|
9a95f5962c
|
feat(PlayerWindow): Added check if net_player is nullptr
|
2021-07-26 21:22:01 +02:00 |
|
Yimura
|
e4b9b7349a
|
feat(HandlingWindow): Added check for nullptr of local player
|
2021-07-26 21:21:31 +02:00 |
|
Yimura
|
edd45c90e1
|
feat(PlayerStruct): Added net_player property
|
2021-07-26 21:21:00 +02:00 |
|
Yimura
|
0c1ccab977
|
feat(Backend): Added frame flags to loop
|
2021-07-26 21:19:58 +02:00 |
|
Yimura
|
b26fe7fea1
|
feat(Notify): Added player join notification
|
2021-07-26 21:18:36 +02:00 |
|
Yimura
|
a61ba85278
|
feat(Self): Added frame flag cheats
|
2021-07-26 21:18:19 +02:00 |
|
Yimura
|
e664c3cd2b
|
feat(Pointers): Added get_net_game_player function
|
2021-07-26 13:38:28 +02:00 |
|
Yimura
|
55ab43563e
|
feat(Protections): Added scripted game event protection
|
2021-07-26 00:38:03 +02:00 |
|
Yimura
|
db13703b43
|
feat(GUI): Added handling window
|
2021-07-25 22:24:48 +02:00 |
|
Yimura
|
65388964d7
|
feat(Global): Added pointer to local player ped
|
2021-07-25 22:24:22 +02:00 |
|
Yimura
|
3fa4ffbf0a
|
fix(Core/Classes): Included gta vectors
|
2021-07-25 22:23:32 +02:00 |
|
Yimura
|
ebb570a314
|
feat(System/ScreenSize): Removed random old variable
|
2021-07-25 21:15:28 +02:00 |
|
Yimura
|
dd2bcbd898
|
feat(Globals): Added handling window
|
2021-07-25 21:06:49 +02:00 |
|
Yimura
|
35febb4f62
|
feat(Util/Teleport): Added to_entity, to_player, into_vehicle and bring_player
|
2021-07-25 21:03:49 +02:00 |
|
Yimura
|
a333d42ad4
|
feat(PlayerWindow): Added teleport options
|
2021-07-25 21:02:57 +02:00 |
|
Yimura
|
8f375405df
|
feat(GTA): Updated classes
|
2021-07-25 21:02:25 +02:00 |
|
Yimura
|
d961ad272a
|
rename(Invoker): Assembly file rename to prevent object conflict
|
2021-07-24 17:15:52 +02:00 |
|
Yimura
|
fae5bf694c
|
feat(Globals): Added value checking to deep_compare method
|
2021-07-24 17:15:31 +02:00 |
|
Yimura
|
77aa52c779
|
feat(Globals): Made settings save location const
|
2021-07-24 15:27:41 +02:00 |
|
Yimura
|
dd5d4978d4
|
fix(Globals): Fixed certain settings being overwritten
|
2021-07-24 15:16:15 +02:00 |
|
Yimura
|
1f869a927e
|
feat(Hook/ErrorScreen): Inverted if-statement
|
2021-07-24 15:00:23 +02:00 |
|
Yimura
|
055dc25fc3
|
feat(Hooking): Added hooks for report_cash_spawn & report_cheating
|
2021-07-24 14:49:31 +02:00 |
|
Yimura
|
bce48acb36
|
feat(DefuseEvent): Removed DefuseEvent as it trips REPORT_MYSELF
|
2021-07-24 14:47:36 +02:00 |
|
Yimura
|
cf14e2f846
|
feat(Tabs): Added no idle kick
|
2021-07-24 14:39:34 +02:00 |
|
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 |
|