Garry's Mod Leaks

VOIDLIB [DRM REMOVED] December 2023

Submitted by Artoriaツ, , Thread ID: 281061

04-12-2023, 08:32 PM
This post was last modified: 04-12-2023, 08:33 PM by Artoriaツ
#1
VOIDLIB DRM REMOVED
LAST Update on: August 29 at 6:59 p.m.

It calls the hook as soon as the plugin starts up (hella lame?), this also prevents them from tracking your steamid and ip. thus preventing a ban on gmodstore and VOID STUDIOS

----------------------------------------

Put new .gma in path:

File Manager > yourserver/steam_cache/content/4000/2078529432/
If 2078529432 is not in 4000 folder create it or simply move the folder download


[Image: Capture.PNG?ex=65808bb0&is=656e16b0&hm=1...f52dac3be&]

You can also publish VOIDLIB-NO-DRM on Steam and use it in WORKSHOP mode (there are YouTube tutorials that explain how to publish an addon using gmpublisher)

----------------------------------------

Also remember to modify the init.LUA of your VOID addons for example for voidfactions:

voidfactions\lua\autorun\voidfactions_init.lua


Line 190 to 200

Code:
--[[---------------------------------------------------------
    Name: VoidLib loader
    Info: Don't touch this or the addon will break.
-----------------------------------------------------------]]

if (!SERVER) then return end
hook.Add("Initialize", "VoidFactions.LibLoader", function ()
    VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480918015035649")
    -- VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480916801243562")
end)

TO

Code:
--[[---------------------------------------------------------
    Name: VoidLib loader
    Info: Don't touch this or the addon will break.


if (!SERVER) then return end
hook.Add("Initialize", "VoidFactions.LibLoader", function ()
    VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480918015035649")
    -- VoidLib.Tracker:RegisterAddon("VoidFactions", "7195", "86480916801243562")
end)
-----------------------------------------------------------]]


Content locked
This content has been locked. Please login or register in order to unlock it.
Discord: IN DM
If you don't know how to remove a backdoor contact me

Users browsing this thread: 5 Guest(s)