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)![]()
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
- Get this resource at Tebex
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | ~100 |
Requirements | N/A |
Support | Yes |