Search:

Type: Posts; User: HexMurder

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    1,641

    [Help] Then link one next time. Your answer was...

    Then link one next time. Your answer was essentially useless.
  2. Replies
    399
    Views
    76,031

    [Source Code] dwInGame is now 0x108 for anyone wondering.

    dwInGame is now 0x108 for anyone wondering.
  3. Replies
    23
    Views
    22,168

    [Release] Be sure your game is up to date, and you are...

    Be sure your game is up to date, and you are using an English version of the game if the esp isn't working.
  4. Replies
    48
    Views
    5,251

    [Source Code] All the ones i needed worked lol. clientstate,...

    All the ones i needed worked lol.
    clientstate, localplayer, entitylist, and viewmatrix worked fine.
  5. Replies
    48
    Views
    5,251

    [Source Code] Still work great, thanks bro

    Still work great, thanks bro
  6. [Help] Learn to research. Real talk. Prob not the answer...

    Learn to research. Real talk. Prob not the answer you wanted but if i am working on something new, i have never touched before i will likely have 10 - 15 + tabs open on my web browser of just msdn...
  7. Replies
    399
    Views
    76,031

    [Source Code] LocalPlayer 0xA4C58C EntityList 0x4A6DA5C...

    LocalPlayer 0xA4C58C
    EntityList 0x4A6DA5C
    ViewMatrix 0x4A5F614
  8. Replies
    25
    Views
    4,470

    In what sense?

    In what sense?
  9. Replies
    399
    Views
    76,031

    [Source Code] DT_WeaponCSBase -> m_fAccuracyPenalty: _________...

    DT_WeaponCSBase -> m_fAccuracyPenalty: _________ 0x000032C0
    DT_BaseAnimating -> m_nForceBone: ______________ 0x0000267C
    DT_BaseCombatWeapon -> m_iState: _______________ 0x000031F8...
  10. Replies
    25
    Views
    4,470

    That is very true. But for a team of it's size i...

    That is very true. But for a team of it's size i think they did a fantastic job. The game IS only in beta. They released some information about the graphics updates the have planned, and say it...
  11. Replies
    25
    Views
    4,470

    Haven't grinded on a game like this since like...

    Haven't grinded on a game like this since like mw2's release lmao. Hasn't even been out a week yet.
    https://i.gyazo.com/1b64caaa6fb17e99e95fbc18bf1585fc.png
  12. Thread: Patterns?

    by HexMurder
    Replies
    2
    Views
    423

    I am aware of how to make patterns. As i said it...

    I am aware of how to make patterns. As i said it would just take a while to do. And i figured someone on here has them.
  13. Thread: Patterns?

    by HexMurder
    Replies
    2
    Views
    423

    Patterns?

    Anyone have the patterns for the following?

    ClientState
    LocalPlayer
    EntityList
    ViewMatrix
    RadarBase

    I started finding them myself and realized that i am shit at making patterns and it...
  14. Replies
    12
    Views
    1,954

    You doubt he can comprehend source code but you...

    You doubt he can comprehend source code but you link him to MSDN? lol. makes sense bro.
  15. Replies
    12
    Views
    1,954

    Not the best source out there, but it's a good...

    Not the best source out there, but it's a good start.
    https://www.mpgh.net/forum/showthread.php?t=1217360
  16. Replies
    12
    Views
    1,954

    I mean you probably don't really want to do this,...

    I mean you probably don't really want to do this, but if i may recommend writing your own memory class. I wrote my own recently and it really taught me a lot. Not to mention that if i want to make...
  17. Thread: Overlay/Menu

    by HexMurder
    Replies
    19
    Views
    3,036

    [Discussion] Fleeps video on gdi esp will give you the basic...

    Fleeps video on gdi esp will give you the basic concept. (Not very well written but that's beside the point). He doesn't show how to double buffer, so you will have to find that out on your own. A...
  18. Replies
    2
    Views
    1,153

    I am simply reading the entity list. ...

    I am simply reading the entity list.

    Mem.read(entity + 0x0)
    in this case.

    I am using entity base +0x6c to get the model name. And that works correctly. I want to be able to read like the ammo...
  19. Thread: Overlay/Menu

    by HexMurder
    Replies
    19
    Views
    3,036

    [Discussion] GDI Won't give you any more trouble than directx...

    GDI Won't give you any more trouble than directx or any other method. It is actually the easiest to implement of all the options in my opinion. All you have to do is double buffer and it will be...
  20. Replies
    2
    Views
    1,153

    Reading Weapon ids from Entity List?

    Trying to do this externally. Just not sure how to read the correct weapon ids.

    I would like to read their ids as follows


    enum ItemDefinitionIndex: int {
    WEAPON_DEAGLE = 1,
    WEAPON_ELITE...
  21. Thread: Overlay/Menu

    by HexMurder
    Replies
    19
    Views
    3,036

    [Discussion] C++ or C#?

    C++ or C#?
  22. Replies
    5
    Views
    1,626

    [Help] What dumper did you use to find it?

    What dumper did you use to find it?
  23. Replies
    16
    Views
    2,014

    [Discussion] Yeah we heard you the first time bud. This is...

    Yeah we heard you the first time bud. This is called a discussion. Where people discuss their experiences and opinions.
  24. Replies
    16
    Views
    2,014

    [Discussion] What causes untrusted?

    I'm sure there are a lot of things to look out for. But what are some of the main ones?

    I have been messing around with a private cheat for a while with no problems. Today i implemented no flash,...
  25. Replies
    30
    Views
    12,740

    Sticky: [Source Code] Sad to admit this but i actually had to boot my...

    Sad to admit this but i actually had to boot my IDE up to see if that was a read thing lmao.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4