Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Fallout Hacking Minigame - 2022

Respown

Gold Elite
Joined
Aug 3, 2021
Messages
192
Solutions
1
Reaction score
98,706
Points
306
Location
root



Fallout Hacking
Standalone Minigame Resource


hqdefault.jpg


Here is a quick resource I made after finding a cool repository by bombcheck.
( )​


Not: realizing this has been released before (with some notable differences), I quickly made this in about 10-15 minutes because I thought it would be cool and useful in FiveM. It was when the resource was finished that I found out it was released before. Both resources are made using the same open source fallout browser minigame by bombcheck.

Oh well, currently released version is a paid script. Here it is for free and open source.


GITHUB REPOSITORY:

Client Event: fallouthacking:client:StartMinigame

Arguments: int wordLength, int retryCount, function callback

Code:
TriggerEvent('fallouthacking:client:StartMinigame', 5, 4, function(winner)
    if winner then
        print("Winner!!")
    else
        print("Loser!!")
    end
end)
 

HönöEino

Bronze Elite
Joined
Mar 16, 2022
Messages
21
Reaction score
4
Points
156
Location
Helsinki



Fallout Hacking
Standalone Minigame Resource


hqdefault.jpg


Here is a quick resource I made after finding a cool repository by bombcheck.
( )​


Not: realizing this has been released before (with some notable differences), I quickly made this in about 10-15 minutes because I thought it would be cool and useful in FiveM. It was when the resource was finished that I found out it was released before. Both resources are made using the same open source fallout browser minigame by bombcheck.

Oh well, currently released version is a paid script. Here it is for free and open source.


GITHUB REPOSITORY:

Client Event: fallouthacking:client:StartMinigame

Arguments: int wordLength, int retryCount, function callback

Code:
TriggerEvent('fallouthacking:client:StartMinigame', 5, 4, function(winner)
    if winner then
        print("Winner!!")
    else
        print("Loser!!")
    end
end)
 
Top