Commit Graph

  • 9e41d2a60f
    feat(Backend/looped): Added gravity gun Yimura 2021-05-19 15:31:35 +02:00
  • cde49f624a
    feat(Util): Updated all include Yimura 2021-05-19 15:31:18 +02:00
  • 91fafca064
    feat(Util): Added entity::cage_ped and entity::raycast Yimura 2021-05-19 15:31:02 +02:00
  • bc5bb861ee
    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
  • fcfa3094e4
    feat(MainWindow): tab self added noclip Yimura 2021-05-19 14:36:21 +02:00
  • bb45b9c765
    feat(MainWindow): Added tab spawn Yimura 2021-05-19 14:35:47 +02:00
  • a73040a03a
    feat(Features): Run loop in backend Yimura 2021-05-19 14:35:30 +02:00
  • 1b32950020
    feat(Util): Added entity::take_control_of Yimura 2021-05-19 14:35:05 +02:00
  • 6c102344eb
    feat(Core): Added globals Yimura 2021-05-19 14:32:30 +02:00
  • 7c2e0a3d33
    feat(GUI): Added top bar to window Yimura 2021-05-19 11:49:22 +02:00
  • a2bb8cb320
    feat(GUI): Adjusted color scheme Yimura 2021-05-19 11:49:01 +02:00
  • 571bd3020f
    feat(GUI): Splitting elements into different files Yimura 2021-05-19 11:28:13 +02:00
  • d393fb3768
    feat(Util): Added vehicle::spawn and notify::above_map Yimura 2021-05-19 11:27:47 +02:00
  • b33e35bdfa
    feat(README): Updated Yimura 2021-05-19 00:55:13 +02:00
  • b34cc84694
    feat(Protections): Added freemode_script_recovery Yimura 2021-05-19 00:41:55 +02:00
  • 0fe1dd48cb
    feat(Pointers): NOP incompatible version check from net array Yimura 2021-05-19 00:23:04 +02:00
  • 2a5bcce963
    feat(Pointers): Added Event Register Yimura 2021-05-19 00:07:13 +02:00
  • fcf94fe23e
    refactor(Invoker): Moved invoker assembly file Yimura 2021-05-18 23:07:29 +02:00
  • 4a3093f0be
    feat(Project): Fresh start Yimura 2021-05-18 23:03:42 +02:00
  • d81223f8e3
    feat(Features): Only loop certain feature groups when playing Yimura 2021-02-21 00:19:15 +01:00
  • 758f0f4e19
    feat(Self): Added frame flag support Yimura 2021-02-21 00:18:31 +01:00
  • 4c2fd7f148
    feat(PlayerGriefing): Added force kick from vehicle Yimura 2021-02-19 15:45:40 +01:00
  • 237045b613
    feat(PedFactory): Updated classes Yimura 2021-02-19 15:45:19 +01:00
  • 5cb498c981
    feat(Notify): Added blocked event notification Yimura 2021-02-19 15:44:43 +01:00
  • ad0a6f2577
    feat(Functions): Added crash checks for Reward and Pickup hashes Yimura 2021-02-19 15:44:24 +01:00
  • 1ac84a5c9c
    feat(ReceivedEventHook): Added protections Yimura 2021-02-19 15:44:00 +01:00
  • 5df780407d
    feat(Handling): Updated limits Yimura 2021-02-19 15:43:14 +01:00
  • 021e77caf9
    feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK Yimura 2021-02-19 15:42:39 +01:00
  • 1efaa78a36
    fix(Handling): Updated vehicle pointer continiously Yimura 2021-02-19 15:41:10 +01:00
  • 50bf9f1b2b
    feat(Misc): Change player model (SP) Yimura 2021-02-08 22:57:34 +01:00
  • a3f699c070
    feat(Transmission): Added Max Velocity Yimura 2021-02-08 22:50:59 +01:00
  • cf864a78e5
    fix(Vehicle): Edge case crash when vehicle was nullptr Yimura 2021-02-08 22:50:25 +01:00
  • b74e1329fe
    fix(SpoofRank): Still using old settings file and causing crashes Yimura 2021-02-08 21:00:35 +01:00
  • 5f22dfd304
    refactor(CustomText): Changed custom_text global to be static Yimura 2021-02-08 20:57:58 +01:00
  • ccda1feae4
    wip(Hooks): Received event protections Yimura 2021-02-07 17:08:25 +01:00
  • cc626fd950
    wip(Misc): Added change player model Yimura 2021-02-07 17:07:47 +01:00
  • d274a309b3
    feat(GTA/enums): Added PedTypes enum Yimura 2021-02-07 17:05:29 +01:00
  • aba5135dc3
    refactor(Functions): Changed native with rage::joaat Yimura 2021-02-07 17:03:32 +01:00
  • d3a9e3d58d
    feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler Yimura 2021-02-07 01:14:36 +01:00
  • 9020d8b595
    fix(PlayerJoining): Fixed player joining Yimura 2021-02-07 01:13:23 +01:00
  • b48653dba5
    fix(Premake): Preset the target name for BigBaseV2 to YimMenu Yimura 2021-02-06 22:20:13 +01:00
  • 9203f32325
    refactor(VehicleTab): Optimised auto pilot Yimura 2021-02-06 00:35:53 +01:00
  • ff75d05760
    refactor(Teleport): Fixed and optimised code Yimura 2021-02-06 00:33:59 +01:00
  • 728d32378b
    feat(UserSideBar): Added friend/player counters Yimura 2021-02-06 00:32:27 +01:00
  • 4e5756a818
    fix(UserSideBar): Moved to thread safe copy instead of reference Yimura 2021-02-05 12:59:19 +01:00
  • c6c7fbd90f
    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
  • 8c9a829ef4
    feat(GUI): Replaced certain UI texts for funny effect Yimura 2021-02-04 23:32:52 +01:00
  • ad61f0367b
    refactor(Functions): Renamed, moved under a class and ordered alphabetically Yimura 2021-02-04 22:57:06 +01:00
  • 6930e6bd62
    feat(Stats): Added max stats of character Yimura 2021-02-04 18:40:12 +01:00
  • eebeaf5a96
    feat(GUI): Added custom text to menu Yimura 2021-02-04 18:39:47 +01:00
  • 7d077dc9f7
    feat(GetLabelText): Added hook for getlabeltext Yimura 2021-02-04 18:39:20 +01:00
  • 35c2e9f41d
    feat(GravityGun): When grabbing peds force them to ragdoll Yimura 2021-02-03 21:34:46 +01:00
  • f9bf6def6d
    feat(Drop): Added RP drop Yimura 2021-02-03 19:44:59 +01:00
  • 64c984e374
    wip(Griefing): Added clear wanted level Yimura 2021-02-03 19:44:39 +01:00
  • 465fb913dc
    fea(Settings): Added spoofing settings Yimura 2021-02-03 19:43:56 +01:00
  • 0600df16d7
    fix(Features): Define repair gun Yimura 2021-02-03 19:43:36 +01:00
  • 97c8a2cfc2
    feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer Yimura 2021-02-03 19:43:15 +01:00
  • 3e037a3813
    fix(Features): Forgot to call repair gun in loop Yimura 2021-02-03 19:42:17 +01:00
  • 095d130013
    feat(Spoofing): Added IP, R*id and name spoofing Yimura 2021-02-03 19:41:46 +01:00
  • d73448bc69
    fix(GetEventData): Fixed typo on notify Yimura 2021-02-03 19:40:04 +01:00
  • 2f9ff404dc
    feat(Functions): Added ambient rp and improved take control Yimura 2021-02-03 16:39:29 +01:00
  • ea69dda047
    feat(CustomGuns): Added repair gun Yimura 2021-02-03 16:38:55 +01:00
  • bf17714de8
    fix(CustomGuns): Increased distance from 50 to 500 Yimura 2021-02-03 16:38:00 +01:00
  • 8fb8c1e505
    fix(Windows): Handling and main will have a propper default size Yimura 2021-02-02 16:49:32 +01:00
  • cfed7b703f
    fix(PlayerWindow): Resize only on first use Yimura 2021-02-02 16:44:51 +01:00
  • 11f67334c7
    refactor(Spawn): Prevent typing when in spawn menu Yimura 2021-02-02 16:38:59 +01:00
  • 6903aa03be
    feat(Spoofing): IP Address and Rockstar ID Yimura 2021-02-02 16:23:12 +01:00
  • 07ad0b1294
    refactor(Online): Re-added money options (safe values only) Yimura 2021-02-02 16:21:56 +01:00
  • 83bc59f5b1
    feat(Hooking): Enable send_net_info_to_lobby hook Yimura 2021-02-02 16:21:28 +01:00
  • ae742543be
    feat(Hooks): Added snend net info to lobby hook Yimura 2021-01-29 18:56:17 +01:00
  • 8fe7981e07
    fix(IncrementStatEvent): Fixed player struct Yimura 2021-01-29 18:55:54 +01:00
  • ebe3bbb77e
    feat(Transmission): Added drive bias rear Yimura 2021-01-29 18:55:39 +01:00
  • df76333dab
    feat(PedFactory): Updated classes Yimura 2021-01-29 18:55:19 +01:00
  • 56722c610b
    fix(Handling): Check against nullptr Yimura 2021-01-29 18:55:02 +01:00
  • cb5f3d58a7
    fix(GravityGun): take control before releasing Yimura 2021-01-29 18:54:36 +01:00
  • 5314ab3077
    feat(Handling/transmission): Added steering lock Yimura 2021-01-22 12:37:56 +01:00
  • 7585536f8c
    fix(Handling/brakes): Brake bias member changed name Yimura 2021-01-22 12:36:54 +01:00
  • 8eef040e30
    feat(CHandlingData): Added more class members Yimura 2021-01-22 12:35:24 +01:00
  • ff0866a009
    feat(Handling): Added around 32 handling properties to modify Yimura 2021-01-22 02:10:08 +01:00
  • bfe01d19f4
    fix(UserSidebar): Made width smaller Yimura 2021-01-22 02:09:21 +01:00
  • 1667b46ba9
    fix(VehicleGun): Removed height offset Yimura 2021-01-22 02:08:30 +01:00
  • cd9a9bf147
    feat(GravityGun): Entities are transparent while held Yimura 2021-01-22 02:07:44 +01:00
  • ce695e60e3
    fix(GTA Util): Fixed member name Yimura 2021-01-20 03:46:02 +01:00
  • 714a5a5b30
    fix(Pointers): World pointer Yimura 2021-01-20 03:45:40 +01:00
  • 0a9216ce5c
    feat(Vehicle): Added god mode and handling Yimura 2021-01-20 03:45:24 +01:00
  • e472870c72
    fix(GTA/player): Commented old CPlayerInfo Yimura 2021-01-20 03:45:11 +01:00
  • f83375ad10
    feat(GTA): Reverse GTA classes from PedFactory Yimura 2021-01-20 03:44:49 +01:00
  • 676fd7cf72
    fix(CustomGuns): Shoot vehicles in look direction Yimura 2021-01-20 03:44:18 +01:00
  • 6952654a0c
    fix(Features): God mode with offsets instead of natives Yimura 2021-01-20 03:40:36 +01:00
  • 2242b173fc
    feat(PlayerWindow): Set next window size Yimura 2021-01-17 23:31:10 +01:00
  • 15a85d4cfd
    feat(GUI): Added notification on startup Yimura 2021-01-17 23:30:36 +01:00
  • 519f91cfcb
    feat(ReplayInterface): Added attach protection Yimura 2021-01-17 23:30:10 +01:00
  • 391f8665fa
    feat(Population): Optimised settings Yimura 2021-01-17 23:26:06 +01:00
  • 7ce2dd69e6
    feat(Functions): Delete entity, mark as no longer needed as well Yimura 2021-01-17 23:21:55 +01:00
  • dfc890752f
    fix(GravityGun): Cast to float to prevent compile warns Yimura 2021-01-17 23:20:00 +01:00
  • 241232f6e7
    fix(GetEventData): Changed settings.protections to settings.script_protections Yimura 2021-01-17 00:47:37 +01:00
  • 6b9467c9ac
    feat(Protections): Added cage protection Yimura 2021-01-17 00:47:00 +01:00
  • f94b7ddd69
    refactor(DeleteGun): Use function to delete ent instead of code Yimura 2021-01-17 00:44:48 +01:00
  • f37f046062
    feat(Fuctions): Added delete_entity func Yimura 2021-01-17 00:44:00 +01:00
  • 7df7ad65be
    feat(CustomGuns): Added cage gun Yimura 2021-01-17 00:40:38 +01:00