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

  1. 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.
  2. 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.
  3. 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! ...
  4. 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...
  5. DestroyerDarkNess

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

    -> I'm not an imgui expert, but that shouldn't go there : "CreateDeviceObjects " ??
  6. 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...
  7. 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...
  8. DestroyerDarkNess

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

    I support this idea, that a "C#/VB" section be made, a section for those two languages.
  9. 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...
  10. 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.)
  11. 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
  12. DestroyerDarkNess

    ASI Fake FullScreen Plugin

    It worked partially for you, there is a problem with NVidia, I am working on a new version.
  13. DestroyerDarkNess

    ASI Fake FullScreen Plugin

    I do not understand what you mean. It is as basic as when you install cleo or moonloader. Steps: 1) Install the loader : https://www.blast.hk/threads/67473/ 2) Install this plugin ("FakeFullScreen.dll") inside the loader folder. 3) Start your game in windowed mode. (you can use sampfuncs or...
  14. DestroyerDarkNess

    ASI SAMP Location

    Hello, I have re-made my Plugin CityZoneText of Udrakoloader, This time, without the need of loader. Just a .asi 😃 I self-proclaim the First person to do an ASI in .NET 😆 , For more details Check my tool Unmanaged.NET Everyone knows the well-known Cleo Zonetext, which shows you the name of...
  15. DestroyerDarkNess

    Unmanaged.Net

    Hello everyone, Today I bring you the best tool to make cheats in .net!! 😉 Introduction In my head the idea of injecting a DLL made in .NET (C# / VB) into a Process as you would do with a Native DLL (C++) has always been around. In fact I made a Universal Loader ASI - UdrakoLoader , But not...