Search:

Type: Posts; User: Alainx277

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    4,307

    [Request] If you use external you don't need to bypass...

    If you use external you don't need to bypass sv_allowcslua, you load all your scripts with it.
  2. Replies
    4
    Views
    2,240

    [Help] Thanks for your answer. So my lua_gettop and...

    Thanks for your answer. So my lua_gettop and lua_loadbuffer hooks are probably detected?

    - - - Updated - - -



    You're a real funny guy, aren't you?
  3. Replies
    4
    Views
    2,240

    [Help] CAC Truth Engineering

    I have recently found out how to hijack the gmod lua state and access it with c++. This has enabled me to load before all clientside scripts (yes I know many people have already done it). I've made...
  4. Replies
    4
    Views
    513

    [Help] What kind of tutorial do you need? A lua...

    What kind of tutorial do you need? A lua tutorial? C++? Running hacks?
  5. Replies
    3
    Views
    2,118

    You should learn how to use cheat engine first,...

    You should learn how to use cheat engine first, there are a lot of tutorials on youtube. Once you're familiar with it, you can find the offsets yourself.
  6. Replies
    10
    Views
    1,567

    [Help] Shh, don't share our secret polymorphic cac...

    Shh, don't share our secret polymorphic cac bypass compiler!!!
  7. [Help] I would recommend learning English before you ask...

    I would recommend learning English before you ask a question. I don't understand anything you're saying.
  8. Replies
    15
    Views
    2,352

    Hmmm, I can't find GetLuaState, was it removed?...

    Hmmm, I can't find GetLuaState, was it removed? Could you give me a hint on how you do it? Until now I used the Lua state to make my function available.
  9. Replies
    2
    Views
    532

    [Help Request] Don't start programming to make hacks. Unless you...

    Don't start programming to make hacks. Unless you are a genius, it will take you a while to learn to program.
  10. Replies
    15
    Views
    2,352

    I tested my gModule and it seems like the...

    I tested my gModule and it seems like the ILuaInterface had a makeover. The Vtable indexes have changed, so calls to GetLuaState will now lead to a crash. It's probably not going to take a long time...
  11. You would need to find the new offsets. If the...

    You would need to find the new offsets. If the new game uses a different drawing engine (example DirectX != OpenGL) it wont work.
    The best option would be to not copy shit code like a skid and write...
  12. Replies
    3
    Views
    1,484

    [Help] Very goood codez!!! Much friend now

    Very goood codez!!! Much friend now
  13. Replies
    5
    Views
    1,083

    [Help Request] This helped me a lot:...

    This helped me a lot: https://www.mpgh.net/forum/showthread.php?t=911962
  14. Replies
    295
    Views
    164,750

    [Release] Thank you very much!

    Thank you very much!
  15. Replies
    295
    Views
    164,750

    [Release] What functions did you hook to intercept the...

    What functions did you hook to intercept the scripts?
    Btw. really nice, used it to find a major exploit once
  16. This sounds very intriguing, are there any...

    This sounds very intriguing, are there any special requirements for this method?
    P.S. reserve one for me
  17. Replies
    31
    Views
    13,581

    [Solved] Try renaming cheat engine to something else, it...

    Try renaming cheat engine to something else, it works sometimes. You should get familiar with Direct X 9 and VTable hooking. You should learn calculations in 3d space (distance, angles). You can also...
  18. Replies
    6
    Views
    11,948

    I wouldn't use it because VAC detects it. That's...

    I wouldn't use it because VAC detects it. That's how I got banned.
  19. Replies
    3
    Views
    3,053

    [Help Request] Yeah, sorry. I forgot that you can only pass one...

    Yeah, sorry. I forgot that you can only pass one argument. And your solution is also correct, I would recommend a DLL injection over code injection. If you want to know how to do a code injection I...
  20. Replies
    3
    Views
    3,053

    [Help Request] 1. find the function you want to call (address)...

    1. find the function you want to call (address)
    2. createremotethread with that address
    3. ???
    4. profit!
  21. Thread: Help

    by Alainx277
    Replies
    1
    Views
    640

    You'll have to do a virtual function hook, you...

    You'll have to do a virtual function hook, you can just google it. You should hook EndScene, it get's called when everything was drawn, so you can draw over everything. It's number 42 I think. Hope...
  22. [Help] You could try to detour OpenMutexA and just...

    You could try to detour OpenMutexA and just return null, the game will think the mutex doesn't exist.
  23. I don't appreciate you calling me a retard,...

    I don't appreciate you calling me a retard, there's no reason to be rude. We should just try to help the threadstarter, he is the one that needs help. I don't want to argue with you, there's nothing...
  24. Thanks for the suggested improvements but try...

    Thanks for the suggested improvements but try focusing on contributing yourself, instead of correcting others. Also, I said it probably wasn't correct, I made this in 2 minutes. You could modify my...
  25. You actually have to hook a function. I think it...

    You actually have to hook a function. I think it was GetTickCount, you have to return the modified tick value.
    GetTickCount
    That's the msdn page for GetTickCount, you have to google how to hook.
Results 1 to 25 of 65
Page 1 of 3 1 2 3