Dropped ChocoHax 1.6.1

Dropped

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
914
129
1,390
localhost
www.lynxcollective.ltd
ChocoHax 1.6.1 has been released

Ok, we were able to put in place what you requested in the support section

Configuration
Configuration changes have been made to the panel, making everything a little easier to understand (i hope)

Remember to use "CTRL + F5" to refresh you cache



1645591153433.png1645591284789.png


Download
You can select the version of ChocoHax you want before downloading it ...
Unfortunately the versions will start from 1.6.0 and the old ones will not be introduced.
As for the configuration, we will make sure to make anyone happy
1645591319185.png

Global Bans
The perfect tool to verify Global Bans...
Users currently have very limited access... But it will be updated soon
1645591505580.png

Screenshots

As a main thing we have changed the management of screenshots Now you will receive in discord_screenshots only the screenshots you request through the command or the admin menu

This choice was made to improve performance and make the logs cleaner
Warning: You can't take screenshots of administrators or moderators (permissions)


https://forum.lynxcollective.ltd/threads/screenshots-not-working-on-its-webhook.206/ - Added
1645584053223.png1645584070174.png

Spectate
I'm testing a new spectacting system ... which allows spectating users also in OneSync Infinity ...
Unfortunately it has not been properly tested but let me know


clientWeapons_antidamagemodifier

Due to the circumstances for clientWeapons_antidamagemodifier we have decided to remove it

Warnings
Many of you have asked me why I removed the warn system ... I did it because it affected performance
But sadly the majority wins, so here's the new warn system
Warning: The user will not be kicked by the server
https://forum.lynxcollective.ltd/threads/warn-option-in-blacklisted-vehicles.196/

External API
When a user is warned, kicked or banned from the server you can intercept the ban through this handler
code_language.lua:
AddEventHandler("choco:log",function(userData,logData)
    local module = logData.module -- Detection Module
    local reason = logData.reason -- Detection Reason
    local extra = logData.extra -- Extra informations about the ban
    local permission = logData.permission -- Permission required to not get logged
    local img = logData.img -- Image to be displayed in the log (It may be missing / nil)
    local punishment = logData.punishment -- Punishment applied to the user

    local playerid = userData.id -- Player ID
    local name = userData.name -- Player Name
    local identifiers = userData.identifiers -- Player Identifiers
    local tokens = userData.tokens -- Player Tokens
    local ip = userData.ip -- Player IP
    local identifiersformatted = userData.exportIdentifiers -- Player Identifiers Formatted (array)

    local steam = identifiersformatted.steam -- Steam
    local license = identifiersformatted.license -- License Rockstar
    local discord = identifiersformatted.discord -- Discord
    local xbl = identifiersformatted.xbl -- Xbox
    local live = identifiersformatted.live -- Live
    local fivem = identifiersformatted.fivem -- FiveM

    -- have fun :3
end)
https://forum.lynxcollective.ltd/threads/chocohax-external-api.180/

Other stuff added or fixed:
https://forum.lynxcollective.ltd/threads/feature-request-disable-console-join-leave-print.202/
https://forum.lynxcollective.ltd/threads/servervalidemote-false-positive.199/
https://forum.lynxcollective.ltd/threads/ranking-by-player-list-id.193/ (not tested)