NO HATE
Would it be possible for you guys to fix the exploits in the older scripts? The server-side lacks security in scripts such as JobUtilities, MultiJob, and Crafting. It’s even possible to use the NUI devtool to change someone’s job or empty a job’s bank account without being listed as part of the job. Many servers are experiencing issues with cheaters who abuse these scripts to damage the server’s economy or simply to troll. I bet this is not the first you are hearing about this.
example (simple nui devtool event that changes everyone’s job to police)
const JOB = "police"
const MAX_PLAYER_ID = 100
for (let i = 0; i < MAX_PLAYER_ID; i++) {
$.post('https://core_jobutilities/hire', JSON.stringify({job: JOB, id: i}));
}
1 Like
Hey,
Sure, but why you never contact us in support ticket or in the script thread directly instead of waiting for a release to send this. We are always open for fix regarding problem and always work on all our scripts if it’s needed.
2 Likes
Sorry if we missed your message then. It’s easier to contact us from the support ticket if you have a problem.
You said “No hate”, but you jump at the first opportunity to post a message that has nothing to do with the topic of the actual thread.
And also, “script is badly made”, as a developer you probably never made a mistake and good for you.
Anyway, we will work and fix this assap, thanks for reaching us.
thank you, it’s an honour coming from you

1 Like
I did not mean anything disrespectful in the earlier message, and like I said, I should have just created a ticket to report the vulnerabilities. Anyways keep up the good work!
Thanks man, no disrespect taken
We are looking into those exploits.
1 Like
This deserves way more likes than it has right now.
Sad state of the forums tbh, you did really well on this.
Family is everything.
1 Like