đź§° Core Mechanic - Realistic Mechanic Experience & Handling Editor

PREVIEW VIDEO






mechanicbanner_05

:heart: c8re.store

OTHER RESOURCES
:heart: CORE INVENTORY V2
:heart: CORE GANGS
:heart: CORE DISPATCH
:heart: CORE DRUGS
:heart: CORE MDW (CAD)

Code is accessible Server-side locked
Subscription-based No
Lines (approximately) 7000
Requirements None
Support Yes
8 Likes

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

I have 🏷️ Core Job Utils - Boss Menu with permissions and bonuses, Clean Job Center UI with descriptions - #57 by 0-scripts. Of course, it would have been better to just create a ticket.

Very well done

1 Like

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 :fire: :infinity:

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 :slight_smile: We are looking into those exploits.

1 Like

UPDATED ESX/QB

  • Fixed lifts with ox_target
  • Changed animations
  • Added config options
  • Bug fixes

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

Low key might buy this.

1 Like

Thanks man :family_man_woman_girl_boy:

1 Like

UPDATED ESX/QB

ADDED:

  • Livery cosmetic option,
  • Vanity plate cosmetic option,
  • Little UI changes

FIXED:

  • Bikes now have cosmetic color options,
  • Fixed plane’s not moving issue,
  • Fixed engines not damaging issue,
  • Fixed UI stop working issue,
  • Fixed bikes open hood issue,
  • Fixed mechanic tools didnt require mechanic job,
  • Fixed errors with targets after installation