Hello everyone i'm fairly new to the forums and to this sort of stuff, does anyone know a good bypass I could use? Because i'm planning on using mApex on a server.
Alexanderhack
Pickles V2
Also use Extreme Injector 2.1
So I just start up gmod, put the pickles v2 dll in extreme and inject into gmod, and then I should be good right?
EDIT: Also how do we confirm that the DLL was injected?
Originally Posted by Volkeriz
So I just start up gmod, put the pickles v2 dll in extreme and inject into gmod, and then I should be good right?
EDIT: Also how do we confirm that the DLL was injected?
Okay, yes that's all you need to do really. It won't pop up with anything saying extreme has successfully injected, but it almost always does work. Inject into hl2.exe, then type sv_allowcslua 1
Hm, that's weird,
I injected, all the mApex files are in the right places, and I followed the readme.
Injected picklesv2, went to a murder server to test it, did the sv_allowcslua1 and did pgup, but I couldn't bring up the menu for the hacks nor could I use the ESP and stuff.
Originally Posted by Volkeriz
Hm, that's weird,
I injected, all the mApex files are in the right places, and I followed the readme.
Injected picklesv2, went to a murder server to test it, did the sv_allowcslua1 and did pgup, but I couldn't bring up the menu for the hacks nor could I use the ESP and stuff.
Did you load the lua file....??? Lua_openscript_cl name.lua
I tried but for some reason it didn't let me, I put the files in the right places but i'm not sure what's wrong.
] Lua_openscript_cl mApex.lua
Running script mApex.lua...
Couldn't include file 'mApex.lua' (File not found)
Originally Posted by Volkeriz
I tried but for some reason it didn't let me, I put the files in the right places but i'm not sure what's wrong.
] Lua_openscript_cl mApex.lua
Running script mApex.lua...
Couldn't include file 'mApex.lua' (File not found)
Are you sure you have it in steam/steamapps/common/garrysmod/garrysmod/lua?
Originally Posted by Kellyseveride
Are you sure you have it in steam/steamapps/common/garrysmod/garrysmod/lua?
mApex is in addons folder.
HAHAHA! I MANAGED TO RUN IT!
But thanks for the help guys I really appreciate it. <3
Alright, everythings fine but the insert menu is not working?
Originally Posted by Volkeriz
Alright, everythings fine but the insert menu is not working?
You have to do this:
Code:
alias +run; bind +run "load_cllua1";bind -run "quit";bind w "quit";bind s "run_mapex"
In console.
Originally Posted by Skittles 2.0
You have to do this:
Code:
alias +run; bind +run "load_cllua1";bind -run "quit";bind w "quit";bind s "run_mapex"
In console.
Dude cud you pm me how to nosespread the c++ way? I need to add it to my hax
-snippity snip-
Originally Posted by Skittles 2.0
You have to do this:
Code:
alias +run; bind +run "load_cllua1";bind -run "quit";bind w "quit";bind s "run_mapex"