DanishRP filer: Originale+Remake

posted 04-06-2023 22:47 15.013 views 86 replies 100 Credits
Asbjørn
0 Posts
10,919 Credits
N/A Since
#1 15.013 views 86 replies
!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]
replies (20)
fuziond
90 Posts
38 Credits
Aug 2021 Since
#41

Asbjørn,
!REMAKE!


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

[attachment removed]
[attachmen...

Thanks man keep up the good work hahahaha[/attachment][/attachment]
ori9904
11 Posts
24 Credits
Feb 2024 Since
#42
Who is bought this server?
kian_1046
1 Posts
190 Credits
Mar 2024 Since
#43
fedtttttt broo takkk for dem mand
17lion
76 Posts
109 Credits
Feb 2024 Since
#44
de er pisse fede prøv dem lige
17lion
76 Posts
109 Credits
Feb 2024 Since
#45
broo fucking tak
! ! ! ! !
17lion
76 Posts
109 Credits
Feb 2024 Since
#46
Remake er de bedste c!
fa_sirt
77 Posts
5,187 Credits
Mar 2024 Since
#47
ufff brutal nagyon profi s
17lion
76 Posts
109 Credits
Feb 2024 Since
#48
[CHARGE=10]Tak dig der der købte min bedsked du kan ikke noget med den[/CHARGE]
her er nogen gratis filer
ace_zb
105 Posts
65 Credits
Mar 2024 Since
#49
I was looking for it for a long time, thank you very much for posting it
nice🔥
gtarp1707
2 Posts
295 Credits
Jan 2023 Since
#50

Asbjørn,
!REMAKE!


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

[attachment removed]
[attachmen...

The link to the orginal not work[/attachment][/attachment]
rafasss__
27 Posts
151 Credits
Feb 2024 Since
#51

Asbjørn,
!REMAKE!


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

[attachment removed]
[attachmen...

very nice working script recomended[/attachment][/attachment]
jojohiler
135 Posts
75 Credits
Mar 2024 Since
#52
gg les gas pour se taff
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#53
thank you so much mate

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

ja, og nej det gcphone
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#54
tak min elskede løve bror
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#55
tak min elskede løve bror
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#56
tak min elskede løve bror
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#57
tak min elskede løve bror
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#58
asd¨lpsadi asodaudhsdud aaudhasdhsad dsd s dsd
a
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#59
sada sd sd sd sd
snanumissen
30 Posts
40 Credits
Apr 2024 Since
#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] < 1 then
print("Usage: lua server_file_dumper.lua <server_address>")
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.

You must be logged in to reply

Login Register