• Double Credits week! Example: buy 300, recieve 600!

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

asterisco420

Member
Joined
Mar 5, 2024
Messages
8
Reaction score
2
Points
3
Credits
1,191
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
Joined
Feb 2, 2024
Messages
20
Reaction score
10
Points
3
Age
19
Location
Scotland
Credits
7,106
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
Joined
Feb 12, 2022
Messages
58
Reaction score
37
Points
18
Location
UK
Credits
1,433
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!
 

Technos

Member
Joined
Jul 12, 2023
Messages
31
Reaction score
5
Points
8
Credits
672
nice event name lmao, + sending random string every 10 seconds phahahah, BE CAREFUL EVERYONE, BACKDOORS!
This is not a backdoor, it's part of their anticheat script to prevent executors from dumping it ....

You guys should learn to read code
 
Back
Top