FiveM Script to Practice Hacking Mini-Games
Very simple script - adds a Hacker Computer to Lester's House on Amarillo Vista in El Burro Heights.
Config Options for:
- Price per Minigame
- Payment Account
- Minigame Enabled/Disabled
- Minigame Difficulty (if applicable)
- Location of Box Zone
- Prices displayed in menu
- Target System (bt-target OR qtarget)
After the hack is over, an ESX Notification of Success or Failed is displayed.
- Download and extract the folder to your [resources] folder
- Add
ensure practiceHacks
to your server.cfg - Configure config.lua to your preference
-
es_extended (Tested on 1.3.5 Legacy - Should work on 1.3+/Any Legacy Branch)
-
bt-target - https://github.com/brentN5/bt-target
OR
-
qtarget - https://github.com/overextended/qtarget
- Requires the
AddBoxZone
export - If you use any of Kallock's scripts, you should already have this
- If not, add the following to your client/main.lua inside of bt-target
function AddEntityZone(name, entity, options, targetoptions) Zones[name] = EntityZone:Create(entity, options) Zones[name].targetoptions = targetoptions end exports('AddEntityZone', AddEntityZone)