[STANDALONE] Drilling Minigame

Standalone Drilling Minigame

Preview
Github

Features

  • Standalone Woo!
  • Super easy implementation!
  • Completely open source.
  • Support (DC)

How to use

RegisterCommand('drilling', function(...)
  TriggerEvent("Drilling:Start",function(success)
    if (success) then
      print("Drilling complete.")
    else
      print("Drilling failed.")
    end
  end)
end)

Huge respect for the guys over at meta-hub for creating the basics of this project.

7 Likes

Does this have the issue with drilling that you can spam the up key to speed trough the hack?

Nope. You’re more than welcome to test it. Works pretty well for me.

does it give items or cash when compete, and is ps-dispach working?

Just tested it, unfortunately it still has the issue. Can spam the W key and get through it in under 15 seconds without the drill overheating at all.

Mhm. That’s annoying. I’ll look into that and try come up with a solution.

The file is just the drilling aspect. You’ll have to attach ps-dispatch and add money if you wish. Wether it’s ESX, QB or something else.

For example, I created this to help.

TriggerEvent("Drilling:Start",function(success)
    if (success) then
      print("Drilling complete.")
    else
      print("Drilling failed.")
    end
  end)

If success, you can apply the ps-dispatch and add the money aspect! If you have any further questions, check out the discord and I can help out.