Commit Graph

1769 Commits

Author SHA1 Message Date
Yimura
09ed8cb864 fix(GetEventData): Added check for if the event came from a valid client 2021-01-02 11:56:00 +01:00
Yimura
e5587325d2 feat(TabTunables): Added disable phone calls 2021-01-02 11:53:10 +01:00
Yimura
fae84f1276 fix(Events): Made all event hashes, function definitions and event enum to int64_t 2021-01-02 11:52:36 +01:00
Yimura
bad3c24d51 fix(GUI): Allow for using the game while menu is open 2021-01-01 15:26:07 +01:00
Yimura
cdb6be86c3 feat(Features): Added disable phone feature 2021-01-01 15:25:44 +01:00
Yimura
5bd71c2c55 fix(SuperSprint): Only sprint while ped is sprinting 2021-01-01 15:23:47 +01:00
Yimura
8db3827846 feat(Features): Added kick hashes and kick method to player window 2021-01-01 01:11:55 +01:00
Yimura
c7eafe9c2f fix(Hooking->GetEventData): type char array allocation too small 2021-01-01 01:03:15 +01:00
Yimura
7b5aab3dd7 feat(NoRagdoll): Added one more no ragdoll native call 2020-12-31 23:24:29 +01:00
Yimura
062855364a fix(SpectatePlayer): Forgot to call specate player in feature loop 2020-12-31 23:23:57 +01:00
Yimura
70ea408992 feat(Hooking): Added protections for remote events on GetEventData function. 2020-12-31 23:22:28 +01:00
Yimura
7296a93d6c feat(Players): Sort players by their name alphabetically 2020-12-31 20:53:04 +01:00
Yimura
daaa5684e8 refactor(Features): Moved looped features in a separate sub directory 2020-12-31 11:06:36 +01:00
Yimura
47bce32ba1 fix(TabOnline): Fixed weather switch combo UI bug 2020-12-31 11:04:38 +01:00
Yimura
ec8905a339 feat(Hooking/Pointers/TabOnline): Added disable chat censoring option 2020-12-31 02:22:12 +01:00
Yimura
37c78f23b9 feat(Features/Pointers/PlayerWindow): Added spectate player function 2020-12-31 02:10:15 +01:00
Yimura
8bb6c8a226 wip(NoIdleKick): Attempt at fiixing no idle kick 2020-12-31 01:47:36 +01:00
Yimura
28309a25f5 feat(PlayerWindow & TabVehicle): Updated some strings, updated teleport options 2020-12-31 01:46:39 +01:00
Yimura
abb025b20e feat(TabOnline): Added set session weather 2020-12-31 01:45:27 +01:00
Yimura
b261952d10 Merge branch 'master' of https://github.com/Yimura/YimMenu 2020-12-30 16:49:33 +01:00
Yimura
917de7cef1 Update README.md 2020-12-30 16:45:26 +01:00
Yimura
7f39980782 feat(GUI): Updated colors, border rounding and added storopia font 2020-12-30 13:52:26 +01:00
Yimura
a8458163dc refactor(UX): Moved menu options around for better UX 2020-12-29 23:32:58 +01:00
Yimura
a92a0d6db2 refactor(GUI): Removed old include 2020-12-29 23:31:40 +01:00
Yimura
539469be89 feat(Top Bar): Added function to join specific session types 2020-12-29 23:28:30 +01:00
Yimura
b9d4af320f refactor(Spoof Rank): Moved script_global to function 2020-12-29 23:27:54 +01:00
Yimura
e67b239567 feat(): Moved several things to functions to clean up GUI code 2020-12-29 23:26:22 +01:00
Yimura
ae19b2dc2f fix(Stats): Fixed stats char undersizing 2020-12-29 23:18:48 +01:00
Yimura
a39bd50e5f feat(TabVehicle): Added a speedo meter (km/h & mph) 2020-12-29 23:18:09 +01:00
Yimura
dd27862890 feat(GTA Levels): Added a list for GTA levels 2020-12-29 16:20:10 +01:00
Yimura
791819a515 fix(JoinMessage): Ignore self 2020-12-29 16:19:02 +01:00
Yimura
9f5ffbe21b perf(BaseTab): Remove example tab from source 2020-12-29 12:40:35 +01:00
Yimura
cbbd202b29 feat(TabWorld): Added population and vehicle density modifiers 2020-12-29 01:10:25 +01:00
Yimura
82cb04ffd6 feat(PlayerWindow): Added different trigger script events to grief players 2020-12-29 00:21:54 +01:00
Yimura
554ab88ed0 feat(TabTunables): Added option te set car sell value at INT_MAX 2020-12-29 00:21:15 +01:00
Yimura
032271d15f feat(Lists & Temp): Added list of locations and weather names/types 2020-12-29 00:20:27 +01:00
Yimura
af9a1a85b0 fix(JoinMessage): Changed function definitions 2020-12-29 00:19:37 +01:00
Yimura
39f3a66f3d fix(TabWorld): Fixed overread bug and added local weather override 2020-12-29 00:17:32 +01:00
Yimura
8df2f5e55f fix(JoinMessage): Fixed join player message to be more efficient 2020-12-29 00:13:13 +01:00
Yimura
fa95229cf3 feat(Pointers): Added trigger script event pointer and function definitions 2020-12-28 01:33:40 +01:00
Yimura
de13e2b6ba feat(Hook): Added logging to script event handler 2020-12-28 01:32:22 +01:00
Yimura
6f5902cbd1 feat(MainWindow): Added call to render world tab 2020-12-28 01:30:56 +01:00
Yimura
e774cf56b9 feat(TabTuneables): Added sell car for 25mill 2020-12-28 01:24:03 +01:00
Yimura
d4857729f1 feat(GUI): Added world tab 2020-12-28 01:23:27 +01:00
Yimura
110b76120f fix(JoinMessage): Join message would not work with player id 2020-12-28 01:21:22 +01:00
Yimura
17add5a874 feat(Features): Added reveal players looped feature 2020-12-27 19:26:08 +01:00
Yimura
3d527ba68c feat(Hooking/Pointers): Added script event handler hook 2020-12-27 19:10:01 +01:00
Yimura
52ac638a90 feat(Hooking/Pointers): Added increment stat event hook to block reports 2020-12-27 18:29:33 +01:00
Yimura
f1bb386b37 fix(ErrorScreen): Removed unused/useless include 2020-12-27 18:26:56 +01:00
Yimura
0aaef995b4 feat(Hooking): Added hook to prevent warnings/errors from the shop_controller script 2020-12-27 17:49:50 +01:00