#1
Messages
0
Reactions
0
Credits
10,914
Joined
N/A
Messages
90
Reactions
0
Credits
8
Joined
Aug 2021
#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...
-=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]
Messages
11
Reactions
0
Credits
14
Joined
Feb 2024
#42
Who is bought this server?
Messages
1
Reactions
0
Credits
190
Joined
Mar 2024
#43
fedtttttt broo takkk for dem mand
Messages
76
Reactions
0
Credits
74
Joined
Feb 2024
#44
de er pisse fede prøv dem lige
Messages
76
Reactions
0
Credits
74
Joined
Feb 2024
#45
broo fucking tak
! ! ! ! !
! ! ! ! !
Messages
76
Reactions
0
Credits
74
Joined
Feb 2024
#46
Remake er de bedste c!
Messages
77
Reactions
0
Credits
5,152
Joined
Mar 2024
#47
ufff brutal nagyon profi s
Messages
76
Reactions
0
Credits
74
Joined
Feb 2024
#48
[CHARGE=10]Tak dig der der købte min bedsked du kan ikke noget med den[/CHARGE]
her er nogen gratis filer
her er nogen gratis filer
Messages
105
Reactions
0
Credits
35
Joined
Mar 2024
#49
I was looking for it for a long time, thank you very much for posting it
niceðŸâ€Â¥
niceðŸâ€Â¥
Messages
2
Reactions
0
Credits
295
Joined
Jan 2023
#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...
-=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]
Messages
27
Reactions
0
Credits
111
Joined
Feb 2024
#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...
-=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]
Messages
135
Reactions
0
Credits
50
Joined
Mar 2024
#52
gg les gas pour se taff
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#53
thank you so much mate
gian0088,
wrote:
ja, og nej det gcphone
gian0088,
wrote:
Bro får man sql server.cfg med? og er det lb-phone eller med gcphone?
ja, og nej det gcphone
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#54
tak min elskede løve bror
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#55
tak min elskede løve bror
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#56
tak min elskede løve bror
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#57
tak min elskede løve bror
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#58
asd¨lpsadi asodaudhsdud aaudhasdhsad dsd s dsd
a
a
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#59
sada sd sd sd sd
Messages
30
Reactions
0
Credits
15
Joined
Apr 2024
#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.
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.
Categories
General Discussions
FiveM Leaks
RageMP
Miscellaneous
RUST