Fixed an exception coming from spoof_host_token if a pointer was invalid.
Fixed the aimbot targeting "friendly NPCs" who were for some reason marked as hated NPC relationships.
Added a Tunables tab similar to Globals/Locals that can be used to read and write tunables by inputting their unsigned/signed or hexadecimal hash, as well as their pre-joaat name. It also displays the offset of the given tunable.
Removed the animation players in the Debug tab as the one in the Self tab makes them redundant.
* Revert "change DragInt to SliderInt (#3378)"
This reverts outfit changes from commit c8dd29075c.
* Revert "Redesigned outfit editor (#3376)"
This reverts commit 5c6f7ae8c5.
* fix components text and draw should not be -1
Changes:
- Switch from pointer singleton to pre-instanced singleton
- Added default constructor to cache_file object
- Fixed an issue where maps and vectors would not be cleared before (re)generating a cache.
- Added a search box for the script names in Debug -> Threads.
- Added `is_session_started` and `force_script_on_player` functions to the Lua network class.
- Added `is_active` and `start_launcher_script` functions to the Lua script class.
- Moved `view_stat_editor.cpp` to `src/views/network` from `src/views/settings`.
- Added a help text for directly editing the sliders in outfit editor.
* Redesigned triggerbot to respect the same configuration the user has setup for the aimbot.
Triggerbot will not force fire the player's current weapon instead of just silently spawning a bullet.
* Delay grabbing player velocity until after we've confirmed the target velocity has at least one tick of information to use.
* Fixed some mission peds not being aimbotted/triggerbotted when using only enemies.
Removed unused global.
* Refactored enemy checks to only run the enemy determination code if the user has it enabled.
* Added aimbot check for peds we are in combat with via scripts.
* Changed DragInt into SliderInt.
* Fixed no_sway not being saved to config.
* Fixed aimbot snapping to an invalid angle when the target was first grabbed.
* Fixed ped flags system not allowing Michael's flag to be set.
* Refactored is_a_ped_type_we_dont_care_about logic to not be extraneous and inefficient.
* Fixed completely broken and wrong FoV calculations.
* No Sway patch.
Co-authored-by: gir489 <100792176+gir489returns@users.noreply.github.com>
* chore: update metadata version
* Use a more stringent signature that will land in an obtuse area but be guaranteed to not be decrypted later.
* Replace volatile signature with a more generic signature.
Co-authored-by: gir489 <100792176+gir489returns@users.noreply.github.com>
* Better command suggestions
* Suggestions work at any location in a written command
* Multiple commands in a single command
* Added spectate command & highlight on suggestion selection
* Added no suggestions warning
* Added Kamikaze & send squad & join player command
Added additional commands to showcase suggestion system.
Added a new util file to operate on strings in a unified manner.
Changed input_text_with_hint component to allow for more flags than one.
Added more player seeking features to player_service such as get_by_name()
* Fixed out of bounds suggestion navigation
* Added suggestions to spawn_vehicle command
* Created command play_animation
* Added suggestion support for multi commands
using a semicolon allows for more commands to fire at once, and is now supported with appropriate suggestions
* Added rotation to teleport_to_location command
* Fixed stupid error & added multiple raw command auto fills
* Added sanity checks to avoid nullpointers
* Added context identifiers to player commands
* Added temporary self inclusion to player commands
Needs translation on the translations repo
* Applied rudamentary reviews
* Experimental proxy globalization
* Fixed argument sensitivity on spawn vehicle
* Scrapped 2 ideas (maybe for future)
* Added true and false suggestions to bool commands
---------
Co-authored-by: Andreas Maerten <24669514+Yimura@users.noreply.github.com>
Co-authored-by: gir489 <100792176+gir489returns@users.noreply.github.com>