Недавнее содержимое от DestroyerDarkNess

  1. DestroyerDarkNess

    C# Исходник Cheat Menu | SUBSTANCE | ImGui + DX9 | C#

    I share with you the source code of my BF4 menu (Interface Only). I hope it helps you, if you want you can thank me by leaving a star to the repository. SourceCode: SUBSTANCE A friend of mine converted it to c++ and implemented it in his CS 1.6 cheat :
  2. DestroyerDarkNess

    Hydra.NET [.NET Protector]

    I guess this is what happened. It's too heavy (20mb), I uploaded it to Google Drive
  3. DestroyerDarkNess

    Lua [1.0.7 BETA] MusProject

  4. DestroyerDarkNess

    Hydra.NET [.NET Protector]

    Hydra.NET- Incomplete Private Protector Download: hydranet_1.1.1.0 Password: 1234 Supports: - Net Framework (c# and vb) - Net Core (partially) - Mono (uncertain) Leave a comment so I don't feel alone... 😔
  5. DestroyerDarkNess

    VB EasyColorPicker | Color Picker made with EasyImGui + VB.NET

    Well, it is useful for those who do UI Interfaces, or graphic design. For example, if I wanted to copy the GUI of some application, the first thing I would do is obtain the color palette of that application and to do this I use the color picker.
  6. DestroyerDarkNess

    VB EasyColorPicker | Color Picker made with EasyImGui + VB.NET

    EasyImGui: https://www.blast.hk/threads/200822/ Source : EasyColorPicker How to use: 1) Press Left Control and move the mouse cursor to any point you want to get the color. 2) To copy colors, Right Click on the data.
  7. DestroyerDarkNess

    C# EasyImGui | Use ImGui with Winforms / .NET Framework.

    Use ImGui with Winforms / .NET Framework. Github: https://github.com/DestroyerDarkNess/EasyImGui/ EasyImGui allows you to Create your GUI with ImGui, without having to configure anything, you don't need any additional knowledge. You just need to install EasyImGui from NuGet and that's it! ...
  8. DestroyerDarkNess

    BYPASSME/CRACKME/UNPACKME - .NET WITH NATIVE LAYER PROTECTION + VMP

    I took my NETBuilderInjection and turned it into a Protector, but I don't know how secure it is. (For me, it's safe enough.) So I made this little program, The objectives are: [Unpackme] You should unpack it and get the cleanest code possible. [Crackme] In the textbox where the HWID is...
  9. DestroyerDarkNess

    Исходник [ASI] CMake Исходник с ImGui для GTA SA

    -> I'm not an imgui expert, but that shouldn't go there : "CreateDeviceObjects " ??
  10. DestroyerDarkNess

    unblock mouse messages from DirectInput hijacking (dinput8.dll)

    Hi, I have my imgui menu, but to pass the mouse data to the "ImplWin32.WndProcHandler" backend, I have my wndproc hook using SetWindowLongPtr or GetWindowLongPtr. but only keyboard messages are processed making it impossible to click on my imgui menu, since mouse messages are not processed and...
  11. DestroyerDarkNess

    C# Исходник [Internal] Universal FPS Render

    Universal FPS Render I made a universal fps counter with my RenderSpy library, it's totally done in c#. Source: https://github.com/DestroyerDarkNess/Universal.FPS.Counter Note: Attach the ASI plugin to the post, for whoever wants to try it on their GTA:SAMP. Contributions are...
  12. DestroyerDarkNess

    Предложение Создать раздел С#

    I support this idea, that a "C#/VB" section be made, a section for those two languages.
  13. DestroyerDarkNess

    C# Исходник Информация RenderSpy - Universal graphical and input hook

    RenderSpy Universal graphical and input hook for a D3D9-D3D12, OpenGL and Vulkan based games You can find the Examples Repository [HERE] Source and Build: https://github.com/DestroyerDarkNess/RenderSpy My library does all the hooking work for you, so you can make your overlay easy and...
  14. DestroyerDarkNess

    C# Исходник DX9 Imgui Hook on C# (.NET Framework) [SAMP] [HALO] [And MORE]

    Made a big update to the code, Fixed the problem with SAMP. Please review and star me on the github repository. Running on an overloaded SAMP (FULLSCREEN - HIGH RESOLUTION) (SAMPFUNCS - Moonloader - ReShade and many other plugins that integrate IMGUI.)
  15. DestroyerDarkNess

    C# Исходник DX9 Imgui Hook on C# (.NET Framework) [SAMP] [HALO] [And MORE]

    This is an example of connecting Endscene or Present to DX9 and using imgui for some separate process, eg games. It also includes several ways to bind window messages. If you like it, give me a like or a star to the repository. Source: DX9ImHook