471 Commits

Author SHA1 Message Date
Yimura
7173ea9c66 feat(GUI): Splitting elements into different files 2021-05-19 11:28:13 +02:00
Yimura
5ec74b36ac feat(Util): Added vehicle::spawn and notify::above_map 2021-05-19 11:27:47 +02:00
Yimura
07c645e728 feat(README): Updated 2021-05-19 00:55:13 +02:00
Yimura
7a5473de0b feat(Protections): Added freemode_script_recovery 2021-05-19 00:41:55 +02:00
Yimura
969a438274 feat(Pointers): NOP incompatible version check from net array 2021-05-19 00:23:04 +02:00
Yimura
95b0419ed4 feat(Pointers): Added Event Register 2021-05-19 00:07:13 +02:00
Yimura
8f388a0f10 refactor(Invoker): Moved invoker assembly file 2021-05-18 23:07:29 +02:00
Yimura
934b1e704a feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
ed52229dfc feat(Features): Only loop certain feature groups when playing 2021-02-21 00:19:15 +01:00
Yimura
e08f3e063c feat(Self): Added frame flag support 2021-02-21 00:18:31 +01:00
Yimura
8c72ec2682 feat(PlayerGriefing): Added force kick from vehicle 2021-02-19 15:45:40 +01:00
Yimura
0ed0f26fde feat(PedFactory): Updated classes 2021-02-19 15:45:19 +01:00
Yimura
caf7134971 feat(Notify): Added blocked event notification 2021-02-19 15:44:43 +01:00
Yimura
aba65b22b7 feat(Functions): Added crash checks for Reward and Pickup hashes 2021-02-19 15:44:24 +01:00
Yimura
cc7e6c7c9b feat(ReceivedEventHook): Added protections 2021-02-19 15:44:00 +01:00
Yimura
8786a55e08 feat(Handling): Updated limits 2021-02-19 15:43:14 +01:00
Yimura
2aaed8dbe4 feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK 2021-02-19 15:42:39 +01:00
Yimura
b3e049ef88 fix(Handling): Updated vehicle pointer continiously
Waiting for the entity id to change had bad results
2021-02-19 15:41:10 +01:00
Yimura
7d3b71efb6 feat(Misc): Change player model (SP) 2021-02-08 22:57:34 +01:00
Yimura
7104149b80 feat(Transmission): Added Max Velocity 2021-02-08 22:50:59 +01:00
Yimura
cb14dc130d fix(Vehicle): Edge case crash when vehicle was nullptr 2021-02-08 22:50:25 +01:00
Yimura
b0a467afcd fix(SpoofRank): Still using old settings file and causing crashes 2021-02-08 21:00:35 +01:00
Yimura
884ef8390e refactor(CustomText): Changed custom_text global to be static 2021-02-08 20:57:58 +01:00
Yimura
35f9cea162 wip(Hooks): Received event protections 2021-02-07 17:08:25 +01:00
Yimura
2d9c809daf wip(Misc): Added change player model 2021-02-07 17:07:47 +01:00
Yimura
d1080b6dfb feat(GTA/enums): Added PedTypes enum 2021-02-07 17:05:29 +01:00
Yimura
eff1500fdc refactor(Functions): Changed native with rage::joaat 2021-02-07 17:03:32 +01:00
Yimura
b0e301a6f6 feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler 2021-02-07 01:14:36 +01:00
Yimura
6a8b21d8a6 fix(PlayerJoining): Fixed player joining 2021-02-07 01:13:23 +01:00
Yimura
aff9e6a889 fix(Premake): Preset the target name for BigBaseV2 to YimMenu 2021-02-06 22:20:13 +01:00
Yimura
83eb48ff95 refactor(VehicleTab): Optimised auto pilot 2021-02-06 00:35:53 +01:00
Yimura
1d631a86ce refactor(Teleport): Fixed and optimised code 2021-02-06 00:33:59 +01:00
Yimura
337ac85200 feat(UserSideBar): Added friend/player counters 2021-02-06 00:32:27 +01:00
Yimura
b5c8b78f45 fix(UserSideBar): Moved to thread safe copy instead of reference 2021-02-05 12:59:19 +01:00
Yimura
3af9c82ca2 refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code. 2021-02-05 02:38:56 +01:00
Yimura
e9c3a93f56 feat(GUI): Replaced certain UI texts for funny effect 2021-02-04 23:32:52 +01:00
Yimura
7931a2f342 refactor(Functions): Renamed, moved under a class and ordered alphabetically 2021-02-04 22:57:06 +01:00
Yimura
f5b47c5975 feat(Stats): Added max stats of character 2021-02-04 18:40:12 +01:00
Yimura
900d621d75 feat(GUI): Added custom text to menu 2021-02-04 18:39:47 +01:00
Yimura
d069e2893b feat(GetLabelText): Added hook for getlabeltext 2021-02-04 18:39:20 +01:00
Yimura
4559d078e6 feat(GravityGun): When grabbing peds force them to ragdoll 2021-02-03 21:34:46 +01:00
Yimura
5eb11bf04a feat(Drop): Added RP drop 2021-02-03 19:44:59 +01:00
Yimura
4d2fef47eb wip(Griefing): Added clear wanted level 2021-02-03 19:44:39 +01:00
Yimura
c1dff8e844 fea(Settings): Added spoofing settings 2021-02-03 19:43:56 +01:00
Yimura
f798fb968f fix(Features): Define repair gun 2021-02-03 19:43:36 +01:00
Yimura
85348fc77d feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer 2021-02-03 19:43:15 +01:00
Yimura
fcc23be911 fix(Features): Forgot to call repair gun in loop 2021-02-03 19:42:17 +01:00
Yimura
a600543097 feat(Spoofing): Added IP, R*id and name spoofing 2021-02-03 19:41:46 +01:00
Yimura
a98785d4e0 fix(GetEventData): Fixed typo on notify 2021-02-03 19:40:04 +01:00
Yimura
3329e638a8 feat(Functions): Added ambient rp and improved take control 2021-02-03 16:39:29 +01:00