0 Takip Edilen
22 Takipçi
Lorens
Uye

18 Ara 2021

73 Mesaj

186 Tepki

0 Çözüm

33

İlk Mesaj

Ödülü yok!

Ödülü yok!

Ödülü yok!

Ödülü yok!
- Virus total
- https://github.com/
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
Fallout Hacking
Standalone Minigame Resource

Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
Here is a quick resource I made after finding a cool repository by bombcheck.
(
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
)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:
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
Client Event: fallouthacking:client:StartMinigame
Arguments: int wordLength, int retryCount, function callback
Kod:
TriggerEvent('fallouthacking:client:StartMinigame', 5, 4, function(winner)
if winner then
print("Winner!!")
else
print("Loser!!")
end
end)