Search:

Type: Posts; User: Smite2120

Search: Search took 0.08 seconds.

  1. Thread: CAC Bypass

    by Smite2120
    Replies
    65
    Views
    13,240

    That's not going to happen, sadly. MPGH !=...

    That's not going to happen, sadly.

    MPGH != MPGH;
    MPGH = TrollPGH;

    Do you like my meme? I like my meme. Don't hurt me.
  2. [Release] If I had to guess, it's the driver for bypassing...

    If I had to guess, it's the driver for bypassing BattlEye. I remember this injector from a very long time ago, because I used to use it for cheating in ArmA 2 and DayZ mod. I wouldn't recommend you...
  3. Replies
    21
    Views
    61,830

    [Release] Possibly. Best way to avoid untrusted: Make your...

    Possibly. Best way to avoid untrusted: Make your own injector. If you'd like I can provide you with some resources on how to do so, because I'm not a cuck like some of my fellow members..
  4. Thread: CAC Bypass

    by Smite2120
    Replies
    65
    Views
    13,240

    Still, no reliable information as to where I can...

    Still, no reliable information as to where I can find or how I can make a working bypass for standard gameplay has been given to me. At this point it's become obvious that there's an extremely slim...
  5. Thread: CAC Bypass

    by Smite2120
    Replies
    65
    Views
    13,240

    This thread went from me asking for help to...

    This thread went from me asking for help to people being immature and annoying by the time the second reply was posted. Someone kill me plz ty. On a serious note I just want help, don't flame each...
  6. Thread: CAC Bypass

    by Smite2120
    Replies
    65
    Views
    13,240

    CAC Bypass

    It's been over two years and I still have no idea how to bypass !cake. Can anyone help me please? I have no idea what to do and since everyone replies with short, scummy responses that don't help at...
  7. Thread: Internals...

    by Smite2120
    Replies
    6
    Views
    758

    [Help] Internals...

    I've decided my external days are over, and I'm looking for recommendations as to where I should start with coding internals. I've already searched the forums for projects and source code that I...
  8. Replies
    2
    Views
    3,996

    [Help] Finding ViewMatrix on PS2 specifically

    Hello MPGH, I'm working on an ESP for PlanetSide 2 (which I may release here if I get it working), but I don't know how to find the ViewMatrix for PlanetSide 2. If anyone has any knowledge on this...
  9. Thread: CAC Bypass??

    by Smite2120
    Replies
    6
    Views
    1,311

    [Solved] CAC Bypass??

    Most DarkRP servers use CAC now, and I'm looking for a bypass for this shitty anti-cheat. I'm not sure how I would make my own, but I understand a relatively easy way would be to spoof the .lua...
  10. Replies
    5
    Views
    2,845

    [Help] FOV Based Aimbot (C++)

    Hello MPGH! I have a very basic question I'd like to ask and as I've come to learn from past experiences, this community never seems to fail me. So let's get right into the business. I'm working on...
  11. Thread: External RCS

    by Smite2120
    Replies
    3
    Views
    1,919

    [Help] Thank you so much! I'm not sure why I was...

    Thank you so much! I'm not sure why I was expecting toxicity. This really helped.
  12. Thread: External RCS

    by Smite2120
    Replies
    3
    Views
    1,919

    [Help] External RCS

    I'm trying to make an RCS, although I don't know where to start. I've tried looking at source codes but they don't make sense to me. I don't want one connected to an aimbot, I just want RCS alone. I...
  13. Replies
    5
    Views
    1,135

    [Help] There are plenty of sources on mpgh. I personally...

    There are plenty of sources on mpgh. I personally would suggest you do C++, because it's a god-like coding language, and there are also tutorials on youtube, for example bucky/thenewboston's...
  14. Replies
    9
    Views
    7,298

    [Tutorial] External C++ FOV manipulation.

    So, recently I saw a thread and noticed it was closed because it's "not possible to change FOV externally without getting untrusted", and me being the douchebag I am, I'd like to prove them wrong....
  15. Replies
    11
    Views
    792

    [Help] Solved thanks to KappaMang!

    Solved thanks to KappaMang!
  16. Replies
    11
    Views
    792

    [Help] void Jump() { keybd_event(key9, key9_sc, 0, 0);...

    void Jump() {
    keybd_event(key9, key9_sc, 0, 0);
    keybd_event(key9, key9_sc, KEYEVENTF_KEYUP, 0);
    }


    I also have a skype now if you think that is still necessary.
  17. Replies
    11
    Views
    792

    [Help] No, I don't use Skype, sorry.

    No, I don't use Skype, sorry.
  18. Replies
    11
    Views
    792

    [Help] At the top of my main now, but earlier it wasn't....

    At the top of my main now, but earlier it wasn't. I'm using my friend's memory library so it's named a bit strange.



    Mem.Proc("csgo.exe");
    clientdll = Mem.CheckDatAss("client.dll");
  19. Replies
    11
    Views
    792

    [Help] DWORD localP = Mem.Read(clientdll +...

    DWORD localP = Mem.Read<DWORD>(clientdll + playerBase);
    int m_fFlags = Mem.Read<int>(localP + flagOffset);

    Now I have this, although the autobhop is still NOT working, do you know why?
  20. Replies
    11
    Views
    792

    [Help] Coding External BHOP

    Hello, I'm working on an external bhop script for CS:GO, and so far the rest of my cheat is working great, although I'm having troubles with my bhop script itself. I've already tested the jump...
Results 1 to 20 of 21