• Any issues or need an Payment Address for any crypto? join our Discord and open a ticket !

  • Paypal payment? Open a ticket in DISCORD!

QBCORE NCHub Special Edition V3.0 - FiveM QBCore Files (NoPixel & Prodigy Inspired) - (6 Viewers)

asterisco420

Member
Mar 5, 2024
6
1
1
Credits
255
ando haciendo ese scrip ay casi lo termin oescribanme se los regalo ! lo dejare full profesional y mejor diseño me ando yendo al gym al volver lo termino
 

Skipsdev

Skipsdev
God VIP
Feb 2, 2024
20
10
3
19
Scotland
Credits
7,104
function RandomKey(length)

local characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"

local randomString = ""



for _ = 1, length do

local randomIndex = math.random(1, #characters)

randomString = randomString .. string.sub(characters, randomIndex, randomIndex)

end



return randomString

end


1753145417584.png
 

whiasked123

Active member
God VIP
Feb 12, 2022
58
37
18
UK
Credits
1,405
function RandomKey(length)

local characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"

local randomString = ""



for _ = 1, length do

local randomIndex = math.random(1, #characters)

randomString = randomString .. string.sub(characters, randomIndex, randomIndex)

end



return randomString

end


View attachment 21101
nice event name lmao, + sending random string every 10 seconds phahahah, BE CAREFUL EVERYONE, BACKDOORS!
 

Users who are viewing this thread

  • B
  • jguate
Top