Garry's Mod Leaks

[REQUEST] Serverside File Stealer

Submitted by tomarc, , Thread ID: 173313

Thread Closed

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

Users browsing this thread: 1 Guest(s)