Arama Sonuçları

  1. D

    Origin Overlay Renderer Hook

    module name is igo64.dll, found in origin installation directory x64, might edit in x86 sigs too: namespace util::riginhook { /* xref: "HookCode: Detected code is PAGE_EXECUTE_READWRITE - possible DRM, aborting." */ static void hook ( void * address , void * hook , void * original ) {...
  2. D

    today is my birthday

    today is my birthday "Hooray"
  3. D

    Fully featured loader client/server

    I barely have enough time to continue working on it, this has been a project in the works for about a month and im pretty happy with the progress i’ve made and the knowledge i gained making this, the client runs on windows 64bit only and the server linux. Feature list: - communication using TLS...
  4. D

    Steam Overlay Renderer + Hook

    Steam Overlay Renderer + Hook Hello, today im releasing steam overlay renderer with hook https://github.com/furiosdestruct/Steam-Hook-Render-PoC no hate plz :)
  5. D

    BE-Handler

    BE-Handler is a project that will allow you to create a handle, and maintain it until battleye strips it. (5 seconds) But, you can always just create a new handle credits: -me - coding -friend( but he doesn't want his name here ) - idea and some help + some code -vergilius project -...
  6. D

    Bypassing BattlEye's CRC Checks

    Problem: Battleye checks .text section for patches. Solution: Get rid of them. Problem: Getting rid of them. Solution: Get rid of problem. Battleye loaders their dll (beclient2) into the game they are protecting using LoadLibraryA. They download this dll and place it in the %temp% folder...
  7. D

    A different way to get handles

    Typically in external hacks, I see people using tlhelp32 functions that are difficult for beginners to understand. I just wanted to share the way I do it using psapi functions. The functions I use are well documented on MSDN. Code: #include <Windows.h> #include <psapi.h> #include <tchar.h>...
  8. D

    League of Legends Reversal Structs and Offsets

    Code: #define TARGET_GAMEVERSION "Version 9.6.267.4221 [PUBLIC]" #define oCastSpell 0x5AF100 #define oWorld2Screen 0x7E55F0 #define oIsTroy 0x227470 #define oIsMissile 0x227210 #define oIsNotWall 0x758340 #define oIsTargetable 0x21FEB0 #define oIsNexus 0x227130 #define oIsHero 0x2271B0 #define...
  9. D

    Çözüldü Help about FiveM bypass

    From new years, fivem have introduced a new ban method, that somehow hwid bans you or something. Im not sure but all unban methods for servers like glife extinction are no longer working, and i believe this server is working with fivem developers to make a new ban method to combat ban evading...
  10. D

    C# External RPM & PixelSearch Base

    After some notice of people are transferring to external and their lack of information, I am releasing public C# external RPM & PixelSearch Base. It is based on RPM Overlay and PixelSearch Enemy Detection. Currently it is using standard Kernel.32 ReadProcessMemory, in the future, planning to...
Üst