Results 1 to 5 of 5

Threaded View

  1. #5
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,745
    My Mood
    Relaxed
    Quote Originally Posted by kenjifurry View Post
    @Minerva how to i m make the dll for me newbie and the what is mean the HKbesa
    Hi.
    Well, here all steps of how to make a dll https://www.mpgh.net/forum/showthread.php?t=898623
    Try first make a simple features like HP. (Need green host for enable HP).

    HKbase is the first address of weapon list, what I mean, in blackshot have more than 375 weapons, but the first weapon on this list is HK416 that you can take as base and add a loop for all others weapons.

    Code:
    DWORD HKbase = 0xUpdateYourCode; //Pointer of HK base
    DWORD difference = 0x220; //The difference of between each other weapon
    
    
    void Damage()
    {
    while(MemoryModifiedBypassed())
    {
    if (GetAsyncKeyState(VK_F5)&1)
    {
    for (int Weapons = 0; Weapons < 379; Weapons ++)
    {
    *(BYTE*)(HKbase + (Weapons * difference)) = 15; //Damage example
    }
    }
    }
    }
    Credits: TABAJARA GROUP

    In this generic example was done a damage loop for all weapons.
    Last edited by Minerva; 11-05-2016 at 11:42 AM.

Similar Threads

  1. [Release] { MAT China,XSHOT INDO,AKOnline,CIB,Suba } How to inject Dll on Windows 8
    By iheng in forum Mission Against Terror Hacks & Cheats
    Replies: 15
    Last Post: 05-20-2013, 09:12 AM
  2. [Info] Injecting D3D for Window 7 ( Testing )
    By BoyEasTern in forum Mission Against Terror Hacks & Cheats
    Replies: 24
    Last Post: 01-13-2013, 09:44 PM
  3. [Help] BlackShot injector when injected says my windows does not use wddm
    By yihaoyihao in forum Blackshot Hacks & Cheats
    Replies: 2
    Last Post: 11-21-2012, 11:27 PM
  4. Help me with Injecting hack on Window's Vista.
    By True_ in forum Combat Arms Help
    Replies: 7
    Last Post: 08-01-2010, 12:00 AM
  5. [Help] Windows 7 64-Bit Inject Failure
    By xiongv in forum WarRock Discussions
    Replies: 17
    Last Post: 11-07-2009, 06:04 PM

Tags for this Thread