Garry's Mod Leaks

[REQUEST] Serverside File Stealer

Submitted by tomarc, , Thread ID: 173313

Thread Closed
28-05-2020, 11:34 PM
#1
I need a server sidefilestealerto leak addons. If you can give me one thatworksthen that will mean a lot.

I will pay credits for a working one

RE: [REQUEST] Serverside File Stealer

This post was last modified: 29-05-2020, 12:00 AM by Askyna
#2
28-05-2020, 11:34 PM
tomarc Wrote:
I need a server sidefilestealerto leak addons. If you can give me one thatworksthen that will mean a lot.

I will pay credits for a working one

it's almost impossible (unless you have access to the server file or the server has a backdoor (but idk if we can))

with a filestealer you only can have access to clientsor shared files

example:
Code:
if CLIENTthen --if the instance is a player
AddCSFile("myaddon/lua/client/panel.lua")
end

if SERVER then -- if the instance is a server
include("myaddon/lua/api.lua")
end


you only can get panel.lua and not api.lua

RE: [REQUEST] Serverside File Stealer

#3
It's impossible to do without a backdoor or exploit existing on the server. Serverside files are only run on the server and therefore have to be retrieved and sent to the client (via an exploit/backdoor).

You do, however, get access to any shared files and client files. You can find these in your Garry's Mod game folder, they are encrypted, however. You can use tools like this to decrypt them: https://github.com/handsomematt/glua-cache-extract

Users browsing this thread: 3 Guest(s)