Skip to content

JoeSzymkowiczFiveM/varhack

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Description

NoPixel Based VAR hacking minigame

Acknowledgment

I'm not entirely sure the origin of this code, but shoutout to sharkiller for hosting the javascript files on their github. This is simply a repackaging of those files into a Fivem NUI resource.

Usage

exports['varhack']:OpenHackingGame(function(success)
    if success then
        print("success")
    else
        print("failed")
	end
end, 2, 3)

The first argument in this example represents the number of blocks in the puzzle. The second argument in this example represents the number of seconds that the player will see the exposed numbers, before they are hidden and the puzzle begins.

Discord

Joe Szymkowicz FiveM Development