Commit Graph

  • 29b8429c16 feat(Pointers): Fixed increment stat event signature Yimura 2021-05-19 18:11:42 +02:00
  • a5b45c6a5c feat(Tabs): Added TabVehicle Yimura 2021-05-19 18:11:19 +02:00
  • bd4236a3bd feat(TabSelf): Added God Mode Yimura 2021-05-19 18:10:59 +02:00
  • d8bb940842 refactor(TabWeapons): CustomWeapon enum renamed Yimura 2021-05-19 18:10:42 +02:00
  • cd490fbd7e feat(Backend): Added godmode & speedo_meter Yimura 2021-05-19 18:09:48 +02:00
  • 399cebb9cf feat(Core): Added speedo_meter to data and renamed CustomWeapon enum Yimura 2021-05-19 18:09:13 +02:00
  • ab2d2c9af7 feat(IncrementStatEvent): Added REPORT blocking Yimura 2021-05-19 16:19:38 +02:00
  • 6d0d39a616 feat(MainWindow): Added gravity gun Yimura 2021-05-19 16:05:21 +02:00
  • 5b4107a1f2 feat(Globals): Added custom_weapon Yimura 2021-05-19 15:32:51 +02:00
  • ce39de3264 refactor(GUI): Remove base_tab Yimura 2021-05-19 15:32:17 +02:00
  • d5aecb5c8f feat(Backend/looped): Added gravity gun Yimura 2021-05-19 15:31:35 +02:00
  • 3a2ddc6304 feat(Util): Updated all include Yimura 2021-05-19 15:31:18 +02:00
  • 055b5ba673 feat(Util): Added entity::cage_ped and entity::raycast Yimura 2021-05-19 15:31:02 +02:00
  • 7bf9ae1489 feat(Util): Added math::deg_to_rad, math::distance_between_vectors and math::rotation_to_direction Yimura 2021-05-19 15:30:22 +02:00
  • d895610c82 feat(MainWindow): tab self added noclip Yimura 2021-05-19 14:36:21 +02:00
  • 89946765dd feat(MainWindow): Added tab spawn Yimura 2021-05-19 14:35:47 +02:00
  • 52c38ec7d4 feat(Features): Run loop in backend Yimura 2021-05-19 14:35:30 +02:00
  • fba75e32dd feat(Util): Added entity::take_control_of Yimura 2021-05-19 14:35:05 +02:00
  • 19762b4cb9 feat(Core): Added globals Yimura 2021-05-19 14:32:30 +02:00
  • 9739b4f858 feat(GUI): Added top bar to window Yimura 2021-05-19 11:49:22 +02:00
  • 6f5e3712ef feat(GUI): Adjusted color scheme Yimura 2021-05-19 11:49:01 +02:00
  • 7173ea9c66 feat(GUI): Splitting elements into different files Yimura 2021-05-19 11:28:13 +02:00
  • 5ec74b36ac feat(Util): Added vehicle::spawn and notify::above_map Yimura 2021-05-19 11:27:47 +02:00
  • 07c645e728 feat(README): Updated Yimura 2021-05-19 00:55:13 +02:00
  • 7a5473de0b feat(Protections): Added freemode_script_recovery Yimura 2021-05-19 00:41:55 +02:00
  • 969a438274 feat(Pointers): NOP incompatible version check from net array Yimura 2021-05-19 00:23:04 +02:00
  • 95b0419ed4 feat(Pointers): Added Event Register Yimura 2021-05-19 00:07:13 +02:00
  • 8f388a0f10 refactor(Invoker): Moved invoker assembly file Yimura 2021-05-18 23:07:29 +02:00
  • 934b1e704a feat(Project): Fresh start Yimura 2021-05-18 23:03:42 +02:00
  • ed52229dfc feat(Features): Only loop certain feature groups when playing Yimura 2021-02-21 00:19:15 +01:00
  • e08f3e063c feat(Self): Added frame flag support Yimura 2021-02-21 00:18:31 +01:00
  • 8c72ec2682 feat(PlayerGriefing): Added force kick from vehicle Yimura 2021-02-19 15:45:40 +01:00
  • 0ed0f26fde feat(PedFactory): Updated classes Yimura 2021-02-19 15:45:19 +01:00
  • caf7134971 feat(Notify): Added blocked event notification Yimura 2021-02-19 15:44:43 +01:00
  • aba65b22b7 feat(Functions): Added crash checks for Reward and Pickup hashes Yimura 2021-02-19 15:44:24 +01:00
  • cc7e6c7c9b feat(ReceivedEventHook): Added protections Yimura 2021-02-19 15:44:00 +01:00
  • 8786a55e08 feat(Handling): Updated limits Yimura 2021-02-19 15:43:14 +01:00
  • 2aaed8dbe4 feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK Yimura 2021-02-19 15:42:39 +01:00
  • b3e049ef88 fix(Handling): Updated vehicle pointer continiously Yimura 2021-02-19 15:41:10 +01:00
  • 7d3b71efb6 feat(Misc): Change player model (SP) Yimura 2021-02-08 22:57:34 +01:00
  • 7104149b80 feat(Transmission): Added Max Velocity Yimura 2021-02-08 22:50:59 +01:00
  • cb14dc130d fix(Vehicle): Edge case crash when vehicle was nullptr Yimura 2021-02-08 22:50:25 +01:00
  • b0a467afcd fix(SpoofRank): Still using old settings file and causing crashes Yimura 2021-02-08 21:00:35 +01:00
  • 884ef8390e refactor(CustomText): Changed custom_text global to be static Yimura 2021-02-08 20:57:58 +01:00
  • 35f9cea162 wip(Hooks): Received event protections Yimura 2021-02-07 17:08:25 +01:00
  • 2d9c809daf wip(Misc): Added change player model Yimura 2021-02-07 17:07:47 +01:00
  • d1080b6dfb feat(GTA/enums): Added PedTypes enum Yimura 2021-02-07 17:05:29 +01:00
  • eff1500fdc refactor(Functions): Changed native with rage::joaat Yimura 2021-02-07 17:03:32 +01:00
  • b0e301a6f6 feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler Yimura 2021-02-07 01:14:36 +01:00
  • 6a8b21d8a6 fix(PlayerJoining): Fixed player joining Yimura 2021-02-07 01:13:23 +01:00
  • aff9e6a889 fix(Premake): Preset the target name for BigBaseV2 to YimMenu Yimura 2021-02-06 22:20:13 +01:00
  • 83eb48ff95 refactor(VehicleTab): Optimised auto pilot Yimura 2021-02-06 00:35:53 +01:00
  • 1d631a86ce refactor(Teleport): Fixed and optimised code Yimura 2021-02-06 00:33:59 +01:00
  • 337ac85200 feat(UserSideBar): Added friend/player counters Yimura 2021-02-06 00:32:27 +01:00
  • b5c8b78f45 fix(UserSideBar): Moved to thread safe copy instead of reference Yimura 2021-02-05 12:59:19 +01:00
  • 3af9c82ca2 refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code. Yimura 2021-02-05 02:38:56 +01:00
  • e9c3a93f56 feat(GUI): Replaced certain UI texts for funny effect Yimura 2021-02-04 23:32:52 +01:00
  • 7931a2f342 refactor(Functions): Renamed, moved under a class and ordered alphabetically Yimura 2021-02-04 22:57:06 +01:00
  • f5b47c5975 feat(Stats): Added max stats of character Yimura 2021-02-04 18:40:12 +01:00
  • 900d621d75 feat(GUI): Added custom text to menu Yimura 2021-02-04 18:39:47 +01:00
  • d069e2893b feat(GetLabelText): Added hook for getlabeltext Yimura 2021-02-04 18:39:20 +01:00
  • 4559d078e6 feat(GravityGun): When grabbing peds force them to ragdoll Yimura 2021-02-03 21:34:46 +01:00
  • 5eb11bf04a feat(Drop): Added RP drop Yimura 2021-02-03 19:44:59 +01:00
  • 4d2fef47eb wip(Griefing): Added clear wanted level Yimura 2021-02-03 19:44:39 +01:00
  • c1dff8e844 fea(Settings): Added spoofing settings Yimura 2021-02-03 19:43:56 +01:00
  • f798fb968f fix(Features): Define repair gun Yimura 2021-02-03 19:43:36 +01:00
  • 85348fc77d feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer Yimura 2021-02-03 19:43:15 +01:00
  • fcc23be911 fix(Features): Forgot to call repair gun in loop Yimura 2021-02-03 19:42:17 +01:00
  • a600543097 feat(Spoofing): Added IP, R*id and name spoofing Yimura 2021-02-03 19:41:46 +01:00
  • a98785d4e0 fix(GetEventData): Fixed typo on notify Yimura 2021-02-03 19:40:04 +01:00
  • 3329e638a8 feat(Functions): Added ambient rp and improved take control Yimura 2021-02-03 16:39:29 +01:00
  • dd6406e31c feat(CustomGuns): Added repair gun Yimura 2021-02-03 16:38:55 +01:00
  • edbe348a46 fix(CustomGuns): Increased distance from 50 to 500 Yimura 2021-02-03 16:38:00 +01:00
  • 6b4dabc98b fix(Windows): Handling and main will have a propper default size Yimura 2021-02-02 16:49:32 +01:00
  • 4a878cd035 fix(PlayerWindow): Resize only on first use Yimura 2021-02-02 16:44:51 +01:00
  • 0dda572ceb refactor(Spawn): Prevent typing when in spawn menu Yimura 2021-02-02 16:38:59 +01:00
  • eeaffce80f feat(Spoofing): IP Address and Rockstar ID Yimura 2021-02-02 16:23:12 +01:00
  • 4b6736f875 refactor(Online): Re-added money options (safe values only) Yimura 2021-02-02 16:21:56 +01:00
  • aaa7381fe3 feat(Hooking): Enable send_net_info_to_lobby hook Yimura 2021-02-02 16:21:28 +01:00
  • bb268eda69 feat(Hooks): Added snend net info to lobby hook Yimura 2021-01-29 18:56:17 +01:00
  • 3e88d07952 fix(IncrementStatEvent): Fixed player struct Yimura 2021-01-29 18:55:54 +01:00
  • a981920245 feat(Transmission): Added drive bias rear Yimura 2021-01-29 18:55:39 +01:00
  • 68e250e5db feat(PedFactory): Updated classes Yimura 2021-01-29 18:55:19 +01:00
  • 05300fce62 fix(Handling): Check against nullptr Yimura 2021-01-29 18:55:02 +01:00
  • decbbb8fd9 fix(GravityGun): take control before releasing Yimura 2021-01-29 18:54:36 +01:00
  • 5e26bafe88 feat(Handling/transmission): Added steering lock Yimura 2021-01-22 12:37:56 +01:00
  • 2d60896473 fix(Handling/brakes): Brake bias member changed name Yimura 2021-01-22 12:36:54 +01:00
  • cbbafe8d0e feat(CHandlingData): Added more class members Yimura 2021-01-22 12:35:24 +01:00
  • 9b1016b7ec feat(Handling): Added around 32 handling properties to modify Yimura 2021-01-22 02:10:08 +01:00
  • 05c78fa8d1 fix(UserSidebar): Made width smaller Yimura 2021-01-22 02:09:21 +01:00
  • df652ba272 fix(VehicleGun): Removed height offset Yimura 2021-01-22 02:08:30 +01:00
  • 1c5906d0bc feat(GravityGun): Entities are transparent while held Yimura 2021-01-22 02:07:44 +01:00
  • 9d605bcf16 fix(GTA Util): Fixed member name Yimura 2021-01-20 03:46:02 +01:00
  • 5a4ee9dd21 fix(Pointers): World pointer Yimura 2021-01-20 03:45:40 +01:00
  • 5fcb502ba6 feat(Vehicle): Added god mode and handling Yimura 2021-01-20 03:45:24 +01:00
  • 4cf16bc8e6 fix(GTA/player): Commented old CPlayerInfo Yimura 2021-01-20 03:45:11 +01:00
  • b21f87937e feat(GTA): Reverse GTA classes from PedFactory Yimura 2021-01-20 03:44:49 +01:00
  • 6dad45f601 fix(CustomGuns): Shoot vehicles in look direction Yimura 2021-01-20 03:44:18 +01:00
  • a6f6018935 fix(Features): God mode with offsets instead of natives Yimura 2021-01-20 03:40:36 +01:00
  • e2912118b9 feat(PlayerWindow): Set next window size Yimura 2021-01-17 23:31:10 +01:00