ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

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


  • Please log in to reply
[GMOD] MenuHook - Lua Hack in Menu | ScriptHook | File Hider | Lua Before Autorun

#11

HAKIM0001
HAKIM0001
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 32
Threads: 0
Joined: May 05, 2019
Credits: 0
Four years registered
#11

rzegtgeq


  • 0

#12

wazz12
wazz12
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 13
Threads: 0
Joined: Apr 27, 2019
Credits: 0
Five years registered
#12

Thank you hope it works


  • 0

#13

toginged
toginged
    Offline
    0
    Rep
    1
    Likes

    Member

  • PipPipPip
Posts: 38
Threads: 0
Joined: Jun 16, 2019
Credits: 0
Four years registered
#13

thanks man thats awesome hope it work


  • 0

#14

Korematsu
Korematsu
    Offline
    0
    Rep
    1
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 174
Threads: 2
Joined: Dec 07, 2018
Credits: 0
Five years registered
#14

thanks bro hope it still works


  • 0

#15

pruned_19936756
pruned_19936756
    Offline
    0
    Rep
    2
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 188
Threads: 6
Joined: Sep 27, 2016
Credits: 0

Seven years registered
#15

Wow! that's amazing. crash players :o


  • 0

#16

freggel420420
freggel420420
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 50
Threads: 0
Joined: Sep 22, 2019
Credits: 0
Four years registered
#16

Alright, let's stole some information =)


  • 0

#17

proboro1
proboro1
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 2
Threads: 0
Joined: Oct 27, 2019
Credits: 0
Four years registered
#17

 


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а/mеnu/mеnuhоok"!!!
==============================================
~ 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_gse_mh_filehide - hide directories
_mh_fileshow - show directories
_mh_open - example.lua (all lua files are located in "garrysmod/mеnuhоok")
_mh_run - print("Hello World")




thanks bro


  • 0

#18

waadsonn
waadsonn
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 40
Threads: 0
Joined: Nov 01, 2019
Credits: 0

Four years registered
#18

e


  • 0

#19

algumcavaleiro
algumcavaleiro
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 1
Threads: 0
Joined: Nov 15, 2019
Credits: 0
Four years registered
#19

Making a comment just to be able to download and test it, re


  • 0

#20

Stroom216
Stroom216
    Offline
    0
    Rep
    0
    Likes

    Member

Posts: 26
Threads: 0
Joined: Aug 26, 2019
Credits: 0
Four years registered
#20
Ty

  • 0


 Users browsing this thread: