Skip to content

Releases: YimMenu-Lua/Harmless-Scripts

Version 1.2.1

23 Apr 13:56
266ac0a
Compare
Choose a tag to compare

Good day

My apologies for the lack of updates to this script recently, I've been busy with IRL stuff. I don't know when the next update will come out, but it won't be in the next couple of months. As for this release (PR #2), it focuses on fixing bugs.

Fixed

  • Bug where after using ragdoll loop, player would get stuck in ragdoll state. - By @xesdoog
  • Moved execution to a checkbox, removed unnecessary loop that causes immediate minimap hiding in GTA Online. - By @xesdoog
  • Fixed a bug in "Walk on Air". The first time it was run, the "air model" was not loaded before use.
  • Fixed a bug where regeneration was working even when the player was dead and loading into the game.

Changed

  • Removed the [close] button at the bottom of the window (Now there's a X at the top) - By @xesdoog

Issues

As always, if you encounter any bugs, crashes or something just does not work. Please make sure to let me know.

Version 1.2.0

09 Feb 14:28
Compare
Choose a tag to compare

Hello everyone!

I have quite an update for you guys. This release has been in the works for a few weeks now, I just haven't had time to polish a few things and release it. I wanted to include more features, but I haven't found the time to do so at the moment. But with that out of the way, here are the new features.

Added

  • Config system :O yay 🎉 - Your settings will be saved and loaded on the next launch now!
  • Experimental custom tooltip - Enabled by default so people can try it out. Any feedback would be greatly appreciated. (Settings Tab)
    • NOTE! There may be compatibility issues with other Lua scripts for YimMenu.
  • ESP tracers, color and show only enemies (Misc Tab)
  • Radar zoom and expanded radar (HUD Tab) - #1
  • The ability to view the changelog inside YimMenu (Harmless's Scripts Tab)
  • A LOT of new functions to minimize and simplify the amount of code used (Dev stuff)
  • Built-in JSON library for config system (Dev stuff)

Fixed

  • Armor regeneration not working
  • NPC ESP Tab not being visible and accessible

Changed

  • Home tab had the old URL links to this script
  • Quick Options buttons have been compacted to improve visibility (Quick Options Tab)
  • Notifications (info, warn, error) have been separated into individual toggles (Settings Tab)
  • Compacted ImGui functions (Dev stuff)

Issues

As always, if you encounter any bugs, crashes or something just does not work. Please make sure to let me know.

Version 1.1.0

16 Jan 17:33
Compare
Choose a tag to compare

Hello everyone

I had initially planned for a larger update. However, due to some personal commitments, I’ve had to shift my focus to more important goals. This means the update is a bit smaller than originally planned.

There are several features still in development that I would like to have added to this release, but they need a bit more work before they are ready.

So, while this update might be smaller, I believe it still has features that some of you might genuinely like.

Enjoy the new update!

Added:

  • Quick teleport - Save your current location and teleport to it
  • Popular locations - Teleport to more popular locations in GTAV
  • NPC ESP - Self-explanatory, but currently only has a simple box surrounding the NPC. Thank you @pierrelasse for helping to make this feature possible.
  • Quick Options
    • Leave Online - Self-explanatory
  • Show IRL time - Shows your current local time with customizable options

Version 1.0.1

14 Jan 13:44
Compare
Choose a tag to compare

Quick update 01.07.2024

Added:

  • Some debug logs :)
  • HS Console log types (info,warn,debug)

Fixed:

  • Thermal vision \w default and weapon scope not working
  • Updated some of the conditions to use more idiomatic syntax for checking if a variable false.

Other

Refactored variable names, values, and functions to be more consistent and easier to read.