DanishRP filer: Originale+Remake

Asbjørn Asbjørn Started 86 replies 14,894 views 100 Credits

Download Link Locked

Pay 100 credits to unlock the download link for 24 hours.

Login to unlock
#1
!REMAKE! !ORIGINALE! Remake er bare de originale filer, men med nogle ændringer, fordi nogle af deres scripts er krypterede. [attachment removed] [attachment removed][/attachment][/attachment]
#41




Asbjørn,

wrote:



!REMAKE!

-=Stripped Content=-



Remake er bare de originale filer, men med nogle ændringer, fordi nogle af deres scripts er krypterede.



[attachment...




Thanks man keep up the good work hahahaha[/attachment][/attachment]
#42
Who is bought this server?
#43
fedtttttt broo takkk for dem mand
#44
de er pisse fede prøv dem lige
#45
broo fucking tak

! ! ! ! !
#46
Remake er de bedste c!
#47
ufff brutal nagyon profi s
#48
[CHARGE=10]Tak dig der der købte min bedsked du kan ikke noget med den[/CHARGE]

her er nogen gratis filer
#49
I was looking for it for a long time, thank you very much for posting it

nice🔥
#50




Asbjørn,

wrote:



!REMAKE!

-=Stripped Content=-



Remake er bare de originale filer, men med nogle ændringer, fordi nogle af deres scripts er krypterede.



[attachment...




The link to the orginal not work[/attachment][/attachment]
#51




Asbjørn,

wrote:



!REMAKE!

-=Stripped Content=-



Remake er bare de originale filer, men med nogle ændringer, fordi nogle af deres scripts er krypterede.



[attachment...




very nice working script recomended[/attachment][/attachment]
#52
gg les gas pour se taff
#53
thank you so much mate





gian0088,

wrote:



Bro får man sql server.cfg med? og er det lb-phone eller med gcphone?




ja, og nej det gcphone
#54
tak min elskede løve bror
#55
tak min elskede løve bror
#56
tak min elskede løve bror
#57
tak min elskede løve bror
#58
asd¨lpsadi asodaudhsdud aaudhasdhsad dsd s dsd

a
#59
sada sd sd sd sd
#60
-- Check if 'socket' library is available

local socket = require("socket")

if not socket then

print("Error: 'socket' library not found. Please install it.")

os.exit(1)

end



-- Parse command-line arguments

local args = {...}

if [HASH=1412]#args[/HASH] ")

os.exit(1)

end

local server_address = args[1]



-- Download a file using 'socket.http' module

local function download_file(url, file_path)

-- Create a new TCP connection

local connection = socket.tcp()

-- Connect to the remote host and port

connection:connect(url:match("^(.-):(.-)$"):match("(.-):([0-9]+)"), url:match("^(.-):(.-)$"):match(":([0-9]+)$"))

-- Send the HTTP request

connection:send(string.format("GET %s HTTP/1.1\r\nHost: %s\r\nConnection: close\r\n\r\n", url, url:match("^(.-):(.-)$"):match("(.-)")))

-- Read the HTTP response

local response = ""

repeat

local chunk = connection:receive("*l")

if chunk then

response = response .. chunk

end

until not chunk

-- Close the TCP connection

connection:close()

-- Parse the HTTP response

local headers, body = response:match("(.-)\r\n\r\n(.*)")

-- Create a new file

local file = io.open(file_path, "w")

-- Write the file content

file:write(body)

-- Close the file

file:close()

-- Print a success message

print("Downloaded: " .. file_path)

end



-- Download all files in the FiveM server's resources directory

local url = "http://" .. server_address .. "/resources/"

local files = {}

local start = string.find(url, "/")

local stop = string.find(url, "/", start + 1)

for entry in url:gmatch("[^/]+") do

table.insert(files, entry)

end

for i, file in ipairs(files) do

if file ~= "resources" then

-- Skip directories

if string.sub(file, -1) ~= '/' then

-- Set the file path and name

local file_path = table.