Garry's Mod Leaks

[LUA] MenuHook - Lua Hack in Menu | ScriptHook | File Hider | Lua Before Autorun

Submitted by Yogpod, , Thread ID: 124551

Thread Closed
17-03-2019, 03:41 AM
This post was last modified: 17-03-2019, 03:47 AM by Yogpod
#1
Features:
======================================================================
1.Load Before Autorun(you can run your lua scripts before loading to the server)at least so conceived
2.Load After Autorun(you can run your lua scripts after loading to the server)
3.File Hider(you can hide the directories with files to the anti-cheat didn't get banned you)
4.Cache Decrypt(you can steal the client files of the server)
5.Detours(you can block the startup lua code on you or break some function of anti-cheat)
======================================================================

Instruction:
============================================================
Download and put the "garrysmod" folder with the replacement
============================================================

How to use:
!!!Go to the path "lu/mnu/mnuhok"!!!
==============================================
~ after_autorun.lua || before_autorun.lua- just insert your lua code there
==============================================
~ file_hider.lua:
concommands: _mh_filehide || _mh_fileshow -hide directories / show directories

if path:find("lua/bin") then-- if "find path lua/bin" then
chat.AddText("mem")-- then any code
return true-- and return true
end-- end

if path:EndsWith("_scripthook") then-- if "ends with _scripthook" then
chat.AddText("mem")-- then any code
return true-- and return true
end-- end
==============================================
~ file_manipulator.lua:
if you are in the menu then
concommands: scripthook_on_load_start || scripthook_on_load_stop-- Scripthook start/stop
all files are in "garrysmod/_scripthook"
==============================================
~ detours.lua

if b:find("while true do end") then-- if the lua code has this string, then
return "chat.AddText('nice try to crash you')"-- return ""
end-- end

if a:find("anticheat") then-- if there is a folder with such a string in the directories, then
return ""-- return ""
end-- end
==============================================


Other:
==============================================
~ gui.lua- disabled menu, concommand: _mh
~ name_changer.lua- concommand: setname

==============================================

All Commands:
============================================================================
_mh- menu[DISABLED]
_mh_gseq_on- replacement of client files on with your own (huds, etc)
_mh_gseq_off- stop
_mh_filehide- hide directories
_mh_fileshow- show directories
_mh_open- example.lua (all lua files are located in "garrysmod/mnuhok")
_mh_run- print("Hello World")
setname- set your nickname
scripthook_on_load_start- start scripthook
scripthook_on_load_stop- stop scripthook
============================================================================
Made By/Released By Leithzzze
[Image: a84f7a0a3ab8fcd9acd19b2e8fc81328.png]
[Image: ?url=https%3A%2F%2Fi.imgur.com%2FrdviwZy.png]

& no I probably won't give you support

Users browsing this thread: 4 Guest(s)