Search:

Type: Posts; User: topblast

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. [Source Code] Topblast Menu V3 D3D {9, 10.x, 11, 12} [x64/x86]

    I started this in late 2016, but it was on hold while I was finishing up my degree. I recommend using Visual Studio 2017 for this project as I did not test it with any other version. However, 2015...
  2. Thread: Learning C++

    by topblast
    Replies
    8
    Views
    3,782

    I would also say challenge yourself, Think of...

    I would also say challenge yourself,

    Think of something to make, and go at it... they might/will be gaps in your knowledge, but this is 2017 so Google it.

    Learning by Practice (learning from...
  3. For my interview in C++ I asked to develop a...

    For my interview in C++

    I asked to develop a function that returns the angle between the hour and minute hands of a clock, given the time

    float angle = GetTimeAngle(12, 30);

    the answer is...
  4. Replies
    32
    Views
    11,543

    [Source Code] They are injector source codes on GitHub

    They are injector source codes on ******
  5. Thread: D3D Menu

    by topblast
    Replies
    8
    Views
    7,463

    [Preview] I still get updates about this, Just saying ...

    I still get updates about this, Just saying

    *fades*
  6. Thread: Events

    by topblast
    Replies
    3
    Views
    1,030

    [Tutorial] This is why I love c++. Great work sir/ma'am, and...

    This is why I love c++. Great work sir/ma'am, and inspirational
  7. [Outdated] I am sorry, but I will need more information then...

    I am sorry, but I will need more information then that, this is not sufficient information to diagnose what the problem may be. If you compile the source on the computer you are trying to inject on,...
  8. [Outdated] Not that the 'swap' variable is released after i...

    Not that the 'swap' variable is released after i hook, i assume you should do the same with the ID3D11DeviceContext as that may yield unexpected results.

    Please not that should the...
  9. [Outdated] Looking to building an updated version, to add...

    Looking to building an updated version, to add DirectX 12 support
  10. Replies
    2
    Views
    620

    [Discussion] Boom, FROM OUT-OF-NO-WHERE Right, PHP loaders...

    Boom, FROM OUT-OF-NO-WHERE

    Right, PHP loaders still need an actual loader on the computer to do the injecting, you should know.
  11. [Outdated] Thanks for your view, and you're not bashful at...

    Thanks for your view, and you're not bashful at all. This code was just the rushed finish on the base, the std::async was me testing the function for the first time in c++ alone with a few bugs that...
  12. [Outdated] @Flengo...

    @Flengo i missed that post somehow 0.0.
    It looks like a problem with either D3D9 font distance or the textures and coords that make the font, i'll see where i went wrong and get back

    the Error...
  13. [Release] its designed for any game with the stated render...

    its designed for any game with the stated render apis
  14. [Outdated] I can say something like hyperion is being worked...

    I can say something like hyperion is being worked on but i cannot say by who here because it is against the terms of mpgh.
  15. Replies
    1
    Views
    1,700

    [Help] a solution to this is a pseudo position, that way...

    a solution to this is a pseudo position, that way sensitivity will be just a multiplication of the mouse position, change the location, would just be changing an offset for the mouse.
  16. [Release] isnt that what i released?

    isnt that what i released?
  17. Replies
    5
    Views
    761

    [Help] HRESULT CreateTexture( [in] UINT...

    HRESULT CreateTexture( [in] UINT Width,
    [in] UINT Height,
    [in] UINT Levels,
    [in] DWORD Usage,
    [in] D3DFORMAT Format,
    [in] ...
  18. [Release] Topblast Menu Base V2 D3D {9, 10.x, 11} [x64/x86]

    This is my latest menu base spanning multiply D3D render APIs. This one have a completely different structure and also includes some elements of the new c++11 standard (Visual C++ 2012 required,...
  19. [Outdated] Topblast Menu Base V2 D3D {9, 10.x, 11} [x64/x86]

    This is my latest menu base spanning multiply D3D render APIs. This one have a completely different structure and also includes some elements of the new c++11 standard (Visual C++ 2012 required,...
  20. [Outdated] Try the code below, if you rehook before calling...

    Try the code below, if you rehook before calling the original function, you go into an infinite loop.


    HookData d3d11DrawIndexed;

    ID3D11Device* device = NULL;
    ID3D11DeviceContext *context =...
  21. [Outdated] I am currently developing an update for this...

    I am currently developing an update for this base, that should support d3d10 & 10.1 as well as external fonts, using the new C++11/C++14 features

    https://prntscr.com/3v8upw
  22. [Outdated] its d3d11 x64

    its d3d11 x64
  23. Replies
    39
    Views
    16,946

    [Detected] why is it not working on Win 8.1 but works on Win...

    why is it not working on Win 8.1 but works on Win 8. I would test to confirm but laziness to stronk
  24. Replies
    2
    Views
    585

    I think he means the sdk, and if so consult...

    I think he means the sdk, and if so consult Master Google, few places still have it.
  25. Replies
    6
    Views
    1,136

    [Help Request] i might want to change the charset or fix the...

    i might want to change the charset or fix the function instead o DrawTextW, try DrawTextA
    and the same for GetModuleHandle
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4