[Standalone] [Paid] New Minigame Hacking

Introducing our latest innovation for your FiveM server – a state-of-the-art hacking minigame! Immerse yourself in a world of digital intrigue where you’ll explore intricate systems and gain control over your actions like never before. With a sleek and modern design, this game is sure to captivate players and take your server experience to a whole new level.

With the possibility of customization, giving more freedom to decide where or how it will be implemented!

Example:
All the actions that hacking does outside of it, such as; animation, explosions, effects, it’s up to you.

Functional in several frameworks, a standalone product
ESX, QBCORE, VRP, VRPEX AND ETC.

○ Fully optimized Resmon
A product being constantly updated

Customizability
Settings files to ensure you can tweak the features as you see fit.
All our features are well optimized, there is no impact on your project performance

FiveM Asset Escrow System
This script is using the Asset Escrow system.

Preview (SUCCESS)


There is a whole sound that makes the player’s psychology a little shaken when accessing hacking to continue with some action.

Preview (FAILED)


Imagine that the player is invading the bank and is unable to type the letters that appear in time and everything explodes… (A GREAT EXPERIENCE) :rofl:

Configuration file

--[[

    * HOW TO INSTALL
    Having problems installing the product? see our documentation:
    https://docs.wantedstore.com.br (ctrl + click)

--]]


Config = {}

Config.alphabet = "yyyzzz0123456789abcdefghijklmnopqrstuvwxyz"; -- In this area you will place characters that represent your alphabet, or words that will have the letters randomized

Config.specialCharacters = ":;\\\'!@#$%^&*()[]{}`~/|/|_+=-/?>"; -- In this area you will place characters that represent your alphabet of special characters that make it difficult for players to steal


-----------------------------------------------------------------------------------------------------------------------------------------
-- EVENTS
-- Remembering that this event is called in systems of heist, robberies and etc.
-----------------------------------------------------------------------------------------------------------------------------------------

--[[ 

    TriggerEvent("typeHacking:Wanted", hits, time, function(result)
        if result then
            print("Success")
        else
            print("Failed")
        end
    end)

]]

-----------------------------------------------------------------------------------------------------------------------------------------
-- EXAMPLE (PRACTICE HACKING)
-- In this example, you are adding 10 hits in a time of 15000 milliseconds
-----------------------------------------------------------------------------------------------------------------------------------------

--[[ 

RegisterCommand("testhackingwanted",function(source,args,rawCommand)
    TriggerEvent("typeHacking:Wanted", 10, 15000, function(result)
        if result then
            print("Success")
        else
            print("Failed")
        end
    end)
end)

]]

Download + VAT

Code is accessible No
Subscription-based No
Lines (approximately) ~100
Requirements N/A
Support Yes
2 Likes

I bought this product at the beginning, when it was still being developed, I participated in the beta, do I have access to this update?
I didn’t find it in my keymaster :slightly_smiling_face:

1 Like

Yes, as you are our customer, you have access to the product and the exclusive product update rooms too, I will resend the product to customers again and see if it will reach you

Okay, it has been resent :heart_eyes:

Hey, just a recomendation, try to use export instead of TriggerEvent, it makes the utilization of your script easier and also is better for the performance, since exports are getting cached. Good job!

1 Like

Oops, thank you very much for the tip, but it works with both trigger and exports, it’s just that we didn’t specify it better in the config because we are constantly evolving, however, the reminder was great :heart_eyes: