Skip to content

ImmercityRP/practiceHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practiceHacks

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.

Installation

  • Download and extract the folder to your [resources] folder
  • Add ensure practiceHacks to your server.cfg
  • Configure config.lua to your preference

Requirements

If using bt-target:

  • 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)
    

Optional:

fallouthacking

fivem-drilling

mhacking

ModFreakz Lockpicking V2

ModFreakz Thermite

utk-fingerprint

ultra-voltlab

ultra-keypackhack

About

FiveM Script to Practice Hacking Mini-Games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages