Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Releases: TheStonedTurtle/mellotrainer

Mello Trainer v0.5.5

24 Sep 22:05
Compare
Choose a tag to compare

A FiveM (GTA5 Modded Multiplayer) Trainer Made by TheStonedTurtle. This is a server-side trainer written in Lua with a NUI written with HTML, CSS, and JS.


v0.5.5 (09-24-2017)

Added new trainer features, new Setting Saving, and some general bug fixes/improvments

Changes

  • Fixed Cosmetic Damage toggle showing scratches
  • Updated data-require to work with data-action, was previously only working with data-sub
  • Fixed Skin Changing menu when loading a saved skin
  • Fixed Voice Proximity Sync
  • Fixed Voice Channel Menu and added Syncing
  • Fixed incorrect submenu linking
  • JSON Menu Name updates(credits @matty45)

Additions

  • Added Restore Apperance toggle (Default = ON)
  • Added Local Setting Saving System (Trainer Toggles)
  • Added Some MK2 Weapons and some of their attachments
  • Added custom privledge information to the readme document

Mello Trainer v0.5.0

06 Sep 14:17
Compare
Choose a tag to compare

A FiveM (GTA5 Modded Multiplayer) Trainer Made by TheStonedTurtle. This is a server-side trainer written in Lua with a NUI written with HTML, CSS, and JS.


v0.5.0 (09-06-2017)

JSON Updates, JSON Editor, Setting Sync System, New Location Menu, Blip/Overhead System Rewrite, and many other code improvements.

Changes

  • Majority of JSON moved to external files
  • Blip & Overhead Name System Rewrite
  • Potential fix for vehicles despawning
  • Trainer should now show above other NUI elements
  • PvP is now enabled by this trainer, will add config setting in future version
  • Settings in cl_variables.lua now sync correctly to their default state
  • Changed Map Blips to be on by default
  • Updated requestInput() to return false if the default text is returned
  • Updated vehicle settings being applied/retrieved when getting into a vehicle
  • Modified the F3 Teleport to Marker functionality
  • Many small bug fixes

Additions

  • Added the entire Location Teleport menu, some places may not load correctly
  • Added a Player Blip Names toggle, true by default
  • Added Admin Kill and Teleport Player To Me Commands
  • Custom JSON Loading (Editor: TheStonedTurtle.github.io)
  • Added all Post-Bikers Vehciles and Weapons to the menu (Thanks Fenwick)
  • Z key will now toggle the minimap big/small. Can be removed by removing the if statement in cl_settings.lua under the -- Toggle minimap on keypress comment.

Mello Trainer v0.4.5

23 Aug 13:43
Compare
Choose a tag to compare

A FiveM (GTA5 Modded Multiplayer) Trainer Made by TheStonedTurtle. This is a server-side trainer written in Lua with a NUI written with HTML, CSS, and JS.

Special thanks to WolfKnight.


v0.4.5 (08-23-2017)

New Noclip Mode, Admin kick & temp ban, and some bug fixes.

Changes

  • Changed Control Keys to prevent controller conflictions
  • Fixed SNS Pistol Menu issues
  • Data saving can now be toggled in the sv_config.lua file
  • Restructued all of the files for easier managment
  • Fixed Time Forward/Backwards causing crashes
  • Changed some menu colours

Additions

  • Added a directory check to the data saving system
  • Version check, the trainer will now let you know if you are running an outdated version. (Credits to EssentialMode)
  • Added Noclip Mode, can be toggled with F2
  • Added Admin Only Noclip toggle in sv_config.lua
  • Added a Steam Only connection option which kicks any player not using steam. Toggleable in the sv_config.lua file
  • Added Kick and Temp Ban to the admin menu

Mello Trainer v0.4.0

14 Aug 22:35
Compare
Choose a tag to compare

A FiveM (GTA5 Modded Multiplayer) Trainer Made by TheStonedTurtle. This is a server-side trainer written in Lua with a NUI written with HTML, CSS, and JS.

Special thanks to WolfKnight.

v0.4.0 (08-15-2017)

New vehicle and skin saving system, a few bug fixes.

Changes

  • Fixed never-ending death messages when using RPDeath
  • Fixed being able to open the trainer in the pause menu
  • Fixed some vehicle modification names
  • Potential fix for god mode not working
  • Adjusted order of some NUI tables

Additions

  • New data-saving.lua file for local storage, REQUIRES STEAM
  • New Local Vehicle and Skin saving system
  • New Menu refreshing system