Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Everything you need to know
- Cheating on Garry's Mod: Everything you need to know by Ringo/Gonorrhea Garry, whatever you want to call me
- First I will tell you how to bypass allowcslua
- On most Gmod servers allowcslua is set to 0
- this means that the server blocks you from running lua scripts, which are what you will be using to cheat
- To run lua scripts anyways, you will inject a bypass in your game which will allow you to run scripts without thinking about allowcslua
- You will need two things for this, a bypass and an injector
- For an injector I use Rootz Simple Injector: (remove space) m pgh.net/forum/showthread.php?t=867423
- You will also need a bypass an ok free one is gDaap: m pgh.net/forum/showthread.php?t=781680
- Some servers will detect that you are using gDaap but this is rare, these ones detect most other bypasses too so not much I can do
- To inject a bypass, type in hl2.exe for the process list and for the file select your bypass
- Select inject. You will do this every time you load up Gmod.
- Now lets talk about lua scripts. Lua scripts are what you are using to cheat, they contain the code for things like chatspams, aimbots, esp, ect. To run any lua script you must type the following command into console: lua_openscript_cl <name>.lua
- I recommend that you create a keybind to open the script(s) that you are using so that you do not need to manually open them with the command every time binding a key would look like this: bind "<key>" "lua_openscript_cl <name>.lua"
- note that gDaap creates a new command that you can also use called gDaap_openscript
- Once you have a script, you will put it in your lua folder. the file directory is usually Windows C:/Program Files (x86)/Steam/steamapps/common/Garry's Mod/garrysmod/lua (I'm not sure what it would be for Linux users unfortunately because I am a scrub)
- some lua scripts need things called modules, these are .dll files that will go in your bin folder. You will have to create a new folder inside of your lua folder named "bin". Do NOT put them in your other bin folders like the one inside of garrysmod. the new file directory should be C:/Program Files (x86)/Steam/steamapps/common/Garry's Mod/garrysmod/lua/bin
- Keep in mind that .dll files can be viruses so do not get modules from websites that don't require virus scans or from people you don't trust. The most commonly required modules are gmcl_dickwrap, gmcl_bsendpacket, and gmcl_spreadthebutter, all of which are publicly available.
- http://www.filedropper.com/gmcldickwrapwin32
- http://www.filedropper.com/gmclbsendpacketwin32
- http://www.filedropper.com/gmclspreadthebutterwin32_1
- Finally, I will give you some scripts to use. On the website HAC booty there are a bunch of stolen scripts you can try out, keep in mind that many things have been patched like no fall damage scripts, flying scripts, shit like that.
- Just copy the code than put it in a text document then rename it to a .lua file.
- Here is a folder with some good cheats, a lot of this stuff doesn't work or are for server backdoors which you do not need to worry about
- http://fastdl.unitedhosts.org/HAC_Booty_And_BANLOGS/v13_2015/BAN/61425914%20(Lies,%20dardyloominati)/lua/
- I recommend that you get Javelin, Bluebot, and Mingescript
- Explore the entire website to look for other scripts or just code for you to paste into your very own hacks
- http://fastdl.unitedhosts.org/HAC_Booty_And_BANLOGS/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement